:root {
  --bg: #fbfaf7;
  --alt: #f3f7f6;
  --text: #17262d;
  --muted: #5b6b72;
  --line: #dfe7e4;
  --accent: #1f7a78;
  --accent-dark: #135e5c;
  --accent2: #dff1ef;
  --warn: #b7791f;
  --danger: #b33a3a;
  --ok: #2f7d50;
  --shadow: 0 20px 55px rgba(23, 38, 45, .11);
  --soft-shadow: 0 12px 28px rgba(21, 33, 42, .045);
  --r: 24px;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(100% - 40px, var(--max)); margin: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 10px; border-radius: 8px; }
.skip-link:focus { left: 8px; z-index: 100; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 247, .9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(223, 231, 228, .8); }
.nav { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 18px; }
.brand img { height: 40px; display: block; }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 800; color: var(--muted); }
.nav-links a:hover { color: var(--accent-dark); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; }
.nav-cta { background: var(--text); color: #fff !important; padding: 10px 16px; }
.button { padding: 14px 22px; border: 1px solid var(--line); min-height: 52px; }
.button.primary { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 12px 24px rgba(31, 122, 120, .18); }
.button.secondary { background: #fff; }
.mobile-menu-button { display: none; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; font-weight: 900; color: var(--text); }
.kicker { display: inline-flex; align-items: center; border: 1px solid rgba(31, 122, 120, .25); background: rgba(223, 241, 239, .75); color: var(--accent-dark); border-radius: 999px; padding: 8px 12px; font-weight: 950; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3 { margin: 0; letter-spacing: -.04em; line-height: 1.02; }
h1 { font-size: clamp(3rem, 6vw, 5.45rem); margin-top: 16px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.28rem; }
p { color: var(--muted); }
.hero-copy, .section-header p { font-size: 1.18rem; color: var(--muted); max-width: 680px; }
.hero { padding: 58px 0 58px; background: radial-gradient(circle at 10% 15%, rgba(31, 122, 120, .12), transparent 32rem), linear-gradient(180deg, #fbfaf7, #f7f4ee); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 18px; }
.trust-points { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.trust-points span { background: #fff; border: 1px solid rgba(158, 214, 208, .7); border-radius: 999px; padding: 8px 11px; color: var(--muted); font-weight: 850; font-size: .92rem; }
.hero-proof { margin: 22px 0 0; padding: 18px 20px; border: 1px solid rgba(158, 214, 208, .7); border-radius: 22px; background: rgba(255, 255, 255, .72); box-shadow: 0 12px 28px rgba(21, 33, 42, .045); }
.hero-proof strong { display: block; font-size: 1.06rem; margin-bottom: 4px; }
.hero-proof p { margin: 0; font-size: .95rem; }
.section-header .kicker, .industry-hero .kicker { margin-bottom: 18px; }
.phone { max-width: 390px; margin: auto; border: 12px solid #17262d; border-radius: 42px; background: #17262d; box-shadow: var(--shadow); transform: none; }
.phone-screen { background: #fff; border-radius: 30px; padding: 22px; min-height: 580px; }
.app-top { display: flex; align-items: center; justify-content: space-between; }
.app-top img { height: 26px; }
.app-chip { background: var(--accent2); color: var(--accent-dark); padding: 7px 10px; border-radius: 999px; font-weight: 900; }
.dash-title { font-size: 1.55rem; margin-top: 28px; }
.dash-sub { color: var(--muted); margin: 8px 0 18px; }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.status-tile { padding: 12px; border-radius: 18px; background: #f8faf9; border: 1px solid var(--line); }
.status-tile strong { display: block; font-size: 1.65rem; }
.status-tile span { font-size: .78rem; font-weight: 900; color: var(--muted); }
.status-tile.overdue { background: #fff1f1; color: var(--danger); }
.status-tile.upcoming { background: #fff7e6; color: var(--warn); }
.status-tile.current { background: #eef9f2; color: var(--ok); }
.item-card { margin-top: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 20px rgba(21, 33, 42, .04); }
.badge { display: inline-flex; border-radius: 999px; padding: 5px 8px; font-size: .72rem; font-weight: 950; }
.badge.overdue { background: #fff1f1; color: var(--danger); }
.badge.upcoming { background: #fff7e6; color: var(--warn); }
.badge.current { background: #eef9f2; color: var(--ok); }
.meta { color: var(--muted); font-size: .9rem; }
.section { padding: 76px 0; }
.section.alt { background: #f7f4ee; }
.section-header { margin-bottom: 30px; }
.section-header.center { text-align: center; }
.section-header.center p { margin-left: auto; margin-right: auto; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; box-shadow: var(--soft-shadow); }
.problem-list { display: grid; gap: 12px; }
.problem-list div { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line); color: var(--muted); }
.problem-list strong { color: var(--text); }
.example-flow { display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px; }
.primary-example { border-radius: 30px; padding: 30px; background: linear-gradient(135deg, #20323c, #135e5c); color: #fff; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: center; }
.primary-example h3 { color: #fff; font-size: 1.8rem; margin: .6rem 0; }
.primary-example p { color: rgba(255,255,255,.78); }
.flow-label { color: #dff1ef; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; }
.mini-status { margin-top: 18px; display: inline-flex; align-self: flex-start; padding: 9px 12px; border-radius: 999px; font-weight: 900; background: #fff7e6; color: #9a5d05; }
.workflow-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { background: linear-gradient(180deg, #fff, rgba(255,255,255,.9)); min-height: 245px; }
.step-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.icon { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: var(--accent2); color: var(--accent-dark); font-weight: 950; }
.step-top span { color: var(--accent-dark); background: var(--accent2); border-radius: 999px; padding: 6px 9px; font-size: .76rem; font-weight: 950; align-self: flex-start; }
.pricing-card { position: relative; }
.pricing-card.featured { border-color: #9ed6d0; box-shadow: var(--shadow); }
.pricing-card.featured:before { content: 'Best for growing item lists'; position: absolute; top: 18px; right: 18px; background: var(--text); color: #fff; border-radius: 999px; font-size: .72rem; font-weight: 850; padding: 7px 10px; }
.plan-label { font-weight: 950; color: var(--accent); text-transform: uppercase; letter-spacing: .08em; }
.price { font-size: 2.25rem; font-weight: 950; letter-spacing: -.06em; margin: 10px 0; }
.price span { display: block; font-size: .95rem; color: var(--muted); letter-spacing: 0; }
.features { padding-left: 1.1rem; color: var(--muted); }
.features li { margin: .5rem 0; }
.industry-hero { text-align: center; max-width: 850px; margin: 0 auto 28px; }
.industry-hero p { color: var(--muted); font-size: 1.12rem; }
.industry-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; }
.industry-core { position: sticky; top: 96px; align-self: start; border-radius: 32px; padding: 32px; background: linear-gradient(135deg, #20323c, #135e5c); color: #fff; box-shadow: var(--shadow); }
.core-orbit { display: inline-flex; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 8px 12px; font-weight: 950; margin-bottom: 18px; }
.industry-core strong { display: block; font-size: 2rem; line-height: 1.05; letter-spacing: -.04em; }
.industry-core p { color: rgba(255,255,255,.78); }
.industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.industry-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 20px; box-shadow: 0 12px 24px rgba(21,33,42,.04); transition: .18s ease; }
.industry-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(21,33,42,.08); }
.industry-card span { font-size: 1.7rem; }
.industry-card h3 { margin: 10px 0 6px; }
.industry-card p { margin: 0; color: var(--muted); font-size: .96rem; }
.industry-more { grid-column: 1/-1; padding: 18px 20px; border: 1px dashed rgba(31,122,120,.45); border-radius: 20px; color: var(--muted); font-weight: 850; background: rgba(255,255,255,.72); }
.not-panel { border-radius: 32px; padding: 42px; background: linear-gradient(135deg, #fff, rgba(238,247,245,.86)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.not-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.not-list div { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: 20px; padding: 20px; }
.not-list span { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 10px; background: var(--accent2); color: var(--accent-dark); font-weight: 950; }
.download-section { background: radial-gradient(circle at 15% 20%, rgba(31,122,120,.12), transparent 28rem), linear-gradient(180deg, #f7f4ee, #fbfaf7); }
.download-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; align-items: center; border: 1px solid rgba(158,214,208,.7); background: rgba(255,255,255,.88); border-radius: 34px; padding: 38px; box-shadow: var(--shadow); }
.store-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.store-badge { display: inline-flex; flex-direction: column; justify-content: center; min-width: 178px; min-height: 58px; padding: 10px 18px; border-radius: 16px; background: var(--text); color: #fff; box-shadow: 0 14px 26px rgba(21,33,42,.16); }
.store-badge span { font-size: .74rem; opacity: .78; font-weight: 750; }
.store-badge strong { font-size: 1.16rem; line-height: 1.1; }
.store-badge.muted { background: #fff; color: var(--text); border: 1px solid var(--line); box-shadow: 0 10px 20px rgba(21,33,42,.07); }
.download-note { color: var(--muted); font-size: .9rem; margin-top: 12px; }
.download-card { display: grid; gap: 10px; background: linear-gradient(135deg, var(--text), #20323c); color: #fff; border-radius: 26px; padding: 26px; box-shadow: var(--shadow); }
.download-card strong { font-size: 1.35rem; }
.download-card span { padding: 10px 12px; border-radius: 14px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.84); font-weight: 800; }
.page-hero { padding: 34px 0 18px; }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 4rem); margin-top: 10px; }
.page-hero .hero-copy { margin-top: 12px; max-width: 760px; }
.page-hero .kicker { padding: 0; border: 0; border-radius: 0; background: transparent; color: #135e5c; font-size: .74rem; letter-spacing: .14em; font-weight: 950; display: inline-flex; align-items: center; gap: 12px; }
.page-hero .kicker::before { content: ''; width: 40px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--accent), rgba(31,122,120,.18)); }
.content { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 36px; margin-bottom: 70px; box-shadow: var(--soft-shadow); }
.content p, .content li { color: var(--muted); }
.content h2 { font-size: 1.9rem; margin-top: 32px; }
.content h2:first-child { margin-top: 0; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px; margin-bottom: 12px; }
summary { cursor: pointer; font-weight: 900; }
.footer { padding: 44px 0; border-top: 1px solid var(--line); color: var(--muted); background: rgba(247,244,238,.75); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.footer img { height: 34px; margin-bottom: 10px; }
.footer p { margin: 0; }
.footer-trust { margin-top: 8px !important; max-width: 660px; font-size: .92rem; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; font-weight: 850; }
.mobile-sticky-cta { display: none; }
@media(max-width:900px) {
  .mobile-menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; left: 20px; right: 20px; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero-grid, .grid-2, .grid-3, .example-flow, .industry-shell, .download-panel, .footer-grid { grid-template-columns: 1fr; }
  .workflow-steps, .industry-grid, .not-list { grid-template-columns: 1fr; }
  .industry-core { position: relative; top: auto; }
  .phone { transform: none; }
  .footer-links { justify-content: flex-start; }
}
@media(max-width:540px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 28px, var(--max)); }
  .brand img { height: 34px; }
  h1 { font-size: 2.65rem; }
  .hero { padding-top: 44px; }
  .button, .hero-actions .button, .store-badge { width: 100%; }
  .status-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .card, .content { padding: 22px; }
  .pricing-card.featured:before { position: static; display: inline-flex; margin-bottom: 12px; }
  .download-panel { padding: 24px; border-radius: 26px; }
  .not-panel { padding: 24px; }
  .page-hero { padding: 24px 0 12px; }
  .page-hero .kicker { gap: 10px; }
  .page-hero .kicker::before { width: 30px; }
  .mobile-sticky-cta { display: flex; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 60; justify-content: center; align-items: center; min-height: 50px; border-radius: 999px; background: var(--text); color: #fff; font-weight: 950; box-shadow: 0 18px 38px rgba(21,33,42,.22); }
}

/* Mobile stabilisation pass */
@media(max-width: 900px) {
  .site-header { background: rgba(251, 250, 247, .96); }
  .nav { min-height: 66px; }
  .brand img { height: 34px; }
  .nav-links { top: 64px; gap: 10px; }
  .nav-links a { padding: 10px 12px; border-radius: 14px; }
  .nav-cta { text-align: center; }
  .hero { padding: 34px 0 46px; overflow: hidden; }
  .hero-grid { gap: 32px; align-items: start; }
  .hero h1 { font-size: clamp(2.45rem, 10vw, 3.4rem); line-height: .98; max-width: 12ch; }
  .hero-copy { font-size: 1.04rem; max-width: 36rem; }
  .hero-actions { margin: 22px 0 14px; }
  .trust-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .trust-points span { text-align: center; font-size: .84rem; padding: 8px 9px; }
  .hero-proof { padding: 16px; margin-top: 16px; }
  .phone { width: min(100%, 340px); max-width: 340px; border-width: 8px; border-radius: 34px; justify-self: center; }
  .phone-screen { min-height: auto; border-radius: 25px; padding: 16px; }
  .app-top img { height: 22px; max-width: 145px; }
  .app-chip { padding: 6px 9px; font-size: .82rem; }
  .dash-title { font-size: 1.28rem; margin-top: 20px; }
  .dash-sub { font-size: .9rem; margin-bottom: 12px; }
  .status-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .status-tile { padding: 10px 8px; border-radius: 15px; }
  .status-tile strong { font-size: 1.35rem; }
  .status-tile span { font-size: .66rem; }
  .item-card { padding: 13px; border-radius: 16px; }
  .item-card h3 { font-size: 1.03rem; line-height: 1.1; }
  .meta { font-size: .82rem; }
}

@media(max-width: 540px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero { padding-top: 28px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3rem); max-width: 10.5ch; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { gap: 10px; }
  .button, .hero-actions .button, .store-badge { min-height: 50px; }
  .trust-points { grid-template-columns: 1fr 1fr; }
  .trust-points span:nth-child(3), .trust-points span:nth-child(4) { grid-column: span 2; }
  .phone { width: min(100%, 302px); }
  .phone-screen { padding: 12px; }
  .dash-title { font-size: 1.14rem; margin-top: 14px; }
  .dash-sub { display: none; }
  .status-grid { gap: 6px; }
  .status-tile { padding: 8px 7px; min-height: 70px; }
  .status-tile strong { font-size: 1.2rem; }
  .status-tile span { font-size: .62rem; }
  .item-card { padding: 12px; }
  .phone-screen .item-card + .item-card { display: none; }
  .section-header.center { text-align: left; }
  .industry-hero { text-align: left; }
  .not-panel .section-header.center { text-align: left; }
  .download-panel h2 { font-size: 2rem; }
}

@media(max-width: 380px) {
  .brand img { height: 30px; }
  .mobile-menu-button { padding: 8px 12px; }
  .hero h1 { font-size: 2.2rem; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points span:nth-child(3), .trust-points span:nth-child(4) { grid-column: auto; }
  .phone { width: min(100%, 286px); border-width: 7px; }
  .status-tile span { font-size: .58rem; }
}
