/* ============================================================
   OPTOELECTRONICA Partner Portal — Main Stylesheet
   Font: DM Sans (body) + Playfair Display (headings)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@600;700&display=swap');

/* ── CSS Variables ─────────────────────────────────────── */
:root {
  --primary:     #0A2E5C;
  --primary-mid: #1A4A8C;
  --accent:      #0077CC;
  --accent-light:#E8F2FC;
  --gold:        #C89A3A;
  --white:       #FFFFFF;
  --off-white:   #F7F9FC;
  --border:      #D8E4F0;
  --text:        #1A2C42;
  --text-mid:    #4A6080;
  --text-light:  #8AA0BB;
  --success:     #1A7A4A;
  --success-bg:  #EAF7EF;
  --error:       #CC2222;
  --error-bg:    #FDECEA;
  --warning:     #9A6A00;
  --warning-bg:  #FEF6E4;
  --info:        #0057A0;
  --info-bg:     #E6F0FA;
  --shadow-sm:   0 1px 4px rgba(10,46,92,0.08);
  --shadow-md:   0 4px 16px rgba(10,46,92,0.10);
  --shadow-lg:   0 8px 32px rgba(10,46,92,0.12);
  --radius:      10px;
  --radius-lg:   16px;
  --transition:  0.22s cubic-bezier(0.4,0,0.2,1);
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary); }
ul { list-style: none; }
input, textarea, select, button { font-family: inherit; }

/* ── Typography ─────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.2; color: var(--primary); }
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.1rem; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ── Layout ─────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: 720px; margin: 0 auto; padding: 0 1.5rem; }
.page-wrap { min-height: calc(100vh - 80px); }

/* ── Header / Nav ───────────────────────────────────────── */
.site-header {
  background: var(--white);
  border-bottom: 2px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: var(--shadow-sm);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 1rem; }

.logo-mark {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--primary);
  letter-spacing: 0.04em;
  text-decoration: none;
  display: flex; align-items: center; gap: 0.5rem;
  white-space: nowrap;
}
.logo-mark .logo-accent { color: var(--gold); }
.logo-mark .logo-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; display: inline-block; }

.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a { padding: 0.45rem 0.85rem; border-radius: 6px; font-size: 0.93rem; font-weight: 500; color: var(--text-mid); transition: all var(--transition); }
.main-nav a:hover, .main-nav a.active { background: var(--accent-light); color: var(--primary); }

.nav-cta { background: var(--primary) !important; color: var(--white) !important; padding: 0.45rem 1.1rem !important; border-radius: 6px !important; font-weight: 600 !important; }
.nav-cta:hover { background: var(--primary-mid) !important; color: var(--white) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--primary); border-radius: 2px; transition: all var(--transition); }

/* ── Hero Section ───────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-mid) 60%, #1E5FA8 100%);
  color: var(--white);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
}
.hero .container { position: relative; }
.hero h1 { color: var(--white); font-size: clamp(2rem, 5vw, 3.2rem); }
.hero-sub { font-size: 1.15rem; opacity: 0.88; max-width: 600px; margin: 1rem 0 2.5rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); padding: 0.3rem 0.9rem; border-radius: 100px; font-size: 0.85rem; color: rgba(255,255,255,0.9); margin-bottom: 1.2rem; }
.hero-badge::before { content: '●'; font-size: 0.5rem; color: #6AE8A4; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  font-size: 0.95rem; font-weight: 600;
  border-radius: var(--radius);
  border: none; cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: #005FAA; color: var(--white); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0,119,204,0.35); }

.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.55); }
.btn-outline:hover { background: rgba(255,255,255,0.1); color: var(--white); }

.btn-outline-dark { background: transparent; color: var(--primary); border: 2px solid var(--border); }
.btn-outline-dark:hover { border-color: var(--accent); color: var(--accent); }

.btn-danger { background: var(--error); color: var(--white); }
.btn-danger:hover { background: #a01a1a; color: var(--white); }

.btn-sm { padding: 0.4rem 1rem; font-size: 0.85rem; }
.btn-lg { padding: 0.9rem 2rem; font-size: 1.05rem; }
.btn-block { width: 100%; }

.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: #A07820; color: var(--white); }

/* ── Cards ───────────────────────────────────────────────── */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition);
  overflow: hidden;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card-body { padding: 1.5rem; }
.card-header { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); background: var(--off-white); }

/* ── Company Grid ────────────────────────────────────────── */
.company-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }

.company-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.company-card .card-body { flex: 1; display: flex; flex-direction: column; }

.company-logo-wrap {
  height: 90px; display: flex; align-items: center; justify-content: center;
  background: var(--off-white); border-bottom: 1px solid var(--border);
  padding: 1rem;
}
.company-logo-wrap img { max-height: 60px; max-width: 160px; object-fit: contain; }
.company-logo-placeholder {
  width: 52px; height: 52px; border-radius: 10px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--white);
}

.company-name { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.25rem; color: var(--primary); }
.company-location { font-size: 0.82rem; color: var(--text-light); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.3rem; }
.company-excerpt { font-size: 0.9rem; color: var(--text-mid); flex: 1; }

.company-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.tag { display: inline-block; padding: 0.2rem 0.65rem; border-radius: 100px; font-size: 0.78rem; font-weight: 500; }
.tag-product { background: #E3F0FF; color: #0057A0; }
.tag-service { background: #EAF7EF; color: #1A7A4A; }
.tag-technology { background: #F5EEF8; color: #6B2DA8; }
.tag-certification { background: #FEF6E4; color: #9A6A00; }
.tag-partnership { background: #FEE9E4; color: #C03500; }

/* ── Forms ───────────────────────────────────────────────── */
.form-group { margin-bottom: 1.25rem; }
.form-label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--text); margin-bottom: 0.45rem; }
.form-label span.req { color: var(--error); }

.form-control {
  width: 100%; padding: 0.65rem 1rem;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  background: var(--white); color: var(--text); font-size: 0.95rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-control:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,119,204,0.15); }
.form-control::placeholder { color: var(--text-light); }
.form-control.is-error { border-color: var(--error); }

textarea.form-control { resize: vertical; min-height: 120px; }
select.form-control { cursor: pointer; }

.form-hint { font-size: 0.8rem; color: var(--text-light); margin-top: 0.3rem; }
.form-error-msg { font-size: 0.82rem; color: var(--error); margin-top: 0.3rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.toggle-group { display: flex; gap: 0; border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.toggle-group input[type="radio"] { display: none; }
.toggle-group label { flex: 1; text-align: center; padding: 0.6rem; font-size: 0.9rem; cursor: pointer; transition: all var(--transition); }
.toggle-group input[type="radio"]:checked + label { background: var(--primary); color: var(--white); font-weight: 600; }

/* ── Flash Messages ──────────────────────────────────────── */
.flash { display: flex; align-items: center; gap: 0.75rem; padding: 0.9rem 1.25rem; border-radius: var(--radius); margin-bottom: 1.5rem; font-size: 0.93rem; font-weight: 500; }
.flash-icon { font-size: 1.1rem; flex-shrink: 0; }
.flash-success { background: var(--success-bg); color: var(--success); border: 1px solid #B3E5CC; }
.flash-error   { background: var(--error-bg);   color: var(--error);   border: 1px solid #F5C0B8; }
.flash-warning { background: var(--warning-bg); color: var(--warning); border: 1px solid #F5DDa4; }
.flash-info    { background: var(--info-bg);    color: var(--info);    border: 1px solid #A8C8F0; }

/* ── Badges / Status ─────────────────────────────────────── */
.badge { display: inline-block; padding: 0.2rem 0.65rem; border-radius: 100px; font-size: 0.78rem; font-weight: 600; }
.badge-active    { background: var(--success-bg); color: var(--success); }
.badge-pending   { background: var(--warning-bg); color: var(--warning); }
.badge-suspended { background: var(--error-bg);   color: var(--error); }
.badge-visible   { background: #E3F0FF; color: #0057A0; }
.badge-hidden    { background: #F0F0F0; color: #666; }

/* ── Stats Bar ───────────────────────────────────────────── */
.stats-bar { background: var(--off-white); border-bottom: 1px solid var(--border); padding: 1rem 0; }
.stats-bar .container { display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; }
.stat-item { text-align: center; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--primary); line-height: 1; }
.stat-label { font-size: 0.8rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.05em; }

/* ── Section Utilities ───────────────────────────────────── */
.section { padding: 4rem 0; }
.section-sm { padding: 2rem 0; }
.section-title { text-align: center; margin-bottom: 2.5rem; }
.section-title h2 { margin-bottom: 0.5rem; }
.section-title p { color: var(--text-mid); font-size: 1.05rem; }
.divider { width: 48px; height: 3px; background: var(--gold); border-radius: 2px; margin: 0.75rem auto; }

/* ── Search & Filter Bar ─────────────────────────────────── */
.filter-bar { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.25rem; margin-bottom: 2rem; box-shadow: var(--shadow-sm); }
.filter-bar form { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: flex-end; }
.filter-bar .form-group { margin-bottom: 0; flex: 1; min-width: 180px; }
.filter-bar .form-group:first-child { flex: 2; }

/* ── Capability Item ─────────────────────────────────────── */
.capability-item { border: 1px solid var(--border); border-radius: var(--radius); padding: 1.1rem 1.25rem; margin-bottom: 0.75rem; display: flex; gap: 1rem; align-items: flex-start; background: var(--white); }
.capability-item:last-child { margin-bottom: 0; }
.capability-icon { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.cap-product    .capability-icon { background: #E3F0FF; }
.cap-service    .capability-icon { background: #EAF7EF; }
.cap-technology .capability-icon { background: #F5EEF8; }
.cap-certification .capability-icon { background: #FEF6E4; }
.cap-partnership   .capability-icon { background: #FEE9E4; }

/* ── Pagination ──────────────────────────────────────────── */
.pagination { display: flex; gap: 0.4rem; justify-content: center; margin-top: 2.5rem; flex-wrap: wrap; }
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 0.7rem;
  border: 1.5px solid var(--border); border-radius: 8px;
  font-size: 0.9rem; font-weight: 500; color: var(--text-mid);
  transition: all var(--transition);
}
.pagination a:hover { border-color: var(--accent); color: var(--accent); }
.pagination .current { background: var(--primary); color: var(--white); border-color: var(--primary); }

/* ── Footer ──────────────────────────────────────────────── */
.site-footer { background: var(--primary); color: rgba(255,255,255,0.75); padding: 3rem 0 1.5rem; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.footer-logo .logo-accent { color: var(--gold); }
.footer-desc { font-size: 0.88rem; }
.footer-heading { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--white); margin-bottom: 1rem; }
.footer-links a { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.65); padding: 0.2rem 0; transition: color var(--transition); }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.25rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom p { font-size: 0.82rem; margin: 0; }

/* ── Auth Pages ──────────────────────────────────────────── */
.auth-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--off-white); padding: 2rem 1rem; }
.auth-box { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; max-width: 480px; overflow: hidden; }
.auth-header { background: linear-gradient(135deg, var(--primary), var(--primary-mid)); padding: 2rem; text-align: center; }
.auth-header .logo-mark { color: var(--white); justify-content: center; font-size: 1.4rem; }
.auth-header .logo-accent { color: var(--gold); }
.auth-header .logo-dot { background: var(--gold); }
.auth-body { padding: 2rem; }
.auth-footer-link { text-align: center; margin-top: 1.5rem; font-size: 0.9rem; color: var(--text-mid); }

/* ── Admin styles ────────────────────────────────────────── */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar { width: 240px; background: var(--primary); flex-shrink: 0; display: flex; flex-direction: column; }
.admin-sidebar-logo { padding: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.admin-sidebar-logo .logo-mark { color: var(--white); font-size: 1.05rem; }
.admin-sidebar-logo .logo-accent { color: var(--gold); }
.admin-sidebar-logo .logo-dot { background: var(--gold); }
.admin-nav { padding: 1rem 0; flex: 1; }
.admin-nav a { display: flex; align-items: center; gap: 0.75rem; padding: 0.7rem 1.5rem; font-size: 0.92rem; color: rgba(255,255,255,0.72); transition: all var(--transition); }
.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,0.1); color: var(--white); }
.admin-nav .nav-icon { font-size: 1.1rem; width: 20px; text-align: center; }
.admin-nav .nav-section { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.35); padding: 1rem 1.5rem 0.4rem; }
.admin-main { flex: 1; background: var(--off-white); overflow-x: hidden; }
.admin-topbar { background: var(--white); border-bottom: 1px solid var(--border); padding: 0 1.5rem; height: 60px; display: flex; align-items: center; justify-content: space-between; box-shadow: var(--shadow-sm); }
.admin-topbar h1 { font-size: 1.2rem; }
.admin-content { padding: 2rem 1.5rem; }

.data-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.data-table th { background: var(--off-white); padding: 0.85rem 1rem; text-align: left; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-mid); border-bottom: 2px solid var(--border); }
.data-table td { padding: 0.9rem 1rem; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: middle; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: var(--off-white); }
.table-actions { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); }

.admin-stat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.admin-stat-card { background: var(--white); border-radius: var(--radius-lg); padding: 1.5rem; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.admin-stat-card .stat-num { font-size: 2.2rem; }

/* ── Company Profile Page ────────────────────────────────── */
.profile-hero { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-mid) 100%); padding: 3rem 0; }
.profile-hero .container { display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
.profile-logo-box { background: var(--white); border-radius: var(--radius-lg); width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; box-shadow: var(--shadow-md); padding: 0.75rem; }
.profile-logo-box img { max-width: 90px; max-height: 80px; object-fit: contain; }
.profile-logo-placeholder { width: 80px; height: 80px; border-radius: 10px; background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--white); }
.profile-meta { color: rgba(255,255,255,0.8); font-size: 0.9rem; }
.profile-meta h1 { color: var(--white); margin-bottom: 0.4rem; }

.profile-body { display: grid; grid-template-columns: 2fr 1fr; gap: 2rem; padding: 2.5rem 0; }

/* ── Progress Steps ──────────────────────────────────────── */
.progress-steps { display: flex; align-items: center; gap: 0; margin-bottom: 2rem; }
.step { display: flex; align-items: center; gap: 0.5rem; flex: 1; }
.step:last-child { flex: 0; }
.step-num { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; color: var(--text-light); background: var(--white); flex-shrink: 0; }
.step.active .step-num { border-color: var(--accent); background: var(--accent); color: var(--white); }
.step.done .step-num { border-color: var(--success); background: var(--success); color: var(--white); }
.step-label { font-size: 0.8rem; color: var(--text-light); white-space: nowrap; }
.step.active .step-label { color: var(--primary); font-weight: 600; }
.step-line { flex: 1; height: 2px; background: var(--border); margin: 0 0.5rem; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 768px) {
  .main-nav { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--white); border-bottom: 2px solid var(--border); padding: 1rem; gap: 0.25rem; box-shadow: var(--shadow-md); z-index: 99; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 0.7rem 1rem; border-radius: var(--radius); }
  .hamburger { display: flex; }
  .site-header { position: relative; }

  .form-row { grid-template-columns: 1fr; }
  .company-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .profile-body { grid-template-columns: 1fr; }
  .filter-bar form { flex-direction: column; }
  .filter-bar .form-group { min-width: unset; }

  .admin-layout { flex-direction: column; }
  .admin-sidebar { width: 100%; flex-direction: row; align-items: center; }
  .admin-sidebar-logo { padding: 0.75rem 1rem; border-bottom: none; border-right: 1px solid rgba(255,255,255,0.12); }
  .admin-nav { display: flex; flex-direction: row; padding: 0; overflow-x: auto; }
  .admin-nav a { padding: 0.75rem 1rem; white-space: nowrap; }
  .admin-nav .nav-section { display: none; }
  .admin-content { padding: 1rem; }

  .hero { padding: 3rem 0 2.5rem; }
  .stats-bar .container { gap: 1rem; }
  .stat-num { font-size: 1.4rem; }
  .progress-steps { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .step-line { display: none; }
}
