@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root { --ink:#1f2d3d; --navy:#001c5a; --indigo:#0b59ab; --blue:#0d6efd; --coral:#b20000; --peach:#e4a143; --paper:#f8f9fa; --muted:#6c757d; --line:#dee2e6; --green:#198754; --lime:#e1efff; --orange:#d4963e; }
.case-picker { display:block; margin:18px 0 7px; font-size:.82rem; font-weight:700; color:var(--navy); }
.case-select { width:100%; max-width:370px; padding:13px 14px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--ink); font:inherit; margin-bottom:12px; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; min-width:320px; color:var(--ink); background:var(--paper); font-family:'DM Sans',system-ui,sans-serif; } button,input,textarea { font:inherit; } button { cursor:pointer; } button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible { outline:3px solid var(--orange); outline-offset:4px; }
.topbar { height:76px; padding:0 max(24px, calc((100vw - 1280px)/2)); display:flex; align-items:center; justify-content:space-between; background:white; border-bottom:1px solid rgba(17,18,45,.07); } .brand { display:flex; align-items:center; gap:10px; color:var(--ink); text-decoration:none; font:700 17px 'Space Grotesk',sans-serif; letter-spacing:-.04em; } .brand i { color:var(--coral); font-style:normal; } .brand-mark { width:31px; height:31px; display:grid; place-items:center; border-radius:10px 10px 10px 2px; background:var(--coral); color:#fff; font-size:20px; transform:rotate(-8deg); } .top-actions { display:flex; align-items:center; gap:18px; color:#71738b; font-size:12px; font-weight:600; } .lang-pill { padding:9px 13px; border:1px solid var(--line); border-radius:99px; } .status-dot { color:var(--green); } .status-dot:first-letter { color:#49ad69; } #auth-area { display:flex; align-items:center; gap:10px; } .auth-pill { padding:9px 13px; border:1px solid var(--line); border-radius:99px; font-size:12px; font-weight:600; color:var(--ink); text-decoration:none; background:none; cursor:pointer; white-space:nowrap; } .auth-pill:hover { background:var(--line); } .auth-greeting { font-size:12px; font-weight:600; color:#71738b; white-space:nowrap; }
.hero { max-width:1280px; min-height:590px; margin:auto; padding:82px 48px 72px; display:grid; grid-template-columns:minmax(0,1fr) 390px; gap:100px; align-items:center; position:relative; overflow:visible; } .hero:before { content:''; position:absolute; width:480px; height:480px; left:-220px; top:10px; border-radius:50%; background:radial-gradient(circle,#f8c4c5 0,rgba(248,196,197,.18) 48%,transparent 70%); z-index:-1; } .hero-copy { max-width:650px; } .eyebrow { color:var(--coral); text-transform:uppercase; letter-spacing:.13em; font-size:11px; font-weight:700; margin:0 0 20px; } h1,h2,h3 { font-family:'Space Grotesk',sans-serif; letter-spacing:-.065em; } h1 { margin:0; color:var(--navy); font-size:clamp(49px,7.1vw,92px); line-height:.93; font-weight:700; } h1 em,h2 em { color:var(--coral); font-style:normal; } .hero-lede { max-width:545px; margin:26px 0 30px; color:#5f6176; font-size:17px; line-height:1.65; } .primary-cta,.secondary-cta { border:0; border-radius:999px; color:#fff; font-weight:700; padding:15px 22px; min-height:50px; background:var(--coral); box-shadow:0 12px 22px rgba(244,93,88,.2); transition:transform .2s,box-shadow .2s,background .2s; } .primary-cta:hover { transform:translateY(-2px); background:#e94e4b; box-shadow:0 16px 30px rgba(244,93,88,.28); } .primary-cta span { margin-left:22px; font-size:18px; } .microcopy { margin:17px 0 0; color:#8a8b9c; font-size:11px; } .lock { color:var(--indigo); font-size:15px; vertical-align:-1px; }
.case-preview { position:relative; padding:25px 27px 30px; min-height:360px; border-radius:27px; color:#fff; background:linear-gradient(155deg,#393385 0%,#090653 78%); box-shadow:0 30px 60px rgba(9,6,83,.2); overflow:visible; } .case-preview:after { content:'स'; position:absolute; right:-18px; top:-37px; color:rgba(255,255,255,.07); font:700 190px 'Noto Sans Devanagari',sans-serif; line-height:1; } .preview-top,.preview-row,.paper-head,.paper-foot { display:flex; justify-content:space-between; align-items:center; } .status-chip { padding:7px 10px; background:rgba(217,240,201,.16); color:#d9f0c9; border:1px solid rgba(217,240,201,.3); border-radius:99px; font-size:10px; font-weight:700; letter-spacing:.1em; } .case-id { color:rgba(255,255,255,.5); font:10px ui-monospace,monospace; } .portrait { width:48px; height:48px; display:grid; place-items:center; margin:33px 0 17px; border-radius:50%; background:var(--peach); color:var(--navy); font:700 21px 'Space Grotesk'; } .preview-kicker { position:relative; z-index:1; margin:0 0 8px; color:rgba(255,255,255,.64); font-size:12px; } .case-preview h2 { position:relative; z-index:1; margin:0; font-size:27px; line-height:1.08; letter-spacing:-.055em; } .preview-divider { height:1px; margin:26px 0 18px; background:rgba(255,255,255,.16); } .preview-row { position:relative; z-index:1; padding:7px 0; font-size:12px; color:rgba(255,255,255,.6); } .preview-row strong { color:#fff; font-size:13px; } .preview-row .orange { color:#ffb48a; } .floating-note { position:absolute; z-index:2; bottom:-28px; left:-37px; display:flex; gap:10px; align-items:flex-start; width:235px; padding:14px 16px; border:1px solid #f0e7e1; border-radius:16px; background:#fff; color:var(--ink); box-shadow:0 18px 35px rgba(17,18,45,.14); } .floating-note>span { width:22px; height:22px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; background:#fff1e8; color:var(--orange); font-weight:800; } .floating-note b,.floating-note small { display:block; } .floating-note b { font-size:12px; } .floating-note small { margin-top:4px; color:var(--muted); font-size:10px; line-height:1.35; }
.trust-strip { display:flex; align-items:center; gap:34px; min-height:57px; padding:0 max(24px, calc((100vw - 1280px)/2)); background:var(--navy); color:rgba(255,255,255,.72); overflow:hidden; white-space:nowrap; font:600 10px ui-monospace,monospace; letter-spacing:.08em; } .trust-strip span:not(.trust-end) { color:#ffb3a7; } .trust-end { margin-left:auto; color:rgba(255,255,255,.42); letter-spacing:0; font-family:'DM Sans'; font-size:11px; }
.workspace { padding:74px 24px 100px; background:#f4f3f8; } .workspace-inner { width:min(1040px,100%); margin:auto; } .progress-head { display:flex; justify-content:space-between; color:#898a9b; font:700 10px ui-monospace,monospace; letter-spacing:.11em; } .progress-head b { color:var(--navy); } .progress-head i { color:#aaaabd; font-style:normal; } .progress-line { height:5px; margin-top:10px; border-radius:9px; background:#e0dfe9; overflow:hidden; } .progress-line span { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--peach),var(--coral)); } .section-intro { max-width:590px; margin:62px 0 35px; } .section-intro h2 { margin:0; font-size:clamp(36px,5vw,56px); line-height:.98; color:var(--navy); } .section-intro>p:last-child { max-width:470px; margin-top:20px; color:var(--muted); line-height:1.6; } .comparison-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; } .evidence-card { position:relative; padding:25px; border-radius:20px; background:white; box-shadow:0 15px 35px rgba(17,18,45,.055); } .card-top { display:flex; align-items:center; justify-content:space-between; } .number { color:#b5b4c5; font:12px ui-monospace,monospace; } .result { padding:7px 10px; border-radius:99px; font-size:10px; font-weight:700; letter-spacing:.08em; } .result-unclear { background:#fff1e8; color:var(--orange); } .result-unanswered { background:#feeded; color:#b61722; } .ask,.reply { padding:19px 0; border-bottom:1px solid var(--line); } .ask small,.reply small,.paper-head,.paper-foot,.confirm-card small { color:#a1a1b1; font:700 9px ui-monospace,monospace; letter-spacing:.1em; } .ask p,.reply p { margin:8px 0 0; color:var(--ink); font-size:16px; line-height:1.4; } .reply p { color:#696a7e; } .card-foot { display:flex; gap:11px; padding:18px 0 10px; color:#696a7e; font-size:12px; line-height:1.45; } .evidence-line { width:3px; flex:0 0 3px; border-radius:4px; background:var(--coral); } .source-tags { display:flex; gap:6px; flex-wrap:wrap; } .source-tags span { padding:6px 8px; border-radius:6px; color:#6d6c9c; background:#f4f3fc; font:10px ui-monospace,monospace; } .rule-card { display:flex; align-items:center; gap:15px; margin-top:20px; padding:18px 22px; border:1px solid #cde4c2; border-radius:16px; background:var(--lime); } .rule-icon { width:30px; height:30px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; background:var(--green); color:#fff; font-weight:800; } .rule-card small { color:var(--green); font:700 9px ui-monospace,monospace; letter-spacing:.1em; } .rule-card p { margin:4px 0; color:var(--green); font-weight:600; } .rule-card span { color:#4d7957; font-size:11px; } .rule-card>strong { margin-left:auto; color:var(--green); font-size:13px; } .next-step { display:grid; grid-template-columns:1fr 370px; gap:38px; align-items:end; margin-top:72px; padding:30px 0 0; border-top:1px solid #dad9e5; } .next-step h3 { margin:0; color:var(--navy); font-size:30px; } .next-step p:not(.eyebrow) { margin:8px 0 0; max-width:510px; color:var(--muted); font-size:14px; line-height:1.5; } .next-step input { width:100%; padding:14px 16px; border:1px solid #d5d4df; border-radius:11px; background:#fff; color:var(--ink); } .next-step button { width:100%; }
.draft-layout { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(250px,.7fr); gap:20px; align-items:start; } .draft-paper { border-radius:19px; background:#fff; box-shadow:0 15px 35px rgba(17,18,45,.055); overflow:hidden; } .paper-head,.paper-foot { padding:17px 20px; } .supported { color:var(--green); } .draft-paper textarea { display:block; width:100%; min-height:325px; padding:20px; border:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); resize:vertical; color:#4f5064; font-size:15px; line-height:1.7; } .paper-foot { color:#77788a; font-size:11px; } .confirm-card { padding:25px; border-radius:19px; background:var(--navy); color:#fff; } .confirm-check { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--peach); color:var(--navy); font-weight:800; } .confirm-card h3 { margin:22px 0 9px; font-size:25px; } .confirm-card p { color:rgba(255,255,255,.66); font-size:13px; line-height:1.55; } .confirm-card button { width:100%; margin-top:26px; background:var(--coral); } .receipt-view { text-align:center; max-width:700px; } .receipt-orbit { width:75px; height:75px; display:grid; place-items:center; margin:25px auto; border:1px solid #f3a8a1; border-radius:50%; } .receipt-orbit span { width:49px; height:49px; display:grid; place-items:center; border-radius:50%; background:var(--coral); color:#fff; font-size:25px; } .receipt-view h2 { color:var(--navy); font-size:clamp(38px,6vw,58px); line-height:.97; } .receipt-lede { max-width:470px; margin:18px auto; color:var(--muted); line-height:1.55; } .receipt-number { max-width:420px; margin:34px auto 20px; padding:22px; border:1px solid #dddae9; border-radius:17px; background:#fff; } .receipt-number small { display:block; color:#9998aa; font:700 9px ui-monospace,monospace; letter-spacing:.1em; } .receipt-number strong { display:block; margin-top:8px; color:var(--indigo); font:700 23px ui-monospace,monospace; } .timeline { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin:30px 0; border-radius:14px; background:#dcdbe7; overflow:hidden; } .timeline div { padding:17px 11px; background:#fff; } .timeline b,.timeline span { display:block; } .timeline b { color:var(--coral); font:700 10px ui-monospace,monospace; } .timeline span { margin-top:6px; color:#606177; font-size:12px; line-height:1.4; } .secondary-cta { background:var(--navy); box-shadow:none; } .error-box { max-width:540px; margin:50px auto; padding:25px; border-radius:18px; background:#feeded; color:#8f1219; }
footer { display:flex; justify-content:space-between; padding:25px max(24px, calc((100vw - 1280px)/2)); color:#8a8b9c; background:white; font-size:11px; }
@media (max-width:800px) { .hero { grid-template-columns:1fr; gap:60px; padding:58px 24px 80px; } .case-preview { width:min(390px,calc(100% - 20px)); margin:auto; } .floating-note { left:-17px; } .trust-strip { gap:24px; padding:0 24px; } .trust-end { display:none; } .next-step,.draft-layout { grid-template-columns:1fr; } .next-step { gap:20px; } }
@media (max-width:560px) { .topbar { height:66px; padding:0 18px; } .top-actions { gap:8px; } .lang-pill { display:none; } .hero { padding:53px 20px 78px; } .hero-lede { font-size:15px; } .case-preview { padding:22px; } .comparison-grid { grid-template-columns:1fr; } .workspace { padding:55px 18px 75px; } .rule-card { align-items:flex-start; flex-wrap:wrap; } .rule-card>strong { width:100%; margin-left:45px; } .timeline { grid-template-columns:1fr; } footer { flex-direction:column; gap:8px; padding:22px 18px; } }
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto!important; transition:none!important; } }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.track-steps { display:flex; gap:0; counter-reset:none; }
.track-step { flex:1; display:flex; flex-direction:column; align-items:center; gap:8px; font-size:11px; font-weight:700; color:var(--muted); text-align:center; position:relative; }
.track-step:not(:last-child)::after { content:''; position:absolute; top:15px; left:50%; width:100%; height:2px; background:var(--line); z-index:0; }
.track-step.done:not(:last-child)::after,.track-step.active:not(:last-child)::after { background:var(--coral); }
.track-dot { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; border:2px solid var(--line); background:#fff; color:var(--muted); font-size:12px; font-weight:700; position:relative; z-index:1; flex-shrink:0; }
.track-step.done .track-dot { background:var(--coral); border-color:var(--coral); color:#fff; }
.track-step.active .track-dot { background:var(--navy); border-color:var(--navy); color:#fff; }
.track-step.done,.track-step.active { color:var(--ink); }
button,input,select,textarea { min-height:44px; }
button:disabled { opacity:.55; cursor:not-allowed; }
@media (max-width:360px) { body { font-size:15px; } .topbar { padding:0 14px; } .workspace { padding:44px 14px 70px; } .comparison-grid,.draft-layout,.next-step,.timeline { grid-template-columns:1fr; } .primary-cta,.secondary-cta,.confirm-card button { width:100%; } h1 { font-size:clamp(40px,12vw,60px); } .hero { padding:42px 14px 60px; } footer { padding:18px 14px; } }
