:root {
  --bg: #f5f3ee;
  --surface: rgba(255,255,255,.78);
  --card: #ffffff;
  --ink: #17151f;
  --muted: #6f6a78;
  --soft: #eee9df;
  --line: rgba(35,28,47,.1);
  --primary: #111827;
  --accent: #b87333;
  --accent-2: #f2c078;
  --green: #104d3c;
  --shadow: 0 24px 70px rgba(30,24,40,.12);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: radial-gradient(circle at 20% 0%, #fff4da 0, transparent 35%), radial-gradient(circle at 90% 10%, #eadfff 0, transparent 28%), var(--bg); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.site-shell { width: min(1180px, calc(100% - 28px)); margin: 0 auto; }
.navbar { position: sticky; top: 14px; z-index: 20; margin: 14px 0 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0,0,0,.06); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.04em; font-size: 20px; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; color: white; background: linear-gradient(135deg, #111827, #b87333); box-shadow: inset 0 1px rgba(255,255,255,.25); }
.nav-links { display: flex; gap: 6px; color: var(--muted); font-weight: 700; font-size: 14px; }
.nav-links a { padding: 10px 12px; border-radius: 999px; }
.nav-links a:hover { color: var(--ink); background: var(--soft); }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.primary, .secondary, .ghost { border: 0; border-radius: 999px; padding: 12px 18px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s, box-shadow .2s, background .2s; }
.primary { background: var(--primary); color: white; box-shadow: 0 14px 30px rgba(17,24,39,.18); }
.secondary { background: white; color: var(--primary); border: 1px solid var(--line); }
.ghost { background: transparent; color: var(--primary); }
.primary:hover, .secondary:hover, .ghost:hover { transform: translateY(-1px); }
.large { padding: 15px 22px; }
.full { width: 100%; }
.menu-btn { display: none; border: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--primary); color: white; }
.mobile-menu { display: none; }
.hero-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 28px; padding: 28px 0 70px; }
.eyebrow, .label { display: inline-flex; align-items: center; gap: 9px; color: var(--accent); font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow span { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(184,115,51,.14); }
h1 { font-size: clamp(44px, 7vw, 82px); line-height: .93; letter-spacing: -.08em; margin: 18px 0; }
h2 { font-size: clamp(28px, 4vw, 48px); line-height: 1; letter-spacing: -.05em; margin: 10px 0 12px; }
h3 { font-size: 22px; letter-spacing: -.03em; margin: 8px 0; }
.hero-text { max-width: 650px; font-size: 20px; line-height: 1.6; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin: 28px 0; flex-wrap: wrap; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 680px; }
.trust-row div { padding: 16px; border-radius: 20px; background: rgba(255,255,255,.7); border: 1px solid var(--line); }
.trust-row strong, .trust-row span { display: block; }
.trust-row span { color: var(--muted); font-size: 13px; margin-top: 4px; }
.hero-card { background: linear-gradient(160deg, #17151f, #2c2432); color: white; border-radius: 38px; padding: 28px; box-shadow: var(--shadow); min-height: 510px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.hero-card:before { content: ""; position: absolute; inset: -30% -20% auto auto; width: 280px; height: 280px; background: radial-gradient(circle, rgba(242,192,120,.45), transparent 65%); }
.card-header { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.82); font-weight: 800; position: relative; }
.pulse { width: 12px; height: 12px; background: #60d394; border-radius: 50%; box-shadow: 0 0 0 8px rgba(96,211,148,.12); }
.match-circle { margin: 36px auto; width: 215px; height: 215px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--accent-2) 0 86%, rgba(255,255,255,.14) 86% 100%); position: relative; }
.match-circle:after { content: ""; position: absolute; inset: 16px; background: #201a27; border-radius: 50%; }
.match-circle span, .match-circle small { position: relative; z-index: 2; display: block; text-align: center; }
.match-circle span { font-size: 54px; font-weight: 900; letter-spacing: -.06em; }
.match-circle small { margin-top: -30px; color: rgba(255,255,255,.65); }
.mini-list { display: grid; gap: 12px; margin-bottom: 20px; }
.mini-list div { display: flex; gap: 10px; align-items: center; padding: 13px; border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); }
.section-block, .panel, .tool-card { margin-bottom: 24px; }
.section-heading { max-width: 760px; margin-bottom: 22px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.feature-grid, .pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card, .price-card, .panel, .tool-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 14px 45px rgba(30,24,40,.07); backdrop-filter: blur(14px); }
.feature-card p, .price-card p, .panel p, .muted { color: var(--muted); line-height: 1.6; }
.icon { width: 48px; height: 48px; border-radius: 18px; display: grid; place-items: center; background: #111827; color: white; font-size: 22px; }
.accent-card { background: linear-gradient(135deg, #fff, #fff0dc); }
.dashboard-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 18px; align-items: stretch; }
.panel-top { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.date-pill, .tiny-note, .best { display: inline-flex; align-items: center; white-space: nowrap; border-radius: 999px; background: var(--soft); color: var(--muted); padding: 8px 12px; font-weight: 800; font-size: 12px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.stats div { background: white; border-radius: 22px; padding: 18px; border: 1px solid var(--line); }
.stats strong { display: block; font-size: 38px; letter-spacing: -.06em; }
.stats span { color: var(--muted); font-size: 13px; font-weight: 700; }
.clean-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.clean-list li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.clean-list span { width: 12px; height: 12px; border-radius: 50%; background: var(--accent); }
.workspace { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.tool-header { margin-bottom: 14px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.88); border-radius: 18px; padding: 14px 15px; margin-bottom: 10px; outline: none; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: rgba(184,115,51,.55); box-shadow: 0 0 0 5px rgba(184,115,51,.1); }
textarea { min-height: 118px; resize: vertical; }
.result { margin-top: 12px; padding: 15px; background: #fffaf3; border-radius: 18px; border: 1px solid var(--line); color: var(--ink); line-height: 1.55; }
.question-box { min-height: 78px; border-radius: 20px; background: #111827; color: white; padding: 18px; font-weight: 800; line-height: 1.4; margin-bottom: 12px; }
.jobs { display: grid; gap: 12px; }
.job { border: 1px solid var(--line); border-radius: 22px; padding: 16px; background: white; display: grid; gap: 10px; }
.job-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.job strong { font-size: 17px; }
.badge { padding: 7px 10px; border-radius: 999px; background: #fff0dc; color: #70400f; font-size: 12px; font-weight: 900; white-space: nowrap; }
.delete { border: 0; background: #f2f0ec; color: #333; border-radius: 999px; padding: 9px 12px; font-weight: 800; justify-self: start; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.price-card strong { display: block; font-size: 42px; letter-spacing: -.06em; margin: 16px 0; }
.price-card ul { padding-left: 18px; color: var(--muted); line-height: 1.9; }
.featured-price { transform: translateY(-8px); border-color: rgba(184,115,51,.35); background: linear-gradient(180deg, #fff, #fff6e9); }
footer { margin: 40px 0 24px; padding: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); }
footer strong { color: var(--ink); }
@media (max-width: 980px) { .nav-links, .nav-actions { display: none; } .menu-btn { display: block; } .mobile-menu.open { display: grid; gap: 8px; margin-top: -22px; margin-bottom: 22px; padding: 18px; border-radius: 24px; background: white; border: 1px solid var(--line); } .hero-section, .dashboard-grid, .workspace { grid-template-columns: 1fr; } .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .site-shell { width: min(100% - 18px, 1180px); } .navbar { top: 8px; border-radius: 24px; } .hero-section { padding-top: 4px; } .trust-row, .stats, .grid, .feature-grid, .pricing-grid { grid-template-columns: 1fr; } .hero-card { min-height: auto; border-radius: 28px; } footer { flex-direction: column; gap: 6px; } }
