:root {
  --store-primary: #5d87ff;
  --store-primary-hover: #466fe0;
  --store-accent: #5d87ff;
  --store-ink: #172033;
  --store-muted: #61718b;
  --store-line: #dfe8f3;
  --store-soft: #f5f8fc;
  --store-panel: rgba(255,255,255,.28);
}

/* Portal de seguimiento del cliente */
.account-portal { padding-top: 98px; }
.account-portal-hero {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; align-items: stretch;
  overflow: hidden;
  padding: 34px; color: var(--store-ink);
  background:
    radial-gradient(circle at 88% 18%, rgba(93,135,255,.13), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.28));
  border: 1px solid rgba(225,233,244,.88); border-radius: 16px; box-shadow: 0 18px 46px rgba(23,32,51,.10);
  backdrop-filter: blur(10px);
}
.account-portal-hero::after { content:""; position:absolute; right:-90px; bottom:-150px; width:330px; height:330px; border:1px solid rgba(93,135,255,.15); border-radius:50%; pointer-events:none; }
.account-portal-hero > * { position:relative; z-index:1; }
.account-portal-welcome { display:grid; align-content:center; }
.account-portal-heading { display:grid; grid-template-columns:64px minmax(0,1fr); gap:16px; align-items:center; }
.account-portal-heading-icon { width:64px; height:64px; display:grid; place-items:center; color:#fff; background:var(--store-primary); border-radius:16px; box-shadow:0 13px 28px rgba(93,135,255,.25); font-size:30px; }
.account-portal-hero .store-kicker { color: var(--store-primary); }
.account-portal-hero h1 { margin: 5px 0 0; color: var(--store-ink) !important; font-size: clamp(2rem, 3.7vw, 3.15rem); font-weight: 900; letter-spacing: -.04em; line-height:1.02; }
.account-portal-hero h1 span { color: var(--store-primary); }
.account-portal-hero p { max-width: 760px; margin:18px 0 0; color: var(--store-muted); font-size: 1rem; line-height: 1.65; }
.account-portal-features { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.account-portal-features span { display:inline-flex; align-items:center; gap:6px; padding:8px 11px; color:var(--store-ink); background:rgba(255,255,255,.58); border:1px solid var(--store-line); border-radius:999px; font-size:.78rem; font-weight:850; }
.account-portal-features i { color:var(--store-primary); font-size:17px; }
.account-portal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.account-portal-hero .btn-outline-primary { color: var(--store-primary); background:rgba(255,255,255,.54); border-color:rgba(93,135,255,.38); }
.account-portal-hero .btn-outline-primary:hover { color:#fff; }
.account-identity-card { display:grid; align-content:start; gap:16px; padding:22px; background:rgba(255,255,255,.67); border:1px solid var(--store-line); border-radius:16px; box-shadow:0 14px 30px rgba(23,32,51,.08); backdrop-filter:blur(12px); }
.account-identity-top { display:flex; justify-content:space-between; gap:12px; align-items:start; }
.account-identity-avatar { width:58px; height:58px; display:grid; place-items:center; color:#fff; background:linear-gradient(135deg,var(--store-primary),#8eabff); border-radius:16px; box-shadow:0 12px 25px rgba(93,135,255,.22); font-size:29px; }
.account-identity-status { display:inline-flex; align-items:center; gap:5px; padding:6px 8px; color:#0f8a68; background:#eefcf9; border-radius:999px; font-size:.7rem; font-weight:900; }
.account-identity-copy { display:grid; gap:5px; padding-bottom:15px; border-bottom:1px solid var(--store-line); }
.account-identity-copy span, .account-identity-copy small { color:var(--store-muted); }
.account-identity-copy > span { font-size:.72rem; font-weight:900; letter-spacing:.07em; text-transform:uppercase; }
.account-identity-copy strong { color:var(--store-ink); font-size:1.12rem; line-height:1.25; }
.account-identity-copy small { display:flex; align-items:center; gap:6px; overflow-wrap:anywhere; }
.account-identity-copy small i { color:var(--store-primary); font-size:16px; }
.account-identity-secure { display:grid; grid-template-columns:34px minmax(0,1fr); gap:9px; align-items:center; padding:10px; color:var(--store-muted); background:rgba(236,242,255,.52); border-radius:10px; font-size:.76rem; line-height:1.35; }
.account-identity-secure i { width:34px; height:34px; display:grid; place-items:center; color:var(--store-primary); background:rgba(255,255,255,.7); border-radius:8px; font-size:19px; }
.account-identity-card a { width: fit-content; display:inline-flex; align-items:center; gap:6px; margin-top: 10px; padding:7px 11px; color:#dc3545; background:#fff; border:1px solid #dc3545; border-radius:8px; font-weight: 800; text-decoration: none; }
.account-identity-card a:hover { color:#fff; background:#dc3545; }
.account-kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 18px 0; }
.account-kpi-card {
  display: grid; grid-template-columns: 48px 1fr auto; gap: 2px 12px; align-items: center; padding: 17px; text-align: left;
  color: var(--store-ink); background: rgba(255,255,255,.72); border: 1px solid var(--store-line); border-radius: 12px; transition: .2s ease;
}
.account-kpi-card:hover { transform: translateY(-2px); border-color: rgba(24,103,194,.32); box-shadow: 0 12px 30px rgba(13,44,73,.09); }
.account-kpi-card i { grid-row: span 3; width: 48px; height: 48px; display: grid; place-items: center; color: var(--store-primary); background: rgba(236,242,255,.72); border-radius: 11px; font-size: 24px; }
.account-kpi-card span, .account-kpi-card small { color: var(--store-muted); }
.account-kpi-card strong { grid-column: 3; grid-row: 1 / span 2; font-size: 1.8rem; }
.account-kpi-card small { grid-column: 2 / span 2; }
.account-portal-tabs {
  position: sticky; top: 84px; z-index: 20; display: flex; gap: 7px; padding: 8px; overflow-x: auto;
  background: rgba(245,248,252,.9); border: 1px solid var(--store-line); border-radius: 12px; backdrop-filter: blur(14px);
}
.account-portal-tabs button { flex: 1 0 auto; padding: 11px 16px; color: var(--store-muted); background: transparent; border: 0; border-radius: 8px; font-weight: 850; }
.account-portal-tabs button.active { color: #fff; background: var(--store-primary); box-shadow: 0 7px 18px rgba(24,103,194,.2); }
.account-portal-content { margin-top: 18px; }
.account-tab-panel { display: none; animation: accountPanelIn .24s ease; }
.account-tab-panel.active { display: block; }
@keyframes accountPanelIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.account-section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 15px; padding: 6px 2px; }
.account-section-heading span { color: var(--store-primary); font-size: .77rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.account-section-heading h2 { margin: 4px 0 0; color: var(--store-ink); font-weight: 900; }
.account-section-heading > small { color: var(--store-muted); }
.account-summary-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.account-summary-card { padding: 24px; }
.account-summary-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 14px; color: var(--store-primary); background: rgba(236,242,255,.7); border-radius: 11px; font-size: 24px; }
.account-summary-card h3 { margin-bottom: 16px; color: var(--store-ink); font-size: 1.12rem; font-weight: 900; }
.account-activity-list { display: grid; gap: 9px; }
.account-activity-list button { display: grid; grid-template-columns: 40px 1fr auto; gap: 11px; align-items: center; padding: 11px; text-align: left; background: rgba(255,255,255,.42); border: 1px solid var(--store-line); border-radius: 9px; }
.account-activity-list button > i { width: 40px; height: 40px; display: grid; place-items: center; color: var(--store-primary); background: rgba(236,242,255,.72); border-radius: 8px; }
.account-activity-list button span { display: grid; color: var(--store-muted); font-size: .84rem; }
.account-activity-list button strong { color: var(--store-ink); font-size: .92rem; }
.account-activity-list button small { color: var(--store-muted); }
.account-help-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.account-help-card li { display: flex; gap: 9px; color: var(--store-muted); }
.account-help-card li i { color: #15956f; }
.account-record-list { display: grid; gap: 12px; }
.account-record-card { overflow: hidden; background: rgba(255,255,255,.72); border: 1px solid var(--store-line); border-radius: 12px; }
.account-record-card summary { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto 24px; gap: 14px; align-items: center; padding: 17px; cursor: pointer; list-style: none; }
.account-record-card summary::-webkit-details-marker { display: none; }
.account-record-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--store-primary); background: rgba(236,242,255,.72); border-radius: 10px; font-size: 25px; }
.account-record-title, .account-record-status { display: grid; gap: 3px; }
.account-record-title span, .account-record-title small, .account-record-status span { color: var(--store-muted); font-size: .82rem; }
.account-record-title strong, .account-record-status strong { color: var(--store-ink); }
.account-record-status { justify-items: end; }
.account-record-status span { padding: 5px 8px; color: #9a6412; background: #fff5df; border-radius: 7px; font-weight: 800; }
.account-record-status span.success { color: #08715e; background: #e6fffa; }
.account-record-chevron { color: var(--store-muted); transition: transform .2s ease; }
.account-record-card[open] .account-record-chevron { transform: rotate(180deg); }
.account-record-body { padding: 0 18px 18px; border-top: 1px solid var(--store-line); }
.account-progress-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 20px 0; }
.account-progress-steps div { position: relative; display: grid; justify-items: center; gap: 7px; color: var(--store-muted); font-size: .82rem; font-weight: 800; }
.account-progress-steps div::before { content: ""; position: absolute; top: 15px; right: 50%; width: 100%; height: 3px; background: #dce3eb; z-index: 0; }
.account-progress-steps div:first-child::before { display: none; }
.account-progress-steps i { position: relative; z-index: 1; width: 32px; height: 32px; display: grid; place-items: center; background: #e6ebf0; border-radius: 50%; }
.account-progress-steps .done { color: #08715e; }
.account-progress-steps .done::before, .account-progress-steps .done i { color: #fff; background: #15956f; }
.account-detail-grid, .account-project-finance { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 14px 0; }
.account-detail-grid > div, .account-project-finance > div { display: grid; gap: 4px; padding: 12px; background: rgba(245,248,252,.76); border-radius: 8px; }
.account-detail-grid span, .account-project-finance span { color: var(--store-muted); font-size: .78rem; }
.account-detail-grid strong, .account-project-finance strong { color: var(--store-ink); font-size: .9rem; }
.account-products-list { display: grid; gap: 7px; margin: 14px 0; }
.account-products-list > div { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; padding: 10px 12px; border: 1px solid var(--store-line); border-radius: 8px; }
.account-products-list span, .account-products-list small { color: var(--store-muted); }
.account-progress-bar, .account-project-progress { height: 9px; margin: 20px 0 12px; overflow: hidden; background: #dfe7ef; border-radius: 999px; }
.account-progress-bar div, .account-project-progress div { height: 100%; background: linear-gradient(90deg, var(--store-primary), #4e9fff); border-radius: inherit; }
.account-service-report, .account-payments { display: grid; gap: 10px; margin-top: 14px; }
.account-service-report > div { padding: 13px; background: rgba(245,248,252,.72); border-left: 3px solid var(--store-primary); border-radius: 6px; }
.account-service-report span, .account-payments h4 { color: var(--store-ink); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.account-service-report p { margin: 4px 0 0; color: var(--store-muted); }
.account-payments > div, .account-payment-link { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; padding: 10px 12px; border: 1px solid var(--store-line); border-radius: 8px; }
.account-payment-link { align-items: center; color: inherit; text-decoration: none; background: rgba(255,255,255,.7); transition: .18s ease; }
.account-payment-link:hover { border-color: var(--store-primary); box-shadow: 0 12px 28px rgba(69,117,255,.12); transform: translateY(-1px); text-decoration: none; }
.account-payment-link span { color: var(--store-ink); font-weight: 800; }
.account-payment-link i { color: var(--store-primary); margin-right: 6px; }
.account-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.account-project-card { padding: 22px; background: rgba(255,255,255,.72); border: 1px solid var(--store-line); border-radius: 14px; }
.account-project-head, .account-project-state { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.account-project-head > div { display: grid; gap: 3px; }
.account-project-head span { color: var(--store-primary); font-size: .76rem; font-weight: 900; }
.account-project-head h3 { margin: 0; color: var(--store-ink); font-size: 1.15rem; font-weight: 900; }
.account-project-head small, .account-project-state small { color: var(--store-muted); }
.account-project-head > strong { color: var(--store-primary); font-size: 1.8rem; }
.account-project-state > span { padding: 6px 9px; color: var(--store-primary); background: rgba(236,242,255,.72); border-radius: 7px; font-size: .82rem; font-weight: 850; }
.account-project-scope { display: grid; gap: 11px; margin: 18px 0; }
.account-project-scope > div { padding: 12px; background: rgba(245,248,252,.74); border-radius: 8px; }
.account-project-scope span { color: var(--store-ink); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.account-project-scope p { margin: 5px 0 0; color: var(--store-muted); font-size: .9rem; }
.account-project-finance { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.account-project-updates, .account-project-docs { display: grid; gap: 9px; margin-top: 17px; }
.account-project-updates h4, .account-project-docs h4 { margin: 0; color: var(--store-ink); font-size: .9rem; font-weight: 900; }
.account-project-updates > div, .account-project-docs > a { display: grid; grid-template-columns: 34px 1fr; gap: 9px; padding: 10px; color: var(--store-muted); background: rgba(245,248,252,.76); border-radius: 8px; text-decoration: none; }
.account-project-updates i, .account-project-docs i { color: var(--store-primary); font-size: 20px; }
.account-project-updates span, .account-project-docs span { display: grid; gap: 3px; }
.account-project-updates strong, .account-project-docs strong { color: var(--store-ink); }
.account-project-updates p { margin: 2px 0; font-size: .86rem; }
.account-project-note { margin: 16px 0 0; padding: 11px; color: var(--store-muted); background: #f6f8fb; border-radius: 8px; font-size: .85rem; }
.account-request-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.account-request-grid article { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 18px; background: rgba(255,255,255,.72); border: 1px solid var(--store-line); border-radius: 12px; }
.account-request-grid article > div { display: grid; gap: 3px; }
.account-request-grid article > div:nth-child(2) { text-align: right; }
.account-request-grid span, .account-request-grid small { color: var(--store-muted); font-size: .82rem; }
.account-request-grid strong { color: var(--store-ink); }
.account-wait-pill { width: fit-content; padding: 7px 9px; color: #9a6412 !important; background: #fff5df; border-radius: 7px; font-weight: 850; }
.account-empty-state { display: grid; justify-items: center; padding: 54px 20px; text-align: center; background: rgba(255,255,255,.58); border: 1px dashed rgba(24,103,194,.3); border-radius: 14px; }
.account-empty-state > i { margin-bottom: 12px; color: var(--store-primary); font-size: 46px; }
.account-empty-state h3 { color: var(--store-ink); font-weight: 900; }
.account-empty-state p, .account-empty-inline { color: var(--store-muted); }

@media (max-width: 991px) {
  .account-portal { padding-top: 104px; }
  .account-portal-hero, .account-summary-grid, .account-project-grid { grid-template-columns: 1fr; }
  .account-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .account-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .password-reset-page { padding-top: 105px; }
  .password-reset-shell { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  .account-portal-hero { padding: 23px; }
  .account-portal-actions, .account-portal-actions .btn { width: 100%; }
  .account-kpi-grid, .account-request-grid, .account-detail-grid, .account-project-finance { grid-template-columns: 1fr; }
  .account-portal-tabs { top: 74px; }
  .account-section-heading, .account-project-head, .account-project-state { align-items: flex-start; flex-direction: column; }
  .account-record-card summary { grid-template-columns: 48px minmax(0, 1fr) 20px; }
  .account-record-status { grid-column: 2 / span 2; justify-items: start; }
  .account-products-list > div, .account-payments > div, .account-payment-link, .account-request-grid article { grid-template-columns: 1fr; }
  .account-request-grid article > div:nth-child(2) { text-align: left; }
}

.store-panel,
.product-card,
.account-card,
.request-card,
.web-service-card,
.service-list-group,
.step-box > div {
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

body {
  min-height: 100vh;
  background: #fff;
  color: var(--store-muted);
}

#particles-js {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .85;
}

.store-page-wrapper,
.store-shell-header,
.store-hero,
.store-main,
.store-footer {
  position: relative;
  z-index: 1;
}

.store-page-wrapper {
  min-height: 100vh;
  overflow: hidden;
}
.store-shell-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, .24);
  border-bottom: 1px solid rgba(223, 232, 243, .62);
  backdrop-filter: blur(14px);
}

.store-shell-header .navbar {
  min-height: 72px;
}

.store-shell-header .navbar-brand img,
.store-brand img {
  width: 214px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.store-topbar {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.store-nav {
  gap: 0;
}

.store-nav .nav-link {
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--store-ink);
  font-weight: 600;
}

.store-nav .nav-link.active,
.store-nav .nav-link:hover,
.store-offcanvas .nav-link.active {
  background: rgba(236,242,255,.35);
  color: var(--store-primary);
}

.store-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.store-quote-btn span {
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--store-primary);
  border-radius: 999px;
  font-size: .75rem;
}

.store-quote-btn span {
  color: var(--store-primary);
  background: #fff;
}

.store-cart-link {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--store-primary);
  border: 1px solid var(--store-primary);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(23, 75, 134, .18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.store-cart-link i {
  font-size: 23px;
}

.store-cart-link span {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: #fff;
  border: 1px solid rgba(23, 75, 134, .22);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(23, 32, 51, .12);
}

.store-cart-link:hover,
.store-cart-link.active {
  color: #fff;
  background: var(--store-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(23, 75, 134, .24);
}

.store-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.store-account-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  color: var(--store-ink);
  background: rgba(255,255,255,.52);
  border: 1px solid var(--store-line);
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(23, 75, 134, .08);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.store-account-link i {
  color: var(--store-primary);
  font-size: 21px;
}

.store-account-link:hover,
.store-account-link.active {
  color: var(--store-primary);
  background: rgba(236,242,255,.72);
  border-color: rgba(24,103,194,.28);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(23, 75, 134, .16);
}

.store-notifications {
  position: relative;
}

.store-notifications > summary {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--store-primary);
  background: rgba(255,255,255,.62);
  border: 1px solid var(--store-line);
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 12px 26px rgba(23, 75, 134, .10);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.store-notifications > summary::-webkit-details-marker { display:none; }
.store-notifications > summary i { font-size:22px; }
.store-notifications > summary:hover,
.store-notifications[open] > summary {
  color:#fff;
  background:var(--store-primary);
  border-color:var(--store-primary);
  transform: translateY(-2px);
  box-shadow:0 18px 34px rgba(24,103,194,.24);
}
.store-notifications > summary.has-news { color:#fff; background:var(--store-primary); border-color:var(--store-primary); box-shadow:0 14px 30px rgba(24,103,194,.25); }
.store-notification-count {
  position:absolute; top:-7px; right:-6px; min-width:21px; height:21px; display:grid; place-items:center;
  padding:0 5px; color:#fff; background:#e44d3a; border:2px solid #fff; border-radius:999px; font-size:.68rem; font-weight:900;
}
.store-notification-panel {
  position:absolute; top:58px; right:-120px; z-index:1200; width:min(410px,calc(100vw - 30px)); overflow:hidden;
  background:#fff; border:1px solid #dfe8f3; border-radius:17px; box-shadow:0 28px 70px rgba(7,27,48,.24);
}
.store-notification-head { display:flex; justify-content:space-between; gap:12px; align-items:center; padding:17px 18px 12px; }
.store-notification-head > div { display:grid; }
.store-notification-head span { color:var(--store-primary); font-size:.68rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.store-notification-head strong { color:var(--store-ink); font-size:1.05rem; }
.store-notification-head small { padding:5px 8px; color:var(--store-primary); background:#ecf2ff; border-radius:7px; font-weight:800; }
.store-notification-filters { display:flex; gap:7px; padding:0 18px 12px; border-bottom:1px solid var(--store-line); }
.store-notification-filters span { padding:5px 9px; color:var(--store-muted); background:#f6f8fb; border-radius:999px; font-size:.7rem; font-weight:850; }
.store-notification-filters span.active { color:#fff; background:var(--store-primary); }
.store-notification-list { max-height:440px; overflow-y:auto; padding:8px; }
.store-notification-item {
  position:relative; display:grid; grid-template-columns:58px 1fr; gap:11px; padding:10px; color:inherit;
  border-bottom:1px solid #edf1f6; border-radius:9px; text-decoration:none;
}
.store-notification-item:hover { background:#f7faff; }
.store-notification-item.unread::after { content:""; position:absolute; top:13px; right:10px; width:8px; height:8px; background:var(--store-primary); border-radius:50%; }
.store-notification-image { width:58px; height:58px; display:grid; place-items:center; overflow:hidden; color:var(--store-primary); background:#eef4fb; border-radius:10px; font-size:27px; }
.store-notification-image img { width:100%; height:100%; object-fit:cover; }
.store-notification-item > div:last-child { min-width:0; display:grid; gap:2px; padding-right:9px; }
.store-notification-type { width:fit-content; color:var(--store-primary); font-size:.6rem; font-weight:900; text-transform:uppercase; }
.store-notification-type.oferta { color:#b56a00; }
.store-notification-type.aviso { color:#a9483b; }
.store-notification-item strong { overflow:hidden; color:var(--store-ink); font-size:.84rem; text-overflow:ellipsis; white-space:nowrap; }
.store-notification-item p { display:-webkit-box; overflow:hidden; margin:0; color:var(--store-muted); font-size:.73rem; line-height:1.3; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.store-notification-item small { color:#96a1b1; font-size:.65rem; }
.store-notification-footer { display:flex; justify-content:center; gap:6px; padding:12px; color:var(--store-primary); background:#f7faff; border-top:1px solid var(--store-line); font-size:.78rem; font-weight:850; text-decoration:none; }
.store-notification-empty { display:grid; justify-items:center; gap:5px; padding:32px 15px; text-align:center; color:var(--store-muted); }
.store-notification-empty i { color:var(--store-primary); font-size:32px; }
.store-notification-empty strong { color:var(--store-ink); }
.store-mobile-news { display:grid; grid-template-columns:34px 1fr auto; gap:9px; align-items:center; padding:11px; color:var(--store-ink); background:#f5f8fc; border-radius:9px; font-weight:850; text-decoration:none; }
.store-mobile-news i { color:var(--store-primary); font-size:23px; }
.store-mobile-news strong { min-width:24px; height:24px; display:grid; place-items:center; color:#fff; background:var(--store-primary); border-radius:999px; font-size:.72rem; }

.store-logout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 8px 14px;
  color: #dc3545;
  background: #fff;
  border: 1.5px solid #dc3545;
  border-radius: 10px;
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.store-logout-link:hover,
.store-logout-link:focus {
  color: #fff;
  background: #dc3545;
  box-shadow: 0 7px 18px rgba(220,53,69,.22);
  transform: translateY(-1px);
}

.store-account-guest {
  color: var(--store-muted);
  font-size: .75rem;
  font-weight: 700;
}

.store-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.store-mobile-action {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 14px 10px;
  color: var(--store-ink);
  background: rgba(236,242,255,.48);
  border: 1px solid var(--store-line);
  border-radius: 10px;
  font-weight: 850;
  text-decoration: none;
}

.store-mobile-action i {
  color: var(--store-primary);
  font-size: 25px;
}

.store-mobile-action strong {
  position: absolute;
  top: 7px;
  right: 10px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--store-primary);
  border-radius: 999px;
  font-size: .72rem;
}

.store-mobile-action.active {
  color: var(--store-primary);
  border-color: rgba(24,103,194,.34);
}

.store-mobile-session {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 11px 13px;
  background: #f5f8fc;
  border-radius: 9px;
}

.store-mobile-session span {
  overflow: hidden;
  color: var(--store-ink);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-mobile-session a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  color: #dc3545;
  background: #fff;
  border: 1.5px solid #dc3545;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.store-mobile-session a:hover,
.store-mobile-session a:focus {
  color: #fff;
  background: #dc3545;
}

.store-mobile-session form {
  margin: 0;
}

.store-mobile-account-note {
  margin: 0;
  padding: 11px;
  color: var(--store-muted);
  background: #f5f8fc;
  border-radius: 9px;
  font-size: .84rem;
}

.store-client-menu {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--store-ink);
  font-weight: 700;
}

.account-identity-actions button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(93,135,255,.3);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  color: var(--store-primary);
  font-weight: 850;
  padding: 7px 11px;
  line-height: 1;
}

.account-identity-actions button:hover {
  color: #fff;
  background: var(--store-primary);
}

.store-client-menu > span {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-identity-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
}

.account-identity-actions form,
.account-identity-card .account-identity-actions a {
  width: min(100%, 205px);
  max-width: 205px;
  margin: 0;
}

.account-identity-actions button,
.account-identity-card .account-identity-actions a {
  width: 100%;
  min-height: 35px;
  justify-content: center;
  text-align: center;
}

.password-link-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(7,18,34,.38);
  backdrop-filter: blur(8px);
}

.password-link-modal-card {
  position: relative;
  width: min(430px, 100%);
  padding: 34px 28px;
  text-align: center;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(126,166,255,.34);
  border-radius: 24px;
  box-shadow: 0 30px 85px rgba(15,45,105,.26);
}

.password-link-modal-card > button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #6c7a91;
  background: #eef4ff;
}

.password-link-modal-card > i {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  color: #fff;
  background: linear-gradient(135deg,#5eaed7,#6786ee);
  border-radius: 20px;
  font-size: 34px;
  box-shadow: 0 18px 35px rgba(93,135,255,.3);
}

.password-link-modal-card.error > i { background: linear-gradient(135deg,#ff7a7a,#e34c4c); }
.password-link-modal-card.warning > i { background: linear-gradient(135deg,#ffc66d,#f59e0b); }
.password-link-modal-card h3 { margin: 0 0 8px; color: var(--store-ink); font-weight: 950; }
.password-link-modal-card p { margin: 0; color: var(--store-muted); line-height: 1.55; }

.tm-action-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(7,18,34,.42);
  backdrop-filter: blur(10px);
  transition: opacity .18s ease, visibility .18s ease;
}

.tm-action-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tm-action-loader-card {
  width: min(360px, 100%);
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 30px 26px;
  text-align: center;
  color: var(--store-ink);
  background:
    radial-gradient(circle at 50% 0, rgba(93,135,255,.12), transparent 42%),
    rgba(255,255,255,.96);
  border: 1px solid rgba(126,166,255,.34);
  border-radius: 24px;
  box-shadow: 0 32px 95px rgba(15,45,105,.28);
}

.tm-action-loader-logo {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(93,135,255,.18);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(93,135,255,.22);
  animation: tmLogoPulse 1.05s ease-in-out infinite;
}

.tm-action-loader-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tm-action-loader-card strong {
  color: var(--store-ink);
  font-size: 1.08rem;
  font-weight: 950;
}

.tm-action-loader-card small {
  max-width: 250px;
  color: var(--store-muted);
  line-height: 1.45;
}

@keyframes tmLogoPulse {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 18px 40px rgba(93,135,255,.22); }
  50% { transform: translateY(-4px) scale(1.04); box-shadow: 0 24px 48px rgba(93,135,255,.34); }
}

.password-reset-page {
  min-height: 78vh;
  padding-top: 130px;
}

.password-reset-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: 22px;
  align-items: stretch;
}

.password-reset-brand,
.password-reset-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(126,166,255,.28);
  background: rgba(255,255,255,.7);
  box-shadow: 0 22px 65px rgba(25,74,145,.12);
  backdrop-filter: blur(14px);
}

.password-reset-brand {
  padding: 34px;
}

.password-reset-brand img {
  width: 180px;
  max-width: 70%;
  margin-bottom: 34px;
}

.password-reset-brand h1 {
  margin: 8px 0 10px;
  color: var(--store-ink);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 950;
  letter-spacing: -.04em;
}

.password-reset-brand p {
  max-width: 560px;
  color: var(--store-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.password-reset-card {
  padding: 28px;
}

.password-reset-head {
  display: grid;
  grid-template-columns: 62px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--store-line);
}

.password-reset-head > span,
.password-reset-state > i {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg,#5eaed7,#6786ee);
  border-radius: 18px;
}

.password-reset-head > span {
  width: 62px;
  height: 62px;
  font-size: 30px;
}

.password-reset-head small,
.password-reset-head p {
  color: var(--store-muted);
}

.password-reset-head strong {
  display: block;
  color: var(--store-ink);
  font-size: 1.05rem;
}

.password-reset-head p {
  margin: 2px 0 0;
  overflow-wrap: anywhere;
}

.password-reset-form {
  display: grid;
  gap: 12px;
}

.password-reset-form label {
  color: var(--store-ink);
  font-weight: 850;
  font-size: .86rem;
}

.password-reset-form .btn {
  margin-top: 8px;
  min-height: 48px;
  font-weight: 900;
}

.password-reset-back {
  justify-self: center;
  color: var(--store-muted);
  font-weight: 800;
  text-decoration: none;
}

.password-reset-state {
  display: grid;
  gap: 12px;
  place-items: center;
  text-align: center;
}

.password-reset-state > i {
  width: 76px;
  height: 76px;
  font-size: 38px;
  background: linear-gradient(135deg,#ff7a7a,#e34c4c);
}

.password-reset-state h2 {
  margin: 0;
  color: var(--store-ink);
  font-weight: 950;
}

.store-user {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  color: var(--store-ink);
  font-weight: 700;
}

.store-offcanvas {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
}

.store-hero {
  background:
    radial-gradient(circle at 88% 16%, rgba(93, 135, 255, .08), transparent 40%),
    rgba(255, 255, 255, .12);
  border-bottom: 1px solid var(--store-line);
  color: var(--store-muted);
  padding: 118px 0 96px;
}

.store-hero .container {
  position: relative;
}

.store-hero .d-inline-flex {
  padding: 8px 12px;
  color: var(--store-primary);
  background: rgba(236,242,255,.46);
  border: 1px solid rgba(93, 135, 255, .24);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 75, 134, .08);
}

.store-hero h1 {
  position: relative;
  max-width: 850px;
  padding-left: 22px;
  color: var(--store-ink);
  font-size: clamp(2.55rem, 4.7vw, 5rem);
  line-height: 1.06;
  font-weight: 950;
  text-wrap: balance;
  text-shadow: 0 12px 28px rgba(23, 32, 51, .08);
}

.store-hero h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: .13em;
  bottom: .13em;
  width: 7px;
  background: linear-gradient(180deg, var(--store-primary), var(--store-accent));
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 75, 134, .22);
}

.store-hero p {
  max-width: 720px;
  color: var(--store-muted);
  font-size: 1.12rem;
  line-height: 1.55;
  margin: 18px 0 0;
  padding-left: 22px;
}

.store-main {
  padding: 42px 0 72px;

}

.store-main-plain {
  padding-top: 88px;
}

.store-panel {
  background: var(--store-panel);
  border: 1px solid var(--store-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(23, 32, 51, .07);
  backdrop-filter: blur(8px);
}

.store-search {
  margin-top: -52px;
  padding: 18px;
}

.store-title {
  color: var(--store-ink);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
}

.store-muted {
  color: var(--store-muted);
}

.catalog-showcase-hero,
.services-showcase-hero {
  border-bottom: 0;
  padding: 118px 0 58px;
}

.catalog-showcase-grid,
.services-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 36px;
  align-items: center;
}

.catalog-showcase-copy h1,
.services-hero-copy h1 {
  max-width: 860px;
}

.catalog-hero-actions,
.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  padding-left: 22px;
}

.catalog-hero-panel,
.services-hero-panel {
  padding: 24px;
  background: rgba(255,255,255,.24);
  overflow: hidden;
}

.catalog-hero-panel-head,
.services-hero-panel-top {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--store-line);
}

.catalog-hero-panel-head i,
.services-hero-panel-top i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(236,242,255,.62);
  border-radius: 8px;
  font-size: 28px;
}

.catalog-hero-panel-head strong,
.services-hero-panel-top strong {
  display: block;
  color: var(--store-ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.catalog-hero-panel-head span,
.services-hero-panel-top span {
  color: var(--store-muted);
  font-weight: 800;
}

.catalog-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.catalog-hero-metrics div,
.catalog-hero-flow span,
.services-hero-timeline div,
.catalog-intro-strip > div,
.services-feature-band > .store-panel {
  background: rgba(255,255,255,.28);
  border: 1px solid var(--store-line);
  border-radius: 8px;
}

.catalog-hero-metrics div {
  min-height: 104px;
  display: grid;
  gap: 8px;
  align-content: center;
  justify-items: start;
  padding: 14px;
}

.catalog-hero-metrics strong {
  color: var(--store-ink);
  font-size: 1.55rem;
  line-height: 1;
}

.catalog-hero-metrics strong i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(236,242,255,.62);
  border-radius: 8px;
}

.catalog-hero-metrics span {
  color: var(--store-muted);
  font-weight: 800;
}

.catalog-hero-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.catalog-hero-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  color: var(--store-ink);
  font-weight: 900;
}

.catalog-intro-strip,
.services-feature-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.services-feature-band {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-intro-strip > div,
.services-feature-band > .store-panel {
  min-height: 92px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 4px 10px;
  align-content: center;
  align-items: center;
  padding: 12px;
  background: rgba(255,255,255,.18);
  border: 1px solid var(--store-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 32, 51, .06);
}

.catalog-intro-strip i,
.services-feature-band i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(236,242,255,.55);
  border-radius: 8px;
  font-size: 21px;
  grid-row: span 2;
}

.catalog-intro-strip strong,
.services-feature-band strong {
  color: var(--store-ink);
  line-height: 1.15;
}

.catalog-intro-strip span {
  font-size: .9rem;
  line-height: 1.25;
}

.catalog-workspace {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: 16px;
  border-top: 1px solid var(--store-line);
}

.catalog-intro-after {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--store-line);
}

.catalog-categories-column,
.catalog-products-column {
  min-width: 0;
}

.services-hero-timeline {
  display: grid;
  gap: 12px;
}

.services-hero-timeline div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 3px 12px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
}

.services-hero-timeline span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--store-primary);
  border-radius: 8px;
  font-weight: 900;
}

.services-hero-timeline strong {
  color: var(--store-ink);
  font-weight: 900;
}

.services-hero-timeline small {
  color: var(--store-muted);
  font-weight: 800;
}

.store-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--store-primary);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-brief,
.services-brief,
.account-welcome-card,
.account-auth-hero,
.account-process-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.services-brief {
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
}

.catalog-brief h2,
.services-brief h2,
.account-welcome-card h2,
.account-auth-hero h2 {
  color: var(--store-ink);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.12;
  margin: 8px 0 10px;
}

.catalog-brief p,
.services-brief p,
.account-welcome-card p,
.account-auth-hero p {
  max-width: 720px;
  margin: 0;
}

.catalog-stats,
.services-brief-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 12px;
}

.catalog-stats div,
.services-brief-steps div,
.account-process-list div,
.account-public-steps > div {
  min-height: 92px;
  display: grid;
  gap: 5px;
  align-content: center;
  padding: 14px;
  background: rgba(255,255,255,.26);
  border: 1px solid var(--store-line);
  border-radius: 8px;
}

.catalog-stats strong {
  color: var(--store-ink);
  font-size: 2rem;
  line-height: 1;
}

.catalog-stats span,
.services-brief-steps span,
.account-process-list span,
.account-public-steps span {
  color: var(--store-muted);
  font-weight: 800;
}

.catalog-toolbar,
.services-section-head,
.account-page-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  scroll-margin-top: 110px;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  backdrop-filter: none;
}

.catalog-toolbar-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.catalog-toolbar-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--store-primary);
  border-radius: 8px;
  font-size: 29px;
  box-shadow: 0 14px 28px rgba(23, 75, 134, .18);
}

.catalog-toolbar .store-kicker {
  margin-bottom: 5px;
}

.catalog-toolbar .store-title {
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  line-height: 1.1;
}

.catalog-toolbar-actions {
  min-width: min(300px, 100%);
  display: grid;
  gap: 12px;
  justify-items: center;
  align-content: center;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: rgba(236,242,255,.20);
}

.catalog-console {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2vw, 24px);
  margin-top: 0;
  scroll-margin-top: 112px;
}

.catalog-main-first {
  padding-top: 108px;
}

.catalog-search-inline {
  padding: 18px;
  background: rgba(236,242,255,.22);
  border: 1px solid var(--store-line);
  border-radius: 8px;
}

.catalog-search-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .85fr) auto;
  gap: 14px;
  align-items: end;
}

.catalog-search-grid .form-control,
.catalog-search-grid .form-select,
.catalog-search-grid .btn {
  min-height: 48px;
}

.catalog-toolbar-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--store-muted);
  font-weight: 800;
  font-size: .9rem;
  text-align: center;
}

.catalog-toolbar-actions span i {
  color: var(--store-primary);
  font-size: 19px;
}

.catalog-product-grid {
  align-items: stretch;
  margin: 0;
}

.catalog-products-scroll {
  max-height: none;
  overflow-y: visible;
  overflow-x: hidden;
  padding: 16px;
  scroll-behavior: smooth;
  transition: opacity .18s ease, filter .18s ease;
}

.catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 16px;
  border-top: 1px solid var(--store-line);
  background: rgba(236,242,255,.22);
  border-radius: 10px;
}

.catalog-pagination-summary {
  color: var(--store-ink);
  font-size: .88rem;
  font-weight: 900;
}

.catalog-pagination-summary span {
  display: block;
  margin-top: 2px;
  color: var(--store-muted);
  font-size: .78rem;
  font-weight: 700;
}

.catalog-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.catalog-pagination .page-link {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--store-primary);
  background: rgba(255,255,255,.72);
  border: 1px solid var(--store-line);
  border-radius: 8px !important;
  font-weight: 900;
  box-shadow: none;
}

.catalog-pagination .page-item.active .page-link {
  color: #fff;
  background: var(--store-primary);
  border-color: var(--store-primary);
}

.catalog-pagination .page-item.disabled .page-link {
  color: #9aa8b7;
  background: rgba(255,255,255,.34);
}

.catalog-support-section {
  padding: 4px 0 48px;
}

.catalog-support-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  color: var(--store-ink);
  background: linear-gradient(135deg, rgba(236,242,255,.72), rgba(255,255,255,.52));
  border: 1px solid var(--store-line);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(23,32,51,.08);
}

.catalog-support-card h2 {
  margin: 8px 0 10px;
  color: var(--store-ink);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 900;
}

.catalog-support-card p {
  max-width: 760px;
  margin: 0;
  color: var(--store-muted);
  font-weight: 700;
  line-height: 1.55;
}

.catalog-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.catalog-products-scroll.is-loading {
  opacity: .55;
  filter: saturate(.75);
  pointer-events: none;
}

.catalog-products-scroll::-webkit-scrollbar,
.category-list::-webkit-scrollbar {
  width: 8px;
}

.catalog-products-scroll::-webkit-scrollbar-thumb,
.category-list::-webkit-scrollbar-thumb {
  background: rgba(23, 75, 134, .28);
  border-radius: 999px;
}

.category-sidebar {
  padding: 0;
  position: sticky;
  top: 110px;
  min-height: 640px;
  max-height: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, .16);
  border-color: rgba(110, 170, 222, .18);
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.category-sidebar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 18px 10px;
}

.category-sidebar-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.category-sidebar-title .store-kicker {
  display: block;
  margin-bottom: 2px;
  font-size: .63rem;
}

.category-sidebar-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, var(--store-primary), #65bce9);
  border-radius: 13px;
  box-shadow: 0 9px 20px rgba(46, 136, 203, .24);
  font-size: 1.25rem;
}

.category-sidebar-total {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(96, 181, 255, .12);
  border: 1px solid rgba(69, 151, 217, .2);
  border-radius: 11px;
  font-weight: 800;
}

.category-sidebar-copy {
  margin: 0;
  padding: 0 18px 14px;
  color: var(--store-muted);
  font-size: .8rem;
  line-height: 1.35;
}

.category-sidebar-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 8px;
  padding: 0 14px 14px;
  border-bottom: 1px solid rgba(96, 150, 200, .15);
}

.category-filter-box {
  min-width: 0;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(86, 148, 204, .22);
  border-radius: 11px;
  color: #62a9dc;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.category-filter-box:focus-within {
  background: #fff;
  border-color: rgba(53, 150, 220, .55);
  box-shadow: 0 0 0 3px rgba(74, 166, 226, .11);
}

.category-filter-box input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--store-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: .82rem;
  font-weight: 650;
}

.category-filter-box input::placeholder {
  color: #91a4b6;
  font-weight: 500;
}

.category-filter-clear {
  width: 24px;
  height: 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-muted);
  background: rgba(90, 126, 159, .09);
  border: 0;
  border-radius: 7px;
}

.category-toggle-all {
  width: 38px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(86, 148, 204, .22);
  border-radius: 11px;
  transition: all .18s ease;
}

.category-toggle-all:hover,
.category-toggle-all.active {
  color: #fff;
  background: var(--store-primary);
  border-color: var(--store-primary);
}

.category-list {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-auto-rows: max-content;
  align-content: start;
  gap: 7px;
  max-height: none;
  overflow: auto;
  padding: 12px 10px 16px 12px;
}

.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 46px;
  padding: 7px 9px;
  color: var(--store-ink);
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.category-link > span {
  min-width: 0;
  line-height: 1.2;
}

.category-link strong {
  min-width: 31px;
  height: 25px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(64, 155, 220, .1);
  border-radius: 8px;
  font-size: .76rem;
}

.category-link.active,
.category-link:hover {
  color: var(--store-primary);
  background: rgba(239, 248, 255, .9);
  border-color: rgba(82, 163, 218, .2);
}

.category-link:hover {
  transform: translateX(2px);
}

.category-link.active {
  box-shadow: inset 3px 0 0 var(--store-primary);
}

.category-link.active strong {
  color: #fff;
  background: var(--store-primary);
}

.category-link-all {
  background: rgba(255, 255, 255, .22);
  border-color: rgba(83, 162, 219, .18);
}

.category-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #429bd4;
  background: rgba(74, 166, 226, .1);
  border-radius: 10px;
  font-size: 1rem;
}

.category-label {
  flex: 1;
  display: grid;
  gap: 3px;
}

.category-label b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .78rem;
  line-height: 1.18;
}

.category-label small {
  color: #8b9aaa;
  font-size: .65rem;
  font-weight: 600;
}

.category-tree {
  min-height: 46px;
  border: 1px solid rgba(91, 151, 201, .12);
  border-radius: 13px;
  background: rgba(255, 255, 255, .12);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.category-tree[open] {
  height: max-content;
  border-color: rgba(66, 155, 212, .24);
  box-shadow: none;
}

.category-tree > summary {
  list-style: none;
  cursor: pointer;
}

.category-tree > summary::-webkit-details-marker {
  display: none;
}

.category-tree > summary.category-link {
  border-bottom: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-tree > summary.category-link::before {
  content: "›";
  order: 4;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  color: #78a9cb;
  background: rgba(80, 151, 201, .08);
  border-radius: 7px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  transition: transform .18s ease, background .18s ease;
}

.category-tree[open] > summary.category-link::before {
  transform: rotate(90deg);
  background: rgba(80, 151, 201, .14);
}

.category-tree > summary.category-link > span {
  min-width: 0;
}

.category-sublist {
  display: grid;
  gap: 2px;
  padding: 2px 8px 9px 46px;
  border-top: 1px dashed rgba(91, 151, 201, .16);
}

.subcategory-link {
  min-height: 34px;
  padding: 5px 7px;
  font-size: .78rem;
  font-weight: 650;
  border-bottom: 0;
  color: var(--store-muted);
  border-radius: 9px;
}

.subcategory-link > i {
  flex: 0 0 auto;
  color: #77add1;
  font-size: .75rem;
}

.subcategory-link > span {
  flex: 1;
}

.subcategory-link strong {
  min-width: 26px;
  height: 22px;
  padding: 0 5px;
  font-size: .68rem;
}

.category-filter-empty {
  min-height: 160px;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--store-muted);
  text-align: center;
}

.category-filter-empty[hidden] {
  display: none;
}

.category-filter-empty i {
  width: 45px;
  height: 45px;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #54a7dc;
  background: rgba(84, 167, 220, .1);
  border-radius: 14px;
  font-size: 1.35rem;
}

.category-filter-empty strong {
  color: var(--store-ink);
  font-size: .88rem;
}

.category-filter-empty span {
  font-size: .76rem;
}

.product-card {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background: rgba(255, 255, 255, .22);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(93, 135, 255, .36);
  box-shadow: 0 18px 42px rgba(23, 32, 51, .11);
}

.product-card:target {
  border-color: rgba(24,103,194,.58);
  box-shadow: 0 0 0 4px rgba(24,103,194,.11), 0 18px 36px rgba(13,44,73,.13);
}

.cart-success-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  place-items: center;
  padding: 20px;
}

.cart-success-modal.show {
  display: grid;
}

.cart-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5,20,35,.64);
  backdrop-filter: blur(5px);
}

.cart-success-dialog {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  padding: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(5,20,35,.28);
  animation: cartSuccessIn .22s ease;
}

@keyframes cartSuccessIn {
  from { opacity: 0; transform: translateY(12px) scale(.97); }
  to { opacity: 1; transform: none; }
}

.cart-success-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--store-muted);
  background: #f2f5f8;
  border: 0;
  border-radius: 50%;
}

.cart-success-check {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  color: #fff;
  background: linear-gradient(135deg, #14a87b, #08715e);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(8,113,94,.22);
  font-size: 31px;
}

.cart-success-kicker {
  color: #08715e;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cart-success-dialog h2 {
  margin: 5px 0 18px;
  color: var(--store-ink);
  font-weight: 900;
}

.cart-success-product {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 13px;
  align-items: center;
  padding: 12px;
  text-align: left;
  background: #f6f8fb;
  border: 1px solid var(--store-line);
  border-radius: 11px;
}

.cart-success-product img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  padding: 5px;
  background: #fff;
  border-radius: 8px;
}

.cart-success-product div {
  display: grid;
  gap: 5px;
}

.cart-success-product strong {
  color: var(--store-ink);
  line-height: 1.3;
}

.cart-success-product span {
  color: var(--store-muted);
  font-size: .84rem;
}

.cart-success-note {
  display: flex;
  gap: 7px;
  margin: 12px 0 0;
  padding: 10px;
  text-align: left;
  color: #805615;
  background: #fff7e7;
  border-radius: 8px;
  font-size: .8rem;
}

.cart-success-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .cart-success-dialog {
    padding: 27px 19px 20px;
  }

  .cart-success-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .store-account-link span { display:none; }
  .store-account-link { width:46px; justify-content:center; padding:0; border-radius:50%; }
  .store-notification-panel { right:-80px; }
}

.product-image {
  height: 168px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .24);
  border-bottom: 1px solid var(--store-line);
  overflow: hidden;
  padding: 14px;
}

.product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
  display: block;
  image-rendering: auto;
}

.product-body {
  padding: 14px 16px 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-code {
  color: var(--store-primary);
  text-transform: uppercase;
  font-size: .74rem;
  font-weight: 800;
}

.product-name {
  min-height: 40px;
  color: var(--store-ink);
  font-size: .94rem;
  line-height: 1.3;
  font-weight: 800;
  margin: 7px 0 10px;
}

.product-category {
  color: var(--store-ink);
  font-weight: 700;
  font-size: .86rem;
  line-height: 1.25;
}

.product-status-row {
  display: grid;
  gap: 8px;
  margin: auto 0 14px;
}

.stock-pill,
.price-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 9px;
  color: var(--store-primary);
  background: rgba(236,242,255,.35);
  border: 1px solid var(--store-line);
  border-radius: 8px;
  font-weight: 800;
  font-size: .8rem;
}

.stock-pill.empty {
  color: #a0442c;
  background: #fff0ed;
  border-color: #ffd6cb;
}

.stock-pill.available {
  color: #0f6f5f;
  background: #eefcf9;
  border-color: #c9f2ea;
}

.product-price-pill {
  display: inline-flex;
  align-items: center;
  gap: .22rem;
  padding: .48rem .72rem;
  border: 1px solid rgba(67, 148, 190, .24);
  border-radius: 999px;
  color: #1679a8;
  background: rgba(235, 248, 253, .92);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.account-kpi-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.account-chat-layout {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.6fr);
  gap: 18px;
}

.account-chat-assistant,
.account-chat-card {
  border: 1px solid rgba(157, 196, 224, .52);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 36px rgba(36, 91, 131, .08);
  overflow: hidden;
}

.account-chat-assistant { padding: 18px; }
.account-chat-assistant-head { display:flex; gap:11px; align-items:center; margin-bottom:14px; }
.account-chat-assistant-head>i { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; color:#fff; background:linear-gradient(135deg,#56aee0,#6d8cff); font-size:20px; }
.account-chat-assistant-head strong,.account-chat-assistant-head span { display:block; }
.account-chat-assistant-head strong { color:#172033; font-size:1rem; }
.account-chat-assistant-head span { color:#71839a; font-size:.78rem; margin-top:2px; }
.account-quick-messages { display:grid; gap:8px; }
.account-quick-message { width:100%; display:grid; grid-template-columns:34px 1fr 18px; gap:9px; align-items:center; padding:11px; border:1px solid #dfeaf4; border-radius:13px; text-align:left; background:rgba(248,252,255,.9); transition:.2s ease; }
.account-quick-message:hover { transform:translateY(-1px); border-color:#70b7df; background:#fff; box-shadow:0 8px 18px rgba(51,112,153,.09); }
.account-quick-message>i:first-child { color:#4d9dca; font-size:19px; }
.account-quick-message strong,.account-quick-message small { display:block; }
.account-quick-message strong { color:#25384d; font-size:.82rem; }
.account-quick-message small { color:#7a8ca0; font-size:.7rem; line-height:1.25; margin-top:2px; }
.account-quick-message>i:last-child { color:#9db0c2; }
.account-chat-note { display:flex; gap:8px; margin-top:13px; padding:10px; border-radius:12px; color:#317a9d; background:#edf8fd; font-size:.73rem; line-height:1.35; }
.account-chat-card { display:flex; flex-direction:column; min-height:570px; }
.account-chat-head { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:15px 17px; border-bottom:1px solid #e2edf5; background:rgba(250,253,255,.92); }
.account-chat-head>div { display:flex; align-items:center; gap:10px; }
.account-chat-avatar { display:grid; place-items:center; width:40px; height:40px; border-radius:50%; color:#fff; background:linear-gradient(135deg,#53addb,#6389f3); font-size:19px; }
.account-chat-head strong,.account-chat-head small { display:block; }
.account-chat-head strong { color:#1b3047; }
.account-chat-head small { color:#71849a; font-size:.72rem; margin-top:2px; }
.account-chat-head small i { color:#25b783; font-size:8px; }
.account-chat-state { padding:6px 9px; border-radius:999px; color:#287ca5; background:#eaf7fd; font-size:.68rem; font-weight:800; text-transform:uppercase; }
.account-chat-state.cerrada { color:#718096; background:#eef2f6; }
.account-chat-messages { flex:1; max-height:470px; overflow:auto; padding:20px; background:linear-gradient(145deg,rgba(247,252,255,.9),rgba(255,255,255,.72)); }
.account-chat-message { display:flex; flex-direction:column; max-width:78%; margin-bottom:13px; }
.account-chat-message>div { padding:11px 13px; border-radius:15px; font-size:.86rem; line-height:1.45; }
.account-chat-message small { margin-top:4px; color:#8998a9; font-size:.67rem; }
.account-chat-message.client { margin-left:auto; align-items:flex-end; }
.account-chat-message.client>div { color:#fff; background:linear-gradient(135deg,#579ed0,#607eea); border-bottom-right-radius:5px; }
.account-chat-message.advisor { align-items:flex-start; }
.account-chat-message.advisor>div { color:#273d53; background:#fff; border:1px solid #dfeaf3; border-bottom-left-radius:5px; box-shadow:0 6px 14px rgba(31,75,110,.06); }
.account-chat-empty { height:100%; min-height:260px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; color:#71849a; }
.account-chat-empty i { font-size:38px; color:#67acd2; }
.account-chat-empty strong { margin-top:9px; color:#253b52; }
.account-chat-empty p { max-width:380px; font-size:.82rem; }
.account-chat-closed { margin:15px auto 0; padding:8px 11px; border-radius:999px; color:#75879a; background:#edf2f6; font-size:.72rem; text-align:center; }
.account-chat-compose { display:grid; grid-template-columns:1fr auto; gap:10px; align-items:end; padding:14px; border-top:1px solid #e2edf5; background:#fff; }
.account-chat-compose textarea { width:100%; resize:none; border:1px solid #d6e5f0; border-radius:14px; padding:11px 13px; outline:none; color:#263c52; background:#f9fcfe; }
.account-chat-compose textarea:focus { border-color:#65afd8; box-shadow:0 0 0 3px rgba(78,164,210,.12); }
.account-chat-compose button { height:46px; display:flex; align-items:center; gap:6px; padding:0 17px; border:0; border-radius:13px; color:#fff; background:linear-gradient(135deg,#559fd0,#637fea); font-weight:800; }
@media(max-width:991px){.account-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-chat-layout{grid-template-columns:1fr}.account-chat-card{min-height:520px}}
@media(max-width:575px){.account-kpi-grid{grid-template-columns:1fr}.account-chat-compose{grid-template-columns:1fr}.account-chat-compose button{justify-content:center}.account-chat-message{max-width:90%}}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.product-modal.show {
  display: flex;
}

.product-modal-open {
  overflow: hidden;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 27, 48, .48);
  backdrop-filter: blur(9px);
}

.product-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  overflow: auto;
  background:
    radial-gradient(circle at 12% 12%, rgba(93,135,255,.11), transparent 28%),
    rgba(255,255,255,.92);
  border: 1px solid rgba(225,233,244,.94);
  border-radius: 20px;
  box-shadow: 0 34px 90px rgba(10,19,35,.3);
  backdrop-filter: blur(18px);
}

.product-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-ink);
  background: #fff;
  border: 1px solid var(--store-line);
  border-radius: 50%;
  box-shadow: 0 9px 22px rgba(23,32,51,.1);
  transition: .2s ease;
}

.product-modal-close:hover {
  color: #fff;
  background: var(--store-primary);
  border-color: var(--store-primary);
  transform: rotate(8deg);
}

.product-modal-grid {
  display: grid;
  grid-template-columns: minmax(330px, .92fr) minmax(0, 1.08fr);
  gap: 0;
}

.product-modal-image {
  min-height: 600px;
  display: grid;
  grid-template-rows: auto minmax(0,1fr) auto;
  gap: 18px;
  align-items: stretch;
  background:
    radial-gradient(circle at 24% 18%, rgba(93,135,255,.16), transparent 32%),
    linear-gradient(145deg, rgba(236,242,255,.62), rgba(255,255,255,.28));
  border-right: 1px solid var(--store-line);
  padding: 28px;
}

.product-modal-image-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.product-modal-image-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--store-primary);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-modal-image-head small {
  color: var(--store-muted);
  font-size: .72rem;
}

.product-modal-image-frame {
  min-height: 400px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(225,233,244,.9);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 18px 38px rgba(23,32,51,.08);
}

.product-modal-image img {
  width: auto;
  height: auto;
  max-width: min(100%, 430px);
  max-height: 420px;
  object-fit: contain;
  image-rendering: auto;
  filter: drop-shadow(0 18px 24px rgba(23,32,51,.14));
}

.product-modal-image-note {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr);
  gap: 10px;
  align-items: center;
  color: var(--store-muted);
  font-size: .76rem;
  line-height: 1.4;
}

.product-modal-image-note i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--store-primary);
  background: rgba(255,255,255,.7);
  border-radius: 9px;
  font-size: 19px;
}

.product-modal-content {
  display: flex;
  flex-direction: column;
  padding: 34px 36px;
}

.product-modal-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--store-line);
}

.product-modal-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.product-modal-content h2 {
  color: var(--store-ink);
  font-size: clamp(1.35rem, 2.35vw, 1.95rem);
  font-weight: 900;
  line-height: 1.12;
  margin: 14px 42px 12px 0;
}

.product-modal-category {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--store-muted);
  font-weight: 750;
  margin: 0;
}

.product-modal-category i {
  color: var(--store-primary);
  font-size: 18px;
}

.product-modal-details {
  margin-top: 20px;
  padding: 18px;
  background: rgba(248,251,255,.58);
  border: 1px solid var(--store-line);
  border-radius: 12px;
}

.product-modal-details-head {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 13px;
}

.product-modal-details-head > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--store-primary);
  background: #edf2ff;
  border-radius: 10px;
  font-size: 22px;
}

.product-modal-details h3 {
  color: var(--store-ink);
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0;
}

.product-modal-details-head p {
  margin: 2px 0 0;
  color: var(--store-muted);
  font-size: .76rem;
}

.product-modal-details ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--store-muted);
  line-height: 1.35;
}

.product-modal-details li {
  position: relative;
  padding-left: 20px;
}

.product-modal-details li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--store-primary);
  font-weight: 900;
}

.product-modal-actions {
  margin-top: auto;
  padding-top: 20px;
}

.product-modal-actions form,
.product-modal-actions {
  background: transparent;
}

.product-modal-actions {
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid var(--store-line);
  border-radius: 0;
}

.product-modal-action-head {
  margin-bottom: 14px;
}

.product-modal-action-head div {
  display: grid;
  gap: 3px;
}

.product-modal-action-head span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--store-ink);
  font-weight: 900;
}

.product-modal-action-head span i {
  color: var(--store-primary);
  font-size: 20px;
}

.product-modal-action-head small {
  color: var(--store-muted);
}

.product-modal-login-note {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 18px;
  color: var(--store-muted);
  background: rgba(236,242,255,.48);
  border: 1px solid var(--store-line);
  border-radius: 10px;
  font-size: .82rem;
}

.product-modal-login-note i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--store-primary);
  background: #fff;
  border-radius: 9px;
  font-size: 20px;
}

.product-modal-form-row {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 10px;
}

.product-modal-form-row .form-control {
  min-height: 48px;
  text-align: center;
  border-radius: 10px;
}

.product-modal-form-row .btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-weight: 900;
}

.account-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 24px;
}

.account-card,
.request-card {
  padding: 28px;
}

.web-service-card {
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: 180px 1fr;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.services-main-first {
  padding-top: 112px;
}

.services-top-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 20px;
  padding: clamp(22px, 3.4vw, 38px);
  border: 1px solid var(--store-line);
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 20%, rgba(93,135,255,.13), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(236,242,255,.42));
  box-shadow: 0 18px 42px rgba(23,32,51,.08);
  overflow: hidden;
}

.services-heading-copy {
  min-width: 0;
}

.services-heading-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  color: var(--store-primary);
  background: rgba(236,242,255,.68);
  border: 1px solid rgba(93,135,255,.24);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.services-top-heading h1 {
  max-width: 850px;
  margin: 14px 0 10px;
  color: var(--store-ink);
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.03;
  font-weight: 950;
}

.services-top-heading h1 em {
  color: var(--store-primary);
  font-style: normal;
}

.services-top-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--store-muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.services-heading-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.services-heading-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: var(--store-ink);
  background: rgba(255,255,255,.66);
  border: 1px solid var(--store-line);
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 850;
}

.services-heading-benefits i {
  color: #0f8a68;
}

.services-heading-action {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 12px;
  align-content: center;
  padding: 20px;
  background: rgba(255,255,255,.58);
  border: 1px solid var(--store-line);
  border-radius: 12px;
}

.services-heading-action > i {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--store-primary);
  border-radius: 12px;
  font-size: 25px;
}

.services-heading-action strong {
  display: block;
  color: var(--store-ink);
  font-size: 1rem;
  font-weight: 950;
}

.services-heading-action span {
  display: block;
  color: var(--store-muted);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.35;
}

.services-heading-action .btn {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.services-carousel {
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid var(--store-line);
  border-radius: 14px;
  box-shadow: 0 22px 52px rgba(23,32,51,.14);
}

.services-carousel .carousel-item {
  position: relative;
  height: clamp(340px, 46vw, 510px);
  overflow: hidden;
  background: #102b3b;
}

.services-carousel .carousel-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,24,41,.92) 0%, rgba(13,44,73,.74) 45%, rgba(8,24,41,.12) 78%);
}

.services-carousel-content {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 6vw, 78px);
  top: 50%;
  width: min(600px, calc(100% - 120px));
  transform: translateY(-50%);
  color: #fff;
}

.services-carousel-content > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.services-carousel-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1.06;
  font-weight: 950;
  text-wrap: balance;
}

.services-carousel-content p {
  max-width: 580px;
  margin: 0 0 20px;
  color: rgba(255,255,255,.88);
  font-size: clamp(.95rem, 1.5vw, 1.12rem);
  font-weight: 700;
  line-height: 1.5;
}

.services-carousel .carousel-control-prev,
.services-carousel .carousel-control-next {
  width: 7%;
}

.services-carousel .carousel-indicators {
  z-index: 4;
}

.services-catalog-head {
  scroll-margin-top: 104px;
  margin-top: 8px;
}

.services-feature-after {
  margin: 0 0 34px;
  padding-top: 24px;
  border-top: 1px solid var(--store-line);
}

.web-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(93, 135, 255, .36);
  box-shadow: 0 18px 42px rgba(23, 32, 51, .11);
}

.web-service-image {
  aspect-ratio: auto;
  height: 180px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(13,37,72,.94), rgba(23,75,134,.72));
  border-bottom: 1px solid var(--store-line);
  overflow: hidden;
}

.web-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  opacity: .92;
}

.web-service-body {
  padding: 20px;
  display: grid;
  align-content: start;
  background: rgba(236,242,255,.32);
}

.web-service-body i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--store-primary);
  background: #ecf2ff;
  border-radius: 8px;
  font-size: 25px;
  margin-bottom: 14px;
}

.web-service-body h2 {
  color: var(--store-ink);
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.web-service-body p {
  min-height: 72px;
}

.service-direct-note {
  border: 1px solid rgba(93, 135, 255, .28);
  background: #f4f7ff;
  color: var(--store-ink);
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 700;
  font-size: .9rem;
}

.services-catalog-section {
  scroll-margin-top: 104px;
  margin: 0 0 36px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--store-line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 0%, rgba(93,135,255,.10), transparent 28%),
    rgba(255,255,255,.42);
  box-shadow: 0 18px 44px rgba(23,32,51,.07);
}

.services-catalog-head {
  align-items: center;
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--store-line);
}

.services-catalog-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--store-primary);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.services-catalog-title h2 {
  margin: 7px 0 6px;
  color: var(--store-ink);
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 950;
}

.services-catalog-title p {
  margin: 0;
  color: var(--store-muted);
  font-weight: 700;
}

.services-catalog-count {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 175px;
  padding: 12px 15px;
  border: 1px solid var(--store-line);
  border-radius: 12px;
  background: rgba(255,255,255,.65);
}

.services-catalog-count strong {
  color: var(--store-primary);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 950;
}

.services-catalog-count span {
  color: var(--store-muted);
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.services-card-grid {
  align-items: stretch;
}

.web-service-card {
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: 190px 1fr;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--store-line);
  border-radius: 13px;
  box-shadow: 0 12px 30px rgba(23,32,51,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.web-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(93,135,255,.42);
  box-shadow: 0 20px 44px rgba(23,32,51,.13);
}

.web-service-image {
  position: relative;
  height: 190px;
}

.web-service-image img {
  opacity: .94;
  transition: transform .3s ease;
}

.web-service-card:hover .web-service-image img {
  transform: scale(1.035);
}

.web-service-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,24,41,.04), rgba(8,24,41,.48));
}

.web-service-number,
.web-service-type {
  position: absolute;
  z-index: 2;
  top: 13px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(8,31,55,.72);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: .72rem;
  font-weight: 900;
}

.web-service-number {
  left: 13px;
}

.web-service-type {
  right: 13px;
}

.web-service-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.web-service-title {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 12px;
}

.web-service-title > i {
  width: 42px;
  height: 42px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: #ecf2ff;
  border-radius: 10px;
  font-size: 23px;
}

.web-service-title h3 {
  margin: 0;
  color: var(--store-ink);
  font-size: 1.02rem;
  line-height: 1.25;
  font-weight: 900;
}

.web-service-body p {
  min-height: 0;
  margin: 0 0 14px;
  color: var(--store-muted);
  font-size: .9rem;
  line-height: 1.45;
  font-weight: 650;
}

.service-direct-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: auto;
  font-size: .8rem;
}

.service-direct-note i {
  color: var(--store-primary);
  font-size: 17px;
  flex: 0 0 auto;
}

.web-service-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding: 11px 13px;
  color: #fff;
  background: var(--store-primary);
  border-radius: 9px;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 900;
  transition: background .18s ease, transform .18s ease;
}

.service-direct-note + .web-service-action {
  margin-top: 10px;
}

.web-service-action:hover {
  color: #fff;
  background: var(--store-primary-hover);
  transform: translateX(2px);
}

.services-catalog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: 11px;
  background: rgba(236,242,255,.40);
}

.services-catalog-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--store-ink);
  font-weight: 800;
}

.service-list-web {
  display: grid;
  gap: 14px;
}

.service-list-group {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255,255,255,.28);
}

.service-list-group h3 {
  color: var(--store-ink);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.service-list-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-list-group span {
  border: 1px solid var(--store-line);
  background: rgba(236,242,255,.35);
  color: var(--store-ink);
  border-radius: 8px;
  padding: 7px 10px;
  font-weight: 700;
}

.service-showcase {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
}

.services-section-head {
  margin: 34px 0 20px;
}

.services-card-grid {
  align-items: stretch;
}

.services-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.services-form-grid > .service-form-area,
.services-form-grid > .service-info-area {
  width: auto;
  max-width: none;
  padding: 0;
}

.service-form-panel {
  position: static;
  scroll-margin-top: 110px;
  padding: clamp(22px, 3vw, 34px);
}

.service-form-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--store-line);
}

.service-form-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--store-primary);
  border-radius: 8px;
  font-size: 30px;
  box-shadow: 0 14px 28px rgba(23, 75, 134, .20);
}

.service-form-head .store-kicker {
  margin-bottom: 6px;
}

.service-form-head .store-title {
  margin-bottom: 8px;
}

.service-form-head p {
  max-width: 780px;
  margin: 0;
  color: var(--store-muted);
  line-height: 1.55;
}

.service-login-required {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(250, 137, 107, .28);
  border-radius: 8px;
  background: rgba(253, 237, 232, .72);
}

.service-login-required > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #9a351d;
  font-weight: 800;
}

.service-login-required i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #d75a37;
  border-radius: 8px;
  font-size: 22px;
  flex: 0 0 auto;
}

.service-login-required .btn {
  white-space: nowrap;
}

.service-quote-form {
  display: grid;
  gap: 14px;
}

.service-field {
  min-width: 0;
}

.service-field .form-label {
  margin-bottom: 8px;
}

.service-field .form-control,
.service-field .form-select {
  min-height: 48px;
  border-radius: 8px;
}

.service-field textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.service-input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.service-form-submit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  margin-top: 2px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: rgba(236,242,255,.28);
}

.service-form-submit span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--store-muted);
  font-weight: 800;
}

.service-form-submit i {
  color: var(--store-primary);
  font-size: 20px;
}

.selected-service-box,
.account-profile-box,
.account-auth-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  margin: 14px 0 18px;
  background: rgba(236,242,255,.38);
  border: 1px solid var(--store-line);
  border-radius: 8px;
}

.selected-service-box i,
.account-auth-note i,
.services-brief-steps i,
.account-action-card i,
.account-process-list i,
.account-public-steps i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(236,242,255,.55);
  border-radius: 8px;
  font-size: 24px;
}

.selected-service-box strong,
.account-profile-box strong,
.services-brief-steps strong,
.account-action-card strong,
.account-process-list strong,
.account-public-steps strong {
  color: var(--store-ink);
  line-height: 1.15;
}

.selected-service-box span,
.account-profile-box span,
.account-auth-note span {
  color: var(--store-muted);
  font-weight: 700;
}

.showcase-media {
  min-height: 360px;
  background: #0d2548;
  overflow: hidden;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-content {
  padding: clamp(24px, 3vw, 36px);
  display: grid;
  align-content: center;
}

.showcase-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--store-primary);
  font-weight: 800;
  margin-bottom: 12px;
}

.showcase-content p {
  color: var(--store-muted);
  margin-bottom: 18px;
}

.showcase-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.showcase-points > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-content: start;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  padding: 14px;
    background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

.showcase-points i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--store-primary);
  background: #ecf2ff;
  border-radius: 8px;
  font-size: 24px;
}

.showcase-points strong {
  color: var(--store-ink);
  line-height: 1.1;
}

.showcase-points span {
  color: var(--store-muted);
  font-size: .93rem;
}

.showcase-tags {
  background: rgba(236,242,255,.35);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.showcase-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--store-line);
  background: var(--store-soft);
  color: var(--store-ink);
  border-radius: 8px;
  padding: 7px 10px;
  font-weight: 800;
  font-size: .9rem;
  text-align: center;
}

.step-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
   background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

.step-box > div {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,.28);
}

.account-page-head {
  margin-bottom: 24px;
}

.account-welcome-card {
  margin-bottom: 22px;
}

.account-profile-box {
  min-width: 280px;
  margin: 0;
}

.account-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.account-action-card {
  display: grid;
  gap: 10px;
  min-height: 172px;
  padding: 22px;
  color: var(--store-muted);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.account-action-card:hover {
  transform: translateY(-3px);
  color: var(--store-muted);
  border-color: rgba(93, 135, 255, .36);
  box-shadow: 0 18px 42px rgba(23, 32, 51, .11);
}

.account-process-card {
  align-items: start;
  grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
}

.account-process-list,
.account-public-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 12px;
}

.account-process-card .store-title {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.12;
}

.account-public-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.account-auth-cover {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .45fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 16px;
  padding: clamp(22px, 3vw, 38px);
  color: var(--store-ink);
  background:
    radial-gradient(circle at 72% 14%, rgba(93,135,255,.13), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.28));
  border: 1px solid rgba(225,233,244,.88);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(23,32,51,.10);
  backdrop-filter: blur(10px);
}

.account-auth-cover::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -145px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(93,135,255,.16);
  border-radius: 50%;
}

.account-auth-cover-copy,
.account-auth-cover-side {
  position: relative;
  z-index: 1;
}

.account-auth-cover .store-kicker {
  color: var(--store-primary);
}

.account-auth-cover h1 {
  max-width: 720px;
  margin: 6px 0 10px;
  color: var(--store-ink);
  font-size: clamp(1.95rem, 3.5vw, 3.15rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.account-auth-cover h1 span {
  color: var(--store-primary);
}

.account-auth-cover-copy > p {
  max-width: 700px;
  margin: 0;
  color: var(--store-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.account-auth-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.account-auth-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  color: var(--store-ink);
  background: rgba(255,255,255,.54);
  border: 1px solid var(--store-line);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.account-auth-benefits span i {
  color: var(--store-primary);
  font-size: 17px;
}

.account-auth-cover-side {
  display: grid;
  justify-items: start;
  gap: 7px;
  padding: 22px;
  background: rgba(255,255,255,.58);
  border: 1px solid var(--store-line);
  border-radius: 15px;
  box-shadow: 0 14px 30px rgba(23,32,51,.08);
  backdrop-filter: blur(10px);
}

.account-auth-cover-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 5px;
  color: var(--store-primary);
  background: #edf2ff;
  border-radius: 12px;
  font-size: 25px;
}

.account-auth-cover-side strong { color: var(--store-ink); }
.account-auth-cover-side p { margin: 0 0 7px; color: var(--store-muted); font-size: .85rem; line-height: 1.45; }
.account-auth-cover-side a { display:inline-flex; align-items:center; gap:6px; color:var(--store-primary); font-size:.82rem; font-weight:900; text-decoration:none; }

.account-auth-grid {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: 20px;
  align-items: stretch;
}

.account-forgot-password {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--store-line);
}

.account-forgot-password summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--store-primary);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.account-forgot-password summary::-webkit-details-marker {
  display: none;
}

.account-forgot-password form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.account-forgot-password .btn {
  justify-content: center;
  font-weight: 900;
}

.account-login-card,
.account-register-card {
  height: 100%;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255,255,255,.78);
  border: 1px solid var(--store-line);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(23,32,51,.07);
}

.account-login-card {
  background: linear-gradient(160deg, rgba(236,242,255,.78), rgba(255,255,255,.88));
}

.account-auth-card-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--store-line);
}

.account-auth-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--store-primary);
  border-radius: 13px;
  box-shadow: 0 10px 22px rgba(93,135,255,.24);
  font-size: 26px;
}

.account-auth-card-head h2 {
  margin: 3px 0 4px;
  color: var(--store-ink);
  font-size: 1.35rem;
  font-weight: 900;
}

.account-auth-card-head p {
  margin: 0;
  color: var(--store-muted);
  font-size: .84rem;
}

.account-auth-form { display: grid; gap: 15px; }
.account-auth-form .form-label { margin-bottom: 7px; color: var(--store-ink); font-size: .78rem; font-weight: 850; }

.account-input-wrap { position: relative; }
.account-input-wrap > i {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 2;
  color: var(--store-primary);
  font-size: 19px;
  transform: translateY(-50%);
  pointer-events: none;
}

.account-input-wrap .form-control {
  min-height: 48px;
  padding: 11px 14px 11px 43px;
  color: var(--store-ink);
  background: rgba(255,255,255,.86);
  border: 1px solid var(--store-line);
  border-radius: 10px;
  box-shadow: none;
}

.account-input-wrap:has(.account-password-toggle) .form-control {
  padding-right: 50px;
}

.account-password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  color: var(--store-primary);
  background: rgba(93,135,255,.10);
  transform: translateY(-50%);
  transition: .18s ease;
}

.account-password-toggle:hover,
.account-password-toggle.is-visible {
  color: #fff;
  background: var(--store-primary);
  box-shadow: 0 12px 24px rgba(93,135,255,.24);
}

.account-input-wrap .form-control:focus {
  background: #fff;
  border-color: rgba(93,135,255,.62);
  box-shadow: 0 0 0 4px rgba(93,135,255,.11);
}

.account-register-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.account-auth-submit {
  min-height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 10px;
  font-weight: 900;
}

.account-login-card .account-auth-submit { width: 100%; margin-top: 3px; }
.account-register-footer { display:flex; justify-content:space-between; gap:18px; align-items:center; margin-top:4px; padding-top:16px; border-top:1px solid var(--store-line); }
.account-register-footer small { display:flex; gap:7px; max-width:390px; color:var(--store-muted); line-height:1.4; }
.account-register-footer small i { flex:0 0 auto; color:var(--store-primary); font-size:18px; }

.cart-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--store-line);
}

.cart-row:last-child {
  border-bottom: 0;
}

.request-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
}

.request-summary-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 12px;
}

.request-summary-stack div {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: rgba(255,255,255,.28);
  border: 1px solid var(--store-line);
  border-radius: 8px;
}

.request-summary-stack strong {
  color: var(--store-ink);
  font-size: 2rem;
  line-height: 1;
}

.request-summary-stack span {
  color: var(--store-muted);
  font-weight: 800;
}

.request-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: start;
}

.request-cart-panel,
.request-action-panel,
.request-history-panel {
  padding: 24px;
}

.request-action-panel {
  position: sticky;
  top: 110px;
}

.request-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.request-empty-state {
  min-height: 280px;
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  padding: 34px;
  color: var(--store-muted);
  border: 1px dashed var(--store-line);
  border-radius: 8px;
  background: rgba(255,255,255,.16);
}

.request-empty-state i {
  color: var(--store-primary);
  font-size: 52px;
}

.request-empty-state strong {
  color: var(--store-ink);
  font-size: 1.2rem;
}

.request-item-list,
.request-history-list {
  display: grid;
  gap: 12px;
}

.request-item-card,
.request-history-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: rgba(255,255,255,.22);
}

.request-item-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(236,242,255,.45);
  border-radius: 8px;
  font-size: 24px;
}

.request-item-body {
  display: grid;
  gap: 5px;
}

.request-item-body strong,
.request-history-card strong {
  color: var(--store-ink);
  line-height: 1.25;
}

.request-item-body > span,
.request-history-card span {
  color: var(--store-muted);
}

.request-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.request-cart-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.request-quantity-form {
  display: grid;
  gap: 4px;
}

.request-quantity-form label {
  color: var(--store-muted);
  font-size: .75rem;
  font-weight: 800;
}

.request-quantity-form > div {
  display: grid;
  grid-template-columns: 72px 38px;
  gap: 6px;
}

.request-quantity-form .form-control {
  text-align: center;
}

.request-cart-hero {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: 30px 32px;
  color: var(--store-ink);
  background:
    radial-gradient(circle at 82% 20%, rgba(93,135,255,.13), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.28));
  border: 1px solid rgba(225,233,244,.88);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(23,32,51,.10);
  backdrop-filter: blur(10px);
}

.request-cart-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -145px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(93,135,255,.15);
  border-radius: 50%;
  pointer-events: none;
}

.request-cart-hero > * {
  position: relative;
  z-index: 1;
}

.request-cart-hero-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: var(--store-primary);
  background: rgba(236,242,255,.66);
  border: 1px solid var(--store-line);
  border-radius: 16px;
  font-size: 34px;
  box-shadow: 0 12px 26px rgba(93,135,255,.14);
}

.request-cart-hero .showcase-kicker {
  color: var(--store-primary);
}

.request-cart-hero h1 {
  margin: 6px 0 7px;
  color: var(--store-ink);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 900;
  letter-spacing: -.035em;
}

.request-cart-hero h1 span {
  color: var(--store-primary);
}

.request-cart-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--store-muted);
  line-height: 1.6;
}

.request-continue-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  color: var(--store-primary);
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(93,135,255,.35);
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.request-continue-link:hover {
  color: #fff;
  background: var(--store-primary);
  border-color: var(--store-primary);
}

.request-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 22px;
  align-items: start;
  margin-top: 22px;
}

.request-cart-products,
.request-checkout-summary {
  padding: 25px;
  background: rgba(255,255,255,.7);
  border: 1px solid var(--store-line);
  border-radius: 15px;
  box-shadow: 0 14px 36px rgba(13,44,73,.06);
  backdrop-filter: blur(8px);
}

.request-section-kicker,
.request-summary-head > span {
  color: var(--store-primary);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.request-cart-products .request-section-head {
  align-items: center;
  margin-bottom: 17px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--store-line);
}

.request-cart-products .request-section-head h2,
.request-summary-head h2 {
  margin: 3px 0 0;
  color: var(--store-ink);
  font-size: 1.35rem;
  font-weight: 900;
}

.request-cart-count {
  padding: 7px 10px;
  color: var(--store-primary);
  background: rgba(236,242,255,.75);
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 850;
}

.request-cart-products .request-item-list {
  gap: 10px;
}

.request-cart-products .request-item-card {
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 17px;
  min-height: 126px;
  padding: 14px;
  background: rgba(255,255,255,.64);
  border-radius: 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.request-cart-products .request-item-card:hover {
  border-color: rgba(24,103,194,.26);
  box-shadow: 0 9px 24px rgba(13,44,73,.07);
}

.request-item-image {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--store-line);
  border-radius: 10px;
}

.request-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7px;
}

.request-cart-products .request-item-body {
  align-content: center;
  gap: 7px;
}

.request-product-code {
  width: fit-content;
  padding: 3px 7px;
  color: var(--store-primary) !important;
  background: rgba(236,242,255,.72);
  border-radius: 5px;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .05em;
}

.request-cart-products .request-item-body > strong {
  font-size: .98rem;
}

.request-stock-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  font-size: .77rem;
  font-weight: 800;
}

.request-stock-status.available {
  color: #08715e;
}

.request-stock-status.pending {
  color: #a3650b;
}

.request-cart-products .request-cart-actions {
  min-width: 128px;
  justify-items: stretch;
  align-content: center;
}

.request-cart-products .request-quantity-form > div {
  grid-template-columns: 78px 40px;
}

.request-cart-products .request-quantity-form .form-control {
  height: 38px;
  border-radius: 7px;
  font-weight: 850;
}

.request-update-button {
  height: 38px;
  color: var(--store-primary);
  background: rgba(236,242,255,.7);
  border: 1px solid rgba(24,103,194,.22);
  border-radius: 7px;
}

.request-remove-button {
  width: 100%;
  padding: 6px 8px;
  color: #a9483b;
  background: transparent;
  border: 0;
  font-size: .78rem;
  font-weight: 800;
}

.request-checkout-summary {
  position: sticky;
  top: 105px;
}

.request-summary-head {
  margin-bottom: 18px;
}

.request-summary-lines {
  display: grid;
  gap: 12px;
}

.request-summary-lines > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--store-muted);
}

.request-summary-lines strong {
  color: var(--store-ink);
  font-size: 1rem;
}

.request-order-notice {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 9px;
  margin-top: 17px;
  padding: 12px;
  color: #805615;
  background: #fff7e7;
  border: 1px solid #f2dcae;
  border-radius: 9px;
}

.request-order-notice i {
  font-size: 20px;
}

.request-order-notice p {
  margin: 0;
  font-size: .8rem;
  line-height: 1.45;
}

.request-checkout-divider {
  height: 1px;
  margin: 18px 0;
  background: var(--store-line);
}

.request-next-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 17px;
}

.request-next-step > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #08715e;
  background: #e6fffa;
  border-radius: 9px;
  font-size: 20px;
}

.request-next-step div {
  display: grid;
}

.request-next-step strong {
  color: var(--store-ink);
  font-size: .85rem;
}

.request-next-step span,
.request-login-note {
  color: var(--store-muted);
  font-size: .78rem;
}

.request-submit-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--store-primary), #174f80);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(24,103,194,.2);
  font-weight: 900;
  text-decoration: none;
}

.request-submit-button:hover {
  color: #fff;
  transform: translateY(-1px);
}

.request-account-link {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  color: var(--store-muted);
  font-size: .76rem;
  text-decoration: none;
}

@media (max-width: 991px) {
  .request-cart-hero {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .request-cart-hero-icon {
    width: 64px;
    height: 64px;
  }

  .request-continue-link {
    grid-column: 2;
    width: fit-content;
  }

  .request-checkout-layout {
    grid-template-columns: 1fr;
  }

  .request-checkout-summary {
    position: static;
  }
}

@media (max-width: 575px) {
  .request-cart-hero {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 23px;
  }

  .request-cart-hero-icon {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .request-continue-link {
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }

  .request-cart-products,
  .request-checkout-summary {
    padding: 17px;
  }

  .request-cart-products .request-item-card {
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
  }

  .request-item-image {
    width: 76px;
    height: 76px;
  }

  .request-cart-products .request-cart-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    min-width: 0;
    align-items: end;
  }

  .request-cart-products .request-quantity-form {
    justify-self: start;
  }
}

.request-steps {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.request-steps div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  color: var(--store-ink);
  background: rgba(255,255,255,.22);
  border: 1px solid var(--store-line);
  border-radius: 8px;
  font-weight: 800;
}

.request-steps i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--store-primary);
  background: rgba(236,242,255,.45);
  border-radius: 8px;
  font-size: 21px;
}

.request-history-card {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.request-history-card > div {
  display: grid;
  gap: 4px;
}

.request-status-pill {
  width: fit-content;
  padding: 6px 9px;
  color: var(--store-primary);
  background: rgba(236,242,255,.45);
  border: 1px solid var(--store-line);
  border-radius: 8px;
  font-weight: 800;
  font-size: .8rem;
}

.store-alert {
  border-radius: 8px;
  border: 1px solid var(--store-line);
  padding: 14px 16px;
  margin-top: 18px;
}

.store-alert.success {
  background: #e6fffa;
  color: #08715e;
}

.store-alert.error {
  background: #fff0ed;
  color: #9e3c29;
}

.store-footer {
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--store-line);
  padding: 30px 0;
}

.store-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.store-footer-inner div {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--store-ink);
}

.btn-primary {
  background: var(--store-primary);
  border-color: var(--store-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--store-primary-hover) !important;
  border-color: var(--store-primary-hover) !important;
}

.btn-outline-primary {
  color: var(--store-primary);
  border-color: var(--store-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff !important;
  background: var(--store-primary-hover) !important;
  border-color: var(--store-primary-hover) !important;
}

@media (max-width: 991px) {
  .account-auth-cover {
    grid-template-columns: 1fr;
  }

  .account-auth-cover-side {
    max-width: 460px;
  }

  .account-auth-grid {
    grid-template-columns: 1fr;
  }

  .services-catalog-head,
  .services-catalog-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-catalog-footer .btn {
    width: 100%;
  }

  .services-main-first {
    padding-top: 100px;
  }

  .services-top-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .services-carousel .carousel-item {
    height: 430px;
  }

  .services-carousel-content {
    left: 42px;
    width: calc(100% - 84px);
  }

  .catalog-main-first {
    padding-top: 98px;
  }

  .store-topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 14px 0;
  }

  .store-shell-header .navbar {
    min-height: 78px;
  }

  .store-user {
    justify-content: center;
  }

  .category-sidebar {
    position: static;
    height: auto !important;
    min-height: 0;
    max-height: none;
  }

  .category-list {
    max-height: 260px;
  }

  .catalog-workspace {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .catalog-products-column {
    order: 2;
  }

  .catalog-categories-column {
    order: 1;
  }

  .catalog-products-scroll {
    max-height: none;
  }

  .catalog-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-modal-grid {
    grid-template-columns: 1fr;
  }

  .product-modal-image {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--store-line);
  }

  .product-modal-image-frame {
    min-height: 320px;
  }

  .catalog-showcase-grid,
  .catalog-support-card,
  .services-hero-layout,
  .catalog-intro-strip,
  .services-feature-band,
  .catalog-hero-metrics,
  .catalog-hero-flow {
    grid-template-columns: 1fr;
  }

  .catalog-hero-actions,
  .services-hero-actions {
    padding-left: 0;
  }

  .store-hero h1,
  .store-hero p {
    padding-left: 0;
  }

  .store-hero h1::before {
    display: none;
  }

  .account-grid,
  .account-auth-grid,
  .account-action-grid,
  .account-process-card,
  .account-process-list,
  .account-public-steps,
  .account-welcome-card,
  .account-auth-hero,
  .service-showcase,
  .catalog-brief,
  .catalog-stats,
  .request-hero-card,
  .request-flow-grid,
  .services-brief,
  .services-brief-steps,
  .services-form-grid,
  .step-box {
    grid-template-columns: 1fr;
  }

  .service-form-panel {
    position: static;
  }

  .showcase-points {
    grid-template-columns: 1fr;
  }

  .service-input-grid,
  .service-login-required,
  .service-form-submit,
  .catalog-toolbar,
  .catalog-search-grid,
  .showcase-tags {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar-actions {
    justify-items: stretch;
    padding-left: 0;
    padding-top: 14px;
    border-left: 0;
    border-top: 1px solid var(--store-line);
  }

  .catalog-toolbar-actions span {
    text-align: left;
  }

  .catalog-support-actions {
    justify-content: flex-start;
  }

  .service-login-required .btn {
    width: 100%;
  }

  .account-profile-box {
    min-width: 0;
  }

  .request-action-panel {
    position: static;
  }

  .request-summary-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .account-auth-cover {
    padding: 25px 20px;
    border-radius: 15px;
  }

  .account-auth-cover h1 {
    font-size: 2.15rem;
  }

  .account-auth-benefits {
    display: grid;
  }

  .account-auth-cover-side {
    padding: 18px;
  }

  .account-login-card,
  .account-register-card {
    padding: 20px 17px;
    border-radius: 13px;
  }

  .account-register-fields {
    grid-template-columns: 1fr;
  }

  .account-register-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .account-register-footer .account-auth-submit {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .services-catalog-section {
    padding: 16px;
    border-radius: 12px;
  }

  .services-catalog-count {
    width: 100%;
  }

  .web-service-card {
    grid-template-rows: 175px 1fr;
  }

  .web-service-image {
    height: 175px;
  }

  .web-service-type {
    max-width: 145px;
    text-align: center;
  }

  .catalog-pagination {
    padding: 13px;
  }

  .catalog-pagination .pagination {
    width: 100%;
    justify-content: center;
  }

  .catalog-pagination .page-link {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    font-size: .82rem;
  }

  .services-main-first {
    padding-top: 96px;
  }

  .services-top-heading {
    margin-bottom: 14px;
    padding: 20px;
  }

  .services-top-heading h1 {
    font-size: 1.95rem;
  }

  .services-heading-benefits {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-heading-action {
    padding: 16px;
  }

  .services-carousel {
    margin-left: -2px;
    margin-right: -2px;
    border-radius: 10px;
  }

  .services-carousel .carousel-item {
    height: 390px;
  }

  .services-carousel-overlay {
    background: linear-gradient(0deg, rgba(8,24,41,.96) 0%, rgba(13,44,73,.74) 58%, rgba(8,24,41,.12) 100%);
  }

  .services-carousel-content {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 40px;
    width: auto;
    transform: none;
  }

  .services-carousel-content h2 {
    font-size: 1.7rem;
  }

  .services-carousel-content p {
    font-size: .9rem;
    line-height: 1.4;
  }

  .services-carousel-content .btn {
    width: 100%;
  }

  .services-carousel .carousel-control-prev,
  .services-carousel .carousel-control-next {
    display: none;
  }

  .store-nav a {
    font-size: .82rem;
    padding: 8px;
  }

  .store-hero {
    padding: 54px 0 76px;
  }

  .store-search {
    margin-top: -36px;
  }

  .catalog-showcase-hero,
  .services-showcase-hero {
    padding: 104px 0 56px;
  }

  .catalog-hero-panel,
  .services-hero-panel,
  .catalog-intro-strip > div,
  .services-feature-band > .store-panel {
    padding: 18px;
  }

  .catalog-hero-panel-head,
  .services-hero-panel-top,
  .services-hero-timeline div {
    grid-template-columns: 1fr;
  }

  .services-hero-timeline span {
    grid-row: auto;
  }

  .cart-row {
    grid-template-columns: 1fr;
  }

  .request-hero-card,
  .request-cart-panel,
  .request-action-panel,
  .request-history-panel {
    padding: 18px;
  }

  .request-summary-stack {
    grid-template-columns: 1fr;
  }

  .request-section-head,
  .request-item-card,
  .request-history-card {
    grid-template-columns: 1fr;
  }

  .request-section-head {
    display: grid;
  }

  .request-item-action {
    width: 100%;
  }

  .request-item-action .btn {
    width: 100%;
  }

  .product-modal {
    padding: 12px;
  }

  .product-modal-content {
    padding: 24px;
  }

  .product-modal-content h2 {
    margin-right: 36px;
  }

  .product-modal-form-row {
    grid-template-columns: 1fr;
  }

  .product-modal-form-row .btn {
    width: 100%;
  }
}
