.ind-page{color:#131316;background:#fff}.ind-section{max-width:1080px;margin:0 auto;padding:64px 32px;position:relative}.ind-section.ind-plan{padding-top:16px}.ind-band-tint{background:#f8f1f0}.ind-hero-band{background:linear-gradient(#fff 0%,#f8f1f0 100%)}.ind-hero{text-align:center;max-width:900px;padding-top:88px}.ind-hero h1{letter-spacing:-.015em;margin:0 0 18px;font-size:44px;font-weight:800;line-height:1.12}.ind-hero p{color:#57565c;max-width:540px;margin:0 auto 32px;font-size:17px;font-weight:500;line-height:1.55}.ind-hero-ctas{justify-content:center;gap:14px;display:flex}.ind-btn-primary{color:#fff;background:#ba776e;border-radius:999px;padding:13px 26px;font-size:15px;font-weight:700;text-decoration:none}.ind-btn-secondary{color:#131316;background:0 0;border:1.5px solid #e6e4e3;border-radius:999px;padding:12px 25px;font-size:15px;font-weight:700;text-decoration:none}.ind-chain-header{text-align:center;max-width:600px;margin:0 auto 32px}.ind-chain-header h2{letter-spacing:-.01em;margin:0 0 10px;font-size:28px;font-weight:800;line-height:1.15}.ind-chain-header p{color:#57565c;margin:0;font-size:14.5px;font-weight:500;line-height:1.5}.ind-diagram{width:100%;max-width:1000px;margin:0 auto;display:block}.ind-diagram.ind-diagram-mobile{max-width:360px}.ind-diagram text{font-family:Plus Jakarta Sans,sans-serif}.ind-legend-label{font-size:13px;font-weight:700}.ind-stage-label{fill:#131316;font-size:17px;font-weight:800}.ind-metric-label{fill:#ba776e;font-size:13.5px;font-weight:700}.ind-outcome-label{fill:#ba776e;font-size:17px;font-weight:800}.ind-annot-without{fill:#6f6e73;font-size:11px;font-weight:500}.ind-annot-with{fill:#ba776e;font-size:11px;font-weight:600}.ind-takeaway{fill:#131316;font-size:16px;font-weight:700}.ind-diagram-mobile .ind-stage-label,.ind-diagram-mobile .ind-outcome-label{font-size:11px}.ind-diagram-mobile .ind-metric-label{font-size:9px}.ind-diagram-mobile .ind-legend-label{font-size:10px}.ind-diagram-mobile .ind-takeaway{font-size:11.5px}.ind-diagram-desktop{display:block}.ind-diagram-mobile{display:none}@media (prefers-reduced-motion:reduce){.ind-diagram path[stroke-dasharray],.ind-diagram circle.ind-lead-dot{animation:none!important}}.ind-spotlight-row{align-items:center;gap:56px;padding:44px 0;display:flex}.ind-spotlight-row.ind-reverse{flex-direction:row-reverse}.ind-spotlight-copy{flex:0 0 320px}.ind-spotlight-copy h3{letter-spacing:-.01em;margin:0 0 14px;font-size:26px;font-weight:800;line-height:1.22}.ind-spotlight-copy p{color:#57565c;margin:0;font-size:15px;font-weight:500;line-height:1.6}.ind-spotlight-canvas{background:#f8f1f0;border-radius:20px;flex:1;justify-content:center;align-items:center;min-height:280px;padding:28px;display:flex}.ind-compare-row{justify-content:center;align-items:center;gap:26px;width:100%;display:flex}.ind-compare-item{flex:none;position:relative}.ind-compare-phone{background:#fff;border:5px solid #131316;border-radius:22px;width:120px;height:240px;position:relative;overflow:hidden}.ind-compare-phone .ind-notch{z-index:5;background:#131316;border-radius:0 0 8px 8px;width:46px;height:13px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ind-bad-screen{flex-direction:column;gap:24px;height:100%;padding:20px 10px 10px;display:flex}.ind-bad-nav{background:#e6e4e3;border-radius:3px;width:55%;height:7px}.ind-bad-hero{background:#ece9e6;border-radius:8px;height:44px}.ind-bad-row{gap:6px;display:flex}.ind-bad-tile{background:#f1efec;border-radius:6px;flex:1;height:24px}.ind-bad-popup{z-index:3;background:#fff;border:1px solid #e6e4e3;border-radius:10px;padding:12px 10px 9px;position:absolute;top:40%;left:10%;right:10%;box-shadow:0 14px 26px #13131629}.ind-popup-close{color:#9a999d;font-size:12px;font-weight:700;line-height:1;position:absolute;top:3px;right:7px}.ind-popup-line{background:#e6e4e3;border-radius:3px;height:6px;margin-bottom:6px}.ind-popup-line.ind-short{width:55%}.ind-popup-btn{background:#dcdad8;border-radius:8px;height:16px;margin-top:3px}.ind-x-mark-full{opacity:0;pointer-events:none;z-index:6;justify-content:center;align-items:center;animation:5s ease-in-out infinite ind-mark-reveal;display:flex;position:absolute;inset:-8px}.ind-x-mark-full svg{stroke:#131316;stroke-width:3px;stroke-linecap:round;width:88%;height:88%}.ind-good-screen{flex-direction:column;height:100%;display:flex}.ind-good-photo{background:linear-gradient(160deg,#f3b7aa,#e39685);flex:1}.ind-good-body{flex-direction:column;gap:6px;padding:10px;display:flex}.ind-good-line{background:#e6e4e3;border-radius:3px;width:75%;height:7px}.ind-good-line.ind-price{opacity:.8;background:#ba776e;width:42%}.ind-good-btn{background:#ba776e;border-radius:10px;height:20px;margin-top:4px}.ind-check-badge{opacity:0;z-index:6;background:#ba776e;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;animation:5s ease-in-out infinite ind-mark-reveal-scale;display:flex;position:absolute;top:6px;right:-10px;transform:scale(.7);box-shadow:0 6px 14px #1313162e}.ind-check-badge svg{stroke:#fff;fill:none;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}@keyframes ind-mark-reveal{0%{opacity:0}30%{opacity:0}40%{opacity:1}92%{opacity:1}to{opacity:0}}@keyframes ind-mark-reveal-scale{0%{opacity:0;transform:scale(.7)}30%{opacity:0;transform:scale(.7)}40%{opacity:1;transform:scale(1.08)}46%{transform:scale(1)}92%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.7)}}.ind-mail-stack{flex-direction:column;gap:12px;width:100%;max-width:280px;display:flex}.ind-mail-card{opacity:0;animation:4s ease-in-out infinite ind-mail-pop;animation-delay:var(--d,0s);background:#fff;border-radius:14px;align-items:center;gap:12px;padding:13px 16px;display:flex;transform:translateY(16px)scale(.92);box-shadow:0 10px 24px #13131617}.ind-mail-icon{background:#f8f1f0;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.ind-mail-icon svg{stroke:#ba776e;fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.ind-mail-lines{flex-direction:column;flex:1;gap:6px;display:flex}.ind-mail-line{background:#e6e4e3;border-radius:3px;height:6px}.ind-mail-line.ind-short{opacity:.55;background:#ba776e;width:55%}@keyframes ind-mail-pop{0%{opacity:0;transform:translateY(16px)scale(.9)}8%{opacity:1;transform:translateY(0)scale(1.05)}14%{transform:translateY(0)scale(1)}78%{opacity:1;transform:translateY(0)scale(1)}90%{opacity:0;transform:translateY(-12px)scale(.96)}to{opacity:0}}.ind-type-demo{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:230px;margin:0 auto;display:flex}.ind-type-input{box-sizing:border-box;background:#fff;border:1.5px solid #e6e4e3;border-radius:12px;align-items:center;gap:2px;width:100%;padding:12px 14px;animation:5s ease-in-out infinite ind-input-pulse;display:flex}.ind-type-text{color:#131316;white-space:nowrap;font-size:13px;font-weight:600}.ind-type-cursor{background:#ba776e;width:2px;height:14px;animation:1s step-end infinite ind-cursor-blink}.ind-type-arrow{color:#9a999d;font-size:15px;line-height:1}.ind-type-post{opacity:0;box-sizing:border-box;background:#fff;border-radius:14px;width:100%;animation:5s ease-in-out infinite ind-post-reveal;overflow:hidden;transform:translateY(10px)scale(.95);box-shadow:0 10px 24px #13131617}.ind-type-post-photo{background:linear-gradient(160deg,#f3b7aa,#e39685);height:70px}.ind-type-post-body{flex-direction:column;gap:6px;padding:10px 12px 12px;display:flex}.ind-type-line{background:#e6e4e3;border-radius:3px;width:80%;height:6px}.ind-type-line.ind-short{opacity:.7;background:#ba776e;width:45%}.ind-type-btn{background:#ba776e;border-radius:8px;width:70px;height:16px;margin-top:3px}@keyframes ind-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes ind-input-pulse{0%{border-color:#e6e4e3}40%{border-color:#e6e4e3}48%{border-color:#ba776e}56%{border-color:#e6e4e3}to{border-color:#e6e4e3}}@keyframes ind-post-reveal{0%{opacity:0;transform:translateY(10px)scale(.95)}42%{opacity:0;transform:translateY(10px)scale(.95)}50%{opacity:1;transform:translateY(0)scale(1.03)}56%{transform:translateY(0)scale(1)}88%{opacity:1}96%{opacity:0}to{opacity:0}}@media (prefers-reduced-motion:reduce){.ind-x-mark-full,.ind-check-badge,.ind-mail-card,.ind-type-input,.ind-type-cursor,.ind-type-post{opacity:1!important;animation:none!important;transform:none!important}}.ind-plan-header{text-align:center;max-width:560px;margin:0 auto 40px}.ind-plan-header h2{letter-spacing:-.01em;margin:0 0 10px;font-size:28px;font-weight:800}.ind-plan-header p{color:#57565c;margin:0;font-size:14.5px;font-weight:500}.ind-plan-row{align-items:flex-start;gap:20px;max-width:720px;margin:0 auto;padding:22px 0;display:flex}.ind-plan-row+.ind-plan-row{border-top:1px solid #e6e4e3}.ind-plan-marker{background:#ba776e;border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;height:28px;margin-top:2px;display:flex}.ind-plan-marker svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.ind-plan-marker.ind-soon{background:#e6e4e3}.ind-plan-marker.ind-soon svg{stroke:#6f6e73}.ind-plan-text h4{margin:0 0 4px;font-size:16px;font-weight:700}.ind-plan-text p{color:#57565c;margin:0;font-size:14.5px;font-weight:500;line-height:1.55}.ind-plan-tag{color:#6f6e73;vertical-align:middle;background:#e6e4e3;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:10.5px;font-weight:700;display:inline-block}.ind-faq-header{text-align:center;max-width:560px;margin:0 auto 8px}.ind-faq-header h2{letter-spacing:-.01em;margin:0 0 10px;font-size:28px;font-weight:800}.ind-faq-header p{color:#57565c;margin:0;font-size:14.5px;font-weight:500}.ind-faq-list{max-width:720px;margin:24px auto 0}.ind-faq-row{border-bottom:1px solid #e6e4e3}.ind-faq-row:first-child{border-top:1px solid #e6e4e3}.ind-faq-q{text-align:left;color:#131316;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 0;font-family:inherit;font-size:15.5px;font-weight:700;display:flex}.ind-faq-a{color:#57565c;max-width:640px;padding-bottom:18px;font-size:14.5px;font-weight:500;line-height:1.6}.ind-closing-cta{text-align:center;background:linear-gradient(140deg,#ba776e,#8b5850);border-radius:28px 28px 0 0;margin-top:8px;padding:48px 24px}.ind-closing-cta h2{letter-spacing:-.01em;color:#fff;max-width:520px;margin:0 auto 26px;font-size:30px;font-weight:800;line-height:1.3}.ind-closing-cta-ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.ind-closing-cta-primary{color:#131316;background:#fff;border-radius:999px;padding:12px 24px;font-size:14.5px;font-weight:700;text-decoration:none}.ind-closing-cta-secondary{color:#fff;border:1.5px solid #fff9;border-radius:999px;padding:12px 24px;font-size:14.5px;font-weight:700;text-decoration:none}@media (max-width:680px){.ind-section{padding:44px 20px}.ind-hero{padding-top:56px;padding-bottom:16px}.ind-hero h1{font-size:30px}.ind-hero p{font-size:15px}.ind-hero-ctas{gap:10px}.ind-btn-primary,.ind-btn-secondary{padding:11px 18px;font-size:13px}.ind-chain-header h2,.ind-plan-header h2,.ind-faq-header h2{font-size:21px}.ind-chain-header p,.ind-plan-header p,.ind-faq-header p{font-size:13px}.ind-diagram-desktop{display:none}.ind-diagram-mobile{display:block}.ind-spotlight-row,.ind-spotlight-row.ind-reverse{flex-direction:column;align-items:stretch;gap:20px;padding:32px 0}.ind-spotlight-copy{flex:none}.ind-spotlight-copy h3{font-size:21px}.ind-spotlight-canvas{min-height:220px;padding:20px}.ind-compare-phone{width:100px;height:200px}.ind-compare-row{gap:14px}.ind-faq-q{padding:16px 0;font-size:14px}.ind-faq-a{padding-bottom:16px;font-size:13.5px}.ind-closing-cta{padding:36px 20px}.ind-closing-cta h2{margin-bottom:18px;font-size:22px}}
