body.smartlife-ui .smartlife-button,
body.smartlife-ui .smartlife-button--accent,
body.smartlife-ui .smartlife-button.smartlife-button--dark,
body.smartlife-ui .smartlife-button--outline-light,
body.smartlife-ui .smartlife-button--outline-dark,
body.smartlife-ui .smartlife-button--ghost { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:12px; padding:0 21px!important; border:1px solid var(--sl-action-fill)!important; border-radius:0!important; background:var(--sl-action-fill)!important; color:var(--sl-action-label)!important; font:700 12px/1 var(--sl-sans)!important; text-decoration:none; box-shadow:none!important; cursor:pointer; touch-action:manipulation; transition:background .2s,color .2s,border-color .2s; }
body.smartlife-ui .smartlife-button:hover,
body.smartlife-ui .smartlife-button:focus,
body.smartlife-ui .smartlife-button:focus-visible,
body.smartlife-ui .smartlife-button--accent:hover,
body.smartlife-ui .smartlife-button--accent:focus,
body.smartlife-ui .smartlife-button.smartlife-button--dark:hover,
body.smartlife-ui .smartlife-button.smartlife-button--dark:focus,
body.smartlife-ui .smartlife-button--outline-light:hover,
body.smartlife-ui .smartlife-button--outline-light:focus,
body.smartlife-ui .smartlife-button--outline-dark:hover,
body.smartlife-ui .smartlife-button--outline-dark:focus,
body.smartlife-ui .smartlife-button--ghost:hover,
body.smartlife-ui .smartlife-button--ghost:focus { border-color:var(--sl-action-fill-hover)!important; background:var(--sl-action-fill-hover)!important; color:var(--sl-action-label)!important; }
body.smartlife-ui .smartlife-button:disabled { cursor:wait; opacity:.58; }
.smartlife-button-row { display:flex; flex-wrap:wrap; gap:11px; }
.smartlife-text-link,
.smartlife-card-link { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 18px; border:1px solid var(--sl-action-fill); background:var(--sl-action-fill); color:var(--sl-action-label); font-size:12px; font-weight:700; text-decoration:none; transition:background .2s,border-color .2s,color .2s; }
.smartlife-text-link:hover,
.smartlife-text-link:focus-visible,
.smartlife-card-link:hover,
.smartlife-card-link:focus-visible { border-color:var(--sl-action-fill-hover); background:var(--sl-action-fill-hover); color:var(--sl-action-label); }
.smartlife-text-link span,
.smartlife-card-link span { color:inherit; font-size:16px; transition:transform .2s ease; }
.smartlife-text-link:hover span,
.smartlife-card-link:hover span { transform:translate(2px,-2px); }
.smartlife-clickable-card { cursor:pointer; }

.smartlife-ui label { color:var(--sl-ink); font-size:12px; font-weight:700; }
.smartlife-ui input[type='text'],
.smartlife-ui input[type='email'],
.smartlife-ui input[type='tel'],
.smartlife-ui input[type='password'],
.smartlife-ui input[type='search'],
.smartlife-ui input[type='number'],
.smartlife-ui select,
.smartlife-ui textarea { min-height:46px; padding:10px 12px; border:1px solid var(--sl-line); border-radius:0; background:#fff; color:var(--sl-ink); box-shadow:none; }
.smartlife-ui textarea { min-height:120px; resize:vertical; }
.smartlife-ui input:focus,
.smartlife-ui select:focus,
.smartlife-ui textarea:focus { border-color:var(--sl-accent-dark); outline:2px solid rgba(252,215,70,.45); outline-offset:1px; }
.smartlife-form-columns { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.smartlife-form-message { min-height:18px; margin:0; color:var(--sl-accent-dark); font-size:12px; font-weight:700; }
.smartlife-honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }

.smartlife-modal { position:fixed; z-index:10000; inset:0; display:none; align-items:center; justify-content:center; padding:20px; }
.smartlife-modal.is-open { display:flex; }
.smartlife-modal__backdrop { position:absolute; inset:0; background:rgba(47,60,80,.84); }
.smartlife-modal__panel { position:relative; width:min(560px,100%); max-height:calc(100vh - 40px); overflow-y:auto; overscroll-behavior:contain; padding:42px; background:var(--sl-paper); box-shadow:0 20px 70px rgba(0,0,0,.3); }
body.smartlife-ui .smartlife-modal__close { position:absolute; top:10px; right:12px; min-width:44px; min-height:44px; display:grid; place-items:center; padding:0!important; border:0!important; border-radius:0!important; background:transparent!important; color:var(--sl-ink)!important; font:400 30px/1 var(--sl-sans)!important; cursor:pointer; }
body.smartlife-ui .smartlife-modal__close:hover,
body.smartlife-ui .smartlife-modal__close:focus { background:var(--sl-soft)!important; color:var(--sl-ink)!important; }
.smartlife-modal__panel h2 { margin:0; font-size:clamp(34px,5vw,44px); line-height:1; }
.smartlife-modal__panel > p:not(.smartlife-eyebrow) { color:var(--sl-muted); }
.smartlife-modal form,
.smartlife-support-form { display:grid; gap:17px; margin-top:25px; }
.smartlife-modal label,
.smartlife-support-form label { display:grid; gap:7px; }

.smartlife-breadcrumbs { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:32px; color:var(--sl-muted); font-size:12px; }
.smartlife-breadcrumbs a { color:var(--sl-muted)!important; }
.smartlife-breadcrumbs [aria-current='page'] { color:var(--sl-ink); }
.smartlife-empty-state { padding:clamp(28px,5vw,54px); border:1px solid var(--sl-line); background:#fff; text-align:center; }
.smartlife-empty-state h2 { margin:0 0 10px; font-size:32px; }
.smartlife-empty-state p { max-width:580px; margin:0 auto 23px; color:var(--sl-muted); }
.smartlife-empty-state--inline { text-align:left; }
.smartlife-empty-state--inline p { margin-left:0; }

@media (max-width:600px) {
  .smartlife-form-columns { grid-template-columns:1fr; }
  .smartlife-modal__panel { padding:38px 22px 24px; }
}
