html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(57, 197, 188, 0.08), transparent 28%),
    #f4f7fb;
  color: #172033;
}

.corde-login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(57, 197, 188, 0.18), transparent 26%),
    radial-gradient(circle at bottom right, rgba(46, 139, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #f3f8ff 0%, #eef4fb 100%);
}

.corde-login-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.corde-login-card {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 430px);
  border-radius: 1.5rem;
  overflow: hidden;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(20, 41, 74, 0.08);
  box-shadow: 0 28px 60px rgba(17, 35, 65, 0.14);
}

.corde-login-brand {
  padding: 3rem;
  background:
    radial-gradient(circle at top right, rgba(57, 197, 188, 0.16), transparent 28%),
    linear-gradient(180deg, #10213b 0%, #173156 100%);
  color: #eef4ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.corde-login-logo {
  width: min(240px, 100%);
  max-width: 100%;
  background: rgba(255,255,255,0.95);
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 16px 30px rgba(6, 18, 42, 0.22);
  margin-bottom: 1.5rem;
}

.corde-login-copy {
  margin: 0;
  max-width: 28ch;
  color: #d8e4f7;
  line-height: 1.7;
}

.corde-login-panel {
  padding: 3rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,1) 100%);
}

.corde-login-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(46, 139, 255, 0.1);
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.corde-login-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  color: #12213a;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.corde-shell {
  min-height: 100vh;
}

.corde-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 96px 1fr;
  transition: grid-template-columns 0.25s ease;
}

.corde-sidebar-expanded .corde-app {
  grid-template-columns: 300px 1fr;
}

.corde-sidebar {
  position: relative;
  background: linear-gradient(180deg, #0f1f36 0%, #14294a 58%, #183055 100%);
  color: #eef4ff;
  padding: 1.1rem 0.9rem 1.4rem;
  border-right: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

.corde-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(57, 197, 188, 0.16), transparent 30%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.02));
  pointer-events: none;
}

.corde-sidebar > * {
  position: relative;
  z-index: 1;
}

.corde-sidebar-top {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.corde-sidebar-toggle {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 1rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  background: rgba(255,255,255,0.08);
  color: #f1f6ff;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.corde-sidebar-toggle:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-1px);
}

.corde-sidebar-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.corde-brand {
  padding: 0.1rem 0.2rem 1.2rem;
}

.corde-brand-link {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  color: #ffffff;
  text-decoration: none;
}

.corde-sidebar-expanded .corde-brand-link {
  align-items: flex-start;
}

.corde-brand-link:hover {
  color: #ffffff;
}

.corde-brand .corde-brand-link {
  cursor: default;
}

.corde-brand-mark-wrap {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.1rem;
  background: rgba(255,255,255,0.92);
  box-shadow:
    0 10px 24px rgba(8, 25, 56, 0.18),
    inset 0 0 0 1px rgba(18, 35, 59, 0.08);
  flex-shrink: 0;
  overflow: hidden;
}

.corde-brand-mark {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 1rem;
}

.corde-brand-copy {
  display: none;
  flex-direction: column;
  min-width: 0;
}

.corde-sidebar-expanded .corde-brand-copy {
  display: flex;
}

.corde-sidebar-expanded .corde-brand-mark-compact {
  display: none;
}

.corde-brand-full-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.94);
  box-shadow:
    0 14px 28px rgba(5, 18, 41, 0.18),
    inset 0 0 0 1px rgba(18, 35, 59, 0.06);
}

.corde-brand-full-logo {
  display: block;
  width: 172px;
  max-width: 100%;
  height: auto;
}

.corde-brand-subtitle {
  color: #d4e0f3;
  font-size: 0.84rem;
  margin-top: 0.65rem;
  line-height: 1.3;
  text-align: center;
}

.corde-nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.corde-nav-section {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.corde-nav-label {
  color: #88a1c8;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 0.35rem;
  margin-bottom: 0.25rem;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.corde-sidebar-expanded .corde-nav-label {
  opacity: 1;
  transform: translateY(0);
}

/* Badge numérico de bloque (1·2·3·4) */
.corde-nav-label-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(136, 161, 200, 0.18);
  color: #88a1c8;
  font-size: 0.7rem;
  font-weight: 800;
  margin-right: 0.35rem;
  flex-shrink: 0;
  line-height: 1;
}

/* Links deshabilitados de módulos próximos */
.corde-nav-coming-soon {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.corde-nav-link {
  color: #d9e5f7;
  text-decoration: none;
  min-height: 3.25rem;
  padding: 0.75rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.corde-nav-link:visited,
.corde-nav-link .corde-nav-text {
  color: inherit;
}

.corde-nav-link:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  transform: translateX(2px);
}

.corde-nav-link.active {
  color: #ffffff;
  background: linear-gradient(90deg, #2e8bff 0%, #2368d1 100%);
  box-shadow: 0 12px 24px rgba(8, 25, 56, 0.25);
}

.corde-nav-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.corde-nav-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
}

.corde-nav-text {
  display: none;
  min-width: 0;
}

.corde-sidebar-expanded .corde-nav-text {
  display: inline;
}

.corde-nav-caret {
  display: none;
  margin-left: auto;
  width: 1.1rem;
  height: 1.1rem;
  color: #9fb4d6;
  transition: transform 0.2s ease;
}

.corde-nav-caret svg {
  width: 100%;
  height: 100%;
  display: block;
}

.corde-sidebar-expanded .corde-nav-caret {
  display: inline-flex;
}

.corde-nav-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.corde-nav-group-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}

.corde-nav-group.open .corde-nav-caret {
  transform: rotate(180deg);
}

.corde-nav-submenu {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
}

.corde-sidebar-expanded .corde-nav-group.open .corde-nav-submenu {
  display: flex;
}

.corde-nav-sublink {
  min-height: 2.8rem;
  margin-left: 0;
  color: #d9e5f7;
}

.corde-nav-sublink:visited {
  color: #d9e5f7;
}

.corde-sidebar-expanded .corde-nav-sublink {
  margin-left: 0.6rem;
  padding-left: 1rem;
}

.corde-main-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.corde-topbar {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #d9e3f1;
  padding: 1.1rem 1.75rem;
}

.corde-page-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #16233b;
}

.corde-userbar {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.corde-userbar-name {
  color: #4b5d79;
  font-weight: 700;
  font-size: 0.92rem;
}

.corde-userbar-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.corde-userbar-empresa,
.corde-userbar-rol {
  color: #6b7c95;
  font-size: 0.75rem;
}

.corde-main {
  padding: 0;
}

.footer {
  position: static;
  width: auto;
  white-space: normal;
  line-height: normal;
}

@media (max-width: 991.98px) {
  .corde-app,
  .corde-sidebar-expanded .corde-app {
    grid-template-columns: 1fr;
  }

  .corde-sidebar,
  .corde-sidebar-expanded .corde-sidebar {
    padding-bottom: 1rem;
  }

  .corde-sidebar .corde-brand-copy,
  .corde-sidebar .corde-nav-text,
  .corde-sidebar .corde-nav-label,
  .corde-sidebar .corde-nav-caret {
    display: inline;
    opacity: 1;
    transform: none;
  }

  .corde-sidebar .corde-brand-copy,
  .corde-sidebar .corde-nav-submenu {
    display: flex;
  }

  .corde-sidebar .corde-nav {
    gap: 1rem;
  }

  .corde-topbar {
    padding: 1rem 1.25rem;
  }

  .corde-brand-full-logo {
    width: 156px;
  }

  .corde-login-card {
    grid-template-columns: 1fr;
  }

  .corde-login-brand,
  .corde-login-panel {
    padding: 2rem;
  }
}

/* =====================================================================
   ORGANIZACIÓN — Panel de sugerencia de uso
   ===================================================================== */

.corde-tip-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.corde-tip-list li {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.55;
}

.corde-tip-label {
  display: inline-block;
  font-weight: 700;
  color: #1d4ed8;
  margin-bottom: 0.15rem;
}

.corde-tip-label::after {
  content: ":";
}

/* =====================================================================
   HOME — Bloques de flujo de trabajo
   ===================================================================== */

.corde-home-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 2rem 2rem 1.9rem;
  background:
    radial-gradient(circle at top right, rgba(57, 197, 188, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(46, 139, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f5f9ff 52%, #eef4fb 100%);
  border: 1px solid rgba(24, 48, 85, 0.08);
  box-shadow: 0 22px 50px rgba(20, 41, 74, 0.08);
}

.corde-home-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(46, 139, 255, 0.1);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.corde-home-title {
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #12213a;
  max-width: 12ch;
  text-wrap: balance;
}

.corde-home-copy {
  max-width: 58ch;
  color: #52607a;
  font-size: 1rem;
  line-height: 1.75;
}

.corde-home-secondary-btn {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 33, 58, 0.18);
  color: #43536c;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.68);
  backdrop-filter: blur(10px);
}

.corde-home-secondary-btn:hover,
.corde-home-secondary-btn:focus {
  background: #ffffff;
  color: #12213a;
  border-color: rgba(29, 78, 216, 0.28);
  box-shadow: 0 14px 28px rgba(20, 41, 74, 0.12);
}

.corde-home-flow-stage {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  padding: 1.45rem;
  background:
    radial-gradient(circle at top right, rgba(57, 197, 188, 0.2), transparent 28%),
    radial-gradient(circle at bottom left, rgba(29, 78, 216, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(244,249,255,1) 100%);
  border: 1px solid rgba(29, 78, 216, 0.1);
  box-shadow: 0 22px 44px rgba(20, 41, 74, 0.12);
}

.corde-home-flow-stage::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1d4ed8 0%, #39c5bc 100%);
}

.corde-home-flow-header {
  margin-bottom: 1.15rem;
}

.corde-home-flow-kicker {
  color: #2563eb;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.corde-home-flow-headline {
  color: #12213a;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.15;
  max-width: 18ch;
}

.corde-home-flow-subcopy {
  margin-top: 0.65rem;
  color: #5f6f88;
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 44ch;
}

.corde-home-panel {
  border-radius: 1.35rem;
  padding: 1.3rem;
  background:
    radial-gradient(circle at top right, rgba(57, 197, 188, 0.08), transparent 30%),
    linear-gradient(180deg, #10213b 0%, #173156 100%);
  color: #ecf4ff;
  box-shadow: 0 24px 44px rgba(16, 33, 59, 0.22);
}

.corde-home-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.corde-home-flow-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(29, 78, 216, 0.1);
  box-shadow: 0 12px 26px rgba(15, 31, 54, 0.08);
}

.corde-home-flow-item::after {
  content: "";
  position: absolute;
  inset: auto 1rem 0.45rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(29,78,216,0.18) 0%, rgba(57,197,188,0.18) 100%);
  opacity: 0.7;
}

.corde-home-flow-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1d4ed8 0%, #39c5bc 100%);
  color: #ffffff;
  flex-shrink: 0;
}

.corde-home-flow-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.corde-home-flow-copy {
  min-width: 0;
}

.corde-home-flow-title {
  color: #12213a;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.corde-home-flow-text {
  color: #607089;
  font-size: 0.82rem;
  line-height: 1.35;
}

.corde-home-panel-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.1rem 0 0.95rem;
}

.corde-home-panel-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255,255,255,0.12);
}

.corde-home-panel-divider span {
  position: relative;
  padding: 0 0.75rem;
  background: linear-gradient(180deg, #10213b 0%, #173156 100%);
  color: #9fb7db;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.corde-home-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.corde-home-stat {
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.corde-home-stat-label {
  color: #9fb7db;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

.corde-home-stat-value {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
}

.corde-block-card {
  border-radius: 1rem !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 41, 74, 0.06) !important;
}

.corde-block-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2.25rem rgba(17, 35, 65, 0.12) !important;
  border-color: rgba(59, 130, 246, 0.14) !important;
}

/* Borde de color superior por bloque */
.corde-block-1::before,
.corde-block-2::before,
.corde-block-3::before,
.corde-block-4::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: 1rem 1rem 0 0;
}

.corde-block-1::before { background: #3b82f6; }
.corde-block-2::before { background: #0ea5e9; }
.corde-block-3::before { background: #10b981; }
.corde-block-4::before { background: #1d4ed8; }

/* Icono de módulo en tarjetas home */
.corde-block-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.6rem;
  flex-shrink: 0;
}

.corde-block-1 .corde-block-icon { background: #eff6ff; color: #3b82f6; }
.corde-block-2 .corde-block-icon { background: #eff6ff; color: #0ea5e9; }
.corde-block-3 .corde-block-icon { background: #ecfdf5; color: #10b981; }
.corde-block-4 .corde-block-icon { background: #eff6ff; color: #1d4ed8; }

/* Lista de pasos dentro del bloque */
.corde-step-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.corde-step-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.4rem 0.6rem;
  border-radius: 0.5rem;
  transition: background 0.12s ease, color 0.12s ease;
}

.corde-step-link:hover {
  background: #f3f4f6;
  color: #1d4ed8;
}

.corde-step-soon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #9ca3af;
  padding: 0.4rem 0.6rem;
  cursor: default;
}

.corde-step-icon {
  font-size: 1rem;
  flex-shrink: 0;
}

.corde-proyeccion-niveles {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.corde-proyeccion-nivel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid #dbe5f1;
  border-radius: 0.75rem;
  background: #f8fbff;
}

/* =====================================================================
   CATALOGOS — Controles de administracion
   ===================================================================== */

.corde-catalog-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.35rem;
  border: 1px solid #dbe5f1;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.72);
  width: fit-content;
  max-width: 100%;
}

.corde-catalog-tab {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.85rem;
  border-radius: 0.4rem;
  color: #42526d;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.corde-catalog-tab:hover {
  color: #0f2b53;
  background: #eef5ff;
}

.corde-catalog-tab.active {
  color: #ffffff;
  background: #1d4ed8;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.18);
}

.corde-catalog-empty {
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #cfd9e8;
  border-radius: 0.5rem;
  background: #f8fbff;
  color: #718096;
  font-size: 0.9rem;
  text-align: center;
  padding: 1rem;
}

.corde-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.corde-status-pill.is-active {
  background: #e8f7ef;
  color: #147344;
}

.corde-status-pill.is-inactive {
  background: #edf1f7;
  color: #607089;
}

@media (max-width: 991.98px) {
  .corde-home-hero {
    padding: 1.5rem;
  }

  .corde-home-title,
  .corde-home-flow-headline {
    max-width: none;
  }

  .corde-home-flow,
  .corde-home-panel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .corde-home-hero {
    padding: 1.35rem;
  }

  .corde-home-flow-headline {
    font-size: 1.28rem;
  }
}
