    *,*::before,*::after { box-sizing: border-box; }
    html,body { margin:0; padding:0; }
    body {
      font-family: var(--font-sans);
      color: var(--fg);
      background: var(--bg);
      -webkit-font-smoothing: antialiased;
      min-height: 100vh;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

    /* ===== Atmosphere ===== */
    .page {
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      background:
        radial-gradient(900px 600px at 88% 12%, hsl(var(--accent) / 0.10), transparent 60%),
        radial-gradient(700px 500px at 8% 100%, hsl(var(--gold) / 0.10), transparent 60%),
        var(--gradient-warm);
    }

    /* ===== Nav ===== */
    .site-nav-sticky {
      position: sticky;
      top: 0;
      z-index: 50;
      width: 100%;
      background: hsl(var(--surface-soft) / 0.92);
      backdrop-filter: saturate(160%) blur(10px);
      -webkit-backdrop-filter: saturate(160%) blur(10px);
      border-bottom: 1px solid hsl(var(--border-soft));
    }
    .site-nav-sticky .nav {
      background: transparent;
      border-bottom: none;
    }
    .nav {
      display: flex;
      align-items: center;
      gap: 32px;
      padding: 18px 40px;
      max-width: 1360px;
      width: 100%;
      margin: 0 auto;
      background: hsl(var(--surface-soft) / 0.6);
      border-bottom: 1px solid hsl(var(--border-soft));
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      font-family: var(--font-serif);
      font-size: 22px;
      letter-spacing: -0.01em;
      color: var(--fg);
      text-decoration: none;
    }
    .brand-mark {
      width: 28px; height: 28px; border-radius: 8px;
      background: var(--gradient-accent);
      display: grid; place-items: center;
      color: #fff; font-weight: 700; font-size: 13px;
      font-family: var(--font-sans);
      box-shadow: 0 4px 12px hsl(var(--accent) / 0.30);
    }
    .brand-logo {
      display: block;
      height: 52px;
      width: auto;
      max-width: min(240px, 48vw);
      object-fit: contain;
      flex-shrink: 0;
    }
    .btn-pill { border-radius: 9999px; padding: 10px 18px; }
    .nav-links {
      display: flex; align-items: center; gap: 26px;
      margin-left: 24px;
    }
    .nav-links a {
      font-size: 13.5px; color: var(--fg-soft); font-weight: 500;
      transition: color .2s var(--ease-organic);
    }
    .nav-links a:hover { color: var(--c-accent); }
    .nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }

    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 10px 16px;
      border-radius: 5px;
      font-size: 13.5px; font-weight: 600;
      letter-spacing: -0.005em;
      transition: all .25s var(--ease-organic);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .btn-ghost { color: var(--fg-soft); border-radius: 5px; }
    .btn-ghost:hover { color: var(--fg); background: var(--c-ink-05); }
    .btn-outline { border-color: var(--c-border-strong); color: var(--fg); background: var(--c-surface); }
    .btn-outline:hover { border-color: var(--fg); transform: translateY(-1px); }
    .btn-primary {
      background: linear-gradient(180deg, #3a7a5c 0%, #2f6249 100%);
      color: #fff;
      box-shadow: 0 1px 0 hsl(0 0% 100% / 0.18) inset, 0 8px 22px hsl(153 30% 25% / 0.22);
    }
    .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 1px 0 hsl(0 0% 100% / 0.22) inset, 0 14px 30px hsl(153 30% 25% / 0.28); }
    .btn-accent {
      background: var(--gradient-accent); color: #fff;
      box-shadow: 0 8px 20px hsl(var(--accent) / 0.28);
    }
    .btn-accent:hover { transform: translateY(-1px); box-shadow: 0 14px 28px hsl(var(--accent) / 0.36); }
    .btn-lg { padding: 13px 22px; font-size: 14.5px; }

    /* ===== Hero ===== */
    .hero {
      flex: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr);
      gap: 56px;
      align-items: center;
      padding: 28px 40px 56px;
      max-width: 1360px;
      width: 100%;
      margin: 0 auto;
    }
    .eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 6px 12px;
      border: 1px solid var(--c-border);
      background: hsl(var(--surface) / 0.7);
      backdrop-filter: blur(6px);
      border-radius: 999px;
      font-size: 12px; font-weight: 600;
      color: var(--fg-soft); letter-spacing: 0.02em;
      margin-bottom: 4px;
    }
    .eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: #3a7a5c; box-shadow: 0 0 0 4px hsl(153 30% 35% / 0.18); }

    h1.headline {
      margin: 18px 0 16px;
      font-family: var(--font-serif);
      font-weight: 400;
      font-size: clamp(36px, 4.6vw, 60px);
      line-height: 1.04;
      letter-spacing: -0.022em;
      color: var(--fg);
    }
    h1.headline em { font-style: italic; color: var(--c-accent-deep); }
    .subhead {
      margin: 4px 0 0;
      color: var(--fg-soft);
      font-size: 16.5px;
      line-height: 1.65;
      max-width: 540px;
    }

    .cta-row { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }

    .trust {
      margin-top: 32px;
      display: flex; flex-wrap: wrap; gap: 8px;
    }
    .chip {
      padding: 6px 12px;
      font-size: 12px; font-weight: 500;
      color: var(--fg-soft);
      background: hsl(var(--surface) / 0.7);
      border: 1px solid var(--c-border);
      border-radius: 5px;
    }

    /* ===== Footer ===== */
    .site-foot {
      border-top: 1px solid var(--c-border);
      background: hsl(var(--surface-soft) / 0.6);
      padding: 18px 40px;
      font-size: 12.5px;
      color: var(--fg-muted);
      display: flex; flex-direction: column;
      gap: 14px;
      max-width: 1360px; width: 100%; margin: 0 auto;
    }
    .site-foot a { color: var(--fg-soft); transition: color .2s var(--ease-organic); }
    .site-foot a:hover { color: var(--c-accent); }
    .foot-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
    .foot-links { display: flex; gap: 22px; flex-wrap: wrap; }
    .foot-links a { font-weight: 500; }
    .foot-divider { height: 1px; background: var(--c-border); width: 100%; opacity: 0.7; }
    .foot-social { display: flex; gap: 10px; align-items: center; }
    .foot-social a {
      width: 30px; height: 30px;
      display: inline-flex; align-items: center; justify-content: center;
      border: 1px solid var(--c-border);
      border-radius: 5px;
      color: var(--fg-soft);
      transition: all .2s var(--ease-organic);
    }
    .foot-social a:hover { color: var(--c-accent); border-color: var(--c-accent); transform: translateY(-1px); }
    .foot-social svg { width: 14px; height: 14px; }
    @media (max-width: 600px) {
      .site-foot { padding: 16px 22px; }
      .foot-row { flex-direction: column; text-align: center; }
      .foot-links { justify-content: center; }
    }

    /* ===== Product preview (right) ===== */
    .preview {
      position: relative;
      min-height: 540px;
    }
    .preview::before {
      content: "";
      position: absolute; inset: -40px -10px -40px -30px;
      background:
        radial-gradient(420px 320px at 60% 40%, hsl(var(--gold) / 0.18), transparent 70%),
        radial-gradient(360px 280px at 30% 70%, hsl(var(--accent) / 0.14), transparent 70%);
      filter: blur(8px);
      z-index: 0;
      pointer-events: none;
    }
    .card {
      position: absolute;
      background: var(--c-surface);
      border: 1px solid var(--c-border);
      border-radius: 14px;
      box-shadow: var(--shadow-elevated);
      padding: 16px;
      z-index: 1;
    }
    .card h4 {
      margin: 0 0 4px;
      font-size: 13px; font-weight: 600;
      color: var(--fg);
      display: flex; align-items: center; gap: 8px;
    }
    .card .sub { font-size: 11.5px; color: var(--fg-muted); margin: 0 0 12px; }
    .pill-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-accent); }

    /* Card 1 — Main dashboard / Recipe Explorer */
    .card-main {
      top: 30px; left: 6%; right: 6%;
      padding: 18px;
      transform: rotate(-0.4deg);
    }
    .toolbar {
      display: flex; align-items: center; gap: 8px;
      padding-bottom: 12px; border-bottom: 1px solid var(--c-border);
      margin-bottom: 14px;
    }
    .toolbar .tdot { width: 9px; height: 9px; border-radius: 50%; background: #ff5f57; }
    .toolbar .tdot:nth-child(2){ background: #febc2e; }
    .toolbar .tdot:nth-child(3){ background: #28c840; }
    .toolbar .search {
      flex: 1; margin-left: 10px;
      height: 28px; border-radius: 6px;
      background: var(--c-ink-05); border: 1px solid var(--c-border);
      display: flex; align-items: center; padding: 0 10px;
      font-size: 11.5px; color: var(--fg-muted);
    }
    .recipe-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
    }
    .recipe {
      border: 1px solid var(--c-border); border-radius: 10px;
      padding: 10px; background: var(--c-surface-soft);
    }
    .recipe .thumb {
      height: 56px; border-radius: 6px;
      background: linear-gradient(135deg, hsl(46 55% 80%), hsl(16 50% 78%));
      margin-bottom: 8px;
    }
    .recipe .name { font-size: 11.5px; font-weight: 600; color: var(--fg); margin-bottom: 3px; }
    .recipe .meta { font-size: 10.5px; color: var(--fg-muted); display: flex; gap: 6px; }
    .recipe .tag { padding: 1px 6px; border-radius: 999px; background: hsl(153 30% 92%); color: #3a7a5c; font-weight: 600; }

    /* Card 2 — Client profile */
    .card-client {
      top: 270px; left: -2%;
      width: 240px;
      transform: rotate(-2deg);
    }
    .client-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
    .avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gradient-accent); display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 13px; }
    .client-name { font-size: 13px; font-weight: 600; }
    .client-tag { font-size: 11px; color: var(--fg-muted); }
    .metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .metric { background: var(--c-surface-soft); border-radius: 8px; padding: 8px; text-align: left; }
    .metric .lbl { font-size: 9.5px; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.04em; }
    .metric .val { font-size: 14px; font-weight: 700; color: var(--fg); font-family: var(--font-serif); }
    .metric .delta { font-size: 10px; color: #3a7a5c; font-weight: 600; }

    /* Card 3 — Nutrition targets */
    .card-nutri {
      bottom: 30px; left: 28%;
      width: 230px;
      transform: rotate(1.6deg);
    }
    .ring-row { display: flex; align-items: center; gap: 14px; }
    .ring {
      --p: 72;
      width: 64px; height: 64px; border-radius: 50%;
      background: conic-gradient(var(--c-accent) calc(var(--p) * 1%), hsl(var(--accent) / 0.12) 0);
      display: grid; place-items: center;
      position: relative;
    }
    .ring::after {
      content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--c-surface);
    }
    .ring span { position: relative; z-index: 1; font-weight: 700; font-size: 14px; font-family: var(--font-serif); color: var(--fg); }
    .macros { flex: 1; display: grid; gap: 6px; }
    .macro { display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
    .macro .bar { flex: 1; height: 5px; margin: 0 8px; border-radius: 3px; background: var(--c-ink-08); position: relative; overflow: hidden; }
    .macro .bar i { position: absolute; left: 0; top: 0; bottom: 0; background: var(--c-accent); border-radius: 3px; }
    .macro .bar.c i { background: var(--c-gold); }
    .macro .bar.f i { background: #3a7a5c; }

    /* Card 4 — Calendar */
    .card-cal {
      top: 220px; right: -4%;
      width: 230px;
      transform: rotate(2.2deg);
    }
    .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; font-size: 10.5px; }
    .cal-grid .d {
      aspect-ratio: 1; display: grid; place-items: center;
      border-radius: 5px; color: var(--fg-soft);
      background: var(--c-surface-soft);
    }
    .cal-grid .d.has { background: hsl(var(--accent) / 0.18); color: var(--c-accent-deep); font-weight: 600; }
    .cal-grid .d.today { background: #3a7a5c; color: #fff; font-weight: 700; }
    .cal-head { display: flex; justify-content: space-between; font-size: 11px; margin-bottom: 8px; color: var(--fg-muted); }
    .cal-head strong { color: var(--fg); font-weight: 600; }

    /* Card 5 — AI Prompt */
    .card-ai {
      bottom: 70px; right: 4%;
      width: 250px;
      transform: rotate(-1.2deg);
      background: linear-gradient(180deg, var(--c-surface) 0%, hsl(var(--gold) / 0.06) 100%);
    }
    .ai-pill { display: inline-flex; align-items: center; gap: 6px; padding: 3px 8px; border-radius: 999px; background: hsl(var(--gold) / 0.14); color: var(--c-gold-deep); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
    .ai-body { font-size: 12px; color: var(--fg-soft); line-height: 1.5; margin-top: 10px; }
    .ai-body em { font-style: normal; color: var(--c-accent-deep); font-weight: 600; }
    .ai-cursor { display: inline-block; width: 2px; height: 12px; background: var(--c-accent); vertical-align: -2px; margin-left: 1px; animation: blink 1s steps(2) infinite; }
    @keyframes blink { 50% { opacity: 0; } }

    /* ===== Drawer — mirrored from /front/index.html ===== */
    .drawer-overlay {
      position: fixed; inset: 0;
      background: hsl(var(--foreground) / 0.3);
      backdrop-filter: blur(4px);
      z-index: 40;
      opacity: 0; pointer-events: none;
      transition: opacity 300ms var(--ease-organic);
    }
    .drawer-overlay--open { opacity: 1; pointer-events: auto; }
    .drawer-overlay[hidden] { display: none; }
    .drawer {
      position: fixed; top: 0; right: 0;
      width: 100%; max-width: 28rem; height: 100%;
      background: hsl(var(--background));
      z-index: 50;
      transform: translateX(100%);
      transition: transform 500ms var(--ease-organic);
      box-shadow: var(--shadow-elevated);
      overflow-y: auto;
      display: flex; flex-direction: column;
    }
    .drawer--open { transform: translateX(0); }
    .drawer[hidden] { display: none; }
    .drawer-shell { display: flex; flex-direction: column; height: 100%; min-height: 0; }
    .drawer-header {
      display: flex; align-items: flex-start; justify-content: space-between;
      gap: 1rem; padding: 1.5rem 2rem 1.25rem;
      border-bottom: 1px solid hsl(var(--border-soft));
      flex-shrink: 0;
    }
    .drawer-header .eyebrow { margin-bottom: 0.35rem; }
    .drawer-title {
      margin: 0;
      font-family: var(--font-serif); font-weight: 400;
      font-size: 1.5rem; line-height: 1.2;
      letter-spacing: -0.01em; color: var(--fg);
    }
    .drawer-header .icon-btn {
      width: 2.25rem; height: 2.25rem; display: inline-flex;
      align-items: center; justify-content: center;
      border-radius: 5px; background: transparent;
      border: 1px solid transparent;
      font-size: 1.25rem; line-height: 1; cursor: pointer;
      color: hsl(var(--foreground) / 0.6);
      transition: background 180ms var(--ease-organic), color 180ms, border-color 180ms;
      flex-shrink: 0;
    }
    .drawer-header .icon-btn:hover { background: hsl(var(--muted) / 0.7); color: hsl(var(--foreground)); }
    .drawer-header .icon-btn:focus-visible { outline: none; box-shadow: 0 0 0 2px hsl(var(--accent) / 0.4); }

    .drawer-progress { padding: 1.25rem 2rem 0; }
    .step-labels {
      display: flex; flex-wrap: wrap; align-items: center;
      gap: 0.4rem; font-size: 0.75rem; color: hsl(var(--foreground) / 0.55);
      margin: 0; padding: 0; list-style: none;
    }
    .step-label {
      display: inline-flex; align-items: center; gap: 0.4rem;
      padding: 0.3rem 0.7rem;
      border-radius: 5px;
      background: transparent;
      transition: background 200ms var(--ease-organic), color 200ms;
    }
    .step-label .mono, .mono { font-family: var(--font-mono); font-weight: 500; opacity: 0.7; }
    .step-label.is-active { color: hsl(var(--accent)); background: hsl(var(--accent) / 0.08); }
    .step-label.is-active .mono { opacity: 1; }
    .step-label.is-done { color: hsl(var(--foreground) / 0.7); }
    .step-sep {
      width: 14px; height: 1px;
      background: hsl(var(--foreground) / 0.2);
      display: inline-block; margin: 0 0.15rem; color: transparent;
    }
    .progress-track {
      margin-top: 0.75rem; height: 4px; width: 100%;
      background: hsl(var(--muted)); border-radius: 5px; overflow: hidden;
    }
    .progress-fill { height: 100%; background: hsl(var(--accent)); transition: width 500ms var(--ease-organic); }

    .drawer-body {
      flex: 1; min-height: 0; overflow-y: auto;
      padding: 1.5rem 2rem 2rem;
      -webkit-overflow-scrolling: touch;
    }
    .drawer-step { display: none; border: 0; padding: 0; margin: 0; }
    .drawer-step.is-active { display: block; animation: drift-in 0.4s var(--ease-organic) both; }
    .drawer-legend {
      padding: 0 0 0.6rem; margin: 0 0 0.85rem;
      border-bottom: 1px solid hsl(var(--border-soft));
    }
    .body-text { color: var(--fg-soft); line-height: 1.6; }
    .muted-inline { color: hsl(var(--foreground) / 0.5); }

    .role-list { display: flex; flex-direction: column; gap: 0.5rem; list-style: none; padding: 0; margin: 0; }
    .role-card {
      width: 100%; text-align: left; cursor: pointer;
      background: hsl(var(--background));
      border: 1px solid hsl(var(--border));
      border-radius: 5px;
      padding: 1rem 1.1rem;
      font-family: inherit; color: inherit;
      transition: all 200ms var(--ease-organic);
    }
    .role-card:hover { border-color: hsl(var(--foreground) / 0.3); background: hsl(var(--muted) / 0.5); }
    .role-card:focus { outline: none; box-shadow: 0 0 0 2px hsl(var(--accent) / 0.4); }
    .role-card.is-selected { border-color: hsl(var(--accent)); background: hsl(var(--accent) / 0.06); }
    .role-card-head { display: flex; align-items: center; justify-content: space-between; }
    .role-label { font-weight: 500; font-size: 0.95rem; }
    .role-check { color: hsl(var(--accent)); opacity: 0; }
    .role-card.is-selected .role-check { opacity: 1; }
    .role-desc { margin: 0.25rem 0 0; font-size: 0.8125rem; color: hsl(var(--foreground) / 0.6); line-height: 1.5; }

    .form-stack { display: flex; flex-direction: column; gap: 0.85rem; }
    .field-grid { display: grid; grid-template-columns: 1fr; gap: 0.85rem; }
    @media (min-width: 560px) { .field-grid { grid-template-columns: 1fr 1fr; } }
    .field { display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.8125rem; color: hsl(var(--foreground) / 0.75); }
    .field label {
      display: block; font-size: 0.8125rem; font-weight: 500;
      color: hsl(var(--foreground) / 0.75); margin-bottom: 0.35rem;
      letter-spacing: 0.005em;
    }
    .req { color: hsl(var(--accent)); }
    .field input, .field select, .field textarea {
      width: 100%;
      font-family: inherit; font-size: 0.95rem;
      color: hsl(var(--foreground));
      background: hsl(var(--background));
      border: 1px solid hsl(var(--border) / 0.9);
      border-radius: 5px;
      padding: 0.55rem 0.85rem;
      min-height: 2.5rem;
      transition: border-color 200ms, box-shadow 200ms, background 200ms;
    }
    .field input:hover, .field select:hover, .field textarea:hover { border-color: hsl(var(--foreground) / 0.3); }
    .field textarea { resize: vertical; min-height: 5rem; }
    .field input:focus, .field select:focus, .field textarea:focus {
      outline: none; border-color: hsl(var(--accent));
      box-shadow: 0 0 0 3px hsl(var(--accent) / 0.15), inset 0 1px 0 hsl(var(--foreground) / 0.02);
    }
    .field select {
      appearance: none; -webkit-appearance: none; -moz-appearance: none;
      padding-right: 2.5rem; cursor: pointer;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23556' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
      background-repeat: no-repeat; background-position: right 0.95rem center; background-size: 12px 8px;
    }
    .field select:focus {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 6.5L6 1.5L11 6.5' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    }
    .field select:has(option[value=""]:checked) { color: hsl(var(--foreground) / 0.45); }
    .field select option { color: hsl(var(--foreground)); font-family: inherit; font-size: 0.95rem; padding: 0.5rem; background: hsl(var(--background)); }
    .field select option[value=""] { color: hsl(var(--foreground) / 0.4); }
    .field select::-ms-expand { display: none; }

    .field input.has-error, .field select.has-error, .field textarea.has-error, [name].has-error {
      border-color: hsl(16 70% 50%);
      box-shadow: inset 3px 0 0 hsl(16 70% 50%);
    }
    .field-error {
      font-size: 0.75rem; color: hsl(16 70% 45%);
      margin: 0.4rem 0 0; min-height: 1em;
      display: flex; align-items: center; gap: 0.35rem;
    }
    .field-error:not(:empty)::before {
      content: "!";
      display: inline-flex; align-items: center; justify-content: center;
      width: 13px; height: 13px; border-radius: 50%;
      background: hsl(16 70% 50%); color: hsl(var(--primary-foreground));
      font-size: 0.65rem; font-weight: 700; line-height: 1;
    }
    .captcha-box {
      border: 1px solid hsl(var(--border-soft));
      background: hsl(var(--muted) / 0.4);
      border-radius: 5px; padding: 1rem;
    }
    .captcha-box label { display: block; font-size: 0.875rem; color: hsl(var(--foreground) / 0.75); margin-bottom: 0.5rem; }
    .captcha-box input { max-width: 8rem; }
    .captcha-note { margin: 0.5rem 0 0; font-size: 0.7rem; color: hsl(var(--foreground) / 0.5); }
    .step-actions {
      margin-top: 1.25rem;
      display: flex; align-items: center; justify-content: space-between;
      gap: 0.75rem;
    }
    .step-actions-end { justify-content: flex-end; }
    .btn-link {
      background: none; border: none; cursor: pointer;
      font-family: inherit; font-size: 0.875rem;
      color: hsl(var(--foreground) / 0.7);
      padding: 0.7rem 1rem; border-radius: 5px;
      display: inline-flex; align-items: center; gap: 0.35rem;
      transition: color 180ms, background 180ms;
    }
    .btn-link::before { content: "\2190"; font-size: 0.95rem; transition: transform 180ms var(--ease-organic); }
    .btn-link:hover { color: hsl(var(--foreground)); background: hsl(var(--muted) / 0.6); }
    .btn-link:hover::before { transform: translateX(-2px); }
    .btn-link:focus { outline: none; box-shadow: 0 0 0 2px hsl(var(--accent) / 0.4); }
    .drawer-footer-note {
      border-top: 1px solid hsl(var(--border-soft));
      padding: 1rem 2rem;
      font-size: 0.75rem; color: hsl(var(--foreground) / 0.5);
      flex-shrink: 0;
    }
    .phone-wrap { display: flex; align-items: stretch; border: 1px solid hsl(var(--border) / 0.9); border-radius: 5px; overflow: hidden; background: hsl(var(--background)); transition: border-color .15s, box-shadow .15s; }
    .phone-wrap:focus-within { border-color: hsl(var(--accent)); box-shadow: inset 0 0 0 2px hsl(var(--accent) / 0.12); }
    .phone-dial { display: inline-flex; align-items: center; padding: 0 0.75rem; background: hsl(var(--muted) / 0.4); color: hsl(var(--foreground)); font-variant-numeric: tabular-nums; font-weight: 500; border-right: 1px solid hsl(var(--border) / 0.9); min-width: 3.25rem; justify-content: center; flex: 0 0 auto; white-space: nowrap; }
    .phone-wrap input { border: 0 !important; box-shadow: none !important; background: transparent; flex: 1 1 auto; min-width: 0; width: 100%; }
    .field-hint { margin: 0.25rem 0 0; font-size: 0.78rem; color: hsl(var(--foreground) / 0.6); }
    .char-count { text-align: right; }
    .char-count.is-near { color: hsl(var(--accent)); }
    .char-count.is-max { color: hsl(16 70% 45%); font-weight: 500; }
    .form-status { font-size: 0.8125rem; color: hsl(var(--foreground) / 0.65); min-height: 1.2em; }

    /* ===== Mobile ===== */
    @media (max-width: 980px) {
      .nav { padding: 16px 22px; gap: 14px; }
      .nav-links { display: none; }
      .hero { grid-template-columns: 1fr; padding: 18px 22px 40px; gap: 36px; }
      .preview { min-height: 460px; max-width: 480px; margin: 0 auto; width: 100%; }
      .card-main { left: 0; right: 0; top: 10px; }
      .card-client { left: -10px; top: 240px; width: 200px; }
      .card-cal { right: -10px; top: 200px; width: 200px; }
      .card-nutri { left: 20%; bottom: 10px; width: 210px; }
      .card-ai { right: 4%; bottom: 40px; width: 220px; }
    }
    @media (max-width: 520px) {
      .nav-cta .btn-ghost { display: none; }
      .preview { min-height: 420px; }
      .card-main { padding: 14px; }
      .recipe-grid { grid-template-columns: repeat(2, 1fr); }
      .recipe-grid .recipe:nth-child(3) { display: none; }
    }
    @media (max-width: 640px) {
      .drawer { max-width: 100%; width: 100%; }
      .drawer-header { padding: 1.1rem 1.15rem 1rem; gap: 0.5rem; }
      .drawer-title { font-size: 1.2rem; }
      .drawer-progress {
        position: sticky;
        top: 0;
        z-index: 5;
        padding: 0.7rem 1.15rem 0.7rem;
        background: hsl(var(--background) / 0.96);
        backdrop-filter: saturate(160%) blur(8px);
        -webkit-backdrop-filter: saturate(160%) blur(8px);
        border-bottom: 1px solid hsl(var(--border-soft));
      }
      .step-labels {
        gap: 0.3rem; font-size: 0.72rem;
        flex-wrap: nowrap; overflow-x: auto;
        scrollbar-width: none; -ms-overflow-style: none;
        padding-bottom: 0.15rem;
        scroll-snap-type: x proximity;
      }
      .step-labels::-webkit-scrollbar { display: none; }
      .step-label {
        padding: 0.5rem 0.75rem;
        min-height: 36px;
        flex: 0 0 auto;
        scroll-snap-align: start;
      }
      .step-label.is-active { scroll-snap-align: center; }
      .step-sep { width: 10px; margin: 0 0.1rem; }
      .progress-track { margin-top: 0.5rem; }
      .drawer-body { padding: 1.1rem 1.15rem 1.5rem; }
      .drawer-legend { padding-bottom: 0.5rem; margin-bottom: 0.75rem; }
      .drawer-footer-note { padding: 0.85rem 1.15rem; font-size: 0.7rem; }
      .field-grid { grid-template-columns: 1fr !important; gap: 0.85rem; }
      .form-stack { gap: 0.85rem; }
      .field label { margin-bottom: 0.4rem; font-size: 0.85rem; }
      .field input, .field select, .field textarea, .phone-wrap input {
        font-size: 16px;
        min-height: 44px;
        padding: 0.7rem 0.95rem;
        border-radius: 5px;
      }
      .field textarea { min-height: 6rem; padding: 0.75rem 0.95rem; }
      .field select { padding-right: 2.75rem; background-position: right 0.95rem center; background-size: 14px 10px; }
      .btn, .btn-link, .icon-btn { min-height: 44px; }
      .drawer-header .icon-btn { min-width: 44px; min-height: 44px; }
      .role-card { padding: 1rem 1.05rem; min-height: 56px; }
      .role-list { gap: 0.6rem; }
      .role-label { font-size: 0.95rem; }
      .role-desc { font-size: 0.82rem; margin-top: 0.3rem; }
      .phone-wrap { min-height: 44px; }
      .phone-dial { padding: 0 0.75rem; min-width: 3rem; font-size: 0.95rem; }
      .captcha-box { padding: 0.95rem; }
      .captcha-box input { max-width: 100%; }
      .step-actions { margin-top: 1.1rem; flex-direction: column-reverse; align-items: stretch; gap: 0.6rem; }
      .step-actions .btn { width: 100%; justify-content: center; padding: 0.9rem 1.1rem; min-height: 48px; }
      .step-actions .btn-link { width: 100%; justify-content: center; padding: 0.75rem 1rem; min-height: 44px; }
      .step-actions-end { justify-content: stretch; }
    }
    @media (max-width: 380px) {
      .drawer-header { padding: 1rem 0.95rem 0.85rem; }
      .drawer-progress { padding: 0.6rem 0.95rem 0.6rem; }
      .drawer-body { padding: 0.95rem 0.95rem 1.25rem; }
      .drawer-footer-note { padding: 0.75rem 0.95rem; }
      .drawer-title { font-size: 1.1rem; }
      .step-label .step-name { display: none; }
      .step-label { padding: 0.45rem 0.6rem; min-width: 44px; justify-content: center; }
    }
    body.drawer-locked { overflow: hidden; }
    body.drawer-locked #cookie-banner { z-index: 30; }
  </style>
