:root{--bg:#f7f8f5;--surface:#fff;--surface-2:#eef2ec;--ink:#16211a;--muted:#657069;--line:#dfe5df;--accent:#0e6b4e;--accent-2:#094f3a;--warning:#9a5b08;--danger:#9a3427;--shadow:0 18px 60px #1a2b2117}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}a:focus-visible,button:focus-visible,summary:focus-visible{outline-offset:3px;border-radius:8px;outline:3px solid #0e6b4e47}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#f7f8f5e6;justify-content:space-between;align-items:center;height:68px;padding:0 5vw;display:flex;position:sticky;top:0}.site-header nav{color:var(--muted);align-items:center;gap:22px;font-size:14px;display:flex}.brand{letter-spacing:-.03em;font-size:20px;font-weight:780}.brand span{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-left:4px;font-size:10px}.shell{width:min(1120px,90vw);margin:0 auto}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;padding:94px 0 72px;display:grid}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800}h1{letter-spacing:-.06em;max-width:850px;margin:12px 0 22px;font-size:clamp(44px,6vw,76px);line-height:.98}h2{letter-spacing:-.04em;margin:0 0 18px;font-size:clamp(28px,3.4vw,42px);line-height:1.05}h3{letter-spacing:-.025em;margin:0 0 8px}.lead{color:var(--muted);max-width:660px;font-size:20px}.actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:750;display:inline-flex}.button:hover{background:var(--accent-2)}.button-secondary{color:var(--accent-2);border-color:var(--line);background:0 0}.button-secondary:hover{background:var(--surface-2)}.button-small{padding:8px 13px;font-size:13px}.button-danger{color:var(--danger);background:0 0;border-color:#e9c5bf}.hero-card,.card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px}.hero-card{padding:28px;transform:rotate(1deg)}.hero-card .mini{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800}.product-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.version-pill,.status-pill{color:var(--accent-2);background:#e6f4ee;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.status-pill.draft{color:#77581f;background:#f2eee5}.mock-row{border-top:1px solid var(--line);padding:16px 0}.mock-row:first-of-type{margin-top:18px}.mock-row strong{margin-bottom:3px;display:block}.muted{color:var(--muted)}.section{padding:72px 0}.section.alt{border-block:1px solid var(--line);background:#edf1ec}.grid-3{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.feature{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:22px}.feature .number{color:var(--accent);font-size:13px;font-weight:850}.auth-shell{place-items:center;min-height:calc(100vh - 68px);padding:50px 20px;display:grid}.auth-card{width:min(440px,100%);padding:30px}.form-stack{gap:15px;display:grid}label{font-size:13px;font-weight:750}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd8d1;border-radius:12px;outline:none;padding:11px 12px}textarea{resize:vertical;min-height:118px}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0e6b4e17}.field{gap:7px;display:grid}.helper{color:var(--muted);font-size:12px}.error{color:var(--danger);background:#fff0ed;border:1px solid #f2c8c1;border-radius:10px;padding:10px 12px;font-size:13px}.notice{color:#7b5509;background:#fff7df;border:1px solid #efdfad;border-radius:10px;padding:10px 12px;font-size:13px}.app-shell{width:min(1160px,92vw);margin:0 auto;padding:42px 0 70px}.app-top{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.app-title{letter-spacing:-.045em;margin:0;font-size:34px}.cards{gap:14px;display:grid}.product-card{grid-template-columns:1fr auto;align-items:center;gap:20px;padding:20px;display:grid}.product-card h3{margin-bottom:4px}.meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:9px;font-size:13px;display:flex}.empty{text-align:center;padding:42px}.dashboard-plan-section{margin:28px 0 34px}.dashboard-plan-intro{grid-template-columns:1fr minmax(280px,470px);align-items:end;gap:32px;margin-bottom:16px;display:grid}.dashboard-plan-intro h2{margin:5px 0 0;font-size:28px}.dashboard-plan-intro p{margin:0}.dashboard-plan-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.dashboard-plan-card{box-shadow:none;flex-direction:column;justify-content:space-between;gap:22px;padding:22px;display:flex}.dashboard-plan-price{align-items:baseline;gap:7px;margin-top:5px;display:flex}.dashboard-plan-price strong{letter-spacing:-.04em;font-size:25px}.dashboard-plan-price span{color:var(--muted);font-size:13px}.dashboard-plan-card p{margin-bottom:0}.editor-grid{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}.editor-main{gap:18px;display:grid}.card-pad{padding:24px}.card-title{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.split{grid-template-columns:1fr 1fr;gap:12px;display:grid}.list-clean{gap:9px;margin:0;padding:0;list-style:none;display:grid}.list-item{background:var(--surface-2);border-radius:12px;justify-content:space-between;gap:12px;padding:12px;display:flex}.stack{gap:12px;display:grid}hr{border:0;border-top:1px solid var(--line);margin:20px 0}.care-shell{width:min(820px,92vw);margin:0 auto;padding:54px 0 90px}.care-topline{color:var(--muted);justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;font-size:13px;display:flex}.care-card{padding:clamp(24px,5vw,44px)}.care-title{letter-spacing:-.055em;margin:4px 0 8px;font-size:clamp(38px,6vw,58px);line-height:1}.care-sub{color:var(--muted);margin-bottom:26px}.care-section{border-top:1px solid var(--line);margin-top:24px;padding-top:24px}.check-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.check-list li{gap:9px;display:flex}.check{color:var(--accent);font-weight:900}.issue{border-left:3px solid #e0a446;margin:10px 0;padding:10px 0 10px 14px}.issue strong{display:block}.qa-box{background:#fafbf9;border:1px dashed #a9b7ae;border-radius:16px;padding:18px}.powered{text-align:center;color:var(--muted);margin-top:16px;font-size:12px}@media (max-width:820px){.site-header nav>a:not(.button){display:none}.hero{grid-template-columns:1fr;gap:34px;padding-top:56px}.hero-card{transform:none}.grid-3,.editor-grid{grid-template-columns:1fr}.app-top{flex-direction:column;align-items:flex-start}.split,.dashboard-plan-intro,.dashboard-plan-grid{grid-template-columns:1fr}}.success-banner{color:#155f45;background:#e8f6ef;border:1px solid #bfe3d2;border-radius:12px;margin-bottom:18px;padding:11px 13px;font-size:13px}.soft-empty{color:var(--muted);background:#fafbf9;border:1px dashed #c8d3cb;border-radius:14px;margin-bottom:18px;padding:17px}.or-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:10px;font-size:11px;font-weight:800;display:flex}.or-divider:before,.or-divider:after{content:"";background:var(--line);flex:1;height:1px}.unresolved-card{border:1px solid var(--line);background:#fbfcfa;border-radius:16px;padding:18px}.unresolved-question{margin-bottom:14px;font-weight:780}.qa-form{gap:10px;display:grid}.qa-input-row{grid-template-columns:1fr auto;gap:9px;display:grid}.qa-input-row .button:disabled{opacity:.65;cursor:wait}.qa-answer{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.qa-answer p{margin:5px 0 0;font-size:16px}.qa-answer-label{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:850}.qa-answer-unknown .qa-answer-label{color:var(--warning)}.citations{margin-top:14px}.citations summary{cursor:pointer;color:var(--muted);font-size:13px;font-weight:750}.citations ul{margin-top:9px}.citations li{color:var(--muted);border-left:2px solid #cbd8d0;gap:2px;padding:7px 0 7px 10px;font-size:12px;display:grid}.citations li strong{color:var(--ink);font-size:12px}@media (max-width:620px){.qa-input-row{grid-template-columns:1fr}}
.hero-polished{gap:56px;min-height:620px}.hero-polished h1{letter-spacing:-.055em;max-width:650px;font-size:clamp(46px,4.7vw,64px);line-height:1.01}.hero-polished .lead{max-width:620px}.micro-proof{color:#526158;margin:17px 0 0;font-size:14px;font-weight:560}.micro-proof strong{color:var(--accent-2);font-weight:800}.product-preview{position:relative}.product-preview:after{display:none}.trust-strip{border-block:1px solid var(--line);background:var(--surface)}.trust-strip-inner{min-height:72px;color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;font-size:13px;font-weight:700;display:flex}.trust-strip-inner span:first-child{color:var(--ink)}.narrow-heading{max-width:760px;margin-bottom:34px}.section-lead{max-width:720px;color:var(--muted);margin:-4px 0 0;font-size:18px}.benefit-grid .feature{min-height:190px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.step-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;grid-template-columns:auto 1fr;align-items:start;gap:16px;padding:24px;display:grid}.step-card>span{width:34px;height:34px;color:var(--accent-2);background:#e6f4ee;border-radius:50%;place-items:center;font-size:13px;font-weight:850;display:grid}.step-card p,.grounding-card p{margin:4px 0 0}.grounding-section{color:#f3f7f4;background:#10231a}.grounding-section .eyebrow{color:#78d2ae}.grounding-section .section-lead{color:#b9c7c0}.grounding-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:68px;display:grid}.grounding-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:22px;grid-template-columns:auto 1fr;gap:18px 14px;padding:28px;display:grid}.grounding-card p{color:#b9c7c0}.grounding-dot{width:28px;height:28px;color:var(--accent-2);background:#dff5ea;border-radius:50%;place-items:center;font-weight:900;display:grid}.pricing-heading{max-width:820px;margin-bottom:28px}.trial-banner{color:#2b4437;background:#e8f6ef;border:1px solid #bfe3d2;border-radius:18px;align-items:center;gap:16px;margin-bottom:22px;padding:18px 20px;display:flex}.trial-badge{background:var(--accent);color:#fff;letter-spacing:.08em;border-radius:999px;flex:none;padding:7px 10px;font-size:11px;font-weight:850}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px;display:grid}.pricing-card{flex-direction:column;padding:28px;display:flex;position:relative;box-shadow:0 18px 50px #1a2b2114}.pricing-card-featured{border-color:#9ccdb8;box-shadow:0 24px 70px #1a2b2121}.pricing-popular{color:#fff;background:#10231a;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;position:absolute;top:-13px;right:22px}.pricing-card .mini{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:850}.price{align-items:baseline;gap:8px;margin-top:6px;display:flex}.price strong{letter-spacing:-.05em;font-size:36px}.price span{color:var(--muted)}.pricing-capacity{color:var(--muted);margin:10px 0 0}.pricing-capacity strong{color:var(--ink)}.pricing-list{border-block:1px solid var(--line);flex:1;align-content:start;gap:11px;margin:20px 0;padding:20px 0;list-style:none;display:grid}.pricing-button{width:100%}.pricing-note,.pricing-footnote{color:var(--muted);font-size:12px}.pricing-footnote{text-align:center;margin-top:16px}.faq-wrap{grid-template-columns:.85fr 1.15fr;align-items:start;gap:72px;display:grid}.faq-heading{margin-bottom:0;position:sticky;top:110px}.faq-list{gap:12px;display:grid}.faq-list details{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:0 20px}.faq-list summary{cursor:pointer;padding:18px 34px 18px 0;font-weight:780;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--accent);font-size:22px;font-weight:500;line-height:1;position:absolute;top:16px;right:0}.faq-list details[open] summary:after{content:"–"}.faq-list p{color:var(--muted);margin:-2px 0 18px}.final-cta{padding-block:86px}.final-cta-inner{justify-content:space-between;align-items:center;gap:44px;display:flex}.final-cta h2{max-width:650px;margin-bottom:0}.nav-form{margin:0}.nav-link-button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px}.nav-link-button:hover{color:var(--ink)}.auth-legal{color:var(--muted);margin:16px 0 0;font-size:12px;line-height:1.6}.auth-legal a,.helper a,.powered a{color:var(--accent-2);text-underline-offset:2px;text-decoration:underline}.site-footer{border-top:1px solid var(--line);width:min(1120px,90vw);color:var(--muted);grid-template-columns:1fr auto;align-items:start;gap:18px 42px;margin:0 auto;padding:34px 0 42px;font-size:13px;display:grid}.footer-brand{color:var(--ink);letter-spacing:-.03em;font-size:16px;font-weight:800}.site-footer p{margin:4px 0 0}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:20px;display:flex}.site-footer nav a:hover{color:var(--ink)}.footer-copy{border-top:1px solid var(--line);grid-column:1/-1;padding-top:10px;font-size:12px}.legal-shell{width:min(780px,90vw);margin:0 auto;padding:72px 0 100px}.legal-title{margin-bottom:10px;font-size:clamp(42px,6vw,64px)}.legal-shell>section{border-top:1px solid var(--line);margin-top:26px;padding-top:26px}.legal-shell>section h2{margin-bottom:10px;font-size:24px}.legal-shell p,.legal-shell li{color:#4f5c54}@media (max-width:900px){.grounding-grid,.faq-wrap{grid-template-columns:1fr;gap:34px}.pricing-grid{grid-template-columns:1fr}.pricing-card{max-width:620px}.steps-grid{grid-template-columns:1fr}.faq-heading{position:static}.final-cta-inner{flex-direction:column;align-items:flex-start}}@media (max-width:620px){.site-header{padding-inline:5vw}.site-header nav{gap:12px}.site-header nav>a:not(.button):nth-child(2),.site-header .nav-form{display:none}.hero-polished{min-height:auto}.hero-polished h1{font-size:clamp(42px,13vw,56px)}.trial-banner{flex-direction:column;align-items:flex-start}.trust-strip-inner{justify-content:flex-start;gap:14px 20px;padding-block:18px}.site-footer{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start}.footer-copy{grid-column:1}}
:root{--sk-navy:#0b0f1a;--sk-navy-2:#10182b;--sk-blue:#2563ff;--sk-mint:#00f5c2;--sk-cyan:#00d9ff;--sk-violet:#7b61ff;--sk-cool-gray:#9ca3af}.supportkeep-brand-link{color:inherit;align-items:center;display:inline-flex}.supportkeep-brand{align-items:center;gap:9px;line-height:1;display:inline-flex}.supportkeep-mark{filter:drop-shadow(0 0 12px #00f5c233);width:30px;height:30px;display:inline-flex}.supportkeep-mark svg{width:100%;height:100%;display:block}.supportkeep-wordmark{letter-spacing:-.045em;align-items:baseline;font-size:20px;font-weight:800;display:inline-flex}.supportkeep-wordmark strong{color:var(--sk-mint);font-weight:800}.site-header{color:#fff;background:#070c17e0;border-color:#ffffff14;box-shadow:0 8px 30px #00000014}.site-header nav,.site-header .nav-link-button{color:#b7c0d1}.site-header nav>a:hover,.site-header .nav-link-button:hover{color:#fff}.site-header .button-secondary{color:#fff;background:#ffffff0a;border-color:#ffffff29}.site-header .button-secondary:hover{background:#ffffff1a}.supportkeep-marketing{--accent:var(--sk-blue);--accent-2:#1853d8;--line:#e1e7f0;--surface-2:#f0f4fa;background:#f8fafc}.supportkeep-hero{color:#f8fbff;background:radial-gradient(circle at 85% 45%,#2563ff3d,#0000 31%),radial-gradient(circle at 68% 78%,#00f5c21f,#0000 30%),linear-gradient(135deg,#070b14 0%,#0b1020 48%,#0c1630 100%);border-bottom:1px solid #ffffff14;position:relative;overflow:hidden}.supportkeep-hero:before{content:"";pointer-events:none;border:1px solid #2563ff38;border-radius:50%;height:72%;position:absolute;inset:auto -8% -40% 36%;transform:rotate(-8deg);box-shadow:0 0 0 42px #2563ff09,0 0 0 84px #00f5c206,0 0 0 126px #7b61ff05}.supportkeep-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--sk-blue), var(--sk-mint), transparent);opacity:.6;width:700px;height:2px;position:absolute;top:24%;right:-170px;transform:rotate(-24deg);box-shadow:0 20px 34px #00d9ff40,0 -20px 34px #2563ff33}.supportkeep-hero-grid{z-index:2;grid-template-columns:1.03fr .97fr;gap:72px;min-height:650px;position:relative}.supportkeep-hero-copy{z-index:2;position:relative}.supportkeep-kicker{color:var(--sk-mint);text-transform:uppercase;letter-spacing:.12em;background:#00f5c20f;border:1px solid #00f5c259;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:11px;font-weight:850;display:inline-flex}.supportkeep-kicker:before{content:"";background:var(--sk-mint);border-radius:50%;width:6px;height:6px;box-shadow:0 0 16px #00f5c2cc}.supportkeep-hero h1{letter-spacing:-.06em;text-wrap:balance;max-width:690px;margin-top:20px;font-size:clamp(48px,5vw,70px)}.supportkeep-hero h1 span{color:var(--sk-mint);background:linear-gradient(90deg, var(--sk-mint), #60f8dc 52%, var(--sk-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.supportkeep-hero .lead{color:#b9c5d8;font-size:19px;line-height:1.65}.supportkeep-primary{border-color:var(--sk-mint);background:var(--sk-mint);color:#06120f;box-shadow:0 12px 36px #00f5c233}.supportkeep-primary:hover{color:#06120f;background:#56f8d8;border-color:#56f8d8}.supportkeep-secondary{color:#fff;background:#ffffff09;border-color:#ffffff2e}.supportkeep-secondary:hover{background:#ffffff17}.supportkeep-hero .micro-proof{color:#8f9bb0}.supportkeep-hero .micro-proof strong{color:var(--sk-mint)}.supportkeep-hero-benefits{color:#afbacd;border-top:1px solid #ffffff17;flex-wrap:wrap;gap:20px;margin-top:28px;padding-top:24px;font-size:12px;font-weight:650;display:flex}.supportkeep-hero-benefits span{align-items:center;gap:7px;display:inline-flex}.supportkeep-hero-benefits b{width:24px;height:24px;color:var(--sk-mint);border:1px solid #00f5c252;border-radius:50%;place-items:center;font-size:11px;display:inline-grid}.supportkeep-product-stage{place-items:center;min-height:500px;display:grid;position:relative}.supportkeep-product-stage:before{content:"";filter:blur(20px);background:radial-gradient(circle,#2563ff47,#00f5c20f 42%,#0000 70%);border-radius:50%;width:78%;height:78%;position:absolute}.supportkeep-stage-ring{border:1px solid #00f5c21f;border-radius:50%;position:absolute;transform:rotate(-20deg)}.supportkeep-stage-ring-one{width:520px;height:250px}.supportkeep-stage-ring-two{border-color:#2563ff21;width:650px;height:330px}.supportkeep-product-card{z-index:3;color:#fff;background:linear-gradient(160deg,#131d32f5,#0b111ef5);border:1px solid #ffffff1f;width:min(100%,510px);padding:30px;position:relative;transform:rotate(1.5deg)perspective(900px)rotateY(-4deg);box-shadow:0 35px 90px #0006,0 0 70px #2563ff1a}.supportkeep-product-card .muted{color:#aeb9ca}.supportkeep-product-card .mini{color:var(--sk-mint)}.supportkeep-product-card .mock-row{border-color:#ffffff17}.supportkeep-product-card .version-pill{color:var(--sk-mint);background:#00f5c21f;border:1px solid #00f5c238}.supportkeep-search-mock{color:#8190a8;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;margin:24px 0 4px;padding:12px 14px;font-size:13px;display:flex}.supportkeep-search-mock span{color:var(--sk-mint);font-size:18px}.supportkeep-card-footer{color:#8290a5;border-top:1px solid #ffffff17;justify-content:space-between;gap:16px;margin-top:3px;padding-top:17px;font-size:11px;display:flex}.supportkeep-card-footer strong{color:var(--sk-mint);font-weight:800}.supportkeep-trust-strip{background:#fff;border-color:#dfe7f2}.supportkeep-marketing .eyebrow,.supportkeep-marketing .feature .number,.supportkeep-marketing .pricing-card .mini,.supportkeep-marketing .faq-list summary:after{color:var(--sk-blue)}.supportkeep-marketing .feature,.supportkeep-marketing .step-card,.supportkeep-marketing .pricing-card,.supportkeep-marketing .faq-list details{border-color:#e1e8f2;box-shadow:0 16px 40px #1b325c0e}.supportkeep-marketing .section.alt{background:#f0f4fa;border-color:#dfe7f2}.supportkeep-marketing .step-card>span{color:var(--sk-blue);background:#e8efff}.supportkeep-marketing .grounding-section{background:radial-gradient(circle at 85% 35%,#2563ff33,#0000 30%),linear-gradient(135deg,#080d18,#111a31)}.supportkeep-marketing .grounding-section .eyebrow,.supportkeep-marketing .grounding-dot{color:var(--sk-mint)}.supportkeep-marketing .grounding-dot{background:#00f5c21f}.supportkeep-marketing .trial-banner{color:#263a5f;background:linear-gradient(90deg,#eaf1ff,#effcfa);border-color:#b9d4ff}.supportkeep-marketing .trial-badge,.supportkeep-marketing .pricing-popular{background:var(--sk-blue)}.supportkeep-marketing .pricing-card-featured{border-color:#86afff;box-shadow:0 26px 70px #2563ff24}.supportkeep-final-cta{color:#fff;background:radial-gradient(circle at 80%,#00f5c21f,#0000 28%),linear-gradient(135deg,#0b0f1a,#111a31)}.supportkeep-final-cta .eyebrow{color:var(--sk-mint)}.supportkeep-final-cta .button-secondary{color:#fff;border-color:#ffffff2e}.site-footer{color:#8793a8;background:#070b14;border-color:#ffffff14;width:100%;padding:42px 5vw}.site-footer>*{width:100%}.site-footer .supportkeep-brand-link,.site-footer nav a:hover{color:#fff}.site-footer .footer-copy{border-color:#ffffff14}@media (max-width:900px){.supportkeep-hero-grid{grid-template-columns:1fr;gap:28px}.supportkeep-product-stage{min-height:430px}.supportkeep-product-card{transform:none}}@media (max-width:620px){.supportkeep-wordmark{font-size:18px}.supportkeep-mark{width:27px;height:27px}.supportkeep-hero h1{font-size:clamp(42px,12vw,58px)}.supportkeep-hero-benefits{gap:11px;display:grid}.supportkeep-product-stage{min-height:auto;padding-bottom:30px}.supportkeep-stage-ring{display:none}.supportkeep-card-footer{flex-direction:column;gap:5px}}
.site-header{height:76px;box-shadow:none;background:#040814d1;border-bottom:1px solid #ffffff14;padding-inline:max(5vw,28px)}.site-header .supportkeep-mark{filter:drop-shadow(0 0 18px #00f5c247)drop-shadow(0 0 24px #2563ff33);width:36px;height:36px}.site-header .supportkeep-wordmark{font-size:22px}.supportkeep-hero{isolation:isolate;background:radial-gradient(at 83% 31%,#2563ff57 0%,#2563ff1f 24%,#0000 48%),radial-gradient(at 79% 76%,#00f5c22b 0%,#0000 38%),radial-gradient(circle at 18% 18%,#7b61ff14,#0000 31%),linear-gradient(125deg,#030713 0%,#060b1b 42%,#08132e 72%,#07183a 100%);min-height:760px}.supportkeep-hero:before{border-color:#00f5c229;height:82%;inset:auto -14% -34% 28%;transform:rotate(-13deg);box-shadow:0 0 0 34px #2563ff0a,0 0 0 74px #00f5c207,0 0 0 118px #7b61ff07,0 0 0 164px #2563ff05}.supportkeep-hero:after{opacity:.95;background:linear-gradient(90deg,#0000 4%,#2563ff 35%,#00d9ff 55%,#00f5c2 72%,#0000 96%);width:980px;height:3px;top:22%;right:-235px;transform:rotate(-28deg);box-shadow:0 18px 42px #00d9ff61,0 -18px 46px #2563ff57,0 0 74px #00f5c238}.supportkeep-hero-glow-one{filter:blur(34px);opacity:.42;pointer-events:none;background:linear-gradient(90deg,#0000,#2563ff8c,#00f5c26b,#0000);border-radius:50%;width:680px;height:170px;position:absolute;top:37%;right:-115px;transform:rotate(-24deg)}.supportkeep-hero-glow-two{opacity:.72;pointer-events:none;background:linear-gradient(90deg,#0000,#7b61ffbf,#00d9ffb8,#0000);width:720px;height:1px;position:absolute;bottom:18%;right:-80px;transform:rotate(-10deg);box-shadow:0 0 30px #2563ffb3}.supportkeep-hero-grid{grid-template-columns:.92fr 1.08fr;gap:54px;width:min(1240px,91vw);min-height:760px;padding-top:72px;padding-bottom:70px}.supportkeep-kicker{background:#00f5c213;border-color:#00f5c27a;padding:8px 13px;box-shadow:inset 0 0 20px #00f5c209,0 0 22px #00f5c20b}.supportkeep-hero h1{letter-spacing:-.067em;text-shadow:0 6px 34px #00000038;max-width:720px;margin-top:24px;font-size:clamp(58px,5.55vw,82px);line-height:.94}.supportkeep-hero h1 span{-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 24px #00f5c214);background:linear-gradient(92deg,#00f5c2 0%,#38f3d1 38%,#36dfff 68%,#65a7ff 100%);-webkit-background-clip:text;background-clip:text}.supportkeep-hero .lead{color:#b7c4dc;max-width:640px;margin-top:26px;font-size:19px;line-height:1.68}.supportkeep-primary{border-radius:12px;padding:13px 21px;box-shadow:0 12px 38px #00f5c23d,inset 0 0 0 1px #ffffff14}.supportkeep-secondary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:13px 20px}.supportkeep-hero-benefits{gap:24px;margin-top:34px;padding-top:28px}.supportkeep-hero-benefits b{background:#2563ff14;width:29px;height:29px;box-shadow:inset 0 0 16px #00f5c20d,0 0 16px #2563ff14}.supportkeep-product-stage{perspective:1200px;min-height:570px}.supportkeep-product-stage:before{filter:blur(28px);opacity:.95;background:radial-gradient(circle,#2563ff66,#00d9ff26 30%,#00f5c212 48%,#0000 72%);width:96%;height:86%}.supportkeep-stage-ring-one{border-color:#00f5c22e;width:600px;height:290px;box-shadow:0 0 28px #00f5c20d}.supportkeep-stage-ring-two{border-color:#2563ff2e;width:760px;height:370px;box-shadow:0 0 34px #2563ff14}.supportkeep-product-card{transform-origin:50%;color:#0a1020;background:#f8fbfffa;border:1px solid #ffffffb3;border-radius:24px;width:min(100%,540px);padding:0 28px 24px;overflow:hidden;transform:rotate(1.8deg)perspective(1100px)rotateY(-7deg)rotateX(1deg)translateY(4px);box-shadow:0 46px 110px #0000007a,0 0 90px #2563ff2e,-16px 18px 64px #00f5c217}.supportkeep-product-card:before{content:"";z-index:-1;background:radial-gradient(circle at 72% 12%,#00f5c2cc,#0000 30%),linear-gradient(115deg,#1559ff 0%,#2079ff 46%,#22d6e9 77%,#3ff2c6 100%);height:130px;position:absolute;inset:0 0 auto}.supportkeep-product-card .product-head{color:#fff;margin:0 -28px;padding:26px 28px 36px}.supportkeep-product-card .product-head h2{color:#fff;text-shadow:0 4px 18px #0000001f}.supportkeep-product-card .product-head .mini,.supportkeep-product-card .product-head .muted{color:#ffffffd6}.supportkeep-product-card .version-pill{color:#06251d;background:#ffffffc7;border-color:#ffffffd6;box-shadow:0 7px 20px #00000014}.supportkeep-search-mock{color:#7b879b;background:#fff;border-color:#dbe5f2;margin-top:-14px;padding:14px 15px;box-shadow:0 9px 28px #12376e1a}.supportkeep-search-mock span{color:#2563ff}.supportkeep-product-card .mock-row{border-color:#e6ebf2}.supportkeep-product-card .mock-row strong{color:#0b1220}.supportkeep-product-card .muted{color:#68758a}.supportkeep-card-footer{color:#7d899b;border-color:#e6ebf2}.supportkeep-card-footer strong{color:#07ad87}.supportkeep-trust-strip{background:linear-gradient(#fff,#f8fbff);position:relative;box-shadow:0 -20px 45px #0811280e}.supportkeep-trust-strip .trust-strip-inner{letter-spacing:.015em;min-height:82px}.supportkeep-marketing .feature,.supportkeep-marketing .step-card,.supportkeep-marketing .pricing-card{transition:transform .22s,box-shadow .22s,border-color .22s}.supportkeep-marketing .feature:hover,.supportkeep-marketing .step-card:hover,.supportkeep-marketing .pricing-card:hover{border-color:#cbdcff;transform:translateY(-4px);box-shadow:0 24px 62px #1a3d7e1a}@media (max-width:900px){.supportkeep-hero{min-height:auto}.supportkeep-hero-grid{min-height:auto;padding-top:58px;padding-bottom:58px}.supportkeep-product-stage{min-height:500px}.supportkeep-product-card{transform:rotate(.6deg)}}@media (max-width:620px){.site-header{height:68px}.site-header .supportkeep-mark{width:31px;height:31px}.supportkeep-hero-grid{padding-top:44px}.supportkeep-hero h1{font-size:clamp(48px,13vw,64px)}.supportkeep-product-stage{min-height:auto}.supportkeep-product-card{border-radius:20px;padding-inline:20px}.supportkeep-product-card .product-head{margin-inline:-20px;padding-inline:20px}}
.supportkeep-hero h1{max-width:760px;font-size:clamp(60px,5.9vw,88px);line-height:.92}.supportkeep-hero h1 .hero-disappears{padding-bottom:8px;display:inline-block;position:relative}.supportkeep-hero h1 .hero-disappears:after{content:"";opacity:.98;background:linear-gradient(90deg,#2563ff 0%,#00d9ff 48%,#00f5c2 100%);border-radius:999px;width:88%;height:7px;position:absolute;bottom:-2px;left:6%;transform:rotate(-1.7deg);box-shadow:0 0 10px #2563ff85,0 0 24px #00f5c261}.auth-shell,.app-shell,.care-shell,.legal-shell{position:relative}.auth-shell{background:radial-gradient(circle at 75% 18%,#2563ff45,#0000 31%),radial-gradient(circle at 18% 82%,#00f5c21f,#0000 32%),linear-gradient(135deg,#040814 0%,#081227 55%,#071936 100%);min-height:calc(100vh - 76px);overflow:hidden}.auth-shell:before,.auth-shell:after{content:"";pointer-events:none;position:absolute}.auth-shell:before{background:linear-gradient(90deg,#0000,#2563ff,#00f5c2,#0000);width:720px;height:2px;top:31%;right:-180px;transform:rotate(-25deg);box-shadow:0 0 36px #00d9ff8c}.auth-shell:after{border:1px solid #00f5c226;border-radius:50%;width:560px;height:260px;bottom:-170px;left:-170px;transform:rotate(-10deg);box-shadow:0 0 0 44px #2563ff06,0 0 0 88px #00f5c205}.auth-card{z-index:2;background:#fafcfff7;border:1px solid #ffffffb8;border-radius:24px;position:relative;box-shadow:0 38px 110px #00000061,0 0 70px #2563ff1f}.auth-card:before{content:"";background:linear-gradient(90deg,#2563ff,#00d9ff,#00f5c2);border-radius:24px 24px 0 0;height:5px;position:absolute;inset:0 0 auto}.auth-card .eyebrow,.app-shell .eyebrow,.care-shell .eyebrow,.legal-shell .eyebrow{color:#2563ff}.auth-card h2,.app-shell .app-title,.care-title,.legal-title{color:#0b1220}.auth-shell .button,.app-shell .button,.care-shell .button{color:#fff;background:linear-gradient(105deg,#2563ff,#177be8);border-color:#2563ff;border-radius:11px;box-shadow:0 10px 26px #2563ff2b}.auth-shell .button:hover,.app-shell .button:hover,.care-shell .button:hover{background:linear-gradient(105deg,#164fdf,#0b70da);border-color:#164fdf}.auth-shell .button-secondary,.app-shell .button-secondary,.care-shell .button-secondary{color:#174bb5;box-shadow:none;background:#fff;border-color:#d7e1f2}.auth-shell .button-secondary:hover,.app-shell .button-secondary:hover,.care-shell .button-secondary:hover{background:#f2f6fc}input:focus,textarea:focus,select:focus{border-color:#2563ff;box-shadow:0 0 0 3px #2563ff1a,0 0 22px #00d9ff0f}body{background:#f4f7fb}.app-shell{width:min(1180px,92vw)}.app-top{background:radial-gradient(circle at 90% 20%,#00f5c21a,#0000 24%),linear-gradient(125deg,#fff,#f5f9ff);border:1px solid #dfe7f3;border-radius:22px;padding:26px 28px;box-shadow:0 18px 52px #1d3d7413}.app-shell .card{border-color:#dfe7f3;border-radius:18px;box-shadow:0 14px 42px #1b325c11}.app-shell .card:hover.product-card{border-color:#bacef5;transform:translateY(-2px);box-shadow:0 20px 52px #2563ff1a}.app-shell .status-pill,.care-shell .version-pill{color:#07856a;background:#e7fbf5;border:1px solid #00ad8729}.app-shell .status-pill.draft{color:#657184;background:#f0f3f7;border-color:#e5e9ef}.dashboard-plan-card,.pricing-card-featured{overflow:hidden}.dashboard-plan-card:before{content:"";background:linear-gradient(90deg,#2563ff,#00d9ff,#00f5c2);height:3px;margin:-22px -22px 18px;display:block}.editor-grid .card-title h3,.app-shell h3{color:#111a2c}.soft-empty,.unresolved-card,.list-item,.qa-box{background:#f8faff;border-color:#dfe7f2}.care-shell{width:min(900px,92vw)}.care-topline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc2;border:1px solid #2563ff1f;border-radius:12px;padding:10px 14px}.care-card{border-color:#dce5f2;border-radius:25px;position:relative;overflow:hidden;box-shadow:0 30px 90px #16316321}.care-card:before{content:"";background:linear-gradient(90deg,#2563ff 0%,#00d9ff 50%,#00f5c2 100%);height:6px;position:absolute;inset:0 0 auto}.care-card .care-section{border-color:#e3e9f2}.care-card .check{color:#00aa83}.care-card .issue{background:linear-gradient(90deg,#2563ff0e,#0000);border-left-color:#2563ff}.qa-answer-label{color:#2563ff}.powered{margin-top:20px}.powered a{color:#1757d5;font-weight:800}.legal-shell{background:#fff;border:1px solid #dfe7f3;border-radius:24px;width:min(840px,90vw);margin-top:42px;margin-bottom:72px;padding:46px 52px 70px;box-shadow:0 24px 70px #1b325c12}.legal-shell>section{border-color:#e7ebf2}.legal-shell p,.legal-shell li{color:#526073}.site-footer{background:radial-gradient(circle at 85% 20%,#2563ff1c,#0000 26%),#050914}@media (max-width:620px){.supportkeep-hero h1{font-size:clamp(48px,13.5vw,66px)}.supportkeep-hero h1 .hero-disappears:after{height:5px;bottom:0}.app-top{padding:20px}.legal-shell{width:92vw;margin-top:24px;padding:34px 24px 54px}}
