:root{
  --bg:#f3f3ef;
  --surface:#ffffff;
  --surface-soft:#f8f8f5;
  --surface-dark:#10383b;
  --surface-dark-2:#0b2d30;
  --line:#dde4e0;
  --text:#162628;
  --muted:#66797c;
  --primary:#15494b;
  --primary-2:#1d6668;
  --accent:#efab43;
  --accent-soft:#fff4df;
  --success:#2f8f6a;
  --danger:#c85a58;
  --warning:#d88b2d;
  --info:#4d7ed1;
  --shadow:0 10px 30px rgba(11,45,48,.08);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;
  --radius-sm:12px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f7f7f4 0%,#eff1ed 100%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.app-shell{min-height:100vh}
.app-layout{display:flex;min-height:100vh}
.sidebar{
  display:none;
  width:290px;
  background:linear-gradient(180deg,var(--surface-dark-2) 0%, var(--surface-dark) 100%);
  color:#eef6f5;
  padding:14px 16px;
  flex-direction:column;
  gap:8px;
  position:sticky;
  top:0;
  height:100vh;
  min-height:0;
  overflow:hidden;
}
.sidebar-main{display:flex;flex-direction:column;min-height:0;flex:1}
.brand-lockup{display:flex;align-items:center;gap:12px}
.app-logo{width:186px;height:auto;display:block}
.app-logo-stack{background:#fff;border-radius:10px;padding:3px 6px;align-items:flex-start;gap:0}
.app-logo-stack small{color:#66797c}
.mobile-app-logo{width:188px;height:auto;display:block}
.logo-stack{display:inline-flex;flex-direction:column;gap:0;line-height:1}
.logo-stack small{display:none}
.brand-mark{width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.08);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.brand-title{font-size:1.8rem;font-weight:800;letter-spacing:-.03em}
.brand-title .brand-accent{color:var(--accent)}
.brand-subtitle{font-size:.82rem;color:#d2dedd;margin-top:-4px}
.sidebar-nav{display:flex;flex-direction:column;gap:2px;margin-top:5px;overflow:visible;min-height:0;padding-right:0}
.nav-item-link{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:10px;color:#d9e6e5;font-weight:600;font-size:.94rem;transition:all .18s ease}
.nav-item-link:hover,.nav-item-link.active{background:rgba(255,255,255,.08);color:#fff;box-shadow:inset 3px 0 0 var(--accent)}
.nav-icon{width:20px;height:20px;opacity:.95;flex:0 0 20px}
.sidebar-footer{flex:0 0 auto;padding-top:4px;min-width:0}
.profile-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:6px;display:block;min-width:0}
.profile-main{display:flex;align-items:center;gap:8px;min-width:0}
.avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#ffd78d);color:#173033;display:grid;place-items:center;font-weight:800;font-size:.82rem}
.profile-meta{min-width:0}
.profile-meta strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.84rem;line-height:1.1}
.profile-meta small{display:block;color:#bcd1cf;white-space:nowrap;font-size:.72rem;line-height:1.1}
.profile-logout{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:40px;min-height:24px;margin-left:auto;padding:0 7px;border-radius:8px;background:rgba(255,255,255,.95);color:var(--primary);font-weight:850;font-size:.72rem;border:1px solid rgba(255,255,255,.18);line-height:1}
.profile-logout:hover{background:#fff;color:var(--primary-2)}
.main-area{flex:1;min-width:0;padding:16px 16px 90px}
.mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 2px 16px;gap:12px}
.mobile-brand-badge{display:flex;align-items:center;gap:10px}
.icon-button{border:none;background:var(--surface);border-radius:14px;width:42px;height:42px;display:grid;place-items:center;box-shadow:var(--shadow);color:var(--primary)}
.notification-link{position:relative}
.notification-link svg{width:19px;height:19px}
.notification-dot,.notification-badge{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:#d94f3d;color:#fff;font-size:.68rem;font-weight:900;line-height:1;padding:0 5px}
.notification-dot{position:absolute;top:-5px;right:-5px;border:2px solid #fff}
.notification-badge{margin-left:auto}
.workspace{
  background:rgba(255,255,255,.66);
  backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.6);
  border-radius:26px;
  box-shadow:var(--shadow);
  overflow:hidden;
  min-width:0;
}
.desktop-topbar{display:none;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.75)}
.searchbar{display:flex;align-items:center;gap:10px;background:var(--surface-soft);border:1px solid var(--line);border-radius:16px;padding:0 14px;height:48px;min-width:280px}
.searchbar input{border:none;outline:none;background:transparent;flex:1;color:var(--text)}
.topbar-actions{display:flex;align-items:center;gap:10px}
.page-content{padding:20px;min-width:0}
.page-header{display:flex;flex-direction:column;gap:16px;margin-bottom:18px}
.page-title{font-size:2rem;line-height:1.05;font-weight:800;letter-spacing:-.04em;margin:0}
.page-subtitle{color:var(--muted);margin:0}
.actions-row{display:flex;gap:10px;flex-wrap:wrap}
.btn-app{border:none;border-radius:16px;padding:12px 18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s ease}
.btn-app-primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(21,73,75,.18)}
.btn-app-primary:hover{background:var(--primary-2);color:#fff}
.btn-app-soft{background:var(--surface-soft);color:var(--text);border:1px solid var(--line)}
.btn-app-accent{background:var(--accent);color:#243234}
.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;min-width:0}
.metric-card,.panel-card,.mini-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 8px 22px rgba(17,43,44,.05);
  min-width:0;
}
.metric-card{padding:16px;display:flex;flex-direction:column;gap:10px;min-height:120px}
.metric-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.metric-top>div:first-child{min-width:0}
.metric-icon{width:44px;height:44px;border-radius:14px;background:var(--surface-soft);display:grid;place-items:center;color:var(--primary);font-weight:900;font-size:.72rem;line-height:1;flex:0 0 44px}
.metric-label{color:var(--muted);font-size:.92rem}
.metric-value{font-size:2rem;font-weight:800;letter-spacing:-.04em}
.metric-note{color:var(--muted);font-size:.9rem}
.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;min-width:0}
.panel-card{padding:16px}
.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;min-width:0}
.panel-title{font-size:1.1rem;font-weight:800;margin:0;letter-spacing:-.02em}
.panel-link{font-weight:700;color:var(--primary-2);font-size:.92rem}
.task-list,.activity-list,.stack-list{display:flex;flex-direction:column;gap:10px}
.task-item,.activity-item{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:16px;background:var(--surface-soft);border:1px solid var(--line);min-width:0}
.task-copy,.activity-item>div:last-child{min-width:0}
.time-pill{min-width:52px;font-size:.85rem;font-weight:800;color:var(--primary-2)}
.tag{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:700;background:var(--surface-soft);border:1px solid var(--line);color:var(--muted)}
.tag.high{background:#fff2df;color:var(--warning);border-color:#f5d6a6}
.tag.medium{background:#fef7eb;color:#c77a22;border-color:#f1d6ac}
.tag.low{background:#eaf7ef;color:var(--success);border-color:#b9e1ca}
.quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}
.quick-action{padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft);font-weight:700;display:flex;flex-direction:column;gap:10px;min-height:110px;min-width:0}
.quick-action span:last-child{overflow-wrap:anywhere}
.quick-action .qa-icon{width:40px;height:40px;border-radius:14px;background:var(--surface);display:grid;place-items:center;color:var(--primary);font-size:.78rem;font-weight:900;flex:0 0 40px}
.data-table-wrap{overflow:auto;max-width:100%;min-width:0}
.data-table{width:100%;border-collapse:separate;border-spacing:0 10px;min-width:680px}
.data-table thead th{font-size:.86rem;color:var(--muted);font-weight:700;padding:0 12px 6px;text-align:left}
.data-table tbody td{background:var(--surface-soft);padding:14px 12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:middle}
.data-table tbody td:first-child{border-left:1px solid var(--line);border-top-left-radius:14px;border-bottom-left-radius:14px}
.data-table tbody td:last-child{border-right:1px solid var(--line);border-top-right-radius:14px;border-bottom-right-radius:14px}
.status-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:700}
.status-success{background:#eaf7ef;color:var(--success)}
.status-warning{background:#fff2df;color:var(--warning)}
.status-danger{background:#fdeceb;color:var(--danger)}
.status-info{background:#eaf1ff;color:var(--info)}
.list-card{display:flex;flex-direction:column;gap:12px}
.item-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 8px 18px rgba(17,43,44,.04)}
.item-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}
.item-title{margin:0;font-weight:800;font-size:1rem}
.item-subtle{color:var(--muted);font-size:.92rem}
.item-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.form-shell{display:grid;gap:16px}
.form-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 8px 22px rgba(17,43,44,.04)}
.form-section-title{font-size:1.04rem;font-weight:800;margin:0 0 4px}
.form-section-note{color:var(--muted);margin:0 0 16px}
.form-label{font-weight:700;color:#274042;margin-bottom:8px}
.form-control,.form-select{background:var(--surface-soft);border:1px solid var(--line);border-radius:14px;padding:.8rem 1rem;color:var(--text)}
.form-control:focus,.form-select:focus{border-color:var(--primary-2);box-shadow:0 0 0 .18rem rgba(29,102,104,.12);background:#fff}
.auth-shell{min-height:100vh;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at top left,#23484b 0%,#0f2f32 42%,#f1f2ee 42%,#f1f2ee 100%)}
.auth-frame{width:min(1080px,100%);display:grid;gap:18px}
.auth-panel{border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(12,34,35,.18);background:var(--surface)}
.auth-brand-pane{background:linear-gradient(180deg,var(--surface-dark-2),var(--surface-dark));color:#fff;padding:28px;display:flex;flex-direction:column;justify-content:space-between;min-height:260px}
.auth-copy h1{font-size:2rem;font-weight:800;letter-spacing:-.04em;margin:18px 0 10px}
.auth-copy p{color:#d4e0df;max-width:30ch}
.auth-features{display:grid;gap:12px;margin-top:18px}
.auth-feature{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.auth-form-pane{padding:24px}
.auth-card-title{font-size:1.75rem;font-weight:800;letter-spacing:-.04em;margin:0 0 8px}
.auth-card-subtitle{color:var(--muted);margin-bottom:18px}
.alert{border-radius:16px;border:none}
.bottom-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:30;background:rgba(16,56,59,.96);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:10px 8px;display:flex;justify-content:space-around;box-shadow:0 16px 38px rgba(0,0,0,.24)}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:.74rem;color:#d3e1e0;font-weight:700;min-width:56px}
.bottom-nav a.active{color:#fff}
.bottom-nav svg{width:20px;height:20px}
.notice-strip{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:18px;background:var(--accent-soft);color:#7e5615;border:1px solid #f7dba7;margin-bottom:16px}
.table-tools{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.input-chip{display:flex;align-items:center;gap:10px;background:var(--surface-soft);border:1px solid var(--line);border-radius:14px;padding:0 12px;height:46px;min-width:220px}
.input-chip input{border:none;outline:none;background:transparent;flex:1}
.section-split{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;min-width:0}
.support-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.support-summary>div{border:1px solid var(--line);border-radius:14px;background:var(--surface-soft);padding:12px;min-width:0}
.support-summary span,.support-summary small{display:block;color:var(--muted);font-size:.84rem}
.support-summary strong{display:block;margin-top:4px;overflow-wrap:anywhere}
.support-text{background:var(--surface-soft);border:1px solid var(--line);border-radius:14px;padding:14px;margin:10px 0 0;color:var(--text);line-height:1.55}
.support-table{min-width:900px}
.help-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}
.help-chat{display:flex;flex-direction:column;min-height:560px}
.help-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.help-suggestions button{border:1px solid var(--line);background:#fff;color:var(--primary);border-radius:999px;padding:8px 12px;font-size:.84rem;font-weight:800}
.help-suggestions button:hover{background:var(--surface-soft)}
.help-hint{margin:-2px 0 12px;color:var(--muted);font-size:.9rem}
.help-messages{display:flex;flex-direction:column;gap:12px;min-height:280px;max-height:420px;overflow:auto;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}
.help-messages.expanded{min-height:360px;max-height:none}
.help-message{max-width:88%;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#fff;box-shadow:0 8px 18px rgba(17,43,44,.04)}
.help-message strong{display:block;margin-bottom:4px;font-size:.86rem;color:var(--primary)}
.help-message p{margin:0;color:var(--text);line-height:1.5}
.help-message.user{align-self:flex-end;background:#123638;color:#fff;border-color:#123638}
.help-message.user strong,.help-message.user p{color:#fff}
.help-message.system{align-self:flex-start}
.help-message.admin{align-self:flex-start;background:#fff8ea}
.help-message.error{align-self:flex-start;background:#fdeceb;border-color:#f2c2bd}
.help-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-top:14px;align-items:end}
.help-form textarea{width:100%;resize:vertical;min-height:88px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px 14px;color:var(--text);outline:none}
.help-form textarea:focus{border-color:var(--primary-2);box-shadow:0 0 0 .18rem rgba(29,102,104,.12)}
.help-escalate{display:flex;justify-content:flex-end;margin-top:10px}
.help-feedback{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin-top:10px}
.support-thread{display:flex;flex-direction:column;gap:10px;margin-top:12px}
@media (min-width:1024px){
  .help-shell{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)}
}
@media (max-width:640px){
  .help-form{grid-template-columns:1fr}
  .help-message{max-width:100%}
}
@media (min-width:768px){
  .page-content{padding:24px}
  .page-header{flex-direction:row;justify-content:space-between;align-items:flex-end}
  .metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
  .form-shell.columns-2{grid-template-columns:1.2fr .8fr}
  .auth-frame{grid-template-columns:1fr 1fr}
  .auth-form-pane{padding:36px}
}
@media (min-width:1024px){
  .sidebar{display:flex}
  .main-area{padding:18px 18px 18px}
  .mobile-topbar,.bottom-nav{display:none}
  .desktop-topbar{display:flex}
  .metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .dashboard-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr)}
  .page-content{padding:26px}
}


/* ==========================================================
   LOGIN LIMPIO REAL - MOBILE FIRST
   Esta sección elimina visualmente el login anterior de dos columnas.
   ========================================================== */

.auth-clean-body{
  margin:0 !important;
  min-height:100vh !important;
  background:
    radial-gradient(circle at top right, rgba(24, 156, 143, .10), transparent 36%),
    linear-gradient(180deg, #f8fbfb 0%, #eef5f4 100%) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color:#15262b !important;
}

.auth-clean-page{
  min-height:100vh !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:22px !important;
}

.clean-login-card{
  width:100% !important;
  max-width:430px !important;
  background:#ffffff !important;
  border:1px solid #dde9e8 !important;
  border-radius:28px !important;
  box-shadow:0 22px 70px rgba(19, 47, 53, .11) !important;
  padding:26px !important;
}

.clean-logo{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:30px !important;
}
.clean-logo img{
  width:246px !important;
  height:auto !important;
  display:block !important;
}
.clean-logo .logo-stack small{
  margin-left:0 !important;
  padding-left:64px !important;
}

.clean-logo-mark{
  width:46px !important;
  height:46px !important;
  border-radius:16px !important;
  background:#0f5c68 !important;
  color:#ffffff !important;
  display:grid !important;
  place-items:center !important;
  box-shadow:0 12px 26px rgba(15,92,104,.18) !important;
}

.clean-logo-mark svg{
  width:25px !important;
  height:25px !important;
}

.clean-logo-text{
  font-size:1.55rem !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-.045em !important;
  color:#15262b !important;
}

.clean-logo-text span{
  color:#16a085 !important;
}

.clean-logo-sub{
  margin-top:4px !important;
  color:#6b7d82 !important;
  font-size:.86rem !important;
  font-weight:650 !important;
}

.clean-login-header{
  margin-bottom:24px !important;
}

.clean-pill{
  display:inline-flex !important;
  align-items:center !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  background:#edf8f6 !important;
  color:#0f7068 !important;
  font-size:.78rem !important;
  font-weight:850 !important;
  margin-bottom:14px !important;
}

.clean-login-header h1{
  margin:0 0 8px !important;
  font-size:2.15rem !important;
  line-height:1.02 !important;
  font-weight:900 !important;
  letter-spacing:-.055em !important;
  color:#15262b !important;
}

.clean-login-header p{
  margin:0 !important;
  color:#64777c !important;
  font-size:.98rem !important;
  line-height:1.55 !important;
}

.clean-alert{
  border:0 !important;
  border-radius:16px !important;
  background:#fff0f0 !important;
  color:#9e3a3a !important;
  padding:13px 14px !important;
  margin-bottom:16px !important;
}

.clean-form{
  display:grid !important;
  gap:16px !important;
}

.clean-form label{
  display:block !important;
  margin-bottom:8px !important;
  color:#273b41 !important;
  font-weight:850 !important;
  font-size:.91rem !important;
}

.clean-form input{
  width:100% !important;
  min-height:56px !important;
  border:1px solid #dbe8e8 !important;
  border-radius:18px !important;
  background:#fbfdfd !important;
  color:#15262b !important;
  padding:13px 15px !important;
  outline:none !important;
  font-size:1rem !important;
  box-shadow:none !important;
}

.clean-form input:focus{
  border-color:#16a085 !important;
  box-shadow:0 0 0 .22rem rgba(22,160,133,.13) !important;
}

.clean-form button{
  margin-top:4px !important;
  min-height:56px !important;
  width:100% !important;
  border:0 !important;
  border-radius:18px !important;
  background:#0f5c68 !important;
  color:#ffffff !important;
  font-weight:900 !important;
  font-size:1rem !important;
  cursor:pointer !important;
  box-shadow:0 16px 34px rgba(15,92,104,.20) !important;
}

.clean-footnote{
  margin:22px 0 0 !important;
  text-align:center !important;
  color:#7c8d92 !important;
  font-size:.82rem !important;
}

@media (max-width: 520px){
  .auth-clean-page{
    align-items:flex-start !important;
    padding:18px !important;
    background:#ffffff !important;
  }

  .clean-login-card{
    max-width:none !important;
    min-height:calc(100vh - 36px) !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    padding:18px 2px !important;
  }

  .clean-logo{
    margin-bottom:34px !important;
  }

  .clean-login-header h1{
    font-size:2rem !important;
  }
}

@media (min-width: 900px){
  .clean-login-card{
    max-width:460px !important;
    padding:34px !important;
  }
}

/* Landing page */
.landing-body{
  min-height:100vh;
  background:#f7faf8;
  color:#14272a;
}
.landing-nav{
  width:min(1180px, calc(100% - 32px));
  height:72px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.landing-brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  font-size:1.25rem;
  color:#14272a;
}
.landing-brand img{
  width:230px;
  height:auto;
  display:block;
}
.landing-brand .logo-stack small{
  margin-left:0;
  padding-left:60px;
}
.landing-brand span span{color:#16a085}
.landing-brand-mark{
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#0f5c68;
  color:#fff;
  font-size:.82rem;
  letter-spacing:0;
}
.landing-links{
  display:none;
  align-items:center;
  gap:24px;
  color:#51676b;
  font-weight:750;
}
.landing-login,.landing-secondary{
  border:1px solid #d9e7e4;
  background:#fff;
  color:#14272a;
  border-radius:999px;
  padding:11px 17px;
  font-weight:850;
}
.landing-hero{
  width:min(1180px, calc(100% - 32px));
  min-height:calc(100vh - 96px);
  margin:0 auto;
  display:grid;
  align-items:center;
  gap:32px;
  padding:32px 0 64px;
}
.landing-hero-copy h1{
  margin:0;
  font-size:clamp(2.75rem, 6vw, 4.9rem);
  line-height:.95;
  font-weight:950;
  letter-spacing:0;
  color:#0d2f34;
}
.landing-hero-statement{
  max-width:760px;
  margin:18px 0 0;
  color:#14272a;
  font-size:clamp(1.65rem, 3.1vw, 2.75rem);
  line-height:1.08;
  font-weight:950;
}
.landing-kicker{
  margin:0 0 13px;
  color:#0f756d;
  font-weight:900;
  text-transform:uppercase;
  font-size:.8rem;
  letter-spacing:.08em;
}
.landing-lead{
  max-width:680px;
  margin:18px 0 0;
  color:#51676b;
  font-size:1.12rem;
  line-height:1.65;
}
.landing-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.landing-primary{
  border:0;
  background:#0f5c68;
  color:#fff;
  border-radius:999px;
  padding:13px 20px;
  font-weight:900;
  box-shadow:0 18px 34px rgba(15,92,104,.18);
}
.landing-primary:hover{color:#fff;background:#137282}
.landing-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.landing-proof span{
  border:1px solid #dce8e5;
  background:#fff;
  border-radius:999px;
  padding:8px 12px;
  color:#51676b;
  font-weight:800;
  font-size:.86rem;
}
.landing-product{
  position:relative;
  min-height:470px;
  border-radius:24px;
  padding:18px;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(242,188,98,.24), transparent 28%),
    linear-gradient(135deg, rgba(15,92,104,.96), rgba(20,39,42,.99));
  box-shadow:0 28px 80px rgba(15,45,50,.22);
  color:#fff;
}
.landing-product:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(140deg, rgba(255,255,255,.13), transparent 44%);
  pointer-events:none;
}
.product-topbar,.product-metrics,.product-workflow,.product-table{
  position:relative;
  z-index:1;
}
.product-topbar{
  display:flex;
  align-items:center;
  gap:8px;
  color:#d9edec;
  margin-bottom:18px;
}
.product-topbar span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f2bc62;
}
.product-topbar span:nth-child(2){background:#67c49c}
.product-topbar span:nth-child(3){background:#8eb7ff}
.product-topbar strong{
  margin-left:auto;
  font-size:.9rem;
}
.product-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.product-metrics div,.workflow-step,.product-table{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.09);
  backdrop-filter:blur(10px);
  border-radius:16px;
}
.product-metrics div{
  padding:14px;
}
.product-metrics small{
  display:block;
  color:#c5dbda;
  font-weight:750;
}
.product-metrics strong{
  display:block;
  margin-top:8px;
  font-size:2rem;
}
.product-workflow{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.workflow-step{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  color:#dcebea;
  font-weight:800;
}
.workflow-step b{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,255,255,.12);
}
.workflow-step.done b{background:#67c49c;color:#102c2b}
.workflow-step.active{
  background:#f2bc62;
  color:#1f3334;
}
.product-table{
  margin-top:18px;
  overflow:hidden;
}
.product-table div{
  display:grid;
  grid-template-columns:1.2fr .7fr .55fr;
  gap:10px;
  align-items:center;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.product-table div:last-child{border-bottom:0}
.product-table span{color:#cfe2e0}
.product-table mark{
  justify-self:start;
  border-radius:999px;
  padding:5px 9px;
  background:#eaf8f0;
  color:#217553;
  font-weight:900;
}
.landing-section{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:76px 0;
}
.landing-section-head{
  max-width:780px;
  margin-bottom:28px;
}
.landing-section h2{
  margin:0;
  font-size:clamp(2rem, 4vw, 3.2rem);
  line-height:1.04;
  font-weight:950;
  color:#0d2f34;
}
.landing-section-head p:last-child{
  color:#61757a;
  line-height:1.6;
}
.landing-feature-grid,.pricing-grid{
  display:grid;
  gap:14px;
}
.landing-feature-grid article,.pricing-card{
  border:1px solid #dce8e5;
  background:#fff;
  border-radius:8px;
  padding:22px;
  box-shadow:0 12px 30px rgba(21,73,75,.05);
}
.landing-feature-grid span{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:#ecf8f5;
  color:#0f756d;
  font-weight:950;
}
.landing-feature-grid h3,.pricing-card h3{
  margin:18px 0 8px;
  font-size:1.2rem;
}
.landing-feature-grid p,.pricing-card p{
  color:#61757a;
  line-height:1.58;
}
.price-note{
  margin:-6px 0 12px;
  color:#227463!important;
  font-size:13px;
  font-weight:800;
}
.landing-pricing-section{
  border-top:1px solid #dce8e5;
  border-bottom:1px solid #dce8e5;
}
.pricing-card.featured{
  border-color:#0f5c68;
  box-shadow:0 20px 46px rgba(15,92,104,.12);
}
.price{
  margin:12px 0 4px;
  font-size:2.2rem;
  font-weight:950;
  color:#0f5c68;
}
.price span{
  font-size:1rem;
  color:#61757a;
  font-weight:850;
}
.pricing-card ul{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:10px;
}
.pricing-card li{
  color:#233c40;
  font-weight:750;
}
.pricing-card li:before{
  content:"";
  display:inline-block;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#16a085;
  margin-right:9px;
}
.pricing-action{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:46px;
  margin-top:20px;
  border:1px solid #d9e7e4;
  border-radius:999px;
  background:#fff;
  color:#0f5c68;
  font-weight:900;
  cursor:pointer;
}
.pricing-action.primary{
  background:#0f5c68;
  color:#fff;
  border-color:#0f5c68;
}
.landing-band{
  display:grid;
  gap:24px;
  align-items:center;
  background:#102f34;
  color:#fff;
  border-radius:8px;
  padding:34px;
  margin-top:76px;
  margin-bottom:76px;
}
.landing-band h2{
  color:#fff;
}
.landing-band p:not(.landing-kicker){
  color:#d1e0df;
  max-width:720px;
  line-height:1.65;
}
.landing-footer{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:26px 0 38px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:12px;
  color:#65777b;
  border-top:1px solid #dce8e5;
}
.landing-footer span:first-child{
  color:#0d2f34;
  font-weight:950;
}
@media (min-width:760px){
  .landing-links{display:flex}
  .landing-hero{grid-template-columns:1fr .9fr}
  .landing-feature-grid{grid-template-columns:repeat(3,1fr)}
  .pricing-grid{grid-template-columns:repeat(2,1fr)}
  .landing-band{grid-template-columns:1fr auto}
}
@media (min-width:1080px){
  .pricing-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:560px){
  .landing-nav{height:auto;padding:14px 0}
  .landing-links{display:none}
  .landing-login{padding:10px 14px}
  .landing-product{min-height:auto}
  .product-metrics,.product-table div{grid-template-columns:1fr}
  .product-table div:first-child{display:none}
}

.subscription-page{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  min-height:100vh;
  padding:24px 0 56px;
}
.subscription-brand{
  margin-bottom:28px;
}
.subscription-shell{
  display:grid;
  gap:18px;
  align-items:start;
}
.subscription-summary,.subscription-form-card,.checkout-card{
  border:1px solid #dce8e5;
  background:#fff;
  border-radius:8px;
  box-shadow:0 18px 50px rgba(21,73,75,.08);
}
.subscription-summary{
  padding:26px;
  background:#102f34;
  color:#fff;
}
.subscription-summary h1,.checkout-card h1{
  margin:0;
  font-size:2.4rem;
  line-height:1;
  font-weight:950;
}
.subscription-price{
  margin:22px 0 8px;
  font-size:2.5rem;
  font-weight:950;
}
.subscription-price span{
  font-size:1rem;
  color:#cfe0df;
}
.subscription-summary p{
  color:#d1e0df;
  line-height:1.55;
}
.subscription-summary ul{
  list-style:none;
  padding:0;
  margin:24px 0 0;
  display:grid;
  gap:12px;
}
.subscription-summary li{
  font-weight:800;
}
.subscription-summary li:before{
  content:"";
  display:inline-block;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f2bc62;
  margin-right:10px;
}
.subscription-form-card{
  padding:26px;
}
.subscription-form-card h2{
  margin:0 0 18px;
  max-width:620px;
  font-size:2rem;
  line-height:1.08;
  font-weight:950;
  color:#0d2f34;
}
.subscription-helper{
  margin:-6px 0 18px;
  color:#61757a;
  line-height:1.6;
}
.subscription-alert{
  border-radius:8px;
  padding:13px 14px;
  background:#fff1df;
  color:#875512;
  margin:0 0 18px;
  border:1px solid #f0d4a6;
}
.subscription-form{
  display:grid;
  gap:15px;
}
.subscription-form label{
  display:block;
  margin-bottom:8px;
  color:#273b41;
  font-weight:850;
}
.subscription-form input{
  width:100%;
  min-height:54px;
  border:1px solid #dbe8e8;
  border-radius:8px;
  background:#fbfdfd;
  color:#15262b;
  padding:13px 15px;
  outline:none;
  font-size:1rem;
}
.subscription-form input:focus{
  border-color:#16a085;
  box-shadow:0 0 0 .2rem rgba(22,160,133,.12);
}
.subscription-form button,.checkout-disabled{
  min-height:54px;
  border:0;
  border-radius:999px;
  background:#0f5c68;
  color:#fff;
  font-weight:950;
  cursor:pointer;
}
.checkout-card{
  max-width:760px;
  margin:36px auto 0;
  padding:28px;
}
.checkout-lead,.checkout-note{
  color:#61757a;
  line-height:1.6;
}
.checkout-summary{
  display:grid;
  gap:10px;
  margin:24px 0;
}
.checkout-summary.compact-tax{
  margin:14px 0;
}
.checkout-summary div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:14px;
  border:1px solid #dce8e5;
  border-radius:8px;
  background:#f8fbfa;
}
.checkout-summary span{
  color:#61757a;
  font-weight:800;
}
.checkout-summary strong{
  text-align:right;
}
.checkout-button{
  display:flex;
  justify-content:center;
  margin-top:18px;
}
.checkout-disabled{
  width:100%;
  background:#9aa8aa;
  cursor:not-allowed;
}
.checkout-login{
  display:block;
  margin-top:18px;
  text-align:center;
  color:#0f5c68;
  font-weight:900;
}
@media (min-width:840px){
  .subscription-shell{
    grid-template-columns:.82fr 1.18fr;
  }
  .subscription-form{
    grid-template-columns:1fr 1fr;
  }
  .subscription-form div:nth-child(5){
    grid-column:1 / -1;
  }
  .subscription-form button{
    grid-column:1 / -1;
  }
}
