:root{--black:#0a0a0a;--white:#fff;--gray-50:#fafafa;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#27272a;--gray-900:#18181b;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#eff6ff;--green:#16a34a;--green-light:#f0fdf4;--purple:#7c3aed;--purple-light:#faf5ff;--orange:#ea580c;--orange-light:#fff7ed;--red:#dc2626;--red-light:#fef2f2;--yellow:#ca8a04;--yellow-light:#fefce8;--teal:#0d9488;--teal-light:#f0fdfa}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fffffff2;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--black);letter-spacing:-.5px;font-size:1.4rem;font-weight:800;text-decoration:none}.nav-logo span{color:var(--blue)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--gray-600);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--black)}.nav-cta{background:var(--black);border-radius:8px;padding:.6rem 1.5rem;font-weight:600;transition:background .2s;color:var(--white)!important}.nav-cta:hover{background:var(--gray-800)}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--black);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.hero{text-align:center;color:var(--white);background:radial-gradient(ellipse 80% 60% at 50% -10%,#2563eb26,transparent),var(--black);padding:8rem 2rem 3rem;position:relative;overflow:hidden}.hero-badge{color:#ffffffb3;letter-spacing:1px;text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;margin-bottom:2.5rem;padding:.45rem 1.4rem;font-size:.75rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-1.5px;max-width:900px;color:var(--white);margin:0 auto;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800;line-height:1.12}.hero h1 em{color:var(--blue);font-style:normal;display:block}.hero h1 .fullloop-word{color:var(--blue);animation:1.4s cubic-bezier(.23,1,.32,1) .5s both loop-spin;display:inline-block;position:relative}.hero h1 .fullloop-word:after{content:"";border:2px solid var(--blue);opacity:0;border-radius:14px;animation:1.4s cubic-bezier(.23,1,.32,1) .5s both loop-ring;position:absolute;inset:-6px -14px}@keyframes loop-spin{0%{opacity:0;filter:blur(8px);transform:rotate(-360deg)scale(0)}50%{opacity:1;filter:blur()}70%{transform:rotate(15deg)scale(1.05)}85%{transform:rotate(-5deg)scale(.98)}to{transform:rotate(0)scale(1)}}@keyframes loop-ring{0%{opacity:0;transform:scale(.5)}50%{opacity:0}70%{opacity:.5;transform:scale(1.1)}to{opacity:.3;transform:scale(1)}}.hero-price-block{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;max-width:900px;margin:2.5rem auto 2rem;padding:2.5rem 2rem 2rem}.hero-price-old-wrap{margin-bottom:.25rem;display:block}.hero-price-old{letter-spacing:-2px;color:var(--gray-600);font-size:clamp(2.5rem,7vw,5rem);font-weight:800;line-height:1;display:inline-block;position:relative}.hero-price-old:after{content:"";background:var(--red);border-radius:4px;height:clamp(4px,.6vw,7px);position:absolute;top:48%;left:-5%;right:-5%;transform:rotate(-2.5deg)}.hero-price-new-wrap{display:block}.hero-price-new{letter-spacing:-4px;background:linear-gradient(135deg,var(--white)30%,var(--blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,11vw,9rem);font-weight:800;line-height:1;display:inline-block}.hero-price-yr{color:var(--gray-400);letter-spacing:-1px;vertical-align:baseline;-webkit-text-fill-color:var(--gray-400);font-size:clamp(1.4rem,3vw,2.5rem);font-weight:600}.hero-save-badge{background:var(--green);color:var(--white);letter-spacing:2px;border-radius:100px;margin-top:1.25rem;padding:.55em 1.6em;font-size:clamp(1rem,2vw,1.5rem);font-weight:800;animation:2.5s ease-in-out infinite pulse-glow;display:inline-block}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 0 #16a34a99}50%{transform:scale(1.06);box-shadow:0 0 40px 12px #16a34a40}}.hero-desc{color:var(--gray-400);max-width:620px;margin:0 auto 1.5rem;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.75}.hero-autonomy{color:var(--green);letter-spacing:.2px;background:#16a34a1f;border:1px solid #16a34a40;border-radius:100px;align-items:center;gap:.6rem;margin:0 auto 2.5rem;padding:.7rem 1.6rem;font-size:.95rem;font-weight:700;display:inline-flex}.hero-autonomy-dot{background:var(--green);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite blink-dot}@keyframes blink-dot{0%,to{opacity:1}50%{opacity:.3}}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.hero-ctas .btn-primary{background:var(--blue);border-color:var(--blue);color:var(--white);padding:1rem 2.8rem;font-size:1.1rem}.hero-ctas .btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.hero-footer-note{color:var(--gray-600);border-top:1px solid #ffffff0f;padding-top:1.5rem;font-size:.8rem}.hero-gradient-fade{background:linear-gradient(180deg,var(--black)0%,var(--gray-50)100%);height:100px}.btn-primary{background:var(--black);color:var(--white);border:2px solid var(--black);border-radius:10px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-primary:hover{background:var(--gray-800);border-color:var(--gray-800)}.btn-secondary{background:var(--white);color:var(--black);border:2px solid var(--gray-300);border-radius:10px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-secondary:hover{border-color:var(--black)}.loop-section{background:var(--white);padding:4rem 2rem 6rem}.loop-container{max-width:1100px;margin:0 auto}.loop-header{text-align:center;margin-bottom:3rem}.loop-header h2{letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.loop-header p{color:var(--gray-500);font-size:1.1rem}.loop-steps{grid-template-columns:repeat(7,1fr);gap:0;display:grid;position:relative}.loop-step{text-align:center;padding:1.5rem .5rem;position:relative}.loop-step:after{content:"";background:var(--gray-200);width:100%;height:2px;position:absolute;top:2.8rem;right:-50%}.loop-step:last-child:after{display:none}.loop-num{width:52px;height:52px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .75rem;font-size:1.1rem;font-weight:800;display:flex}.loop-step:first-child .loop-num{background:var(--blue)}.loop-step:nth-child(2) .loop-num{background:var(--purple)}.loop-step:nth-child(3) .loop-num{background:var(--teal)}.loop-step:nth-child(4) .loop-num{background:var(--orange)}.loop-step:nth-child(5) .loop-num{background:var(--green)}.loop-step:nth-child(6) .loop-num{background:var(--yellow)}.loop-step:nth-child(7) .loop-num{background:var(--red)}.loop-step h3{margin-bottom:.25rem;font-size:.85rem;font-weight:700}.loop-step p{color:var(--gray-500);font-size:.75rem;line-height:1.4}section{padding:6rem 2rem}.section-container{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{text-transform:uppercase;letter-spacing:1.5px;border-radius:100px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.section-header h2{letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800}.section-header p{color:var(--gray-500);max-width:650px;margin:0 auto;font-size:1.1rem}.alt-bg{background:var(--gray-50)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2rem;transition:all .25s}.feature-card:hover{border-color:var(--gray-300);transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.feature-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.3rem;display:flex}.feature-card h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--gray-500);font-size:.925rem;line-height:1.65}.feature-card ul{margin-top:.75rem;list-style:none}.feature-card li{color:var(--gray-600);padding:.2rem 0 .2rem 1.25rem;font-size:.875rem;position:relative}.feature-card li:before{content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.55rem;left:0}.blue-icon{background:var(--blue-light);color:var(--blue)}.purple-icon{background:var(--purple-light);color:var(--purple)}.green-icon{background:var(--green-light);color:var(--green)}.orange-icon{background:var(--orange-light);color:var(--orange)}.red-icon{background:var(--red-light);color:var(--red)}.yellow-icon{background:var(--yellow-light);color:var(--yellow)}.teal-icon{background:var(--teal-light);color:var(--teal)}.blue-dot li:before{background:var(--blue)}.purple-dot li:before{background:var(--purple)}.green-dot li:before{background:var(--green)}.orange-dot li:before{background:var(--orange)}.red-dot li:before{background:var(--red)}.yellow-dot li:before{background:var(--yellow)}.teal-dot li:before{background:var(--teal)}.Selenas-section{background:var(--black);color:var(--white);padding:6rem 2rem}.Selenas-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.Selenas-content h2{letter-spacing:-.5px;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Selenas-content h2 span{color:var(--blue)}.Selenas-content p{color:var(--gray-400);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.Selenas-features{list-style:none}.Selenas-features li{color:var(--gray-300);align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.95rem;display:flex}.Selenas-features li:before{content:"✓";color:var(--blue);flex-shrink:0;margin-top:1px;font-weight:700}.Selenas-chat{background:var(--gray-900);border:1px solid var(--gray-700);border-radius:20px;padding:2rem}.chat-header{text-align:center;margin-bottom:1.5rem}.chat-header h4{color:var(--gray-500);font-size:.85rem;font-weight:500}.chat-bubble{border-radius:16px;max-width:85%;margin-bottom:.75rem;padding:.85rem 1.1rem;font-size:.9rem;line-height:1.55}.chat-in{background:var(--gray-800);color:var(--gray-300);border-bottom-left-radius:4px}.chat-out{background:var(--blue);color:var(--white);border-bottom-right-radius:4px;margin-left:auto}.chat-label{color:var(--gray-600);margin-bottom:.25rem;font-size:.7rem;font-weight:500}.chat-label-right{text-align:right}.stats-bar{background:var(--blue);padding:3.5rem 2rem}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.stat-item h3{color:var(--white);font-size:2.8rem;font-weight:800}.stat-item p{color:#fffc;margin-top:.25rem;font-size:.9rem;font-weight:500}.compare-table{border-collapse:collapse;width:100%;margin-top:2rem}.compare-table th,.compare-table td{text-align:left;border-bottom:1px solid var(--gray-200);padding:1rem 1.25rem;font-size:.925rem}.compare-table th{background:var(--gray-50);font-weight:700}.compare-table th:first-child{border-radius:12px 0 0}.compare-table th:last-child{border-radius:0 12px 0 0}.compare-table td:nth-child(2),.compare-table th:nth-child(2),.compare-table td:nth-child(3),.compare-table th:nth-child(3){text-align:center}.check{color:var(--green);font-size:1.2rem;font-weight:700}.cross{color:var(--gray-300);font-size:1.2rem}.founder-section{background:var(--gray-50);padding:6rem 2rem}.founder-container{text-align:center;max-width:800px;margin:0 auto}.founder-container h2{letter-spacing:-.5px;margin-bottom:1.5rem;font-size:2.2rem;font-weight:800}.founder-container p{color:var(--gray-600);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.founder-credentials{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.credential{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-700);border-radius:100px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.cta-section{background:var(--black);text-align:center;padding:6rem 2rem}.cta-section h2{color:var(--white);letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.cta-section p{color:var(--gray-400);max-width:550px;margin:0 auto 2.5rem;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-white{background:var(--white);color:var(--black);border-radius:10px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .2s}.btn-white:hover{background:var(--gray-100)}.btn-outline{color:var(--white);border:2px solid var(--gray-600);background:0 0;border-radius:10px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-outline:hover{border-color:var(--white)}footer{background:var(--gray-900);color:var(--gray-400);padding:4rem 2rem 2rem}.footer-container{max-width:1100px;margin:0 auto}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand h3{color:var(--white);margin-bottom:.75rem;font-size:1.3rem;font-weight:800}.footer-brand h3 span{color:var(--blue)}.footer-brand p{max-width:300px;font-size:.9rem;line-height:1.65}.footer-col h4{color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:700}.footer-col a{color:var(--gray-400);padding:.25rem 0;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.mockup-section{padding:6rem 2rem}.mockup-container{max-width:1200px;margin:0 auto}.mockup-header{text-align:center;margin-bottom:3rem}.mockup-header h2{letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.4rem;font-weight:800}.mockup-header p{color:var(--gray-500);max-width:700px;margin:0 auto;font-size:1.1rem}.mockup-label{text-transform:uppercase;letter-spacing:1.5px;border-radius:100px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.7rem;font-weight:700;display:inline-block}.dashboard-frame{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;margin-bottom:3rem;overflow:hidden;box-shadow:0 4px 24px #0000000f}.dashboard-titlebar{background:var(--gray-50);border-bottom:1px solid var(--gray-200);align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.titlebar-dot{border-radius:50%;width:10px;height:10px}.titlebar-dot.red{background:#ff5f57}.titlebar-dot.yellow{background:#ffbd2e}.titlebar-dot.green{background:#28c840}.titlebar-title{color:var(--gray-500);margin-left:.75rem;font-size:.8rem;font-weight:500}.dashboard-body{padding:1.5rem}.stat-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:var(--gray-50);border:1px solid var(--gray-200);text-align:center;border-radius:12px;padding:1.25rem}.stat-card .stat-val{color:var(--black);font-size:1.8rem;font-weight:800}.stat-card .stat-label{color:var(--gray-500);margin-top:.2rem;font-size:.75rem;font-weight:500}.stat-card.highlight{border-color:var(--blue);background:var(--blue-light)}.stat-card.highlight .stat-val{color:var(--blue)}.stat-card.green-card{border-color:var(--green);background:var(--green-light)}.stat-card.green-card .stat-val{color:var(--green)}.stat-card.orange-card{border-color:var(--orange);background:var(--orange-light)}.stat-card.orange-card .stat-val{color:var(--orange)}.stat-card.red-card{border-color:var(--red);background:var(--red-light)}.stat-card.red-card .stat-val{color:var(--red)}.stat-card.purple-card{border-color:var(--purple);background:var(--purple-light)}.stat-card.purple-card .stat-val{color:var(--purple)}.data-table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.85rem}.data-table th{background:var(--gray-50);text-align:left;border-bottom:2px solid var(--gray-200);text-transform:uppercase;letter-spacing:.5px;color:var(--gray-600);padding:.7rem .75rem;font-size:.75rem;font-weight:700}.data-table td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);padding:.6rem .75rem}.data-table tr:hover td{background:var(--gray-50)}.badge{border-radius:100px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.badge-green{background:var(--green-light);color:var(--green)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-orange{background:var(--orange-light);color:var(--orange)}.badge-red{background:var(--red-light);color:var(--red)}.badge-purple{background:var(--purple-light);color:var(--purple)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.bar-chart{align-items:flex-end;gap:.5rem;height:120px;margin:1rem 0;padding:0 .5rem;display:flex}.bar-col{flex-direction:column;flex:1;align-items:center;gap:.25rem;display:flex}.bar{border-radius:4px 4px 0 0;width:100%;min-height:4px;transition:height .3s}.bar-label{color:var(--gray-500);font-size:.65rem;font-weight:500}.bar-val{color:var(--gray-700);font-size:.65rem;font-weight:700}.mini-chart{align-items:flex-end;gap:2px;height:30px;display:flex}.mini-bar{background:var(--blue);border-radius:2px;width:4px}.live-feed{max-height:220px;overflow:hidden}.feed-item{border-bottom:1px solid var(--gray-100);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.8rem;display:flex}.feed-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.feed-time{color:var(--gray-400);white-space:nowrap;margin-left:auto;font-size:.7rem}.portal-screen{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.portal-screen h4{align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.portal-screen p{color:var(--gray-600);margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.screen-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.flow-steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin:2rem 0;display:flex}.flow-step{background:var(--gray-50);border:1px solid var(--gray-200);text-align:center;border-radius:10px;min-width:120px;padding:.75rem 1.25rem;font-size:.8rem;font-weight:600}.flow-arrow{color:var(--gray-400);padding:0 .5rem;font-size:1.2rem}.flow-step.auto{border-color:var(--green);background:var(--green-light);color:var(--green)}.flow-step.human{border-color:var(--orange);background:var(--orange-light);color:var(--orange)}.autonomy-grid{grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0;display:grid}.autonomy-col h3{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.autonomy-list{list-style:none}.autonomy-list li{color:var(--gray-700);border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.9rem;display:flex}.page-walkthrough{margin-bottom:2.5rem}.page-walkthrough h3{border-bottom:2px solid var(--gray-200);margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.page-walkthrough h3 span{color:var(--gray-500);font-size:.85rem;font-weight:400}.page-walkthrough>p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem;line-height:1.65}.page-features{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem;display:grid}.page-feature{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:8px;padding:.75rem 1rem;font-size:.85rem}.page-feature strong{color:var(--gray-800);margin-bottom:.2rem;font-size:.8rem;display:block}.page-feature span{color:var(--gray-500);font-size:.8rem}.two-col-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.portal-nav{list-style:none}.portal-nav li{color:var(--gray-600);cursor:default;border-left:3px solid #0000;margin-bottom:.25rem;padding:.6rem 1rem;font-size:.9rem}.portal-nav li.active{border-left-color:var(--blue);color:var(--blue);background:var(--blue-light);border-radius:0 8px 8px 0;font-weight:600}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.price-card{background:var(--white);border:2px solid var(--gray-200);border-radius:16px;padding:2.25rem;transition:all .25s;position:relative}.price-card:hover{border-color:var(--gray-300);transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.price-card.featured{border-color:var(--black)}.price-card.featured:before{content:"REQUIRED";background:var(--black);color:var(--white);letter-spacing:1px;border-radius:100px;padding:.25rem .9rem;font-size:.65rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-card .price-tag{text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.price-card h3{margin-bottom:.4rem;font-size:1.2rem;font-weight:800}.price-card .price-amount{color:var(--black);margin-bottom:.2rem;font-size:2.2rem;font-weight:800}.price-card .price-period{color:var(--gray-500);margin-bottom:1.25rem;font-size:.8rem}.price-card .price-desc{color:var(--gray-600);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.price-card ul{list-style:none}.price-card li{color:var(--gray-600);padding:.35rem 0 .35rem 1.5rem;font-size:.85rem;position:relative}.price-card li:before{content:"✓";color:var(--green);font-size:.8rem;font-weight:700;position:absolute;left:0}.support-tiers{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:2rem 0;display:grid}.support-tier{background:var(--white);border:1px solid var(--gray-200);text-align:center;border-radius:12px;padding:1.75rem}.support-tier h4{margin-bottom:.3rem;font-size:1rem;font-weight:700}.support-tier .tier-pct{margin-bottom:.1rem;font-size:1.6rem;font-weight:800}.support-tier .tier-range{color:var(--gray-500);margin-bottom:1rem;font-size:.8rem}.support-tier ul{text-align:left;list-style:none}.support-tier li{color:var(--gray-600);padding:.25rem 0 .25rem 1.25rem;font-size:.8rem;position:relative}.support-tier li:before{content:"✓";color:var(--green);font-size:.75rem;font-weight:600;position:absolute;left:0}.not-for-list{grid-template-columns:1fr 1fr;gap:.5rem 2rem;margin:1.5rem 0;list-style:none;display:grid}.not-for-list li{color:var(--gray-600);padding:.4rem 0 .4rem 1.5rem;font-size:.9rem;position:relative}.not-for-list li:before{content:"✗";color:var(--red);font-weight:700;position:absolute;left:0}@media (max-width:600px){.pricing-grid,.support-tiers{grid-template-columns:1fr!important}.not-for-list{grid-template-columns:1fr}.price-card .price-amount{font-size:1.8rem}}.faq-list{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-q{text-align:left;width:100%;color:var(--gray-800);cursor:pointer;background:0 0;border:none;padding:1.25rem 2.5rem 1.25rem 0;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.5;position:relative}.faq-q:after{content:"+";color:var(--gray-400);font-size:1.4rem;font-weight:300;transition:transform .2s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.faq-item.open .faq-q:after{content:"−"}.faq-a{max-height:0;color:var(--gray-600);padding:0;font-size:.925rem;line-height:1.7;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-a{max-height:500px;padding:0 0 1.25rem}.review-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:1.75rem;transition:all .25s}.review-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.review-stars{color:var(--yellow);letter-spacing:2px;margin-bottom:.75rem;font-size:.85rem}.mobile-overlay{z-index:150;opacity:0;background:#00000080;transition:opacity .3s;display:none;position:fixed;inset:0}.mobile-overlay.open{opacity:1;display:block}.mobile-menu{background:var(--white);z-index:200;flex-direction:column;gap:0;width:280px;height:100vh;padding:5rem 2rem 2rem;transition:right .35s;display:flex;position:fixed;top:0;right:-300px;box-shadow:-4px 0 24px #00000026}.mobile-menu.open{right:0}.mobile-menu-close{cursor:pointer;color:var(--gray-600);background:0 0;border:none;padding:.5rem;font-size:1.5rem;position:absolute;top:1.25rem;right:1.25rem}.mobile-menu a{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:.9rem 0;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.mobile-menu a:hover{color:var(--blue)}.mobile-menu .mobile-cta{text-align:center;background:var(--black);color:var(--white);border-radius:10px;margin-top:1.5rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;display:block}.mobile-menu .mobile-contact{border-top:1px solid var(--gray-200);margin-top:auto;padding-top:1.5rem}.mobile-menu .mobile-contact a{color:var(--gray-500);border:none;padding:.5rem 0;font-size:.9rem}.table-scroll{-webkit-overflow-scrolling:touch;margin:0 -.25rem;padding:0 .25rem;overflow-x:auto}.cost-section{background:var(--gray-50);padding:6rem 2rem}.cost-container{max-width:1100px;margin:0 auto}.cost-header{text-align:center;margin-bottom:3rem}.cost-header .section-label{background:var(--red-light);color:var(--red)}.cost-header h2{letter-spacing:-.5px;margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800}.cost-header h2 .traditional-price{color:var(--red);text-decoration:line-through;text-decoration-thickness:3px}.cost-header h2 .fullloop-price{color:var(--green)}.cost-header p{color:var(--gray-500);max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.cost-table{border-collapse:separate;border-spacing:0;border-radius:16px;width:100%;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 4px 24px #0000000f}.cost-table thead th{text-transform:uppercase;letter-spacing:1px;padding:1.1rem 1.25rem;font-size:.85rem;font-weight:700}.cost-table thead th:first-child{background:var(--gray-800);color:var(--white);text-align:left;width:50%}.cost-table thead th:nth-child(2){background:var(--red);color:var(--white);text-align:center;width:25%}.cost-table thead th:nth-child(3){background:var(--green);color:var(--white);text-align:center;width:25%}.cost-table tbody td{border-bottom:1px solid var(--gray-100);background:var(--white);vertical-align:top;padding:1rem 1.25rem;font-size:.9rem}.cost-table tbody td:first-child{color:var(--gray-800);font-weight:600}.cost-table tbody td:nth-child(2){text-align:center;color:var(--red);font-size:1rem;font-weight:700}.cost-table tbody td:nth-child(3){text-align:center;color:var(--green);font-size:.9rem;font-weight:700}.cost-table tbody td .expense-desc{color:var(--gray-500);margin-top:.2rem;font-size:.8rem;font-weight:400;display:block}.cost-table tfoot td{background:var(--gray-50);border-top:3px solid var(--gray-200);padding:1.1rem 1.25rem;font-size:1.1rem;font-weight:800}.cost-table tfoot td:first-child{color:var(--gray-800);text-align:left}.cost-table tfoot td:nth-child(2){text-align:center;color:var(--red)}.cost-table tfoot td:nth-child(3){text-align:center;color:var(--green)}.cost-footnote{color:var(--gray-500);margin-top:1rem;padding:0 .5rem;font-size:.85rem;line-height:1.6}.savings-callout{background:var(--green-light);border:2px solid var(--green);text-align:center;border-radius:16px;margin-top:2rem;padding:2rem}.savings-callout h3{color:var(--green);margin-bottom:.25rem;font-size:1.8rem;font-weight:800}.savings-callout p{color:var(--gray-700);font-size:1.05rem;font-weight:500}.replaces-section{background:var(--black);color:var(--white);padding:6rem 2rem}.replaces-container{max-width:1100px;margin:0 auto}.replaces-header{text-align:center;margin-bottom:3.5rem}.replaces-header h2{letter-spacing:-.5px;margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.5rem);font-weight:800}.replaces-header h2 span{color:var(--blue)}.replaces-header p{color:var(--gray-400);max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.replaces-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.replace-card{background:var(--gray-900);border:1px solid var(--gray-700);border-radius:16px;flex-direction:column;padding:2rem;display:flex}.replace-old{border-bottom:1px solid var(--gray-700);margin-bottom:1.5rem;padding-bottom:1.5rem}.replace-old h3{color:var(--gray-300);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.replace-old .old-cost{color:var(--red);font-size:.9rem;font-weight:600;text-decoration:line-through}.replace-old p{color:var(--gray-500);margin-top:.5rem;font-size:.85rem;line-height:1.5}.replace-arrow{text-align:center;color:var(--blue);margin-bottom:1.5rem;font-size:1.5rem}.replace-new h3{color:var(--blue);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.replace-new p{color:var(--gray-400);font-size:.875rem;line-height:1.65}.lead-engine-section{background:var(--white);padding:6rem 2rem}.lead-engine-container{max-width:1100px;margin:0 auto}.lead-engine-header{text-align:center;margin-bottom:3.5rem}.lead-engine-header .section-label{background:var(--blue-light);color:var(--blue)}.lead-engine-header h2{letter-spacing:-.5px;margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.5rem);font-weight:800}.lead-engine-header p{color:var(--gray-500);max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.lead-engine-price{text-align:center;margin-bottom:3rem}.lead-engine-price .price-tag{color:var(--blue);font-size:1.8rem;font-weight:800}.lead-engine-price .price-desc{color:var(--gray-500);margin-top:.25rem;font-size:.95rem}.lead-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.lead-feature{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:2rem}.lead-feature h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.lead-feature p{color:var(--gray-500);font-size:.9rem;line-height:1.65}.lead-comparison{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.lead-compare-card{border-radius:16px;padding:2rem}.lead-compare-card.traditional{background:var(--red-light);border:1px solid #dc262633}.lead-compare-card.fullloop{background:var(--green-light);border:1px solid #16a34a33}.lead-compare-card h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.lead-compare-card.traditional h4{color:var(--red)}.lead-compare-card.fullloop h4{color:var(--green)}.lead-compare-card p{color:var(--gray-600);font-size:.9rem;line-height:1.6}.lead-compare-card .compare-price{margin-bottom:.5rem;font-size:1.2rem;font-weight:800;display:block}.lead-compare-card.traditional .compare-price{color:var(--red)}.lead-compare-card.fullloop .compare-price{color:var(--green)}.bottom-line-section{background:var(--black);text-align:center;padding:5rem 2rem}.bottom-line-container{max-width:800px;margin:0 auto}.bottom-line-container h2{color:var(--white);letter-spacing:-.5px;margin-bottom:1.25rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.bottom-line-container h2 span{color:var(--green)}.bottom-line-container p{color:var(--gray-400);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.bottom-line-container p:last-child{margin-bottom:0}@media (max-width:900px){.nav-links{display:none!important}.mobile-menu-btn{display:block}.loop-steps{grid-template-columns:repeat(4,1fr)}.loop-step:nth-child(4):after{display:none}.Selenas-container{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.compare-table{font-size:.85rem}.compare-table th,.compare-table td{padding:.75rem}.two-col-layout,.screen-grid,.autonomy-grid,.page-features{grid-template-columns:1fr}.stat-cards{grid-template-columns:repeat(2,1fr)!important}.mobile-1col-tablet,.review-grid{grid-template-columns:1fr!important}.replaces-grid,.lead-features-grid,.lead-comparison{grid-template-columns:1fr}}@media (max-width:600px){nav{padding:0 1rem}.hero{padding:6rem 1.25rem 2rem}.hero h1{letter-spacing:-.5px;font-size:1.8rem}.hero-price-block{border-radius:16px;margin:1.5rem auto;padding:1.5rem .75rem}.hero-price-old{font-size:clamp(1.8rem,6vw,2.5rem)}.hero-price-new{letter-spacing:-2px;font-size:clamp(3rem,10vw,4.5rem)}.hero-price-yr{font-size:clamp(1rem,2.5vw,1.4rem)}.hero-save-badge{margin-top:1rem;padding:.5em 1.2em;font-size:.9rem}.hero-desc{font-size:.9rem}.hero-autonomy{padding:.55rem 1rem;font-size:.8rem}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas a{text-align:center}.hero-gradient-fade{height:60px}section,.mockup-section{padding:4rem 1.25rem}.features-grid{grid-template-columns:1fr}.loop-steps{grid-template-columns:repeat(2,1fr)}.loop-step:nth-child(2n):after{display:none}.stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.stat-item h3{font-size:2rem}.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem}.founder-credentials{gap:.5rem}.Selenas-section{padding:4rem 1.25rem}.stat-cards{grid-template-columns:1fr 1fr!important}.stat-card .stat-val{font-size:1.4rem}.stat-card .stat-label{font-size:.65rem}.stat-card{padding:.9rem .6rem}.flow-steps{gap:.5rem}.flow-arrow{display:none}.flow-step{min-width:100%}.data-table{white-space:nowrap;font-size:.7rem}.data-table th,.data-table td{padding:.4rem .5rem}.data-table th{font-size:.6rem}.bar-chart{height:80px}.dashboard-body{padding:.75rem}.dashboard-frame{border-radius:12px}.mockup-header h2,.section-header h2{font-size:1.6rem}.page-walkthrough h3{font-size:1rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-buttons a{text-align:center}.btn-white,.btn-outline{padding:.9rem 1.5rem}.faq-q{padding-right:2rem;font-size:.9rem}.faq-a{font-size:.85rem}.compare-table{font-size:.75rem}.compare-table th,.compare-table td{padding:.5rem .4rem}.Selenas-chat{padding:1.25rem}.chat-bubble{max-width:92%;font-size:.85rem}.review-grid{grid-template-columns:1fr!important}.portal-screen{padding:1.25rem}.portal-screen h4{font-size:.9rem}.autonomy-list li{font-size:.8rem}.live-feed{max-height:180px}.feed-item{gap:.4rem;font-size:.7rem}.feed-item .badge{padding:.15rem .4rem;font-size:.6rem}.founder-container h2{font-size:1.6rem}.founder-container p{font-size:.95rem}[style*="grid-template-columns:1fr 1fr"],[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.cost-section{padding:4rem 1.25rem}.cost-table thead th{padding:.8rem .5rem;font-size:.7rem}.cost-table tbody td{padding:.7rem .5rem;font-size:.8rem}.cost-table tbody td:nth-child(2){font-size:.85rem}.cost-table tbody td .expense-desc{font-size:.7rem}.cost-table tfoot td{padding:.8rem .5rem;font-size:.9rem}.savings-callout h3{font-size:1.4rem}.replaces-section{padding:4rem 1.25rem}.replaces-grid{grid-template-columns:1fr}.lead-engine-section{padding:4rem 1.25rem}.lead-features-grid,.lead-comparison{grid-template-columns:1fr}.bottom-line-section{padding:4rem 1.25rem}}
