*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f4f3ef;--surface: #ffffff;--surface-raised:#fafaf8;--border: #dedad1;--text: #18170f;--text-muted: #a09e8e;--text-2: #52503f;--text-3: #a09e8e;--accent: #2952d9;--accent-glow: rgba(41, 82, 217, .06);--green: #2e6b4a;--green-glow: rgba(46, 107, 74, .08);--rust: #b83b25;--sage: #2e6b4a;--amber: #b8862a;--dark: #161410;--dt: #ede9e0;--dt2: rgba(237, 233, 224, .5);--dt3: rgba(237, 233, 224, .25);--font-body: "Montserrat", sans-serif;--font-display: "Montserrat", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-weight:300;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}body>*{position:relative;z-index:1}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 32px;display:flex;justify-content:center;background:transparent;border:none}.nav-pill{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:960px;border:1px solid var(--border);border-radius:100px;background:#f4f3efeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:10px 10px 10px 22px;animation:navDrop .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.05s;will-change:opacity,transform}.logo{font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:-.5px;color:var(--text);line-height:1;border:none;background:none;padding:0;margin:0;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:opacity .18s ease,transform .18s ease}.logo:hover{opacity:.7}.logo:active{transform:scale(.96)}.logo span{color:var(--accent)}nav .cta-nav,.cta-nav{background:var(--text);color:#f4f3ef;border:none;border-radius:100px;font-family:inherit;font-size:13px;font-weight:400;padding:10px 20px;cursor:pointer;line-height:1;text-decoration:none;display:inline-flex;align-items:center;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1);will-change:transform}@media(hover:hover){nav .cta-nav:hover,.cta-nav:hover{opacity:.78;transform:translate3d(0,-1px,0)}}nav .cta-nav:active,.cta-nav:active{transform:translateZ(0) scale(.97);transition-duration:.1s}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:160px 32px 96px;position:relative;background:var(--bg)}.hero>*{position:relative;z-index:1;opacity:0;animation:heroRise .8s cubic-bezier(.22,1,.36,1) forwards;will-change:opacity,transform}.hero>.badge{animation-delay:.05s}.hero>h1{animation-delay:.18s}.hero>.hero-sub{animation-delay:.3s}.hero>.hero-cta{animation-delay:.42s}.hero>.hero-proof{animation-delay:.54s}.badge{display:inline-flex;align-items:center;font-size:12px;font-weight:400;color:var(--text-2);background:#fff;border:1px solid var(--border);border-radius:100px;padding:6px 16px;margin-bottom:28px}h1{font-family:var(--font-display);font-size:clamp(40px,5.5vw,64px);font-weight:700;line-height:1.06;letter-spacing:-2.5px;max-width:760px;margin-bottom:1.25rem;color:var(--text);text-wrap:balance}h1 em{font-style:italic;font-weight:700;color:var(--accent)}.hero-line-italic{font-style:italic;color:var(--text-2);font-weight:300}.hero-sub{font-size:17px;font-weight:300;color:var(--text-2);max-width:560px;margin:20px auto 32px;text-align:center;line-height:1.65}.hero-cta,button.hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent);color:#fff;border:none;border-radius:100px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:400;text-decoration:none;cursor:pointer;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1);will-change:transform}.hero-cta:hover{opacity:.85}@media(hover:hover){.hero-cta:hover,button.hero-cta:hover{transform:translate3d(0,-1px,0)}}.hero-cta:active,button.hero-cta:active{transform:translateZ(0) scale(.97);transition-duration:.1s}.hero-cta svg{transition:transform .25s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.hero-cta:hover svg{transform:translate(3px)}}.hero-proof{margin-top:14px;font-size:12px;font-weight:300;color:var(--text-3)}section{padding:80px 32px;background:var(--bg)}.container{max-width:1152px;margin:0 auto;padding:0;text-align:center}.section-label{display:block;font-size:10px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-3);margin-bottom:12px}h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,40px);font-weight:700;letter-spacing:-1.2px;margin-bottom:1rem;line-height:1.1;color:var(--text)}h2 em{font-style:italic;color:var(--accent)}h3{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.5px;line-height:1.1;color:var(--text)}h4{font-family:var(--font-display);font-size:14px;font-weight:700;letter-spacing:-.3px;color:var(--text)}.section-intro{font-size:16px;font-weight:300;color:var(--text-2);max-width:560px;margin:10px auto 3rem;line-height:1.65}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:2.5rem;text-align:left}.step{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2.25rem 2rem;position:relative;transition:border-color .3s ease,transform .32s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.step:hover{border-color:#2952d940;transform:translate3d(0,-3px,0)}}.step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#2952d91a;color:var(--accent);font-weight:800;font-size:15px;margin-bottom:1.1rem}.step h3{font-size:17px;font-weight:700;letter-spacing:-.4px;color:var(--text);margin-bottom:8px}.step p{color:var(--text-2);font-size:14px;font-weight:300;line-height:1.65}.features{counter-reset:feat;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;margin-top:2.5rem;text-align:left}.feature{counter-increment:feat;background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px;display:block;transition:border-color .3s ease,transform .32s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.feature:hover{border-color:#2952d940;transform:translate3d(0,-2px,0)}}.feature:before{content:counter(feat,decimal-leading-zero);display:block;font-size:10px;font-weight:600;letter-spacing:1.2px;color:var(--text-3);margin-bottom:10px}.feature-icon{display:none}.feature h4{font-size:15px;font-weight:700;letter-spacing:-.3px;color:var(--text);margin-bottom:8px}.feature p{color:var(--text-2);font-size:13px;font-weight:300;line-height:1.65;margin:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:2.5rem;text-align:left}@media(min-width:860px){.services-grid{grid-template-columns:repeat(2,1fr);max-width:900px;margin-left:auto;margin-right:auto}}.service-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:2rem;display:flex;flex-direction:column;gap:14px;transition:border-color .3s ease,transform .32s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.service-card:hover{border-color:#2952d947;transform:translate3d(0,-3px,0)}}.service-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#2952d914;color:var(--accent);flex-shrink:0}.service-eyebrow{font-size:10px;font-weight:600;letter-spacing:2px;color:var(--text-3);text-transform:uppercase}.service-card h3{font-size:22px;font-weight:700;letter-spacing:-.6px;color:var(--text);margin:0}.service-desc{color:var(--text-2);font-size:14px;font-weight:300;line-height:1.65;margin:0}.service-points{list-style:none;display:flex;flex-direction:column;gap:7px;margin:4px 0 0;padding-top:16px;border-top:1px solid var(--border)}.service-points li{color:var(--text-2);font-size:13px;font-weight:300;line-height:1.5;display:flex;align-items:flex-start;gap:.55rem}.service-points li:before{content:"";flex-shrink:0;width:14px;height:14px;margin-top:3px;border-radius:50%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%232e6b4a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center no-repeat,#2e6b4a1f;background-size:10px 10px,auto}.video-section .video-wrapper{position:relative;width:100%;margin:2rem auto 0;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:#fff}.video-section .video-wrapper--16x9{max-width:800px}.video-section .video-wrapper--16x9:before{content:"";display:block;padding-top:56.25%}.video-section .video-wrapper--9x16{max-width:360px}.video-section .video-wrapper--9x16:before{content:"";display:block;padding-top:177.78%}.video-section .video-wrapper iframe,.video-section .video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%}.video-section .video-wrapper video{object-fit:contain}.risk-section{background:var(--bg)}.risk-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:900px;margin:2.5rem auto 0;text-align:left}@media(max-width:600px){.risk-grid{grid-template-columns:1fr}}.risk-card{padding:2rem;border-radius:16px;border:1px solid var(--border);background:#fff;transition:border-color .3s ease,transform .32s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.risk-card:hover{transform:translate3d(0,-2px,0)}.risk-card.old:hover{border-color:#b83b2559}.risk-card.new:hover{border-color:#2e6b4a59}}.risk-card.old{border-color:#b83b2533}.risk-card.new{border-color:#2e6b4a40;background:#2e6b4a0a}.risk-card h3{font-size:17px;font-weight:700;letter-spacing:-.4px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.risk-card.old h3{color:var(--rust)}.risk-card.new h3{color:var(--sage)}.risk-card ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.risk-card li{color:var(--text-2);font-size:14px;font-weight:300;line-height:1.55;display:flex;align-items:flex-start;gap:.5rem}.risk-card.old li:before{content:"✕";color:var(--rust);font-weight:700;flex-shrink:0}.risk-card.new li:before{content:"✓";color:var(--sage);font-weight:700;flex-shrink:0}.trades-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:2.5rem}.trade-tag{background:#fff;border:1px solid var(--border);padding:8px 16px;border-radius:100px;font-size:13px;font-weight:300;color:var(--text-2);transition:border-color .2s,color .2s}.trade-tag:hover{border-color:#2952d959;color:var(--text)}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:3rem;max-width:520px;margin:2.5rem auto 0;position:relative;text-align:left;overflow:hidden;transition:border-color .32s ease,transform .32s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.pricing-card:hover{transform:translate3d(0,-3px,0);border-color:#2952d940}}.pricing-card .section-label{margin-bottom:14px}.pricing-card .price{font-family:var(--font-display);font-size:34px;font-weight:800;letter-spacing:-1.5px;line-height:1;color:var(--text);margin:4px 0 14px}.pricing-card .price-note{color:var(--text-3);font-size:13px;font-weight:300;margin-bottom:1.5rem}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:7px;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.65rem;font-size:14px;font-weight:300;color:var(--text-2);line-height:1.55}.pricing-features li svg{flex-shrink:0;color:var(--sage)}.faq-list{display:flex;flex-direction:column;gap:10px;max-width:760px;margin:2.5rem auto 0;text-align:left}.faq-item{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.faq-q{width:100%;padding:18px 22px;font-family:inherit;font-weight:400;font-size:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;-webkit-user-select:none;user-select:none;background:transparent;border:none;color:var(--text);text-align:left;transition:color .18s ease,padding-left .25s cubic-bezier(.22,1,.36,1)}.faq-q:after{content:"+";font-size:20px;font-weight:200;color:var(--text-3);flex-shrink:0;line-height:1;margin-right:2px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.faq-item.open .faq-q:after{content:"−";transform:rotate(180deg)}@media(hover:hover){.faq-item:not(.open) .faq-q:hover{color:var(--accent);padding-left:28px}}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-a-inner{padding:0 22px 20px;color:var(--text-2);font-size:14px;font-weight:300;line-height:1.7}.faq-item.open .faq-a{max-height:400px}.final-cta{text-align:center;padding:0 32px 64px;background:transparent;position:relative}.final-cta .container{background:var(--dark);border-radius:28px;padding:80px 64px;max-width:1152px;text-align:center}.final-cta .section-label{color:#ede9e059}.final-cta h2{color:var(--dt);margin-bottom:16px}.final-cta h2 em,.final-cta em{color:var(--dt);font-style:italic}.final-cta .hero-proof{color:#ede9e059;margin-top:1.25rem}.cta-sub{color:var(--dt2);font-size:15px;font-weight:300;max-width:480px;margin:0 auto 32px;line-height:1.65}.brief-form{display:flex;flex-direction:column;gap:1rem;text-align:left;position:relative}.contact-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:560px){.form-row{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.85rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.form-optional{font-weight:400;opacity:.7}.form-field input,.form-field select{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;color:var(--text);font-family:var(--font-body);font-size:.95rem;transition:border-color .2s,box-shadow .2s;outline:none;width:100%}.form-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23a09e8e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-field input::placeholder{color:var(--text-muted);opacity:.5}.form-field select option{background:var(--surface);color:var(--text)}.form-field input:focus,.form-field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.form-section-divider{margin:1.25rem 0 .5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.form-section-label{font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:.35rem}.form-section-hint{font-size:.85rem;color:var(--text-muted);line-height:1.5}.upload-zone{border:2px dashed var(--border);border-radius:14px;padding:2rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted)}.upload-zone:hover{border-color:var(--accent);background:var(--accent-glow)}.upload-zone.drag-over{border-color:var(--accent);background:var(--accent-glow);border-style:solid}.upload-zone svg{opacity:.5}.upload-zone p{font-size:.9rem;margin:0}.upload-hint{font-size:.8rem!important;opacity:.6}.upload-previews{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.upload-thumb{position:relative;width:80px;height:80px;border-radius:10px;overflow:hidden;border:1px solid var(--border);flex-shrink:0}.upload-thumb img{width:100%;height:100%;object-fit:cover;display:block}.upload-thumb.logo-thumb{width:100px;height:100px;background:var(--surface)}.upload-thumb.logo-thumb img{object-fit:contain;padding:6px}.upload-thumb.has-error{border-color:#ef4444}.upload-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#18170f80;display:flex;align-items:center;justify-content:center}.upload-overlay.error{background:#b83b252e;color:var(--rust);font-weight:700;font-size:1.2rem}.spinner.small{width:22px;height:22px;border-width:2px}.thumb-remove{position:absolute;top:3px;right:3px;width:22px;height:22px;border-radius:50%;background:#18170fb3;border:1px solid var(--border);color:#f4f3ef;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .15s,color .15s}.thumb-remove:hover{background:var(--rust);color:#fff;border-color:var(--rust)}.upload-logo-btn{background:var(--surface);border:1px dashed var(--border);border-radius:10px;padding:.75rem 1.25rem;color:var(--text-muted);font-family:var(--font-body);font-size:.9rem;cursor:pointer;transition:border-color .2s,color .2s}.upload-logo-btn:hover{border-color:var(--accent);color:var(--text)}.bypass-checkbox{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:.5rem;transition:border-color .2s}.bypass-checkbox:hover{border-color:var(--accent)}.bypass-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--accent);flex-shrink:0;cursor:pointer}.bypass-checkbox span{font-size:.9rem;color:var(--text-muted);line-height:1.5}.form-submit{margin-top:.5rem;justify-content:center;width:100%}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-note{text-align:center;font-size:.82rem;color:var(--text-muted);opacity:.7;margin-top:.25rem}.form-error{color:var(--rust);font-size:.9rem;background:#b83b2514;border:1px solid rgba(184,59,37,.2);border-radius:8px;padding:.75rem 1rem}.form-success{text-align:center;padding:2.5rem 1.5rem;background:#2e6b4a0f;border:1px solid rgba(46,107,74,.25);border-radius:16px;animation:successPulse .8s ease-out .2s both}@keyframes successPulse{0%{box-shadow:0 0 #2e6b4a66}50%{box-shadow:0 0 0 8px #2e6b4a1f}to{box-shadow:0 0 0 14px #2e6b4a00}}.form-success-icon{width:56px;height:56px;border-radius:50%;background:#2e6b4a1f;border:2px solid rgba(46,107,74,.4);color:var(--sage);font-size:1.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.form-success h3{font-size:1.4rem;margin-bottom:.5rem;color:var(--sage)}.form-success p{color:var(--text-2);font-size:.95rem;max-width:420px;margin:0 auto;line-height:1.6}@keyframes wizardIn{0%{opacity:0}to{opacity:1}}@keyframes wizardStepIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.wizard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--bg);display:flex;flex-direction:column;animation:wizardIn .35s ease}.wizard-header{position:sticky;top:0;z-index:210;background:#f4f3efeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.wizard-header-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.5rem}.wizard-brand{font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.02em;color:var(--text)}.wizard-brand span{color:var(--accent)}.wizard-close{width:36px;height:36px;border-radius:8px;border:none;background:none;color:var(--text-muted);font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.wizard-close:hover{background:var(--surface-raised);color:var(--text)}.wizard-progress{height:3px;background:var(--border)}.wizard-progress-bar{height:100%;background:var(--accent);transition:width .35s ease}.wizard-body{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1.5rem 6rem;overflow-y:auto}@media(min-width:640px){.wizard-body{align-items:center;padding-top:2rem}}.wizard-step{max-width:640px;width:100%;animation:wizardStepIn .35s ease forwards}.wizard-accent{color:var(--accent);font-size:1rem;font-weight:500;margin-bottom:1rem}.wizard-heading{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;color:var(--text);margin-bottom:.75rem}.wizard-desc{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:2rem}.wizard-input{width:100%;background:transparent;border:none;border-bottom:2px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:1.4rem;padding:.75rem 0;outline:none;transition:border-color .2s}.wizard-input:focus{border-color:var(--accent)}.wizard-input::placeholder{color:#18170f40}.wizard-field{display:flex;flex-direction:column;gap:.35rem}.wizard-field label{font-size:.82rem;font-weight:500;color:var(--text-muted);letter-spacing:.01em}.wizard-field .wizard-input{font-size:1.15rem}.wizard-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:500px){.wizard-fields-row{grid-template-columns:1fr}}.wizard-url-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:600px){.wizard-url-grid{grid-template-columns:1fr}}.wizard-url-grid .wizard-input{font-size:.95rem}.wizard-options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media(max-width:500px){.wizard-options{grid-template-columns:1fr}}.wizard-option{display:flex;align-items:center;gap:.65rem;padding:.7rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-family:var(--font-body);font-size:.95rem;cursor:pointer;transition:border-color .15s,color .15s,background .15s;text-align:left;width:100%}.wizard-option:hover{border-color:#3b82f666;color:var(--text)}.wizard-option.selected{border-color:var(--accent);background:var(--accent-glow);color:var(--text)}.wizard-option-key{font-size:.7rem;font-weight:600;color:var(--text-muted);background:var(--surface-raised);padding:.2rem .45rem;border-radius:4px;min-width:22px;text-align:center;flex-shrink:0}.wizard-option-check{margin-left:auto;color:var(--accent);flex-shrink:0}.wizard-continue-row{margin-top:2.5rem;display:flex;align-items:center;gap:1rem;animation:wizardStepIn .35s ease .15s both}.wizard-continue{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.8rem;border-radius:10px;border:none;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.wizard-continue.primary{background:var(--accent);color:#fff;border-radius:100px;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.wizard-continue.primary:hover:not(:disabled){opacity:.85;transform:translate3d(0,-1px,0)}.wizard-continue:disabled{background:#efece4;color:var(--text-3);cursor:not-allowed;opacity:.7}.wizard-enter-hint{font-size:.82rem;color:var(--text-muted);opacity:.6}.wizard-enter-hint kbd{color:var(--text);opacity:.8}.wizard-arrows{position:fixed;bottom:1.5rem;right:1.5rem;z-index:220;display:flex;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000059}.wizard-arrow{padding:.65rem .85rem;border:none;background:transparent;color:#555;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;justify-content:center}.wizard-arrow:hover:not(:disabled){background:#f0f0f0}.wizard-arrow:disabled{opacity:.25;cursor:not-allowed}.wizard-arrow.down{background:var(--accent);color:#fff}.wizard-arrow.down:hover:not(:disabled){opacity:.85;background:var(--accent)}.wizard-arrow.down:disabled{background:#f0f0f0;color:#bbb}.wizard-arrows-divider{width:1px;background:#ddd;align-self:stretch}.wizard-summary{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.wizard-summary-item{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 0;font-size:.9rem}.wizard-summary-item:not(:last-child){border-bottom:1px solid var(--border)}.wizard-summary-item .label{color:var(--text-muted)}.wizard-summary-item .value{color:var(--text);font-weight:500;text-align:right;max-width:60%;word-break:break-all}.wizard-summary-item .value.muted{color:var(--text-muted);opacity:.5;font-weight:400}.wizard-step .upload-zone{border-radius:12px;padding:1.5rem}.wizard-step .upload-previews{margin-top:1rem}footer{border-top:1px solid var(--border);background:var(--bg);padding:24px 32px;text-align:center;color:var(--text-3);font-size:12px;font-weight:300}footer a{color:var(--text-3);text-decoration:none;transition:color .2s}footer a:hover{color:var(--text-2)}.tk-stat-label{font-size:1rem;font-weight:700;color:var(--amber);margin-bottom:.2rem;letter-spacing:-.01em}.tk-savings-card{max-width:540px;margin:2rem auto 0;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2.5rem 2rem;text-align:center}.tk-savings-top,.tk-savings-bottom{display:flex;flex-direction:column;align-items:center;gap:.15rem}.tk-savings-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.tk-savings-loss{font-size:2.6rem;font-weight:700;letter-spacing:-.03em;color:#ef4444;line-height:1.15}.tk-savings-loss span,.tk-savings-save span{font-size:1.1rem;font-weight:500;opacity:.7}.tk-savings-save{font-size:2.6rem;font-weight:700;letter-spacing:-.03em;color:var(--green);line-height:1.15}.tk-savings-sub{font-size:.78rem;color:var(--text-muted);opacity:.7}.tk-savings-slider-wrap{padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:.75rem}.tk-savings-slider{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:var(--border);border-radius:3px;outline:none;cursor:pointer}.tk-savings-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;background:var(--accent);border-radius:50%;cursor:pointer;box-shadow:0 0 0 4px var(--accent-glow);transition:box-shadow .15s}.tk-savings-slider::-webkit-slider-thumb:hover{box-shadow:0 0 0 6px var(--accent-glow)}.tk-savings-slider::-moz-range-thumb{width:22px;height:22px;background:var(--accent);border-radius:50%;cursor:pointer;border:none}.tk-savings-slider-label{font-size:.9rem;font-weight:600;color:var(--text)}.tk-outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.tk-outcome-card{display:flex;gap:1rem;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:border-color .3s}.tk-outcome-card:hover{border-color:var(--accent)}.tk-outcome-icon{width:40px;height:40px;min-width:40px;background:var(--accent-glow);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.tk-outcome-card h3{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.tk-outcome-card p{font-size:.88rem;color:var(--text-muted);line-height:1.6}.tk-comparison-wrap{overflow-x:auto;margin-top:3rem}.tk-comparison-table{width:100%;border-collapse:collapse;min-width:600px;font-size:.88rem}.tk-comparison-table th{text-align:left;padding:12px 16px;color:var(--text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border)}.tk-comparison-table th.tk-col-hl{color:var(--accent)}.tk-comparison-table td{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.04);color:var(--text-muted)}.tk-comparison-table td.tk-col-hl{color:var(--text);font-weight:600;background:var(--accent-glow)}.tk-comparison-table tr:last-child td{border-bottom:none}.tk-check{color:var(--green)}.tk-cross{color:var(--amber);opacity:.7}.tk-testimonial{max-width:680px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2.5rem 2.25rem;position:relative}.tk-testimonial-quote{font-size:4rem;color:var(--accent);opacity:.25;line-height:1;position:absolute;top:16px;left:24px;font-family:var(--font-display)}.tk-testimonial-text{font-size:1.05rem;color:var(--text);line-height:1.75;font-style:italic;margin-bottom:1.5rem;position:relative;z-index:1}.tk-testimonial-author{display:flex;align-items:center;gap:1rem}.tk-testimonial-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#2563EB 100%);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1rem}.tk-testimonial-name{font-weight:600;font-size:.95rem}.tk-testimonial-biz{color:var(--text-muted);font-size:.85rem}.tk-testimonial-stars{color:var(--amber);font-size:.85rem;letter-spacing:2px;margin-top:2px}.tk-preview-frame{max-width:760px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:border-color .3s,box-shadow .3s}.tk-preview-frame:hover{border-color:var(--accent);box-shadow:0 12px 48px #0006}.tk-preview-bar{background:var(--surface-raised);padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.tk-preview-dot{width:10px;height:10px;border-radius:50%;background:var(--border)}.tk-preview-dot:first-child{background:#ff5f57}.tk-preview-dot:nth-child(2){background:#febc2e}.tk-preview-dot:nth-child(3){background:#28c840}.tk-preview-url{margin-left:8px;font-size:.78rem;color:var(--text-muted);background:var(--bg);padding:4px 12px;border-radius:6px;flex:1}.tk-preview-body{padding:3rem 2rem;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,var(--accent-glow) 0%,transparent 60%)}.tk-preview-name{font-size:1.8rem;font-weight:700;color:var(--accent);margin-bottom:.4rem;letter-spacing:-.02em}.tk-preview-tagline{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem}.tk-preview-pills{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.tk-preview-pill{display:flex;align-items:center;gap:6px;font-size:.82rem;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);padding:5px 12px;border-radius:100px}.tk-preview-pill-dot{width:6px;height:6px;background:var(--green);border-radius:50%}.tk-preview-caption{text-align:center;margin-top:1.25rem;font-size:.88rem;color:var(--text-muted)}.tk-preview-caption a{color:var(--accent);text-decoration:none}.tk-preview-caption a:hover{text-decoration:underline}.tk-roi{max-width:640px;margin:2.5rem auto 3.5rem;text-align:center}.tk-roi-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:600px;margin:0 auto 2rem}.tk-roi-col{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem 1.25rem;text-align:left}.tk-roi-col-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.tk-roi-col-header.cost{color:#ef4444}.tk-roi-col-header.save{color:var(--green)}.tk-roi-col-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;font-size:.82rem;color:var(--text-muted);line-height:1.5}.tk-roi-col-list strong{color:var(--text)}.tk-roi-col-total{font-size:1.1rem;font-weight:700;padding-top:.75rem;border-top:1px solid var(--border)}.tk-roi-col-total.cost{color:#ef4444}.tk-roi-col-total.save{color:var(--green)}.tk-roi-col-total span{font-weight:400;font-size:.78rem;color:var(--text-muted);margin-left:.25rem}.tk-roi-summary{margin-top:.5rem}.tk-roi-bar-group{display:flex;align-items:flex-end;justify-content:center;gap:3rem;margin-bottom:1.25rem}.tk-roi-bar-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.tk-roi-bar{width:72px;border-radius:8px 8px 4px 4px}.tk-roi-bar.cost{background:#ef444440;border:1px solid rgba(239,68,68,.4)}.tk-roi-bar.savings{background:linear-gradient(to top,#22c55e1a,#22c55e4d);border:1px solid rgba(34,197,94,.35)}.tk-roi-bar-label{font-size:.82rem;color:var(--text-muted);line-height:1.45}.tk-roi-bar-label strong{color:var(--text);font-size:1rem}.tk-roi-line{font-size:.88rem;color:var(--text-muted);line-height:1.6}.tk-roi-line strong{color:var(--green);font-weight:700}.tk-price-payback{display:inline-flex;align-items:center;gap:.35rem;background:var(--green-glow);border:1px solid rgba(34,197,94,.2);color:var(--green);font-size:.78rem;font-weight:600;padding:.3rem .75rem;border-radius:100px;margin-bottom:1.25rem}.tk-price-payback-spacer{height:calc(3.02rem + 2px)}.tk-price-amount-row{display:flex;align-items:baseline;gap:.6rem}.tk-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:960px;margin:0 auto}.tk-price-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 1.75rem;position:relative;transition:border-color .3s,transform .3s}.tk-price-card:hover{border-color:var(--accent);transform:translateY(-3px)}.tk-price-card.featured{border-color:var(--accent);background:linear-gradient(160deg,var(--accent-glow) 0%,var(--surface) 60%)}.tk-price-card.featured:before{content:"Most Popular";position:absolute;top:-11px;left:50%;transform:translate(-50%);background:linear-gradient(160deg,#60a5fa,#3b82f6);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 14px;border-radius:100px;white-space:nowrap}.tk-price-tier{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.5rem}.tk-price-amount{font-size:2.2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:2px}.tk-price-was{font-size:1.3rem;font-weight:600;color:var(--text-muted);text-decoration:line-through;text-decoration-color:#ef444480}.tk-price-note{font-size:.8rem;color:var(--text-muted);margin-bottom:1.5rem}.tk-price-features{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.tk-price-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:var(--text-muted);line-height:1.5}.tk-price-features li:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0;margin-top:1px}.tk-price-addon{border-top:1px solid var(--border);padding-top:1rem;margin-top:1rem}.tk-price-addon-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem}.tk-price-addon-item{font-size:.82rem;color:var(--text-muted);line-height:1.5}.tk-price-upgrade{border-top:1px solid var(--border);padding-top:1rem;margin-top:1rem;font-size:.82rem;color:var(--accent);line-height:1.55}.tk-pricing-tagline{text-align:center;margin-top:2rem;font-size:1rem;color:var(--text-muted);font-style:italic;max-width:600px;margin-left:auto;margin-right:auto}.tk-fade{animation:tkFadeUp .6s ease both}@keyframes tkFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.tk-pain-grid,.tk-calc-grid,.tk-outcomes-grid,.tk-pricing-grid{grid-template-columns:1fr}}@media(max-width:520px){.tk-roi-columns{grid-template-columns:1fr}}.privacy-page h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem}.privacy-page h3{font-size:1.2rem;margin-top:1.5rem;margin-bottom:.75rem}.privacy-content p{color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.privacy-content ul{color:var(--text-muted);margin-left:2rem;margin-bottom:1.5rem;line-height:1.7}.privacy-content li{margin-bottom:.5rem}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes heroRise{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes navDrop{0%{opacity:0;transform:translate3d(0,-12px,0)}to{opacity:1;transform:translateZ(0)}}[data-reveal]{opacity:0;transform:translate3d(0,18px,0);transition:opacity .7s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms),transform .7s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms);will-change:opacity,transform}[data-reveal].revealed,[data-reveal].tk-revealed{opacity:1;transform:translateZ(0)}@media(prefers-reduced-motion:reduce){.hero>*,[data-reveal],.nav-pill{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}.hero-cta:hover,.cta-nav:hover,.step:hover,.feature:hover,.risk-card:hover,.pricing-card:hover{transform:none!important}}@media(max-width:800px){nav{padding:12px 16px}.nav-pill{padding:8px 8px 8px 16px}section{padding:60px 20px}.hero{padding:120px 20px 80px}.pricing-card{padding:2rem}.final-cta{padding:0 20px 48px}.final-cta .container{padding:48px 28px;border-radius:20px}}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}body.dark-page{--bg: #0d0c0a;--surface: #18170f;--surface-raised: #1f1d15;--border: #2a2820;--text: #f4f3ef;--text-muted: #7a7567;--text-2: #b8b4a6;--text-3: #7a7567;--accent: #7a99ff;--accent-glow: rgba(122, 153, 255, .14);--green: #6dbb95;--green-glow: rgba(109, 187, 149, .12);--rust: #e6694e;--sage: #6dbb95;--dark: #f4f3ef;--dt: #18170f;--dt2: rgba(24, 23, 15, .6);--dt3: rgba(24, 23, 15, .35);background:var(--bg);color:var(--text)}body.dark-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(900px 520px at 50% -8%,rgba(122,153,255,.1),transparent 60%),radial-gradient(700px 500px at 100% 0%,rgba(109,187,149,.05),transparent 60%)}body.dark-page .nav-pill{background:#18170fb8;border-color:#f4f3ef14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}body.dark-page nav .cta-nav,body.dark-page .cta-nav{background:var(--text);color:var(--bg)}body.dark-page .hero,body.dark-page section,body.dark-page .risk-section{background:transparent}body.dark-page .badge{background:#f4f3ef0a;border-color:#f4f3ef1a;color:var(--text-2)}body.dark-page .hero-line-italic{color:var(--text-2)}body.dark-page h1 em{color:var(--accent)}body.dark-page .step,body.dark-page .feature,body.dark-page .risk-card,body.dark-page .trade-tag,body.dark-page .pricing-card,body.dark-page .faq-item,body.dark-page .service-card,body.dark-page .video-section .video-wrapper{background:var(--surface);border-color:var(--border)}body.dark-page .service-icon{background:#7a99ff24;color:var(--accent)}body.dark-page .service-points{border-top-color:var(--border)}body.dark-page .service-points li:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236dbb95' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center no-repeat,#6dbb9529;background-size:10px 10px,auto}body.dark-page .step-num{background:#7a99ff29;color:var(--accent)}body.dark-page .feature:before{color:var(--text-3)}body.dark-page .risk-card.new{background:#6dbb950f;border-color:#6dbb9538}body.dark-page .risk-card.old{border-color:#e6694e38}@media(hover:hover){body.dark-page .step:hover,body.dark-page .feature:hover,body.dark-page .service-card:hover,body.dark-page .pricing-card:hover{border-color:#7a99ff66}body.dark-page .risk-card.new:hover{border-color:#6dbb9573}body.dark-page .risk-card.old:hover{border-color:#e6694e73}body.dark-page .trade-tag:hover{border-color:#7a99ff73;color:var(--text)}}body.dark-page .faq-q:after{color:var(--text-3)}@media(hover:hover){body.dark-page .faq-item:not(.open) .faq-q:hover{color:var(--accent)}}body.dark-page .final-cta .container{background:var(--dark);color:var(--dt);box-shadow:0 30px 80px -40px #0009}body.dark-page .final-cta .section-label{color:#18170f73}body.dark-page .final-cta h2,body.dark-page .final-cta h2 em,body.dark-page .final-cta em{color:var(--dt)}body.dark-page .final-cta .cta-sub{color:var(--dt2)}body.dark-page .final-cta .hero-proof{color:var(--dt3)}body.dark-page .final-cta .hero-cta{background:var(--dt);color:var(--dark)}@media(hover:hover){body.dark-page .final-cta .hero-cta:hover{opacity:.86}}body.dark-page .final-cta .form-success h3{color:var(--sage)}body.dark-page .final-cta .form-success p{color:var(--dt2)}body.dark-page footer{background:transparent;border-top-color:#f4f3ef14;color:var(--text-3)}body.dark-page footer a{color:var(--text-3)}body.dark-page footer a:hover{color:var(--text-2)}body.dark-page .form-field input,body.dark-page .form-field select{background:var(--surface);border-color:var(--border);color:var(--text)}body.dark-page .form-field input::placeholder,body.dark-page .wizard-input::placeholder{color:#f4f3ef4d}body.dark-page .form-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%237a7567' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}body.dark-page .form-field select option{background:var(--surface);color:var(--text)}body.dark-page .wizard-overlay{background:var(--bg)}body.dark-page .wizard-header{background:#0d0c0ad1;border-bottom-color:var(--border)}body.dark-page .wizard-arrows{background:var(--surface);box-shadow:0 4px 20px #0000008c;border:1px solid var(--border)}body.dark-page .wizard-arrow{color:var(--text-3)}body.dark-page .wizard-arrow:hover:not(:disabled){background:var(--surface-raised);color:var(--text)}body:has(.tk-page){background:#f4f3ef}html:has(.tk-page),body:has(.tk-page){overflow-x:hidden;max-width:100%}.tk-page{--bg: #f4f3ef;--surface: #ffffff;--border: #dedad1;--text: #18170f;--text-muted: #a09e8e;--accent: #2952d9;--accent-glow: rgba(41, 82, 217, .06);--green: #2e6b4a;--green-glow: rgba(46, 107, 74, .06);--card: #ffffff;--text-2: #52503f;--color-background-primary: #ffffff;--color-background-secondary: #f0efe9;--color-background-danger: rgba(184, 59, 37, .08);--color-background-success: rgba(46, 107, 74, .08);--color-text-danger: #b83b25;--color-text-success: #2e6b4a;--color-text-secondary: #52503f;--color-text-tertiary: #a09e8e;--color-border-tertiary: #dedad1;--border-radius-lg: 14px;--border-radius-md: 10px;--text-3: #a09e8e;--rust: #b83b25;--sage: #2e6b4a;--dark: #161410;--dark-card: #1e1c18;--dark-card2: #252320;--dark-border: rgba(255, 255, 255, .07);--dark-border2:rgba(255, 255, 255, .12);--dt: #ede9e0;--dt2: rgba(237, 233, 224, .5);--dt3: rgba(237, 233, 224, .25);background:#f4f3ef;color:#18170f;font-weight:300;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:clip;max-width:100vw}.tk-page *,.tk-page *:before,.tk-page *:after{box-shadow:none!important}.tk-page input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:2px;background:var(--border);border-radius:1px;outline:none;cursor:pointer;accent-color:var(--accent);touch-action:pan-y;-webkit-tap-highlight-color:transparent}.tk-page input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);border:3px solid #ffffff;cursor:pointer;outline:2px solid var(--accent);outline-offset:0}.tk-page input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent);border:3px solid #ffffff;cursor:pointer}@media(max-width:768px),(pointer:coarse){.tk-page input[type=range]{height:6px;border-radius:3px}.tk-page input[type=range]::-webkit-slider-thumb{width:30px;height:30px;border:4px solid #ffffff;outline:1.5px solid var(--accent)}.tk-page input[type=range]::-moz-range-thumb{width:30px;height:30px;border:4px solid #ffffff}}.tk-page h1,.tk-page h2,.tk-page h3,.tk-page h4,.tk-page h5{font-weight:700;line-height:1.08;letter-spacing:-1.2px;background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:currentColor;color:var(--text)}.tk-page h1{font-size:clamp(40px,5.5vw,64px);letter-spacing:-2.5px;line-height:1.06}.tk-page h2{font-size:clamp(28px,3.5vw,40px);letter-spacing:-1.2px;line-height:1.1}.tk-page h3{font-size:20px;letter-spacing:-.5px}.tk-page h4{font-size:14px;letter-spacing:-.3px}.tk-page p{font-weight:300}.tk-page .section-label{display:block;font-size:10px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-3);background:none;border:none;border-radius:0;padding:0;margin-bottom:12px}.tk-page .section-intro{font-size:16px;font-weight:300;color:var(--text-2);max-width:560px;margin:10px auto 0;line-height:1.65}.tk-page nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 32px;background:transparent;border:none;height:auto;backdrop-filter:none;-webkit-backdrop-filter:none;display:flex;justify-content:center}.tk-page nav:before,.tk-page nav:after{display:none}.tk-nav-pill{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:960px;border:1px solid var(--border);border-radius:100px;background:#f4f3efeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:10px 10px 10px 22px}.tk-page .logo{font-weight:700;font-size:15px;letter-spacing:-.5px;background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:var(--text);color:var(--text);border:none;padding:0;margin:0;font-family:inherit;cursor:pointer;line-height:1;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.tk-page .logo:hover{opacity:.7}.tk-page .logo span{color:var(--accent);-webkit-text-fill-color:var(--accent)}.tk-nav-actions{display:flex;align-items:center;gap:10px}.tk-nav-shopify{height:28px;width:auto;display:block;opacity:.7}.tk-page .cta-nav{background:var(--text);color:#f4f3ef;border:none;border-radius:100px;font-size:13px;font-weight:400;padding:10px 20px;cursor:pointer;line-height:1;transition:opacity .15s}.tk-page .cta-nav:after{display:none}.tk-page .cta-nav:hover{opacity:.78}.tk-page .hero{background:#f4f3ef;min-height:auto;padding:160px 32px 96px;display:flex;flex-direction:column;align-items:center;text-align:center;animation:none}.tk-page .hero:before,.tk-page .hero:after{display:none!important}.tk-page .badge{display:inline-flex;align-items:center;font-size:12px;font-weight:400;color:var(--text-2);background:#fff;border:1px solid var(--border);border-radius:100px;padding:6px 16px;margin-bottom:28px;animation:none}.tk-page .badge:before{display:none}.tk-page .hero h1{max-width:700px;color:var(--text);-webkit-text-fill-color:var(--text);text-wrap:balance}.tk-page .hero em,.tk-page h1 em{display:block;font-style:italic;font-weight:700;color:var(--accent);-webkit-text-fill-color:var(--accent);background:none;margin-top:.08em}.tk-hero-shopify{display:inline-flex;align-items:center;gap:7px;margin:22px auto 30px;font-size:14px;font-weight:400;color:var(--text-2);letter-spacing:-.1px}.tk-hero-shopify-logo{height:22px;width:auto;display:block}.tk-page .hero-subheading{font-size:19px;font-weight:400;color:var(--text);max-width:640px;margin:24px auto 32px;text-align:center;line-height:1.55}.tk-page .hero-subheading-line{display:block}.tk-page .hero-subheading-line+.hero-subheading-line{margin-top:.35em}.tk-page .hero-subheading strong{font-weight:700;color:var(--accent)}.tk-page .hero-sub{font-size:17px;font-weight:300;color:var(--text-2);max-width:560px;margin:20px auto 32px;text-align:center;line-height:1.65}.tk-page .hero-cta,.tk-page button.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;border:none;border-radius:100px;padding:14px 28px;font-size:15px;font-weight:400;cursor:pointer;transition:opacity .15s}.tk-page .hero-cta:after{display:none}.tk-page .hero-cta:hover{opacity:.85}.tk-page .hero-proof{font-size:12px;font-weight:300;color:var(--text-3);margin-top:14px}.tk-page section{padding:80px 32px}.tk-page .container{max-width:1152px;margin:0 auto;padding:0;text-align:center}.tk-page .tk-pain-section{padding:0 32px 80px}.tk-page .tk-pain-section .container{background:var(--dark);border-radius:28px;padding:64px 52px;text-align:left;max-width:1152px}.tk-page .tk-pain-section .section-label{color:#ede9e059}.tk-page .tk-pain-section h2{color:var(--dt);-webkit-text-fill-color:var(--dt);margin-bottom:10px}.tk-page .tk-pain-section .section-intro{color:var(--dt2);margin:0 0 44px;max-width:none}.tk-page .tk-pain-section .features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff12;border-radius:20px;overflow:hidden}.tk-page .tk-pain-section .feature{background:#ffffff06;border:none;border-radius:0;padding:44px 36px 42px;display:flex;flex-direction:column;gap:0;position:relative;opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.tk-page .tk-pain-section .feature:before{content:"";display:block;width:32px;height:2px;background:var(--accent);border-radius:1px;margin-bottom:32px}.tk-page .tk-pain-section--in-view .feature:nth-child(1){opacity:1;transform:none;transition-delay:0s}.tk-page .tk-pain-section--in-view .feature:nth-child(2){opacity:1;transform:none;transition-delay:.14s}.tk-page .tk-pain-section--in-view .feature:nth-child(3){opacity:1;transform:none;transition-delay:.28s}.tk-page .tk-pain-section .tk-stat-label{font-size:80px;line-height:1;letter-spacing:-4px;font-weight:800;color:var(--dt);-webkit-text-fill-color:var(--dt);text-transform:none;margin:0 0 20px;padding:0;border:none;background:none;border-radius:0}.tk-page .tk-pain-section .tk-stat-label__mask{display:block;overflow:hidden}.tk-page .tk-pain-section .tk-stat-label__track{display:block;transform:translate(-110%);transition:transform .95s cubic-bezier(.22,1,.36,1);will-change:transform}.tk-page .tk-pain-section--in-view .tk-stat-label[data-stat-delay="0"] .tk-stat-label__track{transform:translate(0);transition-delay:.08s}.tk-page .tk-pain-section--in-view .tk-stat-label[data-stat-delay="1"] .tk-stat-label__track{transform:translate(0);transition-delay:.22s}.tk-page .tk-pain-section--in-view .tk-stat-label[data-stat-delay="2"] .tk-stat-label__track{transform:translate(0);transition-delay:.36s}.tk-page .tk-pain-section .tk-stat-num{font-variant-numeric:tabular-nums;display:inline}.tk-page .tk-pain-section .tk-stat-prefix{display:inline}.tk-page .tk-pain-section .tk-stat-suffix{font-size:.52em;font-weight:700;letter-spacing:-1px;vertical-align:.15em;margin-left:3px}.tk-page .tk-pain-section h4{font-size:16px;font-weight:400;letter-spacing:-.3px;color:#ede9e094;-webkit-text-fill-color:rgba(237,233,224,.58);line-height:1.5;margin:0;max-width:260px}@media(prefers-reduced-motion:reduce){.tk-page .tk-pain-section .feature{opacity:1!important;transform:none!important;transition:none!important}.tk-page .tk-pain-section .tk-stat-label__track{transform:none!important;transition:none!important}}.tk-page .tk-strategy-section{padding:80px 32px}.tk-page .tk-strategy-section .container{background:var(--color-background-secondary);border-radius:28px;padding:64px 52px;text-align:left;max-width:1152px}.tk-page .tk-strategy-section h2{margin-bottom:10px}.tk-page .tk-strategy-section .section-intro{margin:0;max-width:none}.tk-page .tk-strategy-section .tk-timeline{margin-top:3rem}.tk-page .tk-savings-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--border);border-radius:18px;max-width:620px;margin:2.5rem auto 0;overflow:hidden;padding:0}.tk-page .tk-savings-top{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-items:center;gap:5px;padding:32px 24px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}.tk-page .tk-savings-bottom{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:center;gap:5px;padding:32px 24px;border-bottom:1px solid var(--border);text-align:center}.tk-page .tk-savings-slider-wrap{grid-column:1 / -1;grid-row:2;padding:24px 36px 32px;text-align:center}.tk-page .tk-savings-label{font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-3);display:block}.tk-page .tk-savings-loss{font-size:48px;font-weight:800;letter-spacing:-2px;color:var(--rust);line-height:1;display:block}.tk-page .tk-savings-loss span{font-size:22px;font-weight:700;letter-spacing:-.5px}.tk-page .tk-savings-save{font-size:48px;font-weight:800;letter-spacing:-2px;color:var(--sage);line-height:1;display:block}.tk-page .tk-savings-save span{font-size:22px;font-weight:700;letter-spacing:-.5px}.tk-page .tk-savings-sub{font-size:11px;font-weight:300;color:var(--text-3);line-height:1.4}.tk-page .tk-savings-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:2px;background:var(--border);border-radius:1px;outline:none;cursor:pointer;accent-color:var(--accent);margin-bottom:10px}.tk-page .tk-savings-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);border:3px solid #ffffff;cursor:pointer;outline:2px solid var(--accent);outline-offset:0}.tk-page .tk-savings-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent);border:3px solid #ffffff;cursor:pointer}.tk-page .tk-savings-slider-label{font-size:12px;font-weight:400;color:var(--text-2);margin-top:8px}.tk-page section:not(.tk-pain-section) .features{counter-reset:feat;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;margin-top:2.5rem;text-align:left}.tk-page section:not(.tk-pain-section) .feature{counter-increment:feat;background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px;display:block}.tk-page section:not(.tk-pain-section) .feature-icon{display:none}.tk-page section:not(.tk-pain-section) .feature:before{content:counter(feat,decimal-leading-zero);display:block;font-size:10px;font-weight:600;letter-spacing:1.2px;color:var(--text-3);margin-bottom:10px}.tk-page section:not(.tk-pain-section) .feature h4{font-size:15px;font-weight:700;letter-spacing:-.3px;color:var(--text);-webkit-text-fill-color:var(--text);margin-bottom:8px}.tk-page section:not(.tk-pain-section) .feature p{font-size:13px;font-weight:300;color:var(--text-2);line-height:1.65;margin:0}.tk-page .tk-comparison-wrap{margin-top:1.5rem;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#fff}.tk-page .tk-comparison-wrap>.section-label{padding:16px 16px 0;margin-bottom:0}.tk-page .tk-comparison-table{width:100%;border-collapse:collapse;font-size:14px}.tk-page .tk-comparison-table th{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-3);font-weight:500;padding:12px 16px;text-align:left;border-bottom:1px solid var(--border);background:transparent}.tk-page .tk-comparison-table th.tk-col-hl{color:var(--accent);background:#2952d90a}.tk-page .tk-comparison-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border);font-weight:300;color:var(--text-2);font-size:14px;background:transparent}.tk-page .tk-comparison-table td:first-child{font-weight:400;color:var(--text)}.tk-page .tk-comparison-table td.tk-col-hl{background:#2952d908}.tk-page .tk-comparison-table tr:last-child td{border-bottom:none}.tk-page .tk-check{color:var(--sage)}.tk-page .tk-cross{color:var(--rust);opacity:.5}.tk-page .tk-steps-card{margin-top:2.5rem;background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden}.tk-page .tk-steps-grid{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;text-align:left}.tk-page .tk-step{padding:2.25rem 2rem}.tk-page .tk-step-divider{background:var(--border);align-self:stretch}.tk-page .tk-step-num{width:36px;height:36px;border-radius:50%;background:#2952d91a;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:var(--accent);-webkit-text-fill-color:var(--accent);margin-bottom:1.1rem}.tk-page .tk-step h3{font-size:17px;font-weight:700;letter-spacing:-.4px;color:var(--text);-webkit-text-fill-color:var(--text);margin-bottom:8px}.tk-page .tk-step p{font-size:14px;font-weight:300;color:var(--text-2);line-height:1.65}.tk-page .tk-steps-cta{border-top:1px solid var(--border);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:center;background:#fafaf8}.tk-page .tk-steps-section{padding:110px 32px}.tk-page .tk-steps-section h2{margin-bottom:2rem}.tk-page .tk-steps-section .tk-steps-card{background:transparent;border:none;border-radius:0;margin-top:0;overflow:visible}.tk-page .tk-steps-section .tk-steps-grid{grid-template-columns:1fr 1fr 1fr;gap:16px}.tk-page .tk-steps-section .tk-step-divider{display:none}.tk-page .tk-steps-section .tk-step{background:#fff;border:1px solid var(--border);border-radius:16px}.tk-page .tk-steps-section .tk-steps-cta{background:transparent;border-top:none;padding-top:2rem}.tk-page .tk-steps-section .tk-step{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.tk-page .tk-steps-section--in-view .tk-step[data-step-delay="0"]{opacity:1;transform:none;transition-delay:0s}.tk-page .tk-steps-section--in-view .tk-step[data-step-delay="1"]{opacity:1;transform:none;transition-delay:.14s}.tk-page .tk-steps-section--in-view .tk-step[data-step-delay="2"]{opacity:1;transform:none;transition-delay:.28s}@media(prefers-reduced-motion:reduce){.tk-page .tk-steps-section .tk-step{opacity:1!important;transform:none!important;transition:none!important}}.tk-hiw-wrap{margin-top:3.5rem}.tk-hiw-connector{position:relative;margin-bottom:1.5rem;opacity:0;transition:opacity .7s ease .1s}.tk-steps-section--in-view .tk-hiw-connector{opacity:1}.tk-hiw-svg{display:block;width:100%;height:80px}.tk-hiw-path{stroke:var(--text-3);stroke-width:1.5;stroke-dasharray:5 7;stroke-linecap:round}.tk-hiw-bubbles{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:space-around;align-items:center;pointer-events:none}.tk-hiw-bubbles .tk-step-num{background:var(--bg);border:1.5px solid rgba(41,82,217,.3);outline:5px solid var(--bg);outline-offset:0;position:relative;z-index:1;margin-bottom:0}.tk-hiw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:left}.tk-hiw-item{padding:1rem;opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .65s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.tk-hiw-item h3{font-size:17px;font-weight:700;letter-spacing:-.4px;margin-bottom:6px}.tk-hiw-item p{font-size:14px;font-weight:300;color:var(--text-2);line-height:1.65;margin:0}.tk-steps-section--in-view .tk-hiw-item[data-step-delay="0"]{opacity:1;transform:none;transition-delay:.15s}.tk-steps-section--in-view .tk-hiw-item[data-step-delay="1"]{opacity:1;transform:none;transition-delay:.28s}.tk-steps-section--in-view .tk-hiw-item[data-step-delay="2"]{opacity:1;transform:none;transition-delay:.41s}.tk-hiw-cta{display:flex;justify-content:center;padding-top:3rem}@media(prefers-reduced-motion:reduce){.tk-hiw-connector,.tk-hiw-item{opacity:1!important;transform:none!important;transition:none!important}}@media(max-width:800px){.tk-hiw-connector{display:none}.tk-hiw-grid{grid-template-columns:1fr;gap:0;counter-reset:hiw-step}.tk-hiw-item{padding:1.5rem 0;border-bottom:1px solid var(--border);counter-increment:hiw-step;text-align:center}.tk-hiw-item:last-child{border-bottom:none}.tk-hiw-item:before{content:counter(hiw-step);display:flex;width:36px;height:36px;border-radius:50%;background:#2952d91a;color:var(--accent);-webkit-text-fill-color:var(--accent);font-size:15px;font-weight:800;align-items:center;justify-content:center;margin:0 auto .85rem;flex-shrink:0}}.tk-page .tk-timeline{position:relative;margin-top:3rem;max-width:780px;margin-left:auto;margin-right:auto;text-align:left}.tk-page .tk-timeline:before{content:"";position:absolute;left:19px;top:40px;bottom:40px;width:1px;background:linear-gradient(to bottom,rgba(41,82,217,.3),var(--border) 12%,var(--border) 88%,rgba(41,82,217,.3))}.tk-page .tk-timeline-step{display:flex;gap:2rem;position:relative;padding-bottom:3.5rem}.tk-page .tk-timeline-step:last-child{padding-bottom:0}.tk-page .tk-timeline-marker{flex-shrink:0;position:relative;z-index:1}.tk-page .tk-timeline-num{width:40px;height:40px;border-radius:50%;background:var(--bg);border:1.5px solid rgba(41,82,217,.3);color:var(--accent);-webkit-text-fill-color:var(--accent);font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center}.tk-page .tk-timeline-body{flex:1;min-width:0;padding-top:8px}.tk-page .tk-timeline-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.tk-page .tk-timeline-body h3{font-size:1.3rem;font-weight:800;color:var(--text);-webkit-text-fill-color:var(--text);letter-spacing:-.04em;line-height:1.25;margin:0 0 .6rem}.tk-page .tk-timeline-body>p{font-size:14px;font-weight:300;color:var(--text-2);line-height:1.7;margin:0;max-width:560px}.tk-page .tk-timeline-callout{margin-top:1.25rem;background:#fff;border:1px solid var(--border);border-radius:12px;padding:.9rem 1.1rem;max-width:420px}.tk-page .tk-timeline-callout-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.tk-page .tk-timeline-callout-divider{height:1px;background:var(--border);margin:.6rem 0}.tk-page .tk-timeline-pill{font-size:13px;font-weight:400;color:var(--text-2)}.tk-page .tk-timeline-verdict{font-size:12px;font-weight:600;white-space:nowrap;letter-spacing:.01em}.tk-page .tk-timeline-verdict--good{color:var(--accent)}.tk-page .tk-timeline-verdict--bad{color:#ef4444}@media(max-width:600px){.tk-page .tk-timeline-callout-row{flex-direction:column;align-items:flex-start;gap:.35rem}.tk-page .tk-timeline-verdict{white-space:normal}}.tk-page .tk-timeline-stats{display:flex;gap:.75rem;margin-top:1.25rem;max-width:420px}.tk-page .tk-timeline-stat{flex:1;background:#fff;border:1px solid var(--border);border-radius:10px;padding:1rem}.tk-page .tk-timeline-stat>span{display:block;font-size:2rem;font-weight:900;color:var(--accent);-webkit-text-fill-color:var(--accent);letter-spacing:-.04em;line-height:1}.tk-page .tk-timeline-stat>p{font-size:12px;font-weight:400;color:var(--text-2);line-height:1.4;margin:.35rem 0 0}.tk-page .tk-timeline-tactics{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem;max-width:480px}.tk-page .tk-timeline-tactics li{display:inline-flex;align-items:center;gap:.5rem;font-size:13px;font-weight:400;color:var(--text-2);background:#fff;border:1px solid var(--border);border-radius:100px;padding:.45rem .85rem}.tk-page .tk-timeline-tactics svg{width:14px;height:14px;flex-shrink:0;color:var(--accent)}.tk-timeline-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:3rem;background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:2.5rem 2rem;max-width:480px;margin-left:auto;margin-right:auto}.tk-timeline-cta-label{font-size:14px;color:var(--text-2);font-weight:400;text-align:center}.tk-page .risk-section{background:transparent}.tk-page .tk-testimonial{max-width:600px;margin:2.5rem auto 0;background:#fff;border:1px solid var(--border);border-radius:18px;padding:32px;text-align:left}.tk-page .tk-testimonial-quote{font-size:56px;font-weight:800;color:var(--border);line-height:1;margin-bottom:12px}.tk-page .tk-testimonial-text{font-size:15px;font-weight:300;color:var(--text-2);line-height:1.7;margin-bottom:20px}.tk-page .tk-testimonial-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:1.5rem}.tk-page .tk-testimonial-author{display:flex;align-items:center;gap:12px}.tk-page .tk-google-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;text-decoration:none;transition:border-color .15s,box-shadow .15s;flex-shrink:0}.tk-page .tk-google-badge:hover{border-color:#4285f4;box-shadow:0 2px 8px #4285f426}.tk-page .tk-google-badge__logo{width:22px;height:22px;flex-shrink:0}.tk-page .tk-google-badge__text{display:flex;flex-direction:column;line-height:1.2}.tk-page .tk-google-badge__label{font-size:10px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.tk-page .tk-google-badge__name{font-size:15px;font-weight:700;color:#111}.tk-page .tk-testimonial-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tk-page .tk-testimonial-name{font-size:14px;font-weight:700;color:var(--text)}.tk-page .tk-testimonial-biz{font-size:12px;font-weight:300;color:var(--text-3)}.tk-page .tk-testimonial-stars{font-size:13px;color:#c99b1a}.tk-page .tk-preview-frame{max-width:860px;margin:2rem auto;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff}.tk-page .tk-preview-img{display:block;width:100%;height:auto}.tk-page .tk-preview-bar{background:#f0efe9;border-bottom:1px solid var(--border);padding:10px 14px;display:flex;align-items:center;gap:6px}.tk-page .tk-preview-dot{width:8px;height:8px;border-radius:50%;background:var(--border);flex-shrink:0}.tk-page .tk-preview-url{margin-left:auto;font-size:11px;color:var(--text-3);font-weight:300}.tk-page .tk-preview-body{padding:32px 28px;text-align:left}.tk-page .tk-preview-name{font-size:22px;font-weight:700;color:var(--text);-webkit-text-fill-color:var(--text);margin-bottom:4px}.tk-page .tk-preview-tagline{font-size:13px;font-weight:300;color:var(--text-2);margin-bottom:16px}.tk-page .tk-preview-pills{display:flex;flex-wrap:wrap;gap:8px}.tk-page .tk-preview-pill{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:400;color:var(--text-2);background:#f0efe9;border:1px solid var(--border);border-radius:100px;padding:4px 12px}.tk-page .tk-preview-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--sage);flex-shrink:0}.tk-page .tk-preview-caption{font-size:13px;font-weight:300;color:var(--text-3);text-align:center}.tk-page .tk-preview-caption a{color:var(--accent);text-decoration:none}.tk-page .tk-preview-caption a:hover{text-decoration:underline}.tk-page .tk-roi{max-width:640px;margin:2.5rem auto 3rem;text-align:center}.tk-page .tk-roi-columns{display:grid;grid-template-columns:1fr 1fr;gap:1px;max-width:600px;margin:0 auto 2rem;background:var(--border);border-radius:14px;overflow:hidden;border:1px solid var(--border)}.tk-page .tk-roi-col{background:#fff;padding:1.25rem;text-align:left}.tk-page .tk-roi-col-header{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.tk-page .tk-roi-col-header.cost{color:var(--rust)}.tk-page .tk-roi-col-header.save{color:var(--sage)}.tk-page .tk-roi-col-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:300;color:var(--text-2);line-height:1.55}.tk-page .tk-roi-col-list strong{color:var(--text);font-weight:500}.tk-page .tk-roi-col-total{font-size:1rem;font-weight:700;letter-spacing:-.5px;padding-top:.75rem;border-top:1px solid var(--border)}.tk-page .tk-roi-col-total.cost{color:var(--rust)}.tk-page .tk-roi-col-total.save{color:var(--sage)}.tk-page .tk-roi-col-total span{font-weight:300;font-size:11px;color:var(--text-3);margin-left:3px}.tk-page .tk-roi-summary{margin-top:.5rem}.tk-page .tk-roi-bar-group{display:flex;align-items:flex-end;justify-content:center;gap:3rem;margin-bottom:1rem}.tk-page .tk-roi-bar-item{display:flex;flex-direction:column;align-items:center;gap:.6rem}.tk-page .tk-roi-bar{width:56px;border-radius:6px 6px 3px 3px}.tk-page .tk-roi-bar.cost{background:#b83b251f;border:1px solid rgba(184,59,37,.25)}.tk-page .tk-roi-bar.savings{background:#2e6b4a1f;border:1px solid rgba(46,107,74,.25)}.tk-page .tk-roi-bar-label{font-size:12px;font-weight:300;color:var(--text-2);text-align:center;line-height:1.4}.tk-page .tk-roi-bar-label strong{display:block;font-weight:600;color:var(--text)}.tk-page .tk-roi-line{font-size:14px;font-weight:300;color:var(--text-2);line-height:1.6}.tk-page .tk-roi-line strong{color:var(--sage);font-weight:600}.tk-page .tk-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1152px;margin:3rem auto 0;background:var(--border);border-radius:18px;overflow:visible;border:1px solid var(--border)}.tk-page .tk-price-card{background:#fff;border:none;border-radius:0;padding:36px 32px;position:relative;transition:none}.tk-page .tk-price-card:first-child{border-radius:18px 0 0 18px}.tk-page .tk-price-card:last-child{border-radius:0 18px 18px 0}.tk-page .tk-price-card:hover{transform:none;border-color:transparent}.tk-page .tk-price-card.featured{background:#2952d908;border-color:transparent}.tk-page .tk-price-card.featured:before{top:-14px;background:var(--accent);font-size:9px;font-weight:600;letter-spacing:1px;padding:4px 14px;border-radius:100px;color:#fff;text-transform:uppercase;position:absolute;left:50%;transform:translate(-50%);white-space:nowrap;content:"Most Popular"}.tk-page .tk-price-tier{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-3);margin-bottom:10px}.tk-page .tk-price-amount-row{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.tk-page .tk-price-amount{font-size:34px;font-weight:800;letter-spacing:-1.5px;color:var(--text);-webkit-text-fill-color:var(--text);line-height:1;margin-bottom:0}.tk-page .tk-price-was{font-size:1.15rem;font-weight:400;color:var(--text-3);text-decoration:line-through;text-decoration-color:#b83b2566}.tk-page .tk-price-note{font-size:13px;font-weight:300;color:var(--text-3);margin-bottom:14px}.tk-page .tk-price-payback{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.3px;color:var(--sage);background:#2e6b4a14;border:1px solid rgba(46,107,74,.2);border-radius:100px;padding:4px 10px;margin-bottom:14px}.tk-page .tk-price-payback-spacer{height:34px}.tk-page .tk-price-features{list-style:none;padding:0;margin-bottom:14px;display:flex;flex-direction:column;gap:7px}.tk-page .tk-price-features li{display:flex;align-items:flex-start;gap:8px;font-size:14px;font-weight:300;color:var(--text-2);line-height:1.55}.tk-page .tk-price-features li:before{content:"✓";color:var(--sage);font-weight:700;font-size:11px;flex-shrink:0;line-height:1.55}.tk-page .tk-price-addon{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.tk-page .tk-price-value{font-size:11px;font-weight:500;color:#10b981;opacity:.85}.tk-page .tk-price-addon-label{font-size:9px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-3);margin-bottom:5px}.tk-page .tk-price-addon-item{font-size:13px;font-weight:300;color:var(--text-2);line-height:1.55}.tk-page .tk-price-upgrade{margin-top:10px;font-size:13px;font-weight:300;color:var(--text-3);line-height:1.55;font-style:italic}.tk-page .tk-pricing-disclaimer{font-size:12px;color:var(--text-3);line-height:1.6;max-width:680px;margin:1.75rem auto 0;text-align:center}.tk-page .tk-pricing-tagline{margin:4rem auto 0;max-width:780px;text-align:center}.tk-page .tk-pricing-tagline blockquote{font-size:clamp(1.45rem,2.8vw,2rem);font-weight:700;line-height:1.35;letter-spacing:-.03em;color:var(--text-1);font-style:italic;margin:0;padding:2.5rem 2rem;border-top:1px solid rgba(41,82,217,.15);border-bottom:1px solid rgba(41,82,217,.15);position:relative}.tk-page .faq-list{max-width:760px;margin:2.5rem auto 0;text-align:left;display:flex;flex-direction:column;gap:10px}.tk-page .faq-item{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.tk-page .faq-item:first-child{border-top:1px solid var(--border)}.tk-page .faq-q{width:100%;text-align:left;background:transparent;border:none;border-bottom:none;padding:18px 22px;font-size:15px;font-weight:400;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px}.tk-page .faq-q:after{content:"+";font-size:20px;font-weight:200;color:var(--text-3);flex-shrink:0;line-height:1;margin-right:2px}.tk-page .faq-item.open .faq-q:after{content:"−"}.tk-page .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.tk-page .faq-item.open .faq-a{max-height:400px}.tk-page .faq-a-inner{padding:0 22px 20px;font-size:14px;font-weight:300;color:var(--text-2);line-height:1.7}.tk-page .final-cta{padding:0 32px 64px;background:transparent}.tk-page .final-cta .container{background:var(--dark);border-radius:28px;padding:80px 64px;max-width:1152px;text-align:center}.tk-page .final-cta .section-label{color:#ede9e059}.tk-page .final-cta h2{color:var(--dt);-webkit-text-fill-color:var(--dt);margin-bottom:16px}.tk-page .final-cta em,.tk-page .final-cta h2 em{color:var(--dt);-webkit-text-fill-color:var(--dt);font-style:italic;background:none}.tk-page .cta-sub{font-size:15px;font-weight:300;color:var(--dt2);max-width:480px;margin:0 auto 32px;line-height:1.65}.tk-page .final-cta .hero-proof{color:#ede9e059;margin-top:1.25rem}.tk-page footer{border-top:1px solid var(--border);background:var(--bg);text-align:center;padding:24px 32px;font-size:12px;font-weight:300;color:var(--text-3)}.tk-page footer a{color:var(--text-3);text-decoration:none}.tk-page footer a:hover{color:var(--text-2)}.tk-page .tk-margins-section{background:#faf9f6}.tk-margin-panels{display:flex;width:100%;gap:0;border-radius:16px 16px 0 0;overflow:hidden}.tk-margin-panel{flex:1;min-width:0}.tk-margin-panel:first-child{border-radius:16px 0 0}.tk-margin-panel:last-child{border-radius:0 16px 0 0}.tk-margin-panel:nth-child(2){border-radius:0}.tk-savings-bar{padding:1.4rem 2.5rem;border-radius:0 0 16px 16px;margin-top:0}@media(max-width:800px){.tk-page section{padding:60px 20px}.tk-page .tk-pain-section{padding:0 20px 60px}.tk-page .tk-pain-section .container{padding:36px 24px;border-radius:20px}.tk-page .tk-pain-section .features{grid-template-columns:1fr}.tk-page .tk-pain-section .feature{padding:36px 28px 34px}.tk-page .tk-pain-section .tk-stat-label{font-size:60px;letter-spacing:-3px}.tk-page .tk-steps-grid{grid-template-columns:1fr}.tk-page .tk-step-divider{width:auto;height:1px;align-self:auto}.tk-page .tk-step{padding:1.75rem 1.5rem}.tk-page .tk-strategy-section{padding:60px 20px}.tk-page .tk-strategy-section .container{padding:36px 24px;border-radius:20px}.tk-page .tk-steps-section{padding:60px 20px}.tk-page .tk-steps-section .tk-steps-grid{grid-template-columns:1fr;gap:12px}.tk-page .tk-steps-section .tk-step-divider{display:none}.tk-page .tk-timeline{max-width:none}.tk-page .tk-timeline-step{gap:1.25rem}.tk-page .tk-timeline-stats{flex-direction:column}.tk-page .tk-pricing-grid{grid-template-columns:1fr;border-radius:18px;overflow:hidden}.tk-page .tk-price-card:first-child{border-radius:18px 18px 0 0}.tk-page .tk-price-card:last-child{border-radius:0 0 18px 18px}.tk-page .tk-roi-columns{grid-template-columns:1fr}.tk-page nav{padding:12px 16px}.tk-nav-pill{padding:8px 8px 8px 16px}.tk-page .hero{padding:120px 20px 80px}.tk-page .final-cta{padding:0 20px 48px}.tk-page .final-cta .container{padding:48px 28px;border-radius:20px}.tk-page .tk-comparison-wrap{overflow-x:auto}.tk-page .tk-savings-card{grid-template-columns:1fr}.tk-page .tk-savings-top{border-right:none}.tk-page .tk-savings-slider-wrap{grid-column:1}.tk-margin-panels{flex-direction:column;gap:0;border-radius:0}.tk-margin-panel{flex:none;width:100%}.tk-margin-panel:first-child{border-radius:16px 16px 0 0}.tk-margin-panel:nth-child(2){border-radius:0}.tk-margin-panel:last-child{border-radius:0}.tk-savings-bar{padding:1.25rem;border-radius:0 0 16px 16px;margin-top:-1px}}@media(max-width:520px){.tk-page .tk-savings-loss,.tk-page .tk-savings-save{font-size:38px}}.tk-page [data-reveal]{opacity:0;transform:translate3d(0,18px,0);transition:opacity .7s cubic-bezier(.22,1,.36,1) var(--tk-reveal-delay, 0ms),transform .7s cubic-bezier(.22,1,.36,1) var(--tk-reveal-delay, 0ms);will-change:opacity,transform}.tk-page [data-reveal].tk-revealed{opacity:1;transform:translateZ(0)}@keyframes tk-hero-rise{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}.tk-page .tk-hero-enter>*{opacity:0;animation:tk-hero-rise .8s cubic-bezier(.22,1,.36,1) forwards;will-change:opacity,transform}.tk-page .tk-hero-enter>.badge{animation-delay:.05s}.tk-page .tk-hero-enter>h1{animation-delay:.18s}.tk-page .tk-hero-enter>.tk-hero-shopify{animation-delay:.34s}.tk-page .tk-hero-enter>.hero-cta{animation-delay:.46s}.tk-page .tk-hero-enter>.hero-proof{animation-delay:.56s}@keyframes tk-nav-drop{0%{opacity:0;transform:translate3d(0,-12px,0)}to{opacity:1;transform:translateZ(0)}}.tk-page nav .tk-nav-pill{animation:tk-nav-drop .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.05s;will-change:opacity,transform}.tk-page .hero-cta,.tk-page button.hero-cta,.tk-page .cta-nav{transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease;will-change:transform}@media(hover:hover){.tk-page .hero-cta:hover,.tk-page button.hero-cta:hover,.tk-page .cta-nav:hover{transform:translate3d(0,-1px,0)}}.tk-page .hero-cta:active,.tk-page button.hero-cta:active,.tk-page .cta-nav:active{transform:translateZ(0) scale(.97);transition-duration:.1s}.tk-page .hero-cta svg{transition:transform .25s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.tk-page .hero-cta:hover svg{transform:translate(3px)}}.tk-page .logo{transition:opacity .18s ease,transform .18s ease}.tk-page .logo:active{transform:scale(.96)}.tk-page .tk-price-card{transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease,background .32s ease;will-change:transform}@media(hover:hover){.tk-page .tk-price-card:hover{transform:translate3d(0,-4px,0);border-color:#2952d940}}.tk-page .tk-margin-panel{transition:transform .35s cubic-bezier(.22,1,.36,1);will-change:transform}@media(hover:hover){.tk-page .tk-margin-panel:hover{transform:translate3d(0,-3px,0)}}.tk-page .tk-preview-frame{transition:transform .45s cubic-bezier(.22,1,.36,1);will-change:transform}@media(hover:hover){.tk-page .tk-preview-frame:hover{transform:translate3d(0,-4px,0)}}.tk-page .tk-testimonial{transition:transform .35s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.tk-page .tk-testimonial:hover{transform:translate3d(0,-2px,0)}}.tk-steps-section--in-view .tk-hiw-bubbles .tk-step-num{animation:tk-step-pop .55s cubic-bezier(.34,1.56,.64,1) both}.tk-steps-section--in-view .tk-hiw-bubbles .tk-step-num:nth-child(1){animation-delay:.2s}.tk-steps-section--in-view .tk-hiw-bubbles .tk-step-num:nth-child(2){animation-delay:.34s}.tk-steps-section--in-view .tk-hiw-bubbles .tk-step-num:nth-child(3){animation-delay:.48s}@keyframes tk-step-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.tk-page .faq-q{transition:color .18s ease,padding-left .25s cubic-bezier(.22,1,.36,1)}.tk-page .faq-q:after{transition:transform .3s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.tk-page .faq-item:not(.open) .faq-q:hover{color:var(--accent);padding-left:6px}}.tk-page .faq-item.open .faq-q:after{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.tk-page [data-reveal],.tk-page .tk-hero-enter>*,.tk-page nav .tk-nav-pill{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}.tk-steps-section--in-view .tk-hiw-bubbles .tk-step-num{animation:none!important}.tk-page .hero-cta:hover,.tk-page .cta-nav:hover,.tk-page .tk-price-card:hover,.tk-page .tk-margin-panel:hover,.tk-page .tk-preview-frame:hover,.tk-page .tk-testimonial:hover{transform:none!important}}.tk-page .ask-ai-section{padding:64px 0}.tk-page .ask-ai-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:32px auto 0;max-width:880px}.tk-page .ask-ai-btn{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:18px 20px;background:#fff;border:1px solid var(--border);border-radius:14px;text-align:left;cursor:pointer;font:inherit;color:var(--text);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.tk-page .ask-ai-btn:hover{border-color:var(--accent);box-shadow:0 6px 20px #2952d91a;transform:translate3d(0,-1px,0)}.tk-page .ask-ai-btn:active{transform:translateZ(0) scale(.98)}.tk-page .ask-ai-btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.tk-page .ask-ai-btn--primary:hover{background:#2046c0;border-color:#2046c0;color:#fff;box-shadow:0 8px 22px #2952d938}.tk-page .ask-ai-btn--sent{background:var(--green);border-color:var(--green);color:#fff}.tk-page .ask-ai-btn--sent .ask-ai-btn-note{color:#ffffffd9}.tk-page .ask-ai-btn-label{font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.2}.tk-page .ask-ai-btn-note{font-size:12px;color:var(--text-muted);font-weight:400;line-height:1.35}.tk-page .ask-ai-btn--primary .ask-ai-btn-note{color:#ffffffc7}.tk-page .ask-ai-meta{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:22px}.tk-page .ask-ai-link{background:none;border:0;padding:6px 2px;font:inherit;font-size:13px;color:var(--text-muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#a09e8e66;transition:color .18s ease,text-decoration-color .18s ease}.tk-page .ask-ai-link:hover{color:var(--text);text-decoration-color:var(--text)}.tk-page .ask-ai-prompt{margin:22px auto 0;max-width:880px;padding:22px 24px;background:#1e1c18;color:#ede9e0;border-radius:14px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.65;white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;text-align:left}@media(max-width:760px){.tk-page .ask-ai-section{padding:48px 0}.tk-page .ask-ai-buttons{grid-template-columns:1fr;gap:10px;max-width:460px}.tk-page .ask-ai-btn{padding:14px 16px}.tk-page .ask-ai-meta{gap:16px}.tk-page .ask-ai-prompt{font-size:11.5px;padding:16px 18px}}
