@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color:#25161b;font-synthesis:none;text-rendering:optimizelegibility;--primary:#d91f4e;--primary-strong:#b9143d;--accent:#3154d8;--surface:#fffdfd;--surface-soft:#fff1f3;--text:#25161b;--muted:#6f5c62;--border:#ead9dd;--ring:#d91f4e47;--shadow:0 18px 50px #541c2b1a;background:#fff8f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}img{max-width:100%;display:block}.skip-link{z-index:1000;background:var(--text);color:#fff;border-radius:10px;padding:10px 14px;position:fixed;top:12px;left:16px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.app{min-height:100vh;color:var(--text);background:radial-gradient(circle at 10% 0,#fb71851f,#0000 28rem),linear-gradient(#fff9f8 0%,#fffdfd 40%,#fff7f8 100%);transition:color .18s,background .18s}.app.dark{--surface:#21191c;--surface-soft:#2a1d21;--text:#fff6f7;--muted:#cbb8be;--border:#49363c;--ring:#fb71855c;--shadow:0 18px 54px #00000047;background:radial-gradient(circle at 10% 0,#d91f4e29,#0000 30rem),#171214}.site-header{z-index:40;border-bottom:1px solid color-mix(in srgb, var(--border) 75%, transparent);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-height:72px;padding:0 clamp(20px,5vw,72px);display:grid;position:sticky;top:0}.brand,.footer-brand{letter-spacing:-.03em;align-items:center;gap:10px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:linear-gradient(145deg,#ef3f67,#aa1740);border-radius:10px;place-items:center;width:34px;height:34px;display:inline-grid;box-shadow:0 8px 18px #d91f4e3d}.brand-mark svg{stroke-width:2.4px;width:18px;height:18px}.desktop-nav{align-items:center;gap:34px;display:flex}.desktop-nav a,.mobile-nav a{color:var(--muted);font-size:14px;font-weight:600;text-decoration:none;transition:color .18s}.desktop-nav a:hover,.mobile-nav a:hover{color:var(--primary)}.header-actions{justify-self:end;gap:8px;display:flex}.icon-button{border:1px solid var(--border);width:44px;height:44px;color:var(--text);background:var(--surface);border-radius:12px;place-items:center;transition:border-color .18s,background .18s;display:grid}.icon-button:hover{border-color:var(--primary);background:var(--surface-soft)}.icon-button svg{width:19px;height:19px}.menu-button,.mobile-nav{display:none}.hero{text-align:center;flex-direction:column;align-items:center;min-height:700px;padding:clamp(72px,10vw,126px) 20px 84px;display:flex}.eyebrow,.section-kicker{color:var(--primary-strong);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:800}.eyebrow{border:1px solid color-mix(in srgb, var(--primary) 22%, var(--border));background:color-mix(in srgb, var(--surface-soft) 80%, transparent);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;display:inline-flex}.eyebrow svg{width:16px;height:16px}.hero h1{letter-spacing:-.065em;max-width:880px;margin:26px 0 20px;font-size:clamp(46px,7vw,88px);line-height:.98}.hero h1 span{color:var(--primary)}.hero-copy{max-width:650px;color:var(--muted);margin:0;font-size:clamp(17px,2vw,20px);line-height:1.65}.search-card{border:1px solid var(--border);background:var(--surface);width:min(820px,100%);box-shadow:var(--shadow);text-align:left;border-radius:24px;margin-top:42px;padding:18px}.mode-tabs{gap:8px;margin-bottom:18px;display:flex}.mode-tab{min-height:44px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:700;transition:color .18s,background .18s,border-color .18s;display:inline-flex}.mode-tab svg{width:17px;height:17px}.mode-tab:hover{background:var(--surface-soft);color:var(--text)}.mode-tab.active{border-color:color-mix(in srgb, var(--primary) 28%, var(--border));color:var(--primary-strong);background:var(--surface-soft)}.search-card label{margin:0 0 8px 4px;font-size:13px;font-weight:700;display:block}.search-row{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 86%, var(--surface-soft));border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:7px;transition:border-color .18s,box-shadow .18s;display:grid}.search-row:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.search-row.has-error{border-color:#c52836}.at-sign{color:var(--primary);padding-left:10px;font-weight:800}.search-row input{width:100%;min-width:0;height:48px;color:var(--text);background:0 0;border:0;outline:0;font-size:16px}.search-row input::placeholder{color:color-mix(in srgb, var(--muted) 78%, transparent)}.primary-button{color:#fff;background:var(--primary);border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-width:126px;height:48px;padding:0 22px;font-weight:800;transition:background .18s,transform .18s;display:inline-flex;box-shadow:0 8px 20px #d91f4e33}.primary-button:hover:not(:disabled){background:var(--primary-strong)}.primary-button:active:not(:disabled){transform:scale(.98)}.primary-button:disabled{cursor:not-allowed;opacity:.66}.primary-button svg{width:19px;height:19px}.search-hint,.form-error{min-height:20px;margin:10px 4px 0;font-size:12px;line-height:1.5}.search-hint{color:var(--muted)}.search-hint button{color:var(--primary-strong);background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.form-error{color:#b42330}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.trust-row{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:22px;margin-top:28px;font-size:13px;font-weight:600;display:flex}.trust-row span{align-items:center;gap:7px;display:inline-flex}.trust-row svg{width:15px;height:15px;color:var(--primary);stroke-width:3px}.results-section{border:1px solid var(--border);background:var(--surface);width:min(1100px,100% - 40px);box-shadow:var(--shadow);border-radius:28px;margin:0 auto 80px;padding:28px;scroll-margin-top:94px}.result-profile{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;display:grid}.result-profile>img{object-fit:cover;border:3px solid var(--surface-soft);border-radius:50%;width:88px;height:88px}.result-name-row{align-items:center;gap:8px;display:flex}.result-name-row h2{letter-spacing:-.04em;margin:0;font-size:25px}.result-profile p{color:var(--muted);margin:4px 0 0}.result-profile .bio{color:var(--text);margin-top:9px}.verified{width:20px;color:var(--accent)}.demo-badge{color:var(--primary-strong);background:var(--surface-soft);text-transform:uppercase;border-radius:99px;align-self:start;padding:7px 10px;font-size:11px;font-weight:800}.stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:36px;margin:26px 0;padding:20px 0;display:flex}.stats div{flex-direction:column-reverse;gap:4px;display:flex}.stats dt{color:var(--muted);font-size:12px}.stats dd{margin:0;font-size:20px;font-weight:800}.media-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.media-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:18px;overflow:hidden}.media-card>img{aspect-ratio:4/5;object-fit:cover;width:100%}.media-meta{justify-content:space-between;align-items:center;gap:10px;padding:13px;font-size:12px;font-weight:700;display:flex}.media-meta span,.media-meta a{align-items:center;gap:6px;display:inline-flex}.media-meta a{min-height:32px;color:var(--primary-strong);text-decoration:none}.media-meta svg{width:15px;height:15px}.section{width:min(1160px,100% - 40px);margin:0 auto;padding:110px 0}.section-heading{max-width:760px;margin-bottom:50px}.section-heading.compact{max-width:560px}.section-kicker{margin:0 0 12px}.section h2{letter-spacing:-.055em;margin:0;font-size:clamp(34px,5vw,58px);line-height:1.05}.section-heading>p:last-child{max-width:620px;color:var(--muted);margin:18px 0 0;font-size:17px;line-height:1.7}.feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.feature-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 90%, transparent);border-radius:24px;min-height:270px;padding:30px;transition:border-color .2s,transform .2s,box-shadow .2s}.feature-card:hover{border-color:color-mix(in srgb, var(--primary) 40%, var(--border));box-shadow:var(--shadow);transform:translateY(-4px)}.feature-icon{width:52px;height:52px;color:var(--primary);background:var(--surface-soft);border-radius:15px;place-items:center;margin-bottom:40px;display:grid}.feature-icon svg{width:24px;height:24px}.feature-card h3{letter-spacing:-.03em;margin:0 0 10px;font-size:21px}.feature-card p,.steps-list p,.faq-list p{color:var(--muted);margin:0;line-height:1.65}.steps-section{border-top:1px solid var(--border);grid-template-columns:.8fr 1.2fr;align-items:start;gap:80px;display:grid}.steps-list{margin:0;padding:0;list-style:none}.steps-list li{border-bottom:1px solid var(--border);grid-template-columns:56px 1fr;gap:24px;padding:28px 0;display:grid}.steps-list li:first-child{padding-top:0}.steps-list>li>span{color:var(--primary);font-size:13px;font-weight:800}.steps-list h3{margin:0 0 8px;font-size:20px}.faq-section{border-top:1px solid var(--border);grid-template-columns:.8fr 1.2fr;gap:80px;display:grid}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:80px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{width:19px;color:var(--primary);flex:none;transition:transform .18s}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list p{padding:0 42px 24px 0}footer{border-top:1px solid var(--border);color:var(--muted);background:var(--surface);grid-template-columns:auto 1fr auto;align-items:center;gap:36px;padding:42px clamp(20px,5vw,72px);font-size:12px;display:grid}footer p{margin:0}footer p:nth-child(2){text-align:center;justify-self:center;max-width:600px;line-height:1.6}:focus-visible{outline:3px solid var(--primary);outline-offset:3px}@media (width<=800px){.site-header{grid-template-columns:1fr auto;min-height:64px;padding:0 18px}.desktop-nav{display:none}.menu-button{display:grid}.mobile-nav{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;gap:2px;padding:10px;display:grid;position:absolute;top:64px;left:12px;right:12px}.mobile-nav a{border-radius:10px;padding:14px}.mobile-nav a:hover{background:var(--surface-soft)}.hero{min-height:auto;padding-top:72px}.hero h1{letter-spacing:-.055em}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:230px}.steps-section,.faq-section{grid-template-columns:1fr;gap:26px}.media-grid{grid-template-columns:repeat(2,1fr)}footer{text-align:center;grid-template-columns:1fr}footer .footer-brand,footer p:nth-child(2){justify-self:center}}@media (width<=560px){.hero{padding:62px 16px 72px}.hero h1{font-size:clamp(44px,14vw,60px)}.hero-copy{font-size:16px}.search-card{border-radius:20px;margin-top:34px;padding:12px}.mode-tabs{grid-template-columns:repeat(3,1fr);display:grid}.mode-tab{padding:0 8px}.search-row{grid-template-columns:auto 1fr}.primary-button{grid-column:1/-1;width:100%}.trust-row{gap:12px 18px}.results-section{width:calc(100% - 24px);padding:18px}.result-profile{grid-template-columns:auto 1fr}.demo-badge{grid-column:1/-1;justify-self:start}.stats{justify-content:space-between;gap:12px}.media-grid{grid-template-columns:1fr}.section{width:calc(100% - 32px);padding:78px 0}.section-heading{margin-bottom:32px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
