:root {
  --bg: #f5f6f7;
  --surface: #ffffff;
  --ink: #101214;
  --muted: #626970;
  --line: #e2e5e8;
  --dark: #0b0d10;
  --dark-2: #12161b;
  --yellow: #f7b500;
  --yellow-2: #ffd45e;
  --green: #35b879;
  --red: #d85b54;
  --shadow: 0 24px 60px rgba(12, 14, 18, .13);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.site-shell { overflow: hidden; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(11,13,16,.88); backdrop-filter: blur(16px); color: #fff; }
.nav-wrap { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, Inter, sans-serif; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 36px; height: 36px; color: #fff; }
.brand-word { font-size: 22px; }
.brand-word span { color: var(--yellow); }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: #c8ccd1; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.link-button { font-size: 14px; color: #d7dbe0; font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; background: var(--yellow); color: #111; font-weight: 800; border: 1px solid var(--yellow); box-shadow: 0 10px 30px rgba(247,181,0,.18); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(247,181,0,.25); background: var(--yellow-2); }
.button-small { min-height: 40px; padding: 0 16px; font-size: 13px; border-radius: 10px; }
.button-secondary { background: transparent; color: inherit; border-color: var(--line); box-shadow: none; }
.button-secondary:hover { background: rgba(255,255,255,.05); box-shadow: none; }
.menu-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 1px solid #2c3239; border-radius: 10px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 4px 0; }
.mobile-menu { display: none; background: #0b0d10; padding: 0 20px 18px; }
.mobile-menu a { display: block; padding: 12px 0; color: #d6d9dd; border-top: 1px solid #20242a; }

.hero { position: relative; padding: 150px 0 92px; background: radial-gradient(circle at 82% 18%, rgba(247,181,0,.14), transparent 25%), linear-gradient(135deg, #0b0d10 0%, #10141a 56%, #0c0f12 100%); color: #fff; }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; color: #9fa6ad; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #d6dadd; margin-bottom: 18px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(247,181,0,.14); }
.hero h1, h2, h3 { font-family: Manrope, Inter, sans-serif; margin: 0; letter-spacing: -.045em; }
.hero h1 { max-width: 650px; font-size: clamp(44px, 5.4vw, 76px); line-height: .98; }
.hero h1 span { color: var(--yellow); }
.hero-lead { max-width: 650px; margin: 24px 0 30px; font-size: 18px; line-height: 1.65; color: #bac0c7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .button-secondary { border-color: #3b424b; color: #fff; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; padding-top: 26px; border-top: 1px solid #282e35; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 13px; color: #fff; margin-bottom: 3px; }
.hero-proof span { color: #858e98; font-size: 11px; line-height: 1.4; }
.hero-product { position: relative; min-width: 0; }
.window-frame { background: #181d23; border: 1px solid #2c333b; box-shadow: 0 32px 80px rgba(0,0,0,.45); border-radius: 20px; overflow: hidden; transform: perspective(1500px) rotateY(-2deg) rotateX(1deg); }
.window-bar { height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; border-bottom: 1px solid #2a3138; font-size: 10px; color: #87909b; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #424a54; }
.window-title { color: #aeb5bd; font-weight: 700; }
.window-status { justify-self: end; color: #6fd49d; }
.app-layout { display: grid; grid-template-columns: 132px 1fr; min-height: 430px; background: #f4f5f6; color: #17191c; }
.app-sidebar { padding: 16px 10px; background: #11151a; color: #9da5ad; }
.mini-logo { color: #fff; font-weight: 900; font-size: 17px; letter-spacing: -.08em; margin: 2px 8px 18px; }
.mini-logo span { color: var(--yellow); }
.side-item { display: flex; gap: 8px; align-items: center; padding: 9px 8px; margin: 3px 0; border-radius: 8px; font-size: 9px; font-weight: 700; }
.side-item.active { background: #232930; color: #fff; }
.app-main { padding: 18px; min-width: 0; }
.app-toprow { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.app-toprow small, .app-toprow strong { display: block; }
.app-toprow small { color: #7f8790; font-size: 8px; }
.app-toprow strong { font-size: 14px; }
.app-toprow button { border: 0; background: #11151a; color: #fff; border-radius: 7px; padding: 8px 10px; font-size: 8px; font-weight: 700; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 15px 0; }
.metric-card { background: #fff; border: 1px solid #e5e7e9; border-radius: 9px; padding: 10px; }
.metric-card span, .metric-card strong, .metric-card em { display: block; }
.metric-card span { color: #777f87; font-size: 7px; }
.metric-card strong { font-size: 17px; margin: 4px 0 0; }
.metric-card em { font-style: normal; color: #4f5962; font-size: 8px; }
.app-content-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; }
.job-card, .crew-card { background: #fff; border: 1px solid #e5e7e9; border-radius: 10px; padding: 12px; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 10px; }
.card-head span { color: #8a9299; font-size: 7px; }
.profit-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0 8px; }
.profit-row div { background: #f6f7f8; border-radius: 7px; padding: 8px; }
.profit-row span, .profit-row strong { display: block; }
.profit-row span { font-size: 7px; color: #7b838c; }
.profit-row strong { font-size: 13px; }
.profit-box { background: #12171b; color: #fff; border-radius: 8px; padding: 10px; display: grid; grid-template-columns: 1fr auto; }
.profit-box span { grid-column: 1/-1; font-size: 7px; color: #9aa2a9; }
.profit-box strong { font-size: 17px; }
.profit-box em { color: #69d69b; font-size: 7px; font-style: normal; align-self: center; }
.bar-row { display: grid; grid-template-columns: 72px 1fr 48px; align-items: center; gap: 8px; margin-top: 10px; font-size: 7px; color: #6d747c; }
.bar-row i { display: block; height: 5px; background: #edf0f2; border-radius: 10px; overflow: hidden; }
.bar-row i b { display: block; height: 100%; background: var(--yellow); }
.bar-row em { font-style: normal; text-align: right; color: #34393f; }
.crew-line { display: grid; grid-template-columns: 26px 1fr auto; gap: 7px; align-items: center; padding: 9px 0; border-bottom: 1px solid #edf0f2; }
.avatar { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #edf0f2; font-size: 7px; font-weight: 800; }
.crew-line strong, .crew-line small { display: block; }
.crew-line strong { font-size: 8px; }
.crew-line small, .crew-line em { color: #8b9299; font-size: 7px; font-style: normal; }
.ghost-app-button { width: 100%; margin-top: 10px; border: 1px solid #e3e6e9; background: #fff; border-radius: 7px; padding: 8px; font-size: 7px; font-weight: 700; }
.floating-badge { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 12px; border-radius: 12px; background: #fff; color: #14171a; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.floating-badge span { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: #fff3cc; color: #8d6500; }
.floating-badge strong, .floating-badge small { display: block; }
.floating-badge strong { font-size: 10px; }
.floating-badge small { color: #7a828a; font-size: 8px; }
.badge-ai { left: -24px; bottom: 28px; }
.badge-mobile { right: -20px; top: 90px; }
.badge-mobile span { background: #ddf6e8; color: #198953; }

.problem-strip { background: #fff; border-bottom: 1px solid var(--line); }
.strip-grid { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.strip-grid p { max-width: 720px; margin: 0; color: #5a626a; }
.strip-grid p strong { color: #191c20; }
.strip-tags { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.strip-tags span, .device-tags span { border: 1px solid var(--line); background: #fafbfb; border-radius: 999px; padding: 7px 10px; font-size: 11px; color: #697179; font-weight: 700; }
.section { padding: 105px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.kicker { display: block; color: #8a6a0b; margin-bottom: 12px; }
.section-heading h2, .ai-copy h2, .cost-copy h2, .field-copy h2, .comparison-grid h2, .faq-intro h2, .cta-card h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.06; }
.section-heading p, .ai-copy > p, .cost-copy > p, .field-copy > p, .faq-intro > p { font-size: 17px; color: var(--muted); margin: 18px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 250px; box-shadow: 0 10px 34px rgba(22,26,31,.04); }
.feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 52px 1.15fr .85fr; gap: 24px; align-items: center; min-height: 260px; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: #fff6d7; color: #7c5a00; font-size: 20px; font-weight: 900; }
.feature-card h3 { font-size: 22px; line-height: 1.15; margin: 18px 0 10px; }
.feature-wide h3 { margin-top: 0; }
.feature-card p { margin: 0; color: #697179; font-size: 14px; line-height: 1.65; }
.feature-highlight { background: #12161a; color: #fff; border-color: #12161a; }
.feature-highlight p { color: #abb2b9; }
.feature-highlight a { display: inline-block; margin-top: 24px; color: var(--yellow); font-size: 13px; font-weight: 800; }
.estimate-widget { background: #f6f7f8; border: 1px solid #e6e8ea; border-radius: 14px; overflow: hidden; }
.estimate-widget div { display: flex; justify-content: space-between; padding: 11px 14px; border-bottom: 1px solid #e2e5e7; font-size: 12px; }
.estimate-widget span { color: #7d858c; }
.estimate-widget .estimate-total { border: 0; background: #171b20; color: #fff; padding: 15px 14px; }
.estimate-widget .estimate-total span { color: #a9b0b6; }
.estimate-widget .estimate-total strong { color: var(--yellow); }

.section-dark { background: #0c0f12; color: #fff; }
.section-heading.light p { color: #9ca4ad; }
.section-heading.light .kicker { color: var(--yellow); }
.workflow-track { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.workflow-track:before { content:""; position: absolute; left: 4%; right: 4%; top: 23px; border-top: 1px dashed #39414a; }
.workflow-step { position: relative; z-index: 1; padding: 0 8px; }
.workflow-step > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #171c21; border: 1px solid #3b434b; color: var(--yellow); font-size: 11px; font-weight: 800; }
.workflow-step strong { display: block; margin: 18px 0 7px; font-size: 16px; }
.workflow-step p { margin: 0; color: #8f98a2; font-size: 13px; }

.ai-section { background: #fff; }
.ai-grid, .job-cost-grid, .field-grid, .comparison-grid, .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ai-copy h2, .cost-copy h2, .field-copy h2 { margin-top: 0; }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: #4d555d; font-size: 14px; }
.check-list li span { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: #fff2c6; color: #7f5e00; font-size: 11px; font-weight: 900; }
.ai-demo-card { background: #101419; color: #fff; border-radius: 24px; padding: 24px; box-shadow: var(--shadow); }
.ai-demo-top { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #293039; padding-bottom: 16px; font-size: 12px; }
.ai-demo-top span { color: var(--yellow); font-weight: 800; }
.ai-demo-top em { color: #89939e; font-style: normal; }
.chat-bubble { max-width: 88%; border-radius: 16px; padding: 15px 16px; margin-top: 18px; font-size: 13px; line-height: 1.6; }
.user-bubble { margin-left: auto; background: #2a3139; color: #e7eaed; border-bottom-right-radius: 5px; }
.ai-bubble { background: #f5f6f7; color: #171a1e; border-bottom-left-radius: 5px; }
.ai-bubble strong { font-size: 13px; }
.ai-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0; }
.ai-fields span { background: #fff; border: 1px solid #e1e5e8; border-radius: 9px; padding: 8px; color: #727a82; font-size: 10px; }
.ai-fields b { display: block; color: #1b1f23; margin-top: 2px; }
.ai-bubble p { margin: 7px 0 0; color: #646d75; font-size: 11px; }
.demo-review { width: 100%; border: 0; border-radius: 11px; padding: 12px 14px; margin-top: 20px; background: var(--yellow); color: #111; font-weight: 800; }

.job-cost-section { background: #f0f2f3; }
.cost-window { background: #fff; border-radius: 22px; border: 1px solid #dde1e4; box-shadow: 0 30px 65px rgba(17,20,24,.1); overflow: hidden; }
.cost-header { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e4e7e9; }
.cost-header small, .cost-header strong { display: block; }
.cost-header small { color: #838b93; font-size: 9px; }
.cost-header strong { font-size: 16px; }
.cost-header > span { border-radius: 999px; background: #e4f6ec; color: #1f8052; padding: 5px 9px; font-size: 8px; font-weight: 800; }
.cost-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #e5e8ea; border-bottom: 1px solid #e5e8ea; }
.cost-summary div { background: #fafbfb; padding: 14px 18px; }
.cost-summary span, .cost-summary strong { display: block; }
.cost-summary span { color: #7f8790; font-size: 8px; }
.cost-summary strong { font-size: 15px; }
.cost-table { padding: 10px 18px 2px; }
.cost-row { display: grid; grid-template-columns: 1.2fr .8fr .8fr .7fr; gap: 8px; padding: 10px 0; border-bottom: 1px solid #edf0f2; font-size: 9px; }
.cost-row.head { color: #7c858d; font-weight: 700; }
.cost-row span:not(:first-child) { text-align: right; }
.negative { color: var(--red); }
.positive { color: var(--green); }
.actual-profit { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 14px; margin: 18px; padding: 16px 18px; background: #11161a; color: #fff; border-radius: 12px; }
.actual-profit span { color: #9da5ad; font-size: 9px; }
.actual-profit strong { font-size: 22px; }
.actual-profit em { color: #61d195; font-style: normal; font-weight: 800; font-size: 10px; }
.mini-points { display: grid; gap: 16px; margin-top: 28px; }
.mini-points div { padding-left: 16px; border-left: 3px solid var(--yellow); }
.mini-points strong, .mini-points span { display: block; }
.mini-points strong { margin-bottom: 3px; font-size: 14px; }
.mini-points span { color: #6b737a; font-size: 13px; }

.field-section { background: #fff; }
.field-grid { grid-template-columns: 1.1fr .9fr; }
.device-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
.phone-mockup { width: min(330px, 100%); margin: 0 auto; padding: 10px; border: 1px solid #292e34; background: #0f1216; border-radius: 38px; box-shadow: 0 30px 65px rgba(15,18,22,.18); }
.phone-notch { width: 110px; height: 22px; margin: 0 auto -12px; border-radius: 0 0 16px 16px; background: #0f1216; position: relative; z-index: 2; }
.phone-screen { min-height: 560px; padding: 28px 16px 18px; border-radius: 29px; background: #f6f7f8; }
.phone-apphead { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #e2e5e7; }
.phone-apphead .mini-logo { color: #111; margin: 0; }
.phone-apphead small { font-weight: 800; }
.phone-field, .phone-grid > div { background: #fff; border: 1px solid #e1e4e7; border-radius: 12px; padding: 13px; margin-top: 12px; }
.phone-field span, .phone-field strong, .phone-field small, .phone-grid span, .phone-grid strong { display: block; }
.phone-field span, .phone-grid span { color: #8a9198; font-size: 9px; }
.phone-field strong, .phone-grid strong { font-size: 13px; margin-top: 2px; }
.phone-field small { color: #7b838b; font-size: 9px; margin-top: 4px; }
.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.phone-total { margin-top: 14px; padding: 16px; border-radius: 13px; background: #12161b; color: #fff; }
.phone-total span, .phone-total strong { display: block; }
.phone-total span { color: #a1a9b1; font-size: 9px; }
.phone-total strong { color: var(--yellow); font-size: 26px; }
.phone-screen button { width: 100%; border: 0; border-radius: 11px; padding: 13px; margin-top: 12px; background: var(--yellow); font-weight: 800; }

.plans-section { background: #eef0f1; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; }
.plan-card { position: relative; background: #fff; border: 1px solid #dfe3e6; border-radius: 22px; padding: 30px; display: flex; flex-direction: column; }
.plan-card.featured-plan { border: 2px solid #161a1e; transform: translateY(-8px); box-shadow: 0 18px 44px rgba(16,19,23,.1); }
.popular-pill { position: absolute; top: -14px; left: 26px; border-radius: 999px; background: #161a1e; color: #fff; padding: 7px 11px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-name { display: inline-flex; align-self: flex-start; border-radius: 999px; padding: 6px 10px; background: #fff3c8; color: #765900; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.plan-card h3 { font-size: 24px; line-height: 1.15; margin: 18px 0 10px; }
.plan-card p { color: #6d757d; font-size: 13px; margin: 0; }
.plan-card ul { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 10px; flex: 1; }
.plan-card li { position: relative; padding-left: 23px; font-size: 13px; color: #464d54; }
.plan-card li:before { content:"✓"; position: absolute; left: 0; top: 0; color: #258c5c; font-weight: 900; }
.full { width: 100%; }
.pricing-note { margin: 20px 0 0; text-align: center; color: #838b92; font-size: 11px; }

.comparison-section { background: #fff; }
.comparison-grid { align-items: start; }
.comparison-table { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.compare-row { display: grid; grid-template-columns: 1.3fr .55fr .65fr; gap: 16px; align-items: center; padding: 14px 18px; border-bottom: 1px solid #e7eaec; font-size: 12px; }
.compare-row:last-child { border-bottom: 0; }
.compare-row.head { background: #13171b; color: #fff; font-size: 11px; }
.compare-row strong:nth-child(2) { color: #248f5d; }
.compare-row.head strong:nth-child(2) { color: var(--yellow); }
.compare-row em { font-style: normal; color: #7c848b; }

.faq-section { background: #f2f4f5; }
.faq-grid { align-items: start; }
.faq-list { border-top: 1px solid #dce0e3; }
details { border-bottom: 1px solid #dce0e3; }
summary { list-style: none; cursor: pointer; padding: 20px 34px 20px 0; font-weight: 800; font-size: 14px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary:after { content:"+"; position: absolute; right: 2px; top: 17px; font-size: 22px; color: #6f777e; }
details[open] summary:after { content:"−"; }
details p { margin: -4px 0 20px; color: #687179; font-size: 13px; line-height: 1.7; }

.cta-section { padding: 0 0 90px; background: #f2f4f5; }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 54px; align-items: center; padding: 52px 56px; background: linear-gradient(135deg, #101419 0%, #171d23 100%); color: #fff; border-radius: 28px; box-shadow: 0 24px 60px rgba(13,16,20,.18); }
.cta-card h2 { margin-top: 0; max-width: 820px; }
.cta-card p { color: #a7afb7; max-width: 760px; margin: 16px 0 0; }
.cta-card .kicker { color: var(--yellow); }
.cta-actions { display: flex; flex-direction: column; gap: 14px; min-width: 220px; }
.button-light { background: #fff; border-color: #fff; color: #15181c; box-shadow: none; }
.button-light:hover { background: #f0f2f3; box-shadow: none; }
.text-link { color: #c6ccd1; font-size: 12px; text-align: center; }
.text-link span { color: var(--yellow); }

.site-footer { background: #0b0e11; color: #b1b8bf; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }
.brand-footer { color: #fff; }
.footer-brand p { max-width: 300px; color: #747e87; font-size: 13px; }
.footer-col { display: grid; gap: 9px; align-content: start; }
.footer-col strong { color: #fff; font-size: 12px; margin-bottom: 4px; }
.footer-col a { color: #818a93; font-size: 12px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid #23282e; color: #68717a; font-size: 10px; }

@media (max-width: 1040px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(820px, 100%); margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-wide { grid-column: 1/-1; }
  .feature-highlight { grid-column: 1/-1; }
  .workflow-track { grid-template-columns: repeat(5, minmax(150px,1fr)); overflow-x: auto; padding-bottom: 10px; }
  .ai-grid, .job-cost-grid, .field-grid, .comparison-grid, .faq-grid { gap: 44px; }
}

@media (max-width: 820px) {
  .desktop-nav, .desktop-only { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu.open { display: block; }
  .hero { padding-top: 125px; }
  .hero-grid { gap: 46px; }
  .hero h1 { font-size: clamp(44px, 10vw, 64px); }
  .strip-grid { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 14px; }
  .strip-tags { justify-content: flex-start; }
  .feature-wide { grid-template-columns: 48px 1fr; }
  .feature-wide .estimate-widget { grid-column: 1/-1; }
  .ai-grid, .job-cost-grid, .field-grid, .comparison-grid, .faq-grid { grid-template-columns: 1fr; }
  .cost-copy { order: -1; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card.featured-plan { transform: none; }
  .cta-card { grid-template-columns: 1fr; padding: 42px 32px; }
  .cta-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { height: 66px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-word { font-size: 20px; }
  .nav-actions .button-small { display: none; }
  .hero { padding: 110px 0 64px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .app-layout { grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .app-main { padding: 12px; }
  .metric-grid { grid-template-columns: 1fr 1fr 1fr; }
  .app-content-grid { grid-template-columns: 1fr; }
  .crew-card { display: none; }
  .floating-badge { display: none; }
  .section { padding: 74px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide, .feature-highlight { grid-column: auto; }
  .feature-wide { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 22px; }
  .section-heading h2, .ai-copy h2, .cost-copy h2, .field-copy h2, .comparison-grid h2, .faq-intro h2, .cta-card h2 { font-size: 34px; }
  .workflow-track { grid-template-columns: repeat(5, 210px); }
  .ai-demo-card { padding: 18px; }
  .ai-fields { grid-template-columns: 1fr; }
  .cost-summary { grid-template-columns: 1fr; }
  .cost-row { grid-template-columns: 1fr .7fr .7fr; }
  .cost-row span:nth-child(2), .cost-row.head span:nth-child(2) { display: none; }
  .actual-profit { grid-template-columns: 1fr auto; }
  .actual-profit span { grid-column: 1/-1; }
  .compare-row { grid-template-columns: 1.2fr .45fr .65fr; padding: 12px; font-size: 10px; }
  .cta-card { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
}
