:root {
  --ink: #101828;
  --muted: #667085;
  --line: #e4e7ec;
  --surface: #ffffff;
  --soft: #f6f7f5;
  --accent: #7157f5;
  --accent-dark: #5639dc;
  --accent-soft: #f0edff;
  --mint: #dff7ee;
  --mint-ink: #087a5b;
  --danger: #d04455;
  --danger-soft: #fff0f1;
  --shadow: 0 18px 50px rgba(16, 24, 40, .07);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: radial-gradient(circle at 8% 0%, #eeeaff 0, transparent 28%), #fafaf8;
  font-family: Arial, "Segoe UI", sans-serif;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
.app-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 70px; }
.topbar { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(16,24,40,.08); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 800; direction: ltr; }
.brand b { color: var(--accent); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border-radius: 11px; background: linear-gradient(145deg, var(--accent), #9b87ff); box-shadow: 0 8px 18px rgba(113,87,245,.25); }
.today-label { color: var(--muted); font-size: 14px; }
.topnav { display: flex; align-items: center; gap: 24px; }
.topnav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 700; }
.topnav a:hover { color: var(--accent); }
.nav-cta { padding: 10px 15px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 11px; font-weight: 800; }
.nav-cta:hover { color: var(--accent-dark); border-color: #cfc5ff; }
.landing-hero { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; min-height: calc(100vh - 82px); padding: 72px 0 90px; overflow: hidden; }
.landing-copy, .product-preview { position: relative; z-index: 1; }
.trust-pill { display: inline-flex; gap: 8px; align-items: center; margin: 0 0 23px; padding: 8px 12px; color: var(--accent-dark); background: var(--accent-soft); border: 1px solid #ddd5ff; border-radius: 30px; font-size: 12px; font-weight: 800; }
.landing-lead { max-width: 590px; margin: 26px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.hero-cta { padding: 16px 23px; font-size: 15px; }
.text-btn { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 800; }
.text-btn:hover { color: var(--accent); }
.trust-line { display: flex; align-items: center; gap: 7px; margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.trust-line span { color: var(--mint-ink); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.orb-one { left: 40%; top: 9%; width: 320px; height: 320px; background: rgba(113,87,245,.09); }
.orb-two { left: 3%; bottom: 2%; width: 170px; height: 170px; background: rgba(68,199,164,.08); }
.product-preview { direction: rtl; padding: 16px; background: rgba(255,255,255,.83); border: 1px solid rgba(255,255,255,.9); border-radius: 28px; box-shadow: 0 35px 80px rgba(39,27,96,.16); transform: rotate(-1.2deg); backdrop-filter: blur(16px); }
.preview-top { display: flex; align-items: center; justify-content: space-between; padding: 4px 3px 16px; color: var(--muted); font-size: 11px; }
.preview-top span { direction: ltr; display: flex; gap: 4px; }
.preview-top i { width: 7px; height: 7px; background: #d0d5dd; border-radius: 50%; }
.preview-top b { color: var(--ink); font-size: 14px; }
.preview-top em { font-style: normal; }
.preview-focus { padding: 24px; color: white; background: linear-gradient(135deg, #6a4dea, #8b72f6); border-radius: 20px; box-shadow: 0 15px 30px rgba(113,87,245,.25); }
.preview-kicker { display: block; margin-bottom: 10px; color: #ded7ff; font-size: 10px; font-weight: 800; }
.preview-focus strong, .preview-focus small { display: block; }
.preview-focus strong { font-size: 18px; }
.preview-focus small { margin-top: 7px; color: #e8e4ff; font-size: 11px; }
.preview-progress { height: 5px; margin-top: 21px; background: rgba(255,255,255,.24); border-radius: 10px; }
.preview-progress i { display: block; width: 58%; height: 100%; background: white; border-radius: inherit; }
.preview-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; margin-top: 10px; padding: 14px 12px; background: white; border: 1px solid #ececf0; border-radius: 15px; }
.preview-row time { direction: ltr; color: var(--muted); font-size: 11px; }
.preview-row b, .preview-row small { display: block; }
.preview-row b { font-size: 12px; }
.preview-row small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.preview-row > i { width: 21px; height: 21px; border: 1px solid #d8dce3; border-radius: 7px; font-style: normal; text-align: center; }
.preview-row .preview-check { color: white; background: var(--mint-ink); border-color: var(--mint-ink); }
.preview-note { display: flex; align-items: center; gap: 11px; margin-top: 11px; padding: 12px; color: var(--mint-ink); background: var(--mint); border-radius: 14px; }
.preview-note p { margin: 0; }
.preview-note b, .preview-note small { display: block; }
.preview-note b { font-size: 11px; }
.preview-note small { margin-top: 2px; font-size: 9px; }
.landing-section { padding: 105px 0; }
.section-intro { max-width: 610px; margin: 0 auto 46px; text-align: center; }
.section-intro h2, .benefit-copy h2, .bottom-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; line-height: 1.08; }
.section-intro > p:last-child, .benefit-copy > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.7; }
.steps-grid, .audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 285px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 23px; box-shadow: 0 12px 35px rgba(16,24,40,.045); }
.step-card.featured { color: white; background: var(--ink); border-color: var(--ink); transform: translateY(-12px); }
.step-number { position: absolute; top: 24px; left: 24px; color: #d0d5dd; font-size: 12px; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 42px; color: var(--accent); background: var(--accent-soft); border-radius: 15px; font-size: 21px; }
.featured .step-icon { color: white; background: var(--accent); }
.step-card h3, .audience-grid h3, .benefits-list h3 { margin: 0 0 10px; font-size: 19px; }
.step-card p, .audience-grid p, .benefits-list p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.featured p { color: #b8c0ce; }
.benefits-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.benefit-copy > p:last-child { margin-top: 23px; }
.benefits-list { display: grid; gap: 13px; }
.benefits-list article { display: grid; grid-template-columns: auto 1fr; gap: 17px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.benefits-list article > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--accent); background: var(--accent-soft); border-radius: 13px; font-size: 18px; }
.audience-section { padding-top: 80px; }
.audience-grid article { padding: 29px; background: #f3f1ff; border-radius: 21px; }
.audience-grid article:nth-child(2) { background: #eaf8f4; }
.audience-grid article:nth-child(3) { background: #fff3ea; }
.audience-grid article > span { display: block; margin-bottom: 28px; font-size: 27px; }
.audience-grid { grid-template-columns: repeat(4, 1fr); }
.pricing-section { padding-top: 80px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 29px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 35px rgba(16,24,40,.045); }
.price-card.recommended { color: white; background: var(--ink); border-color: var(--ink); transform: translateY(-10px); box-shadow: 0 22px 55px rgba(16,24,40,.18); }
.recommended-badge { position: absolute; top: 18px; left: 18px; padding: 5px 9px; color: white; background: var(--accent); border-radius: 20px; font-size: 11px; font-weight: 800; }
.plan-name { margin: 0 0 17px; color: var(--accent); font-size: 13px; font-weight: 800; }
.recommended .plan-name { color: #b9adff; }
.price-card h3 { margin: 0; font-size: 25px; }
.price-card h3 small { color: var(--muted); font-size: 12px; font-weight: 500; }
.recommended h3 small { color: #aeb7c6; }
.price-card ul { flex: 1; margin: 24px 0 29px; padding: 0; list-style: none; }
.price-card li { position: relative; margin: 11px 0; padding-right: 23px; color: var(--muted); font-size: 14px; }
.price-card li::before { content: '✓'; position: absolute; right: 0; color: var(--mint-ink); font-weight: 900; }
.recommended li { color: #c8cfdb; }
.price-btn { width: 100%; padding: 13px; color: var(--accent-dark); background: var(--accent-soft); border: 0; border-radius: 12px; font-weight: 800; }
.recommended .price-btn { color: white; background: var(--accent); }
.price-btn:disabled { color: var(--muted); background: #eceef1; cursor: not-allowed; }
.test-reset { display: block; margin: 24px auto 70px; padding: 10px 14px; color: var(--muted); background: transparent; border: 1px dashed #b8bec8; border-radius: 11px; font-size: 12px; font-weight: 700; }
.pricing-account-actions { display: flex; justify-content: center; gap: 9px; margin: -54px auto 70px; }
.pricing-account-actions button { padding: 9px 12px; color: var(--muted); background: transparent; border: 0; text-decoration: underline; }
.faq-section { padding-top: 75px; }
.faq-list { width: min(760px, 100%); margin: 0 auto; }
.faq-list details { background: white; border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 3px; font-size: 16px; font-weight: 800; cursor: pointer; list-style-position: inside; }
.faq-list details p { margin: -5px 24px 22px 0; color: var(--muted); line-height: 1.65; }
.account-view { min-height: calc(100vh - 82px); padding: 38px 0 80px; }
.account-view > .back-link { margin-bottom: 22px; }
.account-card { width: min(570px, 100%); margin: 0 auto; padding: 38px; }
.account-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 35px; direction: ltr; }
.account-brand b { color: var(--accent); }
.account-card h1 { margin: 0; font-size: clamp(32px, 5vw, 46px); line-height: 1.08; }
.account-lead { margin: 18px 0 30px; color: var(--muted); line-height: 1.65; }
.account-card form > label { display: block; margin-top: 19px; color: var(--ink); font-size: 14px; }
.account-card form > input { margin-top: 0; }
.account-submit { width: 100%; margin-top: 25px; padding: 15px; }
.form-error { min-height: 19px; margin: 8px 0 0; color: var(--danger); font-size: 13px; }
.account-trust { margin: 18px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.resume-account { width: 100%; margin-top: 12px; padding: 12px; color: var(--accent-dark); background: transparent; border: 1px solid #d9d1ff; border-radius: 12px; font-weight: 800; }
.pricing-view-intro { padding-top: 15px; }
.pricing-view-intro h1 { margin: 0; font-size: clamp(38px, 5vw, 58px); }
.app-pricing-grid { padding-bottom: 80px; }
.app-account-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 13px 17px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 26px rgba(16,24,40,.05); }
.app-account-actions { display: flex; align-items: center; gap: 7px; }
.app-account-actions button { padding: 8px 10px; color: var(--muted); background: transparent; border: 0; border-radius: 9px; font-size: 12px; font-weight: 800; }
.app-account-actions button:hover { color: var(--accent-dark); background: var(--accent-soft); }
.trial-status { padding: 7px 10px; color: var(--mint-ink); background: var(--mint); border-radius: 20px; font-size: 11px; font-weight: 800; }
.trial-status.expired { color: var(--danger); background: var(--danger-soft); }
.settings-actions { display: grid; gap: 9px; margin-top: 23px; }
.settings-button { padding: 12px; color: #344054; background: #f2f4f7; border: 0; border-radius: 11px; font-weight: 800; text-align: right; }
.settings-button.destructive { color: var(--danger); background: var(--danger-soft); }
.bottom-cta { margin: 60px 0 90px; padding: 70px 30px; color: white; background: linear-gradient(135deg, #171f31, #2c2452); border-radius: 32px; text-align: center; box-shadow: 0 30px 65px rgba(16,24,40,.17); }
.bottom-cta .eyebrow { color: #a99aff; }
.bottom-cta > p:not(.eyebrow) { margin: 18px 0 29px; color: #c8cfdb; }
.bottom-cta small { display: block; margin-top: 18px; color: #aeb7c6; }
.app-view { padding-top: 10px; }
.app-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 60px 0 38px; border-bottom: 1px solid var(--line); }
.app-intro h1 { font-size: clamp(38px, 5vw, 58px); }
.app-intro > div > p:last-child { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.back-link { padding: 10px 0; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid #c9cdd4; font-size: 13px; font-weight: 700; white-space: nowrap; }
.app-setup-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 24px; align-items: start; padding: 38px 0 48px; }
.setup-side { display: grid; gap: 18px; position: sticky; top: 20px; }
.field-label { display: block; margin-top: 20px; color: var(--ink); font-size: 14px; }
.field-help { margin: 5px 0 8px; color: var(--muted); font-size: 13px; line-height: 1.45; font-weight: 400; }
.task-form > input, .task-form > select { margin-top: 0; }
.task-form fieldset { margin-top: 20px; margin-bottom: 0; }
.task-form fieldset .field-help { margin-bottom: 9px; }
.optional-label { margin-right: 5px; padding: 3px 7px; color: var(--muted); background: #f2f4f7; border-radius: 20px; font-size: 10px; }
.task-form .secondary-btn { margin-top: 24px; font-size: 15px; }
.settings-help { margin-top: -10px; margin-bottom: 17px; }
.build-card { padding: 27px; text-align: center; }
.build-card h2 { margin: 0 0 19px; font-size: 22px; }
.build-day-btn { width: 100%; padding: 16px; font-size: 16px; }
.build-help { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.app-section { padding: 55px 0; border-top: 1px solid var(--line); }
.app-section > .section-heading h2, .schedule-toolbar h2 { margin: 0; font-size: 30px; }
.count-badge.neutral { color: var(--accent-dark); background: var(--accent-soft); }
.task-list { display: grid; gap: 12px; }
.inventory-empty { display: grid; place-items: center; min-height: 220px; padding: 35px; background: white; border: 1px dashed #cfd4dc; border-radius: var(--radius); text-align: center; }
.inventory-empty span { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 14px; color: var(--accent); background: var(--accent-soft); border-radius: 16px; font-size: 22px; }
.inventory-empty h3 { margin: 0 0 7px; font-size: 20px; }
.inventory-empty p { margin: 0; color: var(--muted); font-size: 15px; }
.task-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; padding: 20px 22px; background: white; border: 1px solid var(--line); border-right: 5px solid var(--accent); border-radius: 17px; box-shadow: 0 8px 24px rgba(16,24,40,.04); }
.task-card.priority-high { border-right-color: #e75e54; }
.task-card.priority-low { border-right-color: #5ab99e; }
.task-card.is-done { opacity: .68; background: #f8faf9; border-right-color: var(--mint-ink); }
.task-card.is-done h3 { text-decoration: line-through; }
.task-card h3 { margin: 0 0 9px; font-size: 17px; }
.task-status { display: inline-flex; margin-right: 7px; padding: 4px 8px; color: #805c14; background: #fff6db; border-radius: 7px; font-size: 11px; font-weight: 800; }
.task-status.scheduled { color: var(--mint-ink); background: var(--mint); }
.task-status.deferred-status { color: var(--danger); background: var(--danger-soft); }
.task-status.done-status { color: #fff; background: var(--mint-ink); }
.task-actions { display: flex; gap: 7px; }
.task-action { padding: 9px 12px; color: #344054; background: #f2f4f7; border: 1px solid transparent; border-radius: 10px; font-size: 12px; font-weight: 800; }
.task-action:hover { color: var(--accent-dark); border-color: #d8d0ff; background: var(--accent-soft); }
.task-action.complete { color: var(--mint-ink); background: var(--mint); }
.task-action.delete:hover { color: var(--danger); border-color: #f1c3c9; background: var(--danger-soft); }
.schedule-area { padding-bottom: 80px; }
.schedule-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.schedule-explainer, .deferred-explainer { margin: 8px 0 20px; color: var(--muted); font-size: 14px; }
.delay-btn { padding: 12px 16px; color: #805c14; background: #fff6db; border: 1px solid #f2dea4; border-radius: 12px; font-weight: 800; }
.delay-btn:hover { background: #ffefbd; }
.plan-message.overload { color: #9d2938; background: var(--danger-soft); border: 1px solid #f2c5cb; }
.action-dialog { width: min(430px, calc(100% - 30px)); padding: 0; color: var(--ink); background: white; border: 0; border-radius: 22px; box-shadow: 0 28px 90px rgba(16,24,40,.28); }
.action-dialog::backdrop { background: rgba(16,24,40,.5); backdrop-filter: blur(3px); }
.action-dialog form { padding: 29px; }
.dialog-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 18px; color: var(--accent-dark); background: var(--accent-soft); border-radius: 14px; font-size: 19px; font-weight: 900; }
.dialog-icon.danger-icon { color: var(--danger); background: var(--danger-soft); }
.action-dialog h2 { margin: 0 0 9px; font-size: 23px; }
.action-dialog p { color: var(--muted); line-height: 1.55; }
.action-dialog label { display: block; margin-top: 18px; }
.action-dialog input { margin-top: 8px; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 24px; }
.dialog-actions button { padding: 11px 17px; border: 0; border-radius: 11px; font-weight: 800; }
.dialog-cancel { color: #344054; background: #f2f4f7; }
.dialog-delete { color: white; background: var(--danger); }
.dialog-confirm { color: white; background: var(--accent); }
.dialog-error { min-height: 18px; margin: 7px 0 0; color: var(--danger) !important; font-size: 12px; }
.hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: center; padding: 64px 0 58px; }
.eyebrow { margin: 0 0 9px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow.danger { color: var(--danger); }
h1 { margin: 0; font-size: clamp(43px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; }
h1 span { color: var(--accent); }
.hero-copy { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.card { background: rgba(255,255,255,.92); border: 1px solid rgba(16,24,40,.08); border-radius: var(--radius); box-shadow: var(--shadow); }
.day-settings { padding: 25px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading.compact { margin-bottom: 20px; }
.section-heading h2, .deferred-head h2 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.compact h2 { font-size: 20px; }
.time-fields, .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label, legend { color: #344054; font-size: 13px; font-weight: 700; }
input, select { width: 100%; margin-top: 8px; padding: 12px 13px; color: var(--ink); background: #fbfbfa; border: 1px solid var(--line); border-radius: 12px; outline: none; transition: .2s; }
input:focus, select:focus { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.capacity-row { display: flex; justify-content: space-between; margin: 20px 0 9px; color: var(--muted); font-size: 13px; }
.capacity-row strong { color: var(--ink); }
.progress-track { height: 7px; overflow: hidden; background: #eceef1; border-radius: 10px; }
.progress-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--accent), #a593ff); transition: width .4s; }
.workspace { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr); gap: 34px; align-items: start; }
.schedule-heading { margin-bottom: 18px; }
.primary-btn, .secondary-btn { border: 0; border-radius: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.primary-btn { padding: 13px 20px; color: white; background: var(--accent); box-shadow: 0 10px 24px rgba(113,87,245,.25); }
.primary-btn:hover, .secondary-btn:hover { transform: translateY(-1px); }
.primary-btn:hover { background: var(--accent-dark); }
.plan-message { display: none; margin-bottom: 14px; padding: 13px 16px; color: #344054; background: var(--accent-soft); border-radius: 12px; font-size: 14px; }
.plan-message.show { display: block; }
.schedule-list { display: grid; gap: 12px; min-height: 210px; }
.empty-state { display: grid; place-items: center; min-height: 235px; padding: 38px; text-align: center; background: rgba(255,255,255,.68); border: 1px dashed #cfd4dc; border-radius: var(--radius); }
.empty-symbol { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 14px; color: var(--accent); background: var(--accent-soft); border-radius: 18px; font-size: 25px; }
.empty-state h3 { margin: 0 0 7px; font-size: 19px; }
.empty-state p { max-width: 360px; margin: 0; color: var(--muted); line-height: 1.55; }
.schedule-item { display: grid; grid-template-columns: 82px 4px 1fr auto; gap: 16px; align-items: center; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 25px rgba(16,24,40,.045); }
.schedule-item.completed { opacity: .58; }
.schedule-item.completed .task-title { text-decoration: line-through; }
.time-slot { direction: ltr; color: var(--muted); font-size: 13px; text-align: center; }
.priority-line { align-self: stretch; border-radius: 10px; background: var(--accent); }
.priority-line.high { background: #ef735f; }
.priority-line.low { background: #60bfa5; }
.task-title { margin: 0 0 7px; font-size: 16px; }
.task-meta { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: 12px; }
.tag { padding: 4px 8px; background: #f2f4f7; border-radius: 7px; }
.tag.deadline { color: var(--danger); background: var(--danger-soft); }
.done-btn { width: 38px; height: 38px; border: 1px solid var(--line); color: var(--muted); background: white; border-radius: 12px; font-weight: 900; }
.done-btn:hover { color: var(--mint-ink); border-color: #8ddbc4; background: var(--mint); }
.completed .done-btn { color: white; background: var(--mint-ink); border-color: var(--mint-ink); }
.side-column { display: grid; gap: 18px; }
.task-form { padding: 26px; }
.form-icon { display: grid; place-items: center; width: 37px; height: 37px; color: var(--accent); background: var(--accent-soft); border-radius: 12px; font-size: 22px; }
.task-form > label, .task-form .form-grid, fieldset { display: block; margin-bottom: 18px; }
fieldset { min-width: 0; padding: 0; border: 0; }
legend { margin-bottom: 9px; }
.segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 4px; background: #f2f4f7; border-radius: 12px; }
.segmented label { position: relative; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { display: block; padding: 9px 5px; color: var(--muted); border-radius: 9px; text-align: center; font-size: 12px; cursor: pointer; }
.segmented input:checked + span { color: var(--accent-dark); background: white; box-shadow: 0 3px 10px rgba(16,24,40,.08); }
.segmented input:focus-visible + span { outline: 2px solid var(--accent); }
.secondary-btn { width: 100%; padding: 14px; color: white; background: var(--ink); }
.secondary-btn:hover { background: #27364f; }
.delay-card { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 18px; }
.delay-icon { display: grid; place-items: center; width: 39px; height: 39px; background: #fff5da; border-radius: 12px; }
.delay-card strong { font-size: 13px; }
.delay-card p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.ghost-btn { padding: 9px 11px; color: var(--accent-dark); background: var(--accent-soft); border: 0; border-radius: 10px; font-size: 12px; font-weight: 800; }
.deferred { margin-top: 28px; padding: 23px; border-color: #f4c8ce; box-shadow: none; }
.deferred-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.count-badge { min-width: 29px; padding: 5px 9px; color: var(--danger); background: var(--danger-soft); border-radius: 20px; text-align: center; font-weight: 800; }
.deferred-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.deferred-item:first-child { border-top: 0; }
.deferred-item p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.deferred-actions { display: flex; gap: 7px; }
.icon-btn { border: 0; color: var(--muted); background: #f2f4f7; border-radius: 9px; padding: 7px 9px; }
.icon-btn:hover { color: var(--danger); }
.hidden { display: none; }
.toast { position: fixed; left: 24px; bottom: 24px; padding: 13px 18px; color: white; background: var(--ink); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .landing-hero, .hero, .workspace, .benefits-section { grid-template-columns: 1fr; }
  .landing-hero { gap: 45px; min-height: auto; padding-top: 70px; }
  .product-preview { max-width: 560px; margin: 0 auto; }
  .steps-grid, .audience-grid, .pricing-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .step-card.featured { transform: none; }
  .benefits-section { gap: 38px; }
  .price-card.recommended { transform: none; }
  .hero { gap: 30px; padding: 45px 0; }
  .side-column { grid-row: 1; }
  .app-setup-grid { grid-template-columns: 1fr; }
  .setup-side { position: static; }
}
@media (max-width: 560px) {
  .app-shell { width: min(100% - 24px, 1180px); }
  .topbar { height: 68px; }
  .topnav a { display: none; }
  .nav-cta { padding: 9px 11px; font-size: 12px; }
  .landing-hero { padding: 48px 0 70px; }
  .landing-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-cta { width: 100%; }
  .text-btn { text-align: center; }
  .product-preview { padding: 11px; transform: none; }
  .preview-focus { padding: 19px; }
  .landing-section { padding: 72px 0; }
  .section-intro { margin-bottom: 30px; }
  .step-card, .audience-grid article { padding: 23px; }
  .bottom-cta { margin: 35px 0 60px; padding: 50px 20px; border-radius: 24px; }
  .hero { padding: 38px 0; }
  h1 { font-size: 44px; }
  .hero-copy { font-size: 16px; }
  .schedule-heading { align-items: flex-end; }
  .primary-btn { padding: 12px 13px; font-size: 13px; }
  .schedule-item { grid-template-columns: 62px 3px 1fr auto; gap: 10px; padding: 14px 11px; }
  .task-form { padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .delay-card { grid-template-columns: auto 1fr; }
  .delay-card button { grid-column: 1 / -1; }
  .app-intro { align-items: flex-start; flex-direction: column; padding-top: 42px; }
  .app-setup-grid { padding-top: 26px; }
  .app-section { padding: 42px 0; }
  .task-card { grid-template-columns: 1fr; padding: 17px; }
  .task-actions { display: grid; grid-template-columns: repeat(3,1fr); }
  .task-action { padding: 10px 6px; }
  .schedule-toolbar { align-items: flex-start; flex-direction: column; }
  .delay-btn { width: 100%; }
  .action-dialog form { padding: 23px; }
  .account-card { padding: 25px 20px; }
  .app-account-bar { align-items: flex-start; flex-direction: column; }
  .app-account-actions { width: 100%; flex-wrap: wrap; }
  .trial-status { width: 100%; text-align: center; }
  .app-account-actions button { flex: 1; background: #f5f6f7; }
}
