:root {
  --ink: #17221c;
  --muted: #66736b;
  --line: #dfe6e0;
  --paper: #f7f9f6;
  --white: #ffffff;
  --green: #1f6b4b;
  --green-dark: #15513a;
  --green-soft: #e6f1ea;
  --lime: #dff08b;
  --shadow: 0 24px 70px rgba(31, 52, 40, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(223,230,224,.85); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.03rem; letter-spacing: -.01em; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; display: inline-grid; place-items: center; background: var(--green); color: white; font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 25px; color: #445149; font-size: .92rem; }
.nav-links > a:not(.button):hover { color: var(--green); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 13px; background: var(--green); color: white; font-weight: 750; cursor: pointer; box-shadow: 0 7px 18px rgba(31,107,75,.16); }
.button:hover { background: var(--green-dark); }
.button-small { min-height: 40px; padding: 0 16px; font-size: .9rem; }
.button-ghost { background: white; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.button-ghost:hover { background: var(--paper); }
.button-light { background: white; color: var(--green-dark); box-shadow: none; }
.button-light:hover { background: #eff6f1; }
.button-block { width: 100%; }
.hero { overflow: hidden; background: radial-gradient(circle at 80% 10%, #ecf7de 0, transparent 30%), linear-gradient(180deg, #fbfcfa 0%, #f4f7f3 100%); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 80px; padding: 84px 0; }
.eyebrow { display: inline-block; color: var(--green); font-size: .78rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 17px 0 22px; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 0; color: #536158; font-size: 1.17rem; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 31px; }
.text-link { font-weight: 760; }
.text-link span { color: var(--green); padding-left: 5px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.trust-row span { padding: 7px 11px; border: 1px solid #d9e2da; border-radius: 999px; background: rgba(255,255,255,.75); color: #536158; font-size: .78rem; font-weight: 680; }
.product-card { position: relative; padding: 28px; border: 1px solid #dae4db; border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.product-card::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border-radius: 28px; background: var(--green-soft); }
.product-topline, .price-split { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .78rem; }
.status-dot { color: var(--green); font-weight: 750; }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #48a96f; }
.product-card h2 { margin: 21px 0 2px; font-size: 1.55rem; letter-spacing: -.025em; }
.muted { margin: 0 0 21px; color: var(--muted); font-size: .88rem; }
.meal { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 9px 0; padding: 15px 17px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.meal.active { border-color: #5f9d7c; background: #f2f8f4; box-shadow: inset 3px 0 0 var(--green); }
.meal strong, .meal small { display: block; }
.meal small { margin-top: 3px; color: var(--muted); font-size: .75rem; }
.meal > span { white-space: nowrap; font-weight: 780; }
.price-split { margin: 19px 2px 12px; }
.price-split strong { color: var(--ink); }
.mock-button { width: 100%; padding: 13px 16px; border: 0; border-radius: 12px; background: var(--green); color: white; font-weight: 780; opacity: 1; }
.section { padding: 108px 0; }
.section-tint { background: var(--paper); border-block: 1px solid var(--line); }
.section-heading { max-width: 850px; margin-bottom: 44px; }
.section-heading.narrow { max-width: 720px; }
.section-heading h2, .split-grid h2, .cta-card h2 { margin: 12px 0 14px; font-size: clamp(2rem, 3.5vw, 3.55rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 265px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.feature-number { color: #8e9b92; font-size: .75rem; font-weight: 800; }
.feature h3 { margin: 56px 0 10px; font-size: 1.35rem; letter-spacing: -.025em; }
.feature p { margin: 0; color: var(--muted); }
.split-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.large-copy { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.summary-card { padding: 27px; border: 1px solid #d9e4da; border-radius: var(--radius); background: white; box-shadow: 0 20px 55px rgba(31,52,40,.08); }
.summary-header, .summary-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.summary-header { margin-bottom: 15px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.summary-header span { color: var(--muted); font-size: .8rem; font-weight: 760; text-transform: uppercase; letter-spacing: .09em; }
.summary-header strong { font-size: 1.3rem; }
.summary-row { padding: 11px 0; }
.summary-row.subtle { color: var(--muted); font-size: .9rem; }
.summary-divider { margin: 8px 0; border-top: 1px dashed #d4ddd6; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px; border-radius: 18px; background: var(--paper); border: 1px solid #e3e9e4; }
.step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--green-soft); color: var(--green-dark); font-weight: 850; }
.step h3 { margin: 1px 0 5px; }
.step p { margin: 0; color: var(--muted); }
.cta-section { padding: 0 0 108px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px; border-radius: 28px; background: var(--green); color: white; }
.cta-card h2 { max-width: 760px; margin-bottom: 0; }
.eyebrow.light { color: var(--lime); }
.site-footer { border-top: 1px solid var(--line); background: #fbfcfb; }
.footer-grid { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { margin-bottom: 10px; }
.footer-grid p { max-width: 520px; margin: 0; color: var(--muted); font-size: .9rem; }
.footer-note { color: var(--muted); font-size: .85rem; }
.app-shell { min-height: calc(100vh - 77px); padding: 68px 0 100px; background: var(--paper); }
.app-heading { display: flex; align-items: start; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.app-heading h1 { margin: 8px 0 7px; font-size: clamp(2.2rem, 4vw, 3.4rem); letter-spacing: -.045em; }
.app-heading p { max-width: 700px; margin: 0; color: var(--muted); }
.dashboard-grid { display: grid; grid-template-columns: 1.6fr .7fr; gap: 18px; }
.panel { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.panel h2 { margin: 4px 0 17px; font-size: 1.4rem; }
.panel-kicker { color: var(--muted); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.badge { display: inline-flex; align-items: center; min-height: 27px; padding: 0 9px; border-radius: 999px; background: #eef2ee; color: #55635a; font-size: .73rem; font-weight: 760; }
.badge-success { background: var(--green-soft); color: var(--green-dark); }
.organization-list { border-top: 1px solid var(--line); }
.organization-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 13px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.organization-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #eef5ef; color: var(--green); font-weight: 850; }
.organization-row strong, .organization-row small { display: block; }
.organization-row small { margin-top: 2px; color: var(--muted); }
.empty-state { padding: 35px 0 15px; color: var(--muted); }
.empty-state strong { color: var(--ink); }
.check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 26px; color: #4e5d53; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 850; }
.login-section { min-height: calc(100vh - 77px); display: grid; place-items: center; padding: 65px 20px; background: radial-gradient(circle at 50% 0%, #ebf6df 0, transparent 35%), var(--paper); }
.login-card { width: min(440px, 100%); padding: 36px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: var(--shadow); }
.login-card h1 { margin: 8px 0 5px; font-size: 2.35rem; letter-spacing: -.04em; }
.login-card > p { margin: 0 0 25px; color: var(--muted); }
.login-form { display: grid; gap: 9px; }
.login-form label { margin-top: 8px; font-size: .84rem; font-weight: 740; }
.login-form input { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #cad5cd; border-radius: 12px; outline: none; background: white; }
.login-form input:focus { border-color: #5a9778; box-shadow: 0 0 0 3px rgba(31,107,75,.09); }
.login-form .button { margin-top: 13px; }
.form-error { margin-bottom: 16px; padding: 11px 13px; border-radius: 10px; background: #fff1ef; color: #962f25; font-size: .87rem; }

@media (max-width: 900px) {
  .nav-links > a:not(.button) { display: none; }
  .hero-grid, .split-grid, .dashboard-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-grid { min-height: auto; padding: 70px 0 90px; }
  .hero-copy { max-width: 760px; }
  .product-card { width: min(600px, 100%); transform: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .feature h3 { margin-top: 32px; }
  .steps { grid-template-columns: 1fr; }
  .cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 68px; }
  .nav-links { gap: 8px; }
  .hero-grid { padding-top: 55px; }
  .hero h1 { font-size: clamp(2.6rem, 14vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section { padding: 76px 0; }
  .product-card, .login-card, .panel, .summary-card { padding: 21px; border-radius: 19px; }
  .price-split, .app-heading, .footer-grid { align-items: flex-start; flex-direction: column; }
  .app-heading { display: flex; }
  .cta-card { padding: 31px 24px; border-radius: 22px; }
  .footer-grid { justify-content: center; min-height: 230px; }
  .organization-row { grid-template-columns: 42px 1fr; }
  .organization-row .badge { grid-column: 2; justify-self: start; }
}
