:root {
  --op-cyan: #00f2ff;
  --op-green: #37e68a;
  --op-purple: #8d5cff;
  --op-amber: #ffbf5b;
  --op-red: #ff7070;
  --op-bg: #030506;
  --op-panel: rgba(12, 17, 19, 0.88);
  --op-panel-solid: #0c1113;
  --op-line: rgba(255, 255, 255, 0.08);
  --op-copy: #a1aaad;
}

body.op-client-dashboard {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% -5%, rgba(0, 242, 255, 0.10), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(125, 0, 255, 0.10), transparent 30rem),
    var(--op-bg);
  color: #f7fbfc;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

body.op-client-dashboard .site-main { min-height: 100vh; }

body.op-client-dashboard .site-header {
  background: rgba(3, 5, 6, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

body.op-client-dashboard.admin-bar .site-header { top: 32px; }

body.op-client-dashboard .site-footer {
  padding: 34px 5%;
  background: #030506;
}

body.op-client-dashboard .site-footer .footer-inner { display: none; }

body.op-client-dashboard .site-footer .footer-bottom {
  max-width: 1370px;
  margin: 0 auto;
  padding-top: 0;
  border-top: 0;
}

.op-dashboard,
.op-login-shell {
  position: relative;
  z-index: 2;
}

.op-dashboard {
  width: min(1370px, calc(100% - 48px));
  margin: 0 auto;
  padding: 145px 0 90px;
}

.op-dashboard-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.op-dash-welcome {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.op-dashboard-jump {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -5px 0 17px;
  padding: 6px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 999px;
  background: rgba(7, 11, 12, 0.72);
  scrollbar-width: none;
}
.op-dashboard-jump::-webkit-scrollbar { display: none; }
.op-dashboard-jump a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; min-height: 37px; padding: 0 14px; border-radius: 999px; color: #8c989a; font-size: 0.64rem; font-weight: 850; text-decoration: none; }
.op-dashboard-jump a:hover,
.op-dashboard-jump a:focus-visible { outline: none; background: rgba(0, 242, 255, 0.075); color: #d9fbfd; }
.op-dashboard-jump a span { display: grid; width: 16px; height: 16px; place-items: center; color: var(--op-cyan); font-size: 0.66rem; }
#op-overview,
#op-requests,
#op-services,
#op-request { scroll-margin-top: 110px; }

.op-dash-welcome > div:first-child { min-width: 0; }

.op-dash-kicker,
.op-section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--op-cyan);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.op-dash-welcome h1 {
  margin: 0 0 9px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
  overflow-wrap: anywhere;
}

.op-dash-welcome > div:first-child > p {
  margin: 0;
  color: #7f898c;
  font-size: 0.98rem;
}

.op-dash-account {
  display: flex;
  align-items: center;
  gap: 13px;
}

.op-preview-pill,
.op-panel-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(141, 92, 255, 0.28);
  border-radius: 999px;
  background: rgba(141, 92, 255, 0.08);
  color: #c5b1ff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.op-account-link {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
}

.op-account-link:hover .op-avatar { border-color: rgba(0, 242, 255, 0.55); }

.op-account-link > span:last-child { display: flex; flex-direction: column; }
.op-account-link strong { font-size: 0.78rem; font-weight: 800; }
.op-account-link small { margin-top: 3px; color: #778083; font-size: 0.66rem; }

.op-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: linear-gradient(145deg, #182126, #0a0e10);
  color: var(--op-cyan);
  font-size: 0.82rem;
  font-weight: 900;
  transition: border-color 0.2s ease;
}

.op-health-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 45px;
  margin-bottom: 22px;
  padding: clamp(27px, 4vw, 48px);
  border: 1px solid rgba(55, 230, 138, 0.17);
  border-radius: 28px;
  background:
    linear-gradient(105deg, rgba(55, 230, 138, 0.11), rgba(6, 14, 12, 0.82) 48%, rgba(10, 15, 16, 0.94)),
    var(--op-panel-solid);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26), inset 0 1px rgba(255, 255, 255, 0.025);
}

.op-health-card::after {
  content: '';
  position: absolute;
  top: -80px;
  right: 4%;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(55, 230, 138, 0.08);
  filter: blur(60px);
  pointer-events: none;
}

.op-health-card--progress {
  border-color: rgba(0, 242, 255, 0.18);
  background: linear-gradient(105deg, rgba(0, 242, 255, 0.09), rgba(6, 12, 14, 0.84) 48%, rgba(10, 15, 16, 0.94));
}

.op-health-card--attention {
  border-color: rgba(255, 112, 112, 0.22);
  background: linear-gradient(105deg, rgba(255, 112, 112, 0.10), rgba(15, 9, 9, 0.87) 48%, rgba(10, 15, 16, 0.94));
}

.op-health-main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 25px;
}

.op-health-orb {
  display: grid;
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(55, 230, 138, 0.38);
  border-radius: 50%;
  background: rgba(55, 230, 138, 0.13);
  box-shadow: 0 0 0 9px rgba(55, 230, 138, 0.035), 0 0 40px rgba(55, 230, 138, 0.13);
}

.op-health-card--progress .op-health-orb {
  border-color: rgba(0, 242, 255, 0.35);
  background: rgba(0, 242, 255, 0.10);
  box-shadow: 0 0 0 9px rgba(0, 242, 255, 0.03), 0 0 40px rgba(0, 242, 255, 0.10);
}

.op-health-card--attention .op-health-orb {
  border-color: rgba(255, 112, 112, 0.35);
  background: rgba(255, 112, 112, 0.10);
  box-shadow: 0 0 0 9px rgba(255, 112, 112, 0.03), 0 0 40px rgba(255, 112, 112, 0.10);
}

.op-health-orb svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: var(--op-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

.op-health-card--progress .op-health-orb svg { stroke: var(--op-cyan); }
.op-health-card--attention .op-health-orb svg { stroke: var(--op-red); }

.op-health-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: var(--op-green);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.op-health-card--progress .op-health-eyebrow { color: var(--op-cyan); }
.op-health-card--attention .op-health-eyebrow { color: var(--op-red); }

.op-health-eyebrow > span,
.op-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 11px currentColor;
  animation: op-pulse 2.2s ease-in-out infinite;
}

.op-health-main h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.op-health-main p {
  max-width: 650px;
  margin: 0;
  color: #a4afb0;
  font-size: 0.92rem;
  line-height: 1.65;
}

.op-health-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.op-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 45px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

a.op-button:hover { transform: translateY(-2px); }

.op-button--primary {
  background: var(--op-cyan);
  color: #001416;
  box-shadow: 0 10px 30px rgba(0, 242, 255, 0.14);
}

.op-button--primary:hover { background: #fff; }
.op-button--ghost { border-color: rgba(255, 255, 255, 0.13); background: rgba(255, 255, 255, 0.025); color: #fff; }
.op-button--ghost:hover { border-color: rgba(0, 242, 255, 0.38); background: rgba(0, 242, 255, 0.06); }
.op-button--disabled { border-color: var(--op-line); background: rgba(255, 255, 255, 0.025); color: #727c7f; cursor: default; }
.op-button--preview { cursor: default; }

.op-health-meta {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #758083;
  font-size: 0.68rem;
  font-weight: 700;
}

.op-health-meta > span { display: inline-flex; align-items: center; gap: 8px; }
.op-live-dot { width: 6px; height: 6px; color: var(--op-green); animation: none; }

.op-dashboard-notice {
  display: flex;
  gap: 8px;
  margin: 0 0 22px;
  padding: 15px 19px;
  border: 1px solid rgba(255, 191, 91, 0.25);
  border-radius: 14px;
  background: rgba(255, 191, 91, 0.07);
  color: #d9c59f;
  font-size: 0.78rem;
}
.op-dashboard-notice strong { color: #ffe2ad; }

.op-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(310px, 0.72fr);
  gap: 22px;
  align-items: start;
}

.op-dashboard-primary,
.op-dashboard-sidebar {
  display: grid;
  gap: 22px;
}

.op-panel,
.op-ownership {
  border: 1px solid var(--op-line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(15, 21, 23, 0.92), rgba(7, 10, 11, 0.96));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.018);
}

.op-panel { padding: clamp(22px, 3vw, 31px); }

.op-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 25px;
}

.op-panel-heading h2,
.op-ownership h2,
.op-support-card h2 {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.op-panel-chip {
  border-color: rgba(0, 242, 255, 0.15);
  background: rgba(0, 242, 255, 0.045);
  color: #79bec3;
}

.op-system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
}

.op-system-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 22px;
  background: #0a0e10;
}

.op-system-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  line-height: 0;
  isolation: isolate;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 8px 24px rgba(0, 0, 0, 0.22);
}

.op-system-icon svg,
.op-ownership-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  vector-effect: non-scaling-stroke;
}

.op-system-icon--cyan { border-color: rgba(0, 242, 255, 0.27); background: radial-gradient(circle at 38% 30%, rgba(0, 242, 255, 0.19), rgba(0, 242, 255, 0.055) 66%); color: var(--op-cyan); }
.op-system-icon--purple { border-color: rgba(141, 92, 255, 0.30); background: radial-gradient(circle at 38% 30%, rgba(141, 92, 255, 0.22), rgba(141, 92, 255, 0.06) 66%); color: #aa8bff; }
.op-system-icon--green { border-color: rgba(55, 230, 138, 0.28); background: radial-gradient(circle at 38% 30%, rgba(55, 230, 138, 0.20), rgba(55, 230, 138, 0.055) 66%); color: var(--op-green); }
.op-system-icon--amber { border-color: rgba(255, 191, 91, 0.28); background: radial-gradient(circle at 38% 30%, rgba(255, 191, 91, 0.20), rgba(255, 191, 91, 0.055) 66%); color: var(--op-amber); }

.op-system-item > div { min-width: 0; }
.op-system-item > div > small,
.op-system-item > div > strong,
.op-system-item > div > span { display: block; }
.op-system-item small { margin-bottom: 5px; color: #707a7d; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.055em; text-transform: uppercase; }
.op-system-item strong { overflow: hidden; color: #f3f7f8; font-size: 0.94rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.op-system-item > div > span { margin-top: 5px; color: #737d7f; font-size: 0.68rem; line-height: 1.45; }

.op-panel-heading--progress { align-items: center; margin-bottom: 18px; }
.op-progress-label { flex: 0 0 auto; text-align: right; }
.op-progress-label strong { display: block; color: var(--op-cyan); font-size: 1.2rem; }
.op-progress-label span { display: block; margin-top: 2px; color: #677174; font-size: 0.62rem; }

.op-progress-track {
  overflow: hidden;
  height: 5px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.op-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00bac4, var(--op-cyan));
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.36);
}

.op-setup-list { margin: 0; padding: 0; list-style: none; }

.op-setup-list li {
  position: relative;
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 61px;
  padding: 10px 0;
}

.op-setup-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 46px;
  bottom: -15px;
  left: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.op-setup-list li.is-done:not(:last-child)::after { background: rgba(55, 230, 138, 0.25); }

.op-step-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: #111719;
  color: #7e888b;
  font-size: 0.65rem;
  font-weight: 900;
}

.is-done .op-step-mark { border-color: rgba(55, 230, 138, 0.32); background: rgba(55, 230, 138, 0.11); color: var(--op-green); }
.op-setup-list strong { display: block; margin-bottom: 3px; color: #e9eeef; font-size: 0.78rem; }
.op-setup-list small { display: block; color: #707a7d; font-size: 0.67rem; line-height: 1.45; }
.op-step-state { color: #707a7d; font-size: 0.59rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.is-done .op-step-state { color: #66ad83; }

.op-calm-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(0, 242, 255, 0.12);
  border-radius: 13px;
  background: rgba(0, 242, 255, 0.045);
}

.op-calm-note > span {
  display: grid;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.30);
  border-radius: 50%;
  color: var(--op-cyan);
  font-size: 0.68rem;
  font-weight: 900;
}

.op-calm-note p { margin: 0; color: #7e898c; font-size: 0.69rem; line-height: 1.5; }
.op-calm-note strong { color: #b9d8db; }

.op-ownership {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 29px;
  background:
    linear-gradient(110deg, rgba(141, 92, 255, 0.09), transparent 55%),
    linear-gradient(145deg, rgba(15, 21, 23, 0.92), rgba(7, 10, 11, 0.96));
}

.op-ownership-icon {
  display: grid;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(141, 92, 255, 0.25);
  border-radius: 15px;
  background: rgba(141, 92, 255, 0.08);
  color: #aa8bff;
}

.op-ownership p { max-width: 710px; margin: 7px 0 0; color: #858f92; font-size: 0.75rem; line-height: 1.6; }

.op-billing-card .op-panel-heading { align-items: center; margin-bottom: 15px; }

.op-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 191, 91, 0.08);
  color: #d5a752;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.op-status-pill i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.op-status-pill.is-active { background: rgba(55, 230, 138, 0.08); color: var(--op-green); }

.op-plan-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 12px 0 23px;
  border-bottom: 1px solid var(--op-line);
}
.op-plan-price strong { color: #fff; font-size: 1.8rem; font-weight: 900; letter-spacing: -0.045em; }
.op-plan-price .woocommerce-Price-currencySymbol { font-size: 0.9em; }
.op-plan-price > span { color: #687275; font-size: 0.7rem; }

.op-plan-details { margin: 0; }
.op-plan-details > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.055); font-size: 0.7rem; }
.op-plan-details dt { color: #707a7d; }
.op-plan-details dd { margin: 0; color: #d5dcde; font-weight: 700; text-align: right; }

.op-card-actions { display: grid; gap: 9px; margin-top: 20px; }
.op-card-actions a,
.op-quick-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 11px 0;
  color: #a8b0b2;
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration: none;
}
.op-card-actions a:hover,
.op-quick-links a:hover { color: var(--op-cyan); }

.op-support-card {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 0, rgba(0, 242, 255, 0.09), transparent 13rem),
    linear-gradient(145deg, rgba(15, 21, 23, 0.94), rgba(7, 10, 11, 0.98));
}

.op-support-portrait {
  position: relative;
  display: grid;
  width: 49px;
  height: 49px;
  margin-bottom: 19px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.20);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(0, 242, 255, 0.13), rgba(125, 0, 255, 0.09));
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}
.op-support-portrait span { position: absolute; right: -3px; bottom: -3px; width: 12px; height: 12px; border: 3px solid #0c1113; border-radius: 50%; background: var(--op-green); }
.op-support-card h2 { margin-bottom: 9px; font-size: 1.25rem; }
.op-support-card p { margin: 0 0 20px; color: #7f898c; font-size: 0.74rem; line-height: 1.65; }
.op-support-card .op-button { width: 100%; }
.op-support-email { display: block; margin-top: 13px; color: #b7c1c3; font-size: 0.7rem; font-weight: 700; text-align: center; text-decoration: none; }
.op-support-email:hover { color: var(--op-cyan); }
.op-policy-link { display: block; margin-top: 21px; padding-top: 17px; border-top: 1px solid var(--op-line); color: #626d70; font-size: 0.64rem; text-decoration: none; }
.op-policy-link:hover { color: #a9b3b5; }

.op-quick-links {
  display: grid;
  padding: 5px 26px;
  border: 1px solid var(--op-line);
  border-radius: 18px;
  background: rgba(10, 14, 16, 0.58);
}
.op-quick-links a + a { border-top: 1px solid rgba(255, 255, 255, 0.055); }

.op-projects-panel,
.op-requests-panel,
.op-service-hub {
  margin-top: 22px;
  border: 1px solid var(--op-line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(15, 21, 23, 0.92), rgba(7, 10, 11, 0.97));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.018);
}

.op-projects-panel {
  scroll-margin-top: 110px;
  padding: clamp(22px, 3vw, 31px);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 242, 255, 0.065), transparent 22rem),
    linear-gradient(145deg, rgba(15, 21, 23, 0.92), rgba(7, 10, 11, 0.97));
}
.op-projects-panel .op-panel-heading { align-items: flex-start; margin-bottom: 18px; }
.op-projects-panel .op-panel-heading p { max-width: 700px; margin: 7px 0 0; color: #748083; font-size: 0.7rem; line-height: 1.55; }
.op-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.op-project-card {
  display: flex;
  min-width: 0;
  padding: clamp(20px, 3vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 19px;
  background: rgba(6, 10, 11, 0.83);
  flex-direction: column;
}
.op-project-card--brief-needed,
.op-project-card--payment { border-color: rgba(255, 191, 91, 0.2); background: radial-gradient(circle at 100% 0, rgba(255, 191, 91, 0.07), transparent 15rem), rgba(6, 10, 11, 0.86); }
.op-project-card--complete { border-color: rgba(55, 230, 138, 0.14); }
.op-project-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.op-project-icon { display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid rgba(0, 242, 255, 0.14); border-radius: 13px; background: rgba(0, 242, 255, 0.05); color: var(--op-cyan); }
.op-project-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.op-project-card h3 { margin: 0 0 9px; color: #edf3f4; font-size: 1.08rem; font-weight: 900; letter-spacing: -0.025em; }
.op-project-card > p { min-height: 3.2em; margin: 0 0 18px; color: #7b8789; font-size: 0.69rem; line-height: 1.6; }
.op-project-card dl { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: auto 0 18px; padding: 15px 0; border-top: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.op-project-card dl div { display: flex; gap: 6px; }
.op-project-card dt { color: #606b6d; font-size: 0.61rem; }
.op-project-card dd { margin: 0; color: #b3bdc0; font-size: 0.61rem; font-weight: 800; }
.op-project-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.op-project-actions .op-button { width: auto; min-height: 43px; padding-inline: 17px; }
.op-project-actions > a:not(.op-button) { color: #7b8789; font-size: 0.63rem; font-weight: 750; text-decoration: none; }
.op-project-actions > a:not(.op-button):hover { color: var(--op-cyan); }
.op-request-status--brief-needed,
.op-request-status--payment { color: var(--op-amber); }

.op-value-planner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 19px;
  margin-bottom: 22px;
  padding: 19px 22px;
  border: 1px solid rgba(0, 242, 255, 0.13);
  border-radius: 20px;
  background: radial-gradient(circle at 100% 0, rgba(0, 242, 255, 0.075), transparent 17rem), rgba(9, 14, 16, 0.8);
}
.op-value-planner-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(0, 242, 255, 0.16); border-radius: 14px; background: rgba(0, 242, 255, 0.055); color: var(--op-cyan); }
.op-value-planner-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.op-value-planner h2 { margin: 4px 0 5px; color: #ecf2f3; font-size: 1rem; letter-spacing: -0.025em; }
.op-value-planner p { max-width: 720px; margin: 0; color: #737f82; font-size: 0.66rem; line-height: 1.55; }
.op-value-planner-actions { display: flex; align-items: center; gap: 13px; flex-direction: column; }
.op-value-planner-actions .op-button { min-width: 150px; }
.op-value-planner-actions > a:not(.op-button) { color: #718083; font-size: 0.57rem; font-weight: 750; text-decoration: none; }
.op-value-planner-actions > a:not(.op-button):hover { color: var(--op-cyan); }

.op-requests-panel { padding: clamp(22px, 3vw, 31px); }
.op-requests-panel .op-panel-heading { align-items: center; margin-bottom: 17px; }

.op-text-link {
  color: #8f999b;
  font-size: 0.67rem;
  font-weight: 800;
  text-decoration: none;
}
.op-text-link:hover { color: var(--op-cyan); }

.op-request-history {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 17px;
}

.op-request-row {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
  background: #0a0e10;
}
.op-request-row + .op-request-row { border-top: 1px solid rgba(255, 255, 255, 0.06); }

.op-request-symbol {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  background: rgba(0, 242, 255, 0.07);
  color: var(--op-cyan);
}
.op-request-symbol svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.op-request-summary { min-width: 0; }
.op-request-summary strong { display: block; color: #e8edef; font-size: 0.76rem; }
.op-request-summary p { overflow: hidden; margin: 4px 0 0; color: #737d80; font-size: 0.66rem; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.op-request-summary small { display: block; margin-top: 6px; color: #9fb0b3; font-size: 0.65rem; line-height: 1.45; }

.op-request-meta { display: flex; align-items: flex-end; flex-direction: column; gap: 7px; }
.op-request-meta time { color: #5f696c; font-size: 0.59rem; }
.op-request-status { display: inline-flex; align-items: center; gap: 6px; color: #6bc5cc; font-size: 0.57rem; font-weight: 900; letter-spacing: 0.065em; text-transform: uppercase; white-space: nowrap; }
.op-request-status i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.op-request-status--planned,
.op-request-status--scheduled { color: #c3a2ff; }
.op-request-status--complete { color: var(--op-green); }

.op-service-hub {
  overflow: hidden;
  padding: clamp(25px, 4vw, 43px);
  background:
    radial-gradient(circle at 92% 0, rgba(141, 92, 255, 0.10), transparent 25rem),
    radial-gradient(circle at 5% 100%, rgba(0, 242, 255, 0.06), transparent 24rem),
    linear-gradient(145deg, rgba(15, 21, 23, 0.95), rgba(6, 9, 10, 0.98));
}

.op-service-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 27px;
}
.op-service-heading h2 { margin: 0; color: #fff; font-size: clamp(1.65rem, 3.3vw, 2.55rem); font-weight: 900; letter-spacing: -0.045em; line-height: 1.08; }
.op-service-heading p { max-width: 690px; margin: 10px 0 0; color: #828c8f; font-size: 0.78rem; line-height: 1.65; }

.op-optional-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: #778184;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.op-product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 19px;
  margin: -5px 0 19px;
  padding: 13px 17px;
  border: 1px solid rgba(55, 230, 138, 0.12);
  border-radius: 14px;
  background: rgba(55, 230, 138, 0.035);
  color: #8fa19a;
  font-size: 0.63rem;
  font-weight: 750;
}
.op-product-trust span { display: inline-flex; align-items: center; gap: 7px; }
.op-product-trust i { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: rgba(55, 230, 138, 0.11); color: var(--op-green); font-size: 0.51rem; font-style: normal; font-weight: 900; }

.op-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.op-product-card {
  --op-offer: var(--op-cyan);
  --op-offer-rgb: 0, 242, 255;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 420px;
  padding: clamp(22px, 3vw, 29px);
  overflow: hidden;
  border: 1px solid rgba(var(--op-offer-rgb), 0.16);
  border-radius: 21px;
  background:
    radial-gradient(circle at 92% -8%, rgba(var(--op-offer-rgb), 0.10), transparent 15rem),
    rgba(6, 10, 11, 0.86);
  flex-direction: column;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.op-product-card:hover { border-color: rgba(var(--op-offer-rgb), 0.34); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22); transform: translateY(-3px); }
.op-product-card--purple { --op-offer: #aa8bff; --op-offer-rgb: 141, 92, 255; }
.op-product-card--green { --op-offer: var(--op-green); --op-offer-rgb: 55, 230, 138; }
.op-product-card--amber { --op-offer: var(--op-amber); --op-offer-rgb: 255, 191, 91; }
.op-product-card.is-featured { border-color: rgba(var(--op-offer-rgb), 0.42); box-shadow: inset 0 0 0 1px rgba(var(--op-offer-rgb), 0.045), 0 18px 50px rgba(0, 0, 0, 0.18); }

.op-product-popular {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 7px 12px;
  border-radius: 0 0 10px 10px;
  background: var(--op-offer);
  color: #07090a;
  font-size: 0.52rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.op-product-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.op-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(var(--op-offer-rgb), 0.27);
  border-radius: 50%;
  background: rgba(var(--op-offer-rgb), 0.085);
  color: var(--op-offer);
}
.op-product-icon svg,
.op-care-icon svg { display: block; width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.op-product-eyebrow { color: var(--op-offer); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.op-product-card > h3 { margin: 0 0 9px; color: #f7fbfc; font-size: 1.2rem; font-weight: 900; letter-spacing: -0.035em; }
.op-product-summary { min-height: 3.3em; margin: 0 0 18px; color: #7c8789; font-size: 0.72rem; line-height: 1.65; }
.op-product-price { display: flex; align-items: baseline; gap: 9px; margin-bottom: 18px; }
.op-product-price strong { color: #fff; font-size: 1.75rem; font-weight: 950; letter-spacing: -0.055em; }
.op-product-price > span { color: #697477; font-size: 0.62rem; font-weight: 750; }
.op-product-card ul { display: grid; gap: 9px; margin: 0 0 17px; padding: 17px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.065); list-style: none; }
.op-product-card li { display: flex; align-items: flex-start; gap: 9px; color: #a2adaf; font-size: 0.67rem; line-height: 1.45; }
.op-product-card li i { display: grid; flex: 0 0 auto; width: 17px; height: 17px; margin-top: 1px; place-items: center; border-radius: 50%; background: rgba(var(--op-offer-rgb), 0.09); color: var(--op-offer); font-size: 0.49rem; font-style: normal; font-weight: 900; }
.op-product-delivery { margin: auto 0 15px; color: #5f6a6d; font-size: 0.59rem; line-height: 1.5; }
.op-product-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  padding: 0 17px;
  border: 1px solid rgba(var(--op-offer-rgb), 0.26);
  border-radius: 999px;
  background: rgba(var(--op-offer-rgb), 0.08);
  color: var(--op-offer);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-decoration: none;
}
.op-product-cta:hover { border-color: var(--op-offer); background: var(--op-offer); color: #061012; }
.op-product-cta span { font-size: 0.85rem; }

.op-product-scope-note { max-width: 980px; margin: 15px auto 24px; color: #5f696c; font-size: 0.6rem; line-height: 1.6; text-align: center; }

.op-care-services { margin-top: 31px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.075); }
.op-care-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 16px; }
.op-care-heading h3 { margin: 4px 0 0; color: #eef3f4; font-size: 1.12rem; font-weight: 900; letter-spacing: -0.025em; }
.op-care-heading > p { max-width: 590px; margin: 0; color: #707b7e; font-size: 0.67rem; line-height: 1.55; text-align: right; }
.op-care-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.op-care-strip {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: start;
  gap: 17px;
  padding: 19px 22px;
  border: 1px solid rgba(255, 191, 91, 0.15);
  border-radius: 18px;
  background: linear-gradient(100deg, rgba(255, 191, 91, 0.065), rgba(7, 11, 12, 0.76) 42%);
}
.op-care-strip--assurance { border-color: rgba(0, 242, 255, 0.16); background: linear-gradient(100deg, rgba(0, 242, 255, 0.06), rgba(7, 11, 12, 0.76) 42%); }
.op-care-strip--assurance .op-care-icon { border-color: rgba(0, 242, 255, 0.25); background: rgba(0, 242, 255, 0.08); color: var(--op-cyan); }
.op-care-strip--assurance .op-section-kicker { color: var(--op-cyan); }
.op-care-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255, 191, 91, 0.25); border-radius: 50%; background: rgba(255, 191, 91, 0.08); color: var(--op-amber); }
.op-care-strip .op-section-kicker { margin-bottom: 4px; color: var(--op-amber); font-size: 0.52rem; }
.op-care-strip h3 { margin: 0 0 4px; color: #eef3f4; font-size: 0.89rem; }
.op-care-strip p { margin: 0; color: #737e80; font-size: 0.66rem; line-height: 1.5; }
.op-care-buy { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 18px; margin-top: 3px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.op-care-buy > strong { color: #fff; font-size: 1.14rem; white-space: nowrap; }
.op-care-buy small { margin-left: 3px; color: #677174; font-size: 0.56rem; font-weight: 700; }
.op-care-buy > a { display: inline-flex; align-items: center; gap: 13px; min-height: 41px; padding: 0 16px; border: 1px solid rgba(255, 191, 91, 0.24); border-radius: 999px; color: var(--op-amber); font-size: 0.61rem; font-weight: 900; text-decoration: none; white-space: nowrap; }
.op-care-strip--assurance .op-care-buy > a { border-color: rgba(0, 242, 255, 0.24); color: var(--op-cyan); }
.op-care-buy > a:hover { border-color: var(--op-amber); background: var(--op-amber); color: #161005; }
.op-care-strip--assurance .op-care-buy > a:hover { border-color: var(--op-cyan); background: var(--op-cyan); color: #061012; }
.op-care-annual { flex-basis: 100%; margin: 0 !important; color: #647174 !important; text-align: right; }
.op-care-annual a { color: #8ba6a9; text-decoration: underline; }

.op-premium-services { margin-top: 35px; padding-top: 31px; border-top: 1px solid rgba(255, 255, 255, 0.075); }
.op-premium-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 18px; }
.op-premium-heading h3 { margin: 0; color: #f4f8f9; font-size: clamp(1.35rem, 3vw, 1.9rem); font-weight: 900; letter-spacing: -0.04em; }
.op-premium-heading p { max-width: 720px; margin: 9px 0 0; color: #778285; font-size: 0.7rem; line-height: 1.6; }
.op-premium-qualifier { flex: 0 0 auto; display: inline-flex; min-height: 31px; padding: 0 12px; align-items: center; border: 1px solid rgba(255, 191, 91, 0.18); border-radius: 999px; background: rgba(255, 191, 91, 0.05); color: #c99a50; font-size: 0.54rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.op-premium-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.op-premium-card {
  --op-premium: var(--op-purple);
  --op-premium-rgb: 141, 92, 255;
  display: flex;
  min-width: 0;
  padding: clamp(23px, 3vw, 30px);
  border: 1px solid rgba(var(--op-premium-rgb), 0.22);
  border-radius: 21px;
  background:
    radial-gradient(circle at 95% 0, rgba(var(--op-premium-rgb), 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(9, 12, 14, 0.96), rgba(5, 8, 9, 0.98));
  flex-direction: column;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}
.op-premium-card--partner { --op-premium: var(--op-cyan); --op-premium-rgb: 0, 242, 255; }
.op-premium-card-top { display: flex; align-items: center; gap: 11px; margin-bottom: 19px; color: var(--op-premium); font-size: 0.55rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.op-premium-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(var(--op-premium-rgb), 0.28); border-radius: 50%; background: rgba(var(--op-premium-rgb), 0.08); }
.op-premium-icon svg { display: block; width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.op-premium-card h4 { margin: 0 0 9px; color: #f7fbfc; font-size: 1.25rem; font-weight: 900; letter-spacing: -0.035em; }
.op-premium-card > p:not(.op-premium-annual) { min-height: 3.4em; margin: 0 0 18px; color: #7d898b; font-size: 0.71rem; line-height: 1.65; }
.op-premium-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.op-premium-price strong { color: #fff; font-size: 1.95rem; font-weight: 950; letter-spacing: -0.06em; }
.op-premium-price > span { color: #6b7779; font-size: 0.62rem; font-weight: 750; }
.op-premium-annual { margin: 0 0 16px; color: #8a78bb; font-size: 0.61rem; font-weight: 750; }
.op-premium-card--partner .op-premium-annual { color: #579ba0; }
.op-premium-card ul { display: grid; gap: 9px; margin: 16px 0 20px; padding: 17px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.065); list-style: none; }
.op-premium-card li { display: flex; align-items: flex-start; gap: 9px; color: #a2adaf; font-size: 0.67rem; line-height: 1.45; }
.op-premium-card li i { display: grid; flex: 0 0 auto; width: 17px; height: 17px; margin-top: 1px; place-items: center; border-radius: 50%; background: rgba(var(--op-premium-rgb), 0.09); color: var(--op-premium); font-size: 0.49rem; font-style: normal; font-weight: 900; }
.op-premium-value { display: flex; gap: 7px; margin-top: auto; padding: 13px 14px; border: 1px solid rgba(var(--op-premium-rgb), 0.11); border-radius: 12px; background: rgba(var(--op-premium-rgb), 0.035); flex-direction: column; }
.op-premium-value strong { color: var(--op-premium); font-size: 0.53rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.op-premium-value span { color: #778285; font-size: 0.63rem; line-height: 1.45; }
.op-premium-card > a { display: flex; align-items: center; justify-content: space-between; min-height: 46px; margin-top: 15px; padding: 0 17px; border-radius: 999px; background: var(--op-premium); color: #06090a; font-size: 0.64rem; font-weight: 950; text-decoration: none; }
.op-premium-card > a:hover { background: #fff; }
.op-premium-card > a span { font-size: 0.85rem; }
.op-premium-footnote { max-width: 930px; margin: 14px auto 0; color: #5d686a; font-size: 0.59rem; line-height: 1.55; text-align: center; }

.op-custom-request-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 35px 0 16px;
  padding-top: 31px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.op-custom-request-heading .op-section-kicker { margin-bottom: 7px; }
.op-custom-request-heading h3 { margin: 0; color: #eef3f4; font-size: 1.15rem; font-weight: 900; letter-spacing: -0.025em; }
.op-custom-request-heading p { margin: 7px 0 0; color: #727d80; font-size: 0.68rem; line-height: 1.55; }
.op-custom-request-heading > a { color: #839093; font-size: 0.63rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.op-custom-request-heading > a:hover { color: var(--op-cyan); }

.op-form-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 191, 91, 0.22);
  border-radius: 13px;
  background: rgba(255, 191, 91, 0.06);
}
.op-form-notice > span { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: rgba(255, 191, 91, 0.12); color: var(--op-amber); font-size: 0.7rem; font-weight: 900; }
.op-form-notice p { display: flex; flex-direction: column; gap: 2px; margin: 0; color: #9c917d; font-size: 0.68rem; line-height: 1.45; }
.op-form-notice strong { color: #e6c990; }
.op-form-notice--good { border-color: rgba(55, 230, 138, 0.22); background: rgba(55, 230, 138, 0.055); }
.op-form-notice--good > span { background: rgba(55, 230, 138, 0.11); color: var(--op-green); }
.op-form-notice--good p { color: #83a993; }
.op-form-notice--good strong { color: #aee8c5; }

.op-request-compose {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(285px, 0.65fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 19px;
  background: rgba(6, 10, 11, 0.72);
}
.op-service-form { scroll-margin-top: 115px; }
.op-request-field { padding: clamp(21px, 3vw, 30px); }
.op-request-field > label { display: block; margin-bottom: 10px; color: #e6ebec; font-size: 0.75rem; font-weight: 850; }
.op-request-field select {
  display: block;
  width: 100%;
  min-height: 47px;
  margin: 0 0 17px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  outline: none;
  background: #0d1315;
  color: #dfe6e8;
  font: inherit;
  font-size: 0.72rem;
}
.op-request-field select:focus { border-color: rgba(0, 242, 255, 0.48); box-shadow: 0 0 0 4px rgba(0, 242, 255, 0.055); }
.op-order-context { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; padding: 13px 14px; border: 1px solid rgba(55, 230, 138, 0.18); border-radius: 12px; background: rgba(55, 230, 138, 0.05); }
.op-order-context > span { display: grid; flex: 0 0 auto; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgba(55, 230, 138, 0.11); color: var(--op-green); font-size: 0.62rem; font-weight: 900; }
.op-order-context p { display: flex; flex-direction: column; gap: 2px; margin: 0; color: #749481; font-size: 0.62rem; line-height: 1.45; }
.op-order-context strong { color: #b8e4c8; font-size: 0.68rem; }
.op-request-field textarea {
  display: block;
  width: 100%;
  min-height: 168px;
  padding: 16px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.035);
  color: #edf2f3;
  font: inherit;
  font-size: 0.76rem;
  line-height: 1.65;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.op-request-field textarea::placeholder { color: #566164; }
.op-request-field textarea:focus { border-color: rgba(0, 242, 255, 0.48); box-shadow: 0 0 0 4px rgba(0, 242, 255, 0.055); }
.op-field-help { display: block; margin-top: 9px; color: #5f696c; font-size: 0.61rem; }

.op-request-promise { padding: clamp(21px, 3vw, 30px); border-left: 1px solid rgba(255, 255, 255, 0.075); background: rgba(255, 255, 255, 0.018); }
.op-request-promise ol { display: grid; gap: 14px; margin: 0 0 21px; padding: 0; list-style: none; }
.op-request-promise li { display: flex; align-items: center; gap: 10px; }
.op-request-promise li > i { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(0, 242, 255, 0.18); border-radius: 50%; color: #61b1b6; font-size: 0.58rem; font-style: normal; font-weight: 900; }
.op-request-promise li > span { display: flex; flex-direction: column; gap: 2px; }
.op-request-promise li strong { color: #cdd5d7; font-size: 0.65rem; }
.op-request-promise li small { color: #626c6f; font-size: 0.58rem; line-height: 1.35; }
.op-request-promise .op-button { width: 100%; border: 0; cursor: pointer; }
.op-request-promise > p { margin: 12px 0 0; color: #5d686a; font-size: 0.59rem; text-align: center; }
.op-request-promise > p a { color: #8e999b; text-decoration: none; }
.op-request-promise > p a:hover { color: var(--op-cyan); }

/* Login state uses WooCommerce's proven authentication and recovery flow, with
   a portal-native shell instead of sending people through wp-login.php. */
.op-login-shell {
  display: grid;
  min-height: calc(100vh - 90px);
  padding: 135px 20px 80px;
  place-items: center;
}

.op-login-glow {
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: -1;
  width: min(700px, 90vw);
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 242, 255, 0.10), rgba(125, 0, 255, 0.04) 42%, transparent 70%);
  filter: blur(34px);
  transform: translateX(-50%);
}

.op-login-card {
  width: min(470px, 100%);
  padding: clamp(27px, 5vw, 43px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  background: rgba(10, 15, 17, 0.91);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.op-login-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--op-cyan);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.op-login-eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--op-green); box-shadow: 0 0 10px var(--op-green); }
.op-login-card > h1 { margin: 19px 0 10px; font-size: clamp(2rem, 7vw, 2.8rem); font-weight: 900; letter-spacing: -0.055em; text-align: center; }
.op-login-copy { max-width: 350px; margin: 0 auto 28px; color: #7f898c; font-size: 0.82rem; line-height: 1.65; text-align: center; }
.op-login-access-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: -8px 0 22px;
  padding: 13px 14px;
  border: 1px solid rgba(0, 242, 255, 0.11);
  border-radius: 12px;
  background: rgba(0, 242, 255, 0.025);
}
.op-login-access-note svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 1px; fill: none; stroke: var(--op-cyan); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.op-login-access-note p { margin: 0; color: #748083; font-size: 0.63rem; line-height: 1.55; }
.op-login-access-note strong { color: #aebabc; }
.op-login-form .u-columns { display: block; }
.op-login-form .u-column1 { float: none !important; width: 100% !important; }
.op-login-form .u-column2 { display: none !important; }
.op-login-form h2 { display: none; }
.op-login-form form { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.op-login-form p { margin: 0 0 15px; }
.op-login-form label { display: block; margin-bottom: 7px; color: #aab3b5; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.04em; }
.op-login-form input[type="text"],
.op-login-form input[type="email"],
.op-login-form input[type="password"] {
  width: 100%;
  min-height: 49px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 13px;
  outline: none;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.op-login-form input:focus { border-color: rgba(0, 242, 255, 0.55); box-shadow: 0 0 0 4px rgba(0, 242, 255, 0.07); }
.op-login-form .show-password-input { color: #778083; }
.op-login-form .woocommerce-form-login__rememberme { display: flex; align-items: center; gap: 7px; margin: 6px 0 16px; }
.op-login-form .woocommerce-form-login__rememberme input { width: 15px; height: 15px; accent-color: var(--op-cyan); }
.op-login-form .woocommerce-form-login__rememberme span { font-size: 0.68rem; }
.op-login-form button[type="submit"] {
  width: 100%;
  min-height: 49px;
  border: 0;
  border-radius: 999px;
  background: var(--op-cyan);
  color: #001416;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.op-login-form button[type="submit"]:hover { background: #fff; }
.op-login-form .woocommerce-LostPassword { margin-top: 16px; text-align: center; }
.op-login-form .woocommerce-LostPassword a { color: #7f898c; font-size: 0.67rem; text-decoration: none; }
.op-login-form .woocommerce-LostPassword a:hover { color: var(--op-cyan); }
.op-login-form .woocommerce-error,
.op-login-form .woocommerce-message,
.op-login-form .woocommerce-info { position: relative; margin: 0 0 20px; padding: 13px 15px 13px 44px !important; border: 1px solid rgba(255, 112, 112, 0.22); border-radius: 12px; background: rgba(255, 112, 112, 0.06); color: #e5b0b0; font-size: 0.7rem; line-height: 1.5; list-style: none; }
.op-login-form .woocommerce-error::before,
.op-login-form .woocommerce-message::before,
.op-login-form .woocommerce-info::before { top: 50% !important; left: 16px !important; margin: 0 !important; line-height: 1 !important; transform: translateY(-50%); }
.op-login-form .woocommerce-error li,
.op-login-form .woocommerce-message li,
.op-login-form .woocommerce-info li { margin: 0; padding: 0; }
.op-login-help { display: flex; justify-content: center; gap: 6px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--op-line); color: #626d70; font-size: 0.67rem; }
.op-login-help a { color: #9ba5a7; font-weight: 700; text-decoration: none; }
.op-login-help a:hover { color: var(--op-cyan); }

@keyframes op-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.82); }
}

@media (prefers-reduced-motion: reduce) {
  .op-health-eyebrow > span { animation: none; }
  .op-button { transition: none; }
}

@media (max-width: 1050px) {
  .op-health-card { grid-template-columns: 1fr; }
  .op-health-actions { justify-content: flex-start; }
  .op-dashboard-grid { grid-template-columns: 1fr; }
  .op-dashboard-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .op-quick-links { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .op-dashboard { width: min(100% - 28px, 1370px); padding-top: 118px; }
  .op-dash-welcome { align-items: flex-start; flex-direction: column; gap: 20px; }
  .op-dash-account { width: 100%; justify-content: space-between; }
  .op-dashboard-jump { margin-inline: -2px; border-radius: 16px; }
  .op-health-card { border-radius: 22px; }
  .op-health-main { align-items: flex-start; flex-direction: column; }
  .op-health-orb { width: 60px; height: 60px; }
  .op-health-orb svg { width: 29px; height: 29px; }
  .op-health-actions { align-items: stretch; flex-direction: column; }
  .op-health-actions .op-button { width: 100%; }
  .op-health-meta { gap: 12px 18px; }
  .op-system-grid { grid-template-columns: 1fr; }
  .op-panel-heading { align-items: flex-start; flex-direction: column; }
  .op-panel-heading--progress { align-items: flex-end; flex-direction: row; }
  .op-panel-heading--progress > div:first-child { min-width: 0; }
  .op-setup-list li { grid-template-columns: 31px minmax(0, 1fr); }
  .op-step-state { grid-column: 2; }
  .op-dashboard-sidebar { grid-template-columns: 1fr; }
  .op-value-planner { grid-template-columns: auto minmax(0, 1fr); }
  .op-value-planner-actions { grid-column: 1 / -1; align-items: stretch; }
  .op-value-planner-actions .op-button { width: 100%; }
  .op-quick-links { grid-column: auto; }
  .op-ownership { align-items: flex-start; }
  .op-service-heading { align-items: flex-start; flex-direction: column; }
  .op-product-grid { grid-template-columns: 1fr; }
  .op-project-grid { grid-template-columns: 1fr; }
  .op-product-card { min-height: 0; }
  .op-care-heading { align-items: flex-start; flex-direction: column; }
  .op-care-heading > p { text-align: left; }
  .op-care-grid { grid-template-columns: 1fr; }
  .op-premium-heading { align-items: flex-start; flex-direction: column; }
  .op-premium-grid { grid-template-columns: 1fr; }
  .op-custom-request-heading { align-items: flex-start; flex-direction: column; }
  .op-request-compose { grid-template-columns: 1fr; }
  .op-request-promise { border-top: 1px solid rgba(255, 255, 255, 0.075); border-left: 0; }
  .op-request-row { grid-template-columns: 36px minmax(0, 1fr); }
  .op-request-meta { grid-column: 2; align-items: center; flex-direction: row; }
  body.op-client-dashboard .site-footer .footer-bottom { text-align: center; }
}

@media (max-width: 782px) {
  body.op-client-dashboard.admin-bar .site-header { top: 46px; }
}

@media (max-width: 480px) {
  .op-preview-pill { display: none; }
  .op-account-link strong { max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .op-panel-heading--progress { align-items: flex-start; flex-direction: column; }
  .op-progress-label { text-align: left; }
  .op-dashboard-notice { flex-direction: column; }
  .op-ownership { flex-direction: column; }
  .op-project-actions { align-items: stretch; flex-direction: column; }
  .op-project-actions .op-button { width: 100%; }
  .op-project-actions > a:not(.op-button) { text-align: center; }
  .op-requests-panel .op-panel-heading { align-items: flex-start; }
  .op-product-trust { align-items: flex-start; flex-direction: column; }
  .op-care-strip { grid-template-columns: 1fr; }
  .op-care-icon { margin: 0 auto; }
  .op-care-strip > div:not(.op-care-buy) { text-align: center; }
  .op-care-buy { grid-column: auto; align-items: stretch; flex-direction: column; gap: 11px; text-align: center; }
  .op-care-buy > a { justify-content: center; }
  .op-care-annual { text-align: center; }
  .op-login-shell { padding-inline: 13px; }
  .op-login-card { border-radius: 22px; }
}

/* Readability baseline: client-facing copy must remain comfortable at normal
   browser zoom, including for older readers and small laptop screens. */
.op-dash-kicker,
.op-section-kicker,
.op-care-strip .op-section-kicker,
.op-health-eyebrow,
.op-login-eyebrow,
.op-product-eyebrow,
.op-product-popular,
.op-premium-card-top,
.op-premium-value strong,
.op-premium-qualifier,
.op-request-status,
.op-status-pill { font-size: 0.78rem; line-height: 1.4; }

.op-preview-pill,
.op-dashboard-jump a,
.op-panel-chip,
.op-account-link small,
.op-health-meta,
.op-button,
.op-system-item small,
.op-system-item > div > span,
.op-progress-label span,
.op-step-state,
.op-plan-price > span,
.op-plan-details > div,
.op-card-actions a,
.op-quick-links a,
.op-support-email,
.op-policy-link,
.op-text-link,
.op-value-planner-actions > a:not(.op-button),
.op-request-meta time,
.op-project-card dt,
.op-project-card dd,
.op-project-actions > a:not(.op-button),
.op-optional-badge,
.op-product-trust,
.op-product-price > span,
.op-product-delivery,
.op-product-cta,
.op-care-buy small,
.op-care-buy > a,
.op-premium-price > span,
.op-premium-annual,
.op-premium-card > a,
.op-custom-request-heading > a,
.op-field-help,
.op-login-help { font-size: 0.88rem; line-height: 1.55; }

.op-account-link strong,
.op-dashboard-notice,
.op-health-main p,
.op-setup-list strong,
.op-setup-list small,
.op-calm-note p,
.op-ownership p,
.op-support-card p,
.op-value-planner p,
.op-request-summary strong,
.op-request-summary p,
.op-request-summary small,
.op-projects-panel .op-panel-heading p,
.op-project-card > p,
.op-service-heading p,
.op-product-summary,
.op-product-card li,
.op-product-scope-note,
.op-care-heading > p,
.op-care-strip p,
.op-premium-heading p,
.op-premium-card > p:not(.op-premium-annual),
.op-premium-card li,
.op-premium-value span,
.op-premium-footnote,
.op-custom-request-heading p,
.op-form-notice p,
.op-request-field > label,
.op-request-field select,
.op-order-context p,
.op-order-context strong,
.op-request-field textarea,
.op-request-promise li strong,
.op-request-promise li small,
.op-request-promise > p,
.op-login-copy,
.op-login-access-note p,
.op-login-form label,
.op-login-form .woocommerce-form-login__rememberme span,
.op-login-form .woocommerce-error,
.op-login-form .woocommerce-message,
.op-login-form .woocommerce-info,
.op-login-form .woocommerce-LostPassword a { font-size: 1rem; line-height: 1.65; }

.op-panel-heading h2,
.op-ownership h2 { font-size: 1.35rem; }
.op-project-card h3 { font-size: 1.3rem; }
.op-system-item strong { font-size: 1.08rem; white-space: normal; }
.op-value-planner h2 { font-size: 1.25rem; }
.op-product-card > h3,
.op-care-heading h3,
.op-custom-request-heading h3 { font-size: 1.35rem; }
.op-care-strip h3 { font-size: 1.12rem; }
.op-premium-card h4 { font-size: 1.45rem; }
.op-login-form input[type="text"],
.op-login-form input[type="email"],
.op-login-form input[type="password"] { min-height: 56px; font-size: 1rem; }
.op-login-form button[type="submit"] { min-height: 54px; font-size: 0.95rem; }

@media (max-width: 720px) {
  .op-button { min-height: 52px; }
  .op-system-item { padding: 20px; }
}
