/* LaundryCareer Marketplace — mobile-first styles */

.lc-wrap { max-width: 760px; margin: 0 auto; padding: 16px; }
.lc-narrow { max-width: 480px; }
.lc-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; margin: 0 0 16px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.lc-muted { color: #6b7280; font-size: .92em; }
.lc-center { text-align: center; }

/* Buttons */
.lc-btn { display: inline-block; border: 1px solid transparent; border-radius: 10px; padding: 12px 20px; font-size: 16px; font-weight: 600; cursor: pointer; text-decoration: none; text-align: center; line-height: 1.4; }
.lc-btn-block { display: block; width: 100%; }
.lc-btn-lg { padding: 14px 28px; font-size: 17px; }
.lc-btn-primary { background: #0ea5e9; border-color: #0ea5e9; color: #fff; }
.lc-btn-primary:hover { background: #0284c7; color: #fff; }
.lc-btn-outline { background: #fff; border-color: #0ea5e9; color: #0ea5e9; }
.lc-btn-outline:hover { background: #f0f9ff; color: #0284c7; }
.lc-btn-link { background: none; border: none; color: #b42318; padding: 8px 0; font-size: 14px; }
.lc-btn:disabled { opacity: .6; cursor: wait; }

/* Notices */
.lc-notice { border-radius: 10px; padding: 12px 14px; margin: 0 0 14px; font-size: 15px; }
.lc-notice-error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
.lc-notice-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }
.lc-notice-info { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; }

/* Forms */
.lc-form-row { margin: 0 0 14px; }
.lc-form-row label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 15px; }
.lc-form-row input[type="text"],
.lc-form-row input[type="email"],
.lc-form-row input[type="tel"],
.lc-form-row input[type="password"],
.lc-form-row input[type="number"],
.lc-form-row select,
.lc-form-row textarea { width: 100%; max-width: 100%; border: 1px solid #d1d5db; border-radius: 10px; padding: 12px; font-size: 16px; background: #fff; box-sizing: border-box; }
.lc-form-row input:focus, .lc-form-row select:focus, .lc-form-row textarea:focus { outline: 2px solid #0ea5e9; border-color: #0ea5e9; }
.lc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.lc-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
@media (max-width: 560px) {
  .lc-form-grid, .lc-grid-3 { grid-template-columns: 1fr; }
}

/* Radio cards (account type) */
.lc-radio-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px) { .lc-radio-cards { grid-template-columns: 1fr; } }
.lc-radio-card { display: block; border: 2px solid #e5e7eb; border-radius: 12px; padding: 14px; cursor: pointer; }
.lc-radio-card input { margin-right: 6px; }
.lc-radio-card strong { display: block; margin: 6px 0 2px; }
.lc-radio-card span { color: #6b7280; font-size: .9em; }
.lc-radio-card:has(input:checked) { border-color: #0ea5e9; background: #f0f9ff; }

/* Driver-only fields toggle */
.lc-driver-fields { display: none; }
.lc-driver-fields.lc-show { display: block; }

/* ZIP checkbox grid */
.lc-zip-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 6px; max-height: 220px; overflow-y: auto; border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px; }
.lc-zip { display: flex; align-items: center; gap: 6px; font-size: 14px; background: #f9fafb; border-radius: 8px; padding: 6px 8px; cursor: pointer; }
.lc-zip input { margin: 0; }

/* Stripe card element */
.lc-card-element { border: 1px solid #d1d5db; border-radius: 10px; padding: 12px; background: #fff; }
.lc-card-errors { color: #b42318; margin-top: 8px; font-size: 14px; }

/* Orders */
.lc-order-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.lc-order-meta { color: #374151; margin-bottom: 8px; }
.lc-customer-box { background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 10px; padding: 12px; margin-bottom: 10px; }
.lc-driver-info { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 10px; padding: 10px 12px; margin-bottom: 10px; }
.lc-completed { opacity: .92; }

/* Badges */
.lc-badge { display: inline-block; font-size: 13px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: #eef2ff; color: #3730a3; white-space: nowrap; }
.lc-badge-match { background: #f0fdf4; color: #166534; }
.lc-status-posted { background: #fef9c3; color: #854d0e; }
.lc-status-accepted { background: #e0f2fe; color: #075985; }
.lc-status-picked_up, .lc-status-at_laundry { background: #ffedd5; color: #9a3412; }
.lc-status-out_for_delivery { background: #ede9fe; color: #5b21b6; }
.lc-status-returned { background: #dcfce7; color: #166534; }
.lc-status-cancelled { background: #f3f4f6; color: #6b7280; }
.lc-pay-payable { background: #fef9c3; color: #854d0e; }
.lc-pay-paid { background: #dcfce7; color: #166534; }

/* Payout row */
.lc-pay-row { display: flex; gap: 24px; margin: 12px 0 16px; }
.lc-net { color: #15803d; font-size: 1.15em; }

/* Timeline */
.lc-timeline { list-style: none; margin: 14px 0 0; padding: 0; }
.lc-timeline li { display: flex; gap: 10px; padding: 8px 0; border-top: 1px solid #f3f4f6; }
.lc-tl-dot { flex: 0 0 auto; width: 10px; height: 10px; border-radius: 50%; background: #0ea5e9; margin-top: 6px; }

/* Earnings stats */
.lc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.lc-stat { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 14px; text-align: center; }
.lc-stat-num { display: block; font-size: 1.4em; font-weight: 800; color: #15803d; }
.lc-stat-label { font-size: .85em; color: #6b7280; }
@media (max-width: 560px) { .lc-stats { grid-template-columns: 1fr; } }

/* Tables */
.lc-table-wrap { overflow-x: auto; }
.lc-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; font-size: 15px; }
.lc-table th, .lc-table td { padding: 10px 12px; border-bottom: 1px solid #f3f4f6; text-align: left; }
.lc-table th { background: #f9fafb; font-size: .85em; text-transform: uppercase; letter-spacing: .03em; color: #6b7280; }

/* Landing */
.lc-landing { margin: 0 auto; }
.lc-hero { background: linear-gradient(135deg, #0ea5e9 0%, #0369a1 100%); color: #fff; padding: 64px 20px; text-align: center; }
.lc-hero-inner { max-width: 720px; margin: 0 auto; }
.lc-eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: 13px; opacity: .9; margin: 0 0 12px; }
.lc-hero h1 { font-size: 2.2em; margin: 0 0 14px; line-height: 1.15; }
.lc-hero-sub { font-size: 1.1em; opacity: .95; max-width: 560px; margin: 0 auto 26px; }
.lc-hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lc-hero .lc-btn-outline { border-color: #fff; color: #fff; background: transparent; }
.lc-hero .lc-btn-outline:hover { background: rgba(255,255,255,.15); color: #fff; }
.lc-offer-banner { background: #fef9c3; border-bottom: 1px solid #fde68a; padding: 16px 20px; text-align: center; font-size: 1.05em; }
.lc-offer-banner a { margin-left: 10px; font-weight: 700; color: #92400e; }
.lc-how { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 960px; margin: 0 auto; padding: 48px 20px; }
@media (max-width: 720px) { .lc-how { grid-template-columns: 1fr; } }
.lc-how h2 { margin-top: 0; }
.lc-steps { list-style: none; margin: 0 0 20px; padding: 0; counter-reset: step; }
.lc-steps li { counter-increment: step; display: flex; gap: 14px; margin-bottom: 18px; }
.lc-steps li::before { content: counter(step); flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: #0ea5e9; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.lc-steps strong { display: block; }
.lc-steps span { color: #4b5563; }
.lc-area { background: #f0f9ff; text-align: center; padding: 40px 20px; }
.lc-area h2 { margin-top: 0; }
.lc-footer { background: #0f172a; color: #cbd5e1; }
.lc-footer-inner { max-width: 960px; margin: 0 auto; padding: 32px 20px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.lc-footer strong { color: #fff; }
.lc-footer a { color: #7dd3fc; }

/* ============ Premium SaaS landing (lcx-) ============ */
.lcx-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid #eef2f7; }
.lcx-nav-inner { max-width: 1120px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 24px; }
.lcx-brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 18px; color: #0f172a; text-decoration: none; letter-spacing: -0.01em; }
.lcx-brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, #0ea5e9, #6366f1); color: #fff; }
.lcx-nav-links { display: flex; gap: 22px; margin-left: 12px; }
.lcx-nav-links a { color: #475569; text-decoration: none; font-size: 15px; font-weight: 500; }
.lcx-nav-links a:hover { color: #0f172a; }
.lcx-nav-ctas { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.lcx-link { color: #475569; text-decoration: none; font-weight: 600; font-size: 15px; }
.lcx-nav-btn { padding: 10px 18px; font-size: 15px; }
@media (max-width: 760px) { .lcx-nav-links { display: none; } .lcx-link { display: none; } }

.lc-btn-ghost { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); color: #fff; backdrop-filter: blur(6px); }
.lc-btn-ghost:hover { background: rgba(255,255,255,.16); color: #fff; }

/* Hero */
.lcx-hero { position: relative; overflow: hidden; border-radius: 28px; background: #070c1a; color: #fff; margin: 12px 0 0; }
.lcx-hero-bg { position: absolute; inset: 0; background:
  radial-gradient(600px 340px at 12% 8%, rgba(56,189,248,.22), transparent 60%),
  radial-gradient(700px 420px at 88% 20%, rgba(99,102,241,.28), transparent 60%),
  radial-gradient(500px 500px at 50% 110%, rgba(14,165,233,.14), transparent 60%); pointer-events: none; }
.lcx-hero-bg::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(ellipse 90% 80% at 50% 20%, #000 30%, transparent 75%); }
.lcx-hero-inner { position: relative; max-width: 1120px; margin: 0 auto; padding: 72px 32px 80px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .lcx-hero-inner { grid-template-columns: 1fr; padding: 52px 22px 56px; } }
.lcx-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .02em; color: #bae6fd; background: rgba(56,189,248,.12); border: 1px solid rgba(56,189,248,.3); padding: 7px 14px; border-radius: 999px; margin-bottom: 22px; }
.lcx-pill-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52,211,153,.18); animation: lcx-pulse 2s infinite; }
@keyframes lcx-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(52,211,153,.18); } 50% { box-shadow: 0 0 0 7px rgba(52,211,153,.06); } }
.lcx-hero h1 { font-size: clamp(2.4rem, 5vw, 3.9rem); line-height: 1.04; letter-spacing: -0.03em; margin: 0 0 18px; font-weight: 800; }
.lcx-grad { background: linear-gradient(100deg, #38bdf8, #818cf8 60%, #c084fc); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lcx-hero-sub { font-size: 1.12rem; line-height: 1.65; color: #b6c2d8; max-width: 480px; margin: 0 0 30px; }
.lcx-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.lcx-hero-proof { display: flex; align-items: center; gap: 12px; }
.lcx-avatars { display: flex; }
.lcx-avatars span { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, #334155, #1e293b); border: 2px solid #070c1a; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #cbd5e1; margin-left: -10px; }
.lcx-avatars span:first-child { margin-left: 0; }
.lcx-hero-proof p { margin: 0; font-size: 13.5px; color: #8fa0b8; }

/* Example order card */
.lcx-hero-visual { position: relative; }
.lcx-order-card { background: #fff; color: #0f172a; border-radius: 22px; padding: 22px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.08); max-width: 430px; margin-left: auto; transform: rotate(1.2deg); }
@media (max-width: 900px) { .lcx-order-card { margin: 0 auto; transform: none; } }
.lcx-oc-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.lcx-oc-id { display: block; font-weight: 800; font-size: 17px; letter-spacing: -0.01em; }
.lcx-oc-time { font-size: 12.5px; color: #94a3b8; }
.lcx-badge { display: inline-block; font-size: 12.5px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.lcx-badge-live { background: #e0f2fe; color: #0369a1; }
.lcx-oc-customer { display: flex; align-items: center; gap: 12px; background: #f8fafc; border: 1px solid #eef2f7; border-radius: 14px; padding: 12px; margin-bottom: 12px; }
.lcx-oc-avatar { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #0ea5e9, #6366f1); color: #fff; font-size: 13px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.lcx-oc-customer strong { display: block; font-size: 15px; }
.lcx-oc-customer span { font-size: 12.5px; color: #64748b; }
.lcx-oc-offer { margin-left: auto; font-size: 20px; font-weight: 800; letter-spacing: -0.02em; color: #0f172a; }
.lcx-oc-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.lcx-oc-meta span { font-size: 12.5px; font-weight: 600; color: #475569; background: #f1f5f9; border-radius: 8px; padding: 5px 10px; }
.lcx-timeline { list-style: none; display: flex; margin: 0 0 14px; padding: 0; }
.lcx-timeline li { flex: 1; text-align: center; position: relative; font-size: 11px; font-weight: 600; color: #94a3b8; }
.lcx-timeline li i { display: block; width: 14px; height: 14px; border-radius: 50%; background: #e2e8f0; margin: 0 auto 6px; position: relative; z-index: 1; }
.lcx-timeline li::before { content: ""; position: absolute; top: 7px; left: -50%; width: 100%; height: 2px; background: #e2e8f0; }
.lcx-timeline li:first-child::before { display: none; }
.lcx-timeline li.done { color: #0284c7; }
.lcx-timeline li.done i { background: #0ea5e9; box-shadow: inset 0 0 0 3px #fff; }
.lcx-timeline li.done::before { background: #0ea5e9; }
.lcx-timeline li.now { color: #0f172a; }
.lcx-timeline li.now i { background: #0ea5e9; animation: lcx-pulse 2s infinite; }
.lcx-timeline li.now::before { background: #0ea5e9; }
.lcx-oc-driver { display: flex; align-items: center; gap: 12px; border-top: 1px solid #f1f5f9; padding-top: 14px; }
.lcx-oc-driver strong { display: block; font-size: 14px; }
.lcx-oc-driver span { font-size: 12.5px; color: #64748b; }
.lcx-float { position: absolute; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); border-radius: 16px; padding: 12px 16px; box-shadow: 0 16px 40px -12px rgba(0,0,0,.45); color: #0f172a; }
.lcx-float strong { display: block; font-size: 17px; letter-spacing: -0.01em; }
.lcx-float span { font-size: 12px; color: #64748b; }
.lcx-float-a { top: -24px; right: 6%; animation: lcx-hover 5s ease-in-out infinite; }
.lcx-float-b { bottom: -20px; left: 2%; animation: lcx-hover 6s ease-in-out infinite reverse; }
.lcx-float-a strong { color: #15803d; }
@keyframes lcx-hover { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 900px) { .lcx-float-a { top: -18px; right: 0; } .lcx-float-b { bottom: -18px; left: 0; } }

/* Stats band */
.lcx-stats { max-width: 1120px; margin: 0 auto; padding: 44px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.lcx-stats strong { display: block; font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; color: #0f172a; }
.lcx-stats span { font-size: 14px; color: #64748b; }
@media (max-width: 700px) { .lcx-stats { grid-template-columns: 1fr 1fr; } }

/* Sections */
.lcx-section { max-width: 1120px; margin: 0 auto; padding: 40px 20px 64px; text-align: center; }
.lcx-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #0284c7; margin: 0 0 12px; }
.lcx-eyebrow-light { color: #7dd3fc; }
.lcx-section h2, .lcx-drivers h2, .lcx-final-card h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); letter-spacing: -0.025em; line-height: 1.12; margin: 0 0 14px; font-weight: 800; color: #0f172a; }
.lcx-lead { color: #64748b; font-size: 1.08rem; max-width: 620px; margin: 0 auto 26px; line-height: 1.6; }
.lcx-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; margin: 36px 0 40px; }
@media (max-width: 760px) { .lcx-steps { grid-template-columns: 1fr; } }
.lcx-step { background: #fff; border: 1px solid #eef2f7; border-radius: 20px; padding: 26px 22px; box-shadow: 0 10px 30px -18px rgba(15,23,42,.25); }
.lcx-step-n { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, #0ea5e9, #6366f1); color: #fff; font-weight: 800; margin-bottom: 14px; }
.lcx-step h3 { margin: 0 0 8px; font-size: 1.12rem; letter-spacing: -0.01em; }
.lcx-step p { margin: 0; color: #64748b; font-size: 15px; line-height: 1.6; }
.lcx-center { text-align: center; }
.lcx-checks { list-style: none; margin: 0 0 28px; padding: 0; }
.lcx-checks li { position: relative; padding: 8px 0 8px 32px; color: #cbd5e1; font-size: 15.5px; }
.lcx-checks li::before { content: "✓"; position: absolute; left: 0; top: 8px; width: 22px; height: 22px; border-radius: 50%; background: rgba(52,211,153,.15); color: #34d399; font-size: 13px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }

/* Drivers dark section */
.lcx-drivers { background: #0a1122; border-radius: 28px; color: #fff; margin: 12px 0; position: relative; overflow: hidden; }
.lcx-drivers::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 360px at 85% 15%, rgba(99,102,241,.25), transparent 60%), radial-gradient(500px 400px at 10% 90%, rgba(56,189,248,.12), transparent 60%); pointer-events: none; }
.lcx-drivers-inner { position: relative; max-width: 1120px; margin: 0 auto; padding: 72px 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .lcx-drivers-inner { grid-template-columns: 1fr; padding: 52px 22px; } }
.lcx-drivers h2 { color: #fff; }
.lcx-drivers-copy > p { color: #a9b7cf; line-height: 1.65; margin: 0 0 20px; }
.lcx-pay-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 26px; backdrop-filter: blur(8px); }
.lcx-pay-label { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: #7dd3fc; font-weight: 700; margin: 0 0 16px; }
.lcx-pay-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; font-size: 15.5px; color: #dbe4f0; }
.lcx-pay-row strong { font-size: 17px; }
.lcx-pay-net { color: #34d399; font-size: 22px !important; letter-spacing: -0.02em; }
.lcx-pay-muted { color: #7d8ba3; font-size: 14px; }
.lcx-pay-bar { height: 10px; border-radius: 999px; background: rgba(255,255,255,.1); margin: 14px 0; overflow: hidden; }
.lcx-pay-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #34d399, #0ea5e9); }
.lcx-pay-note { margin: 0; font-size: 13.5px; color: #8fa0b8; }

/* Chips */
.lcx-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 720px; margin: 0 auto; }
.lcx-chips span { background: #f1f5f9; border: 1px solid #e2e8f0; color: #334155; font-weight: 600; font-size: 14px; padding: 9px 16px; border-radius: 999px; }

/* Final CTA */
.lcx-final { max-width: 1120px; margin: 0 auto; padding: 12px 20px 72px; }
.lcx-final-card { position: relative; overflow: hidden; border-radius: 28px; background: linear-gradient(120deg, #0c4a6e, #1e3a8a 55%, #4c1d95); padding: 64px 32px; text-align: center; color: #fff; }
.lcx-final-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 300px at 50% 0%, rgba(255,255,255,.14), transparent 60%); pointer-events: none; }
.lcx-final-card h2 { color: #fff; position: relative; }
.lcx-final-card p { color: #c7d6ee; position: relative; margin: 0 0 28px; font-size: 1.08rem; }
.lcx-final-card .lcx-hero-ctas { justify-content: center; margin: 0; position: relative; }

/* ============ Premium portals ============ */
.lc-portal-hero { position: relative; overflow: hidden; border-radius: 22px; background: linear-gradient(120deg, #0b1226, #16295e 60%, #1e3a8a); color: #fff; padding: 30px 26px; margin: 4px 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.lc-portal-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 220px at 90% 10%, rgba(56,189,248,.25), transparent 60%); pointer-events: none; }
.lc-portal-hero > div, .lc-portal-hero > a { position: relative; }
.lc-portal-hero-slim { padding: 24px 26px; }
.lc-portal-hello { margin: 0; font-size: 14px; color: #a9bcd9; font-weight: 500; }
.lc-portal-name { margin: 2px 0 6px !important; font-size: 2rem !important; letter-spacing: -0.02em; color: #fff; font-weight: 800; }
.lc-portal-sub { margin: 0; font-size: 13.5px; color: #8fa3c4; }
.lc-portal-hero .lc-btn-primary { background: #fff; border-color: #fff; color: #0b2545; font-weight: 700; white-space: nowrap; }
.lc-portal-hero .lc-btn-primary:hover { background: #e0f2fe; color: #0b2545; }
.lc-portal-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
@media (max-width: 640px) { .lc-portal-stats { grid-template-columns: 1fr 1fr; } }
.lc-pstat { background: #fff; border: 1px solid #e9eef5; border-radius: 16px; padding: 16px 14px; text-align: center; box-shadow: 0 6px 18px -12px rgba(15,23,42,.25); }
.lc-pstat-num { display: block; font-size: 1.45rem; font-weight: 800; letter-spacing: -0.02em; color: #0f172a; }
.lc-pstat-label { font-size: 12.5px; color: #64748b; font-weight: 500; }
.lc-section-title { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.01em; margin: 26px 0 12px; color: #0f172a; }
/* Example mockup tag on landing order card */
.lcx-order-card { position: relative; }
.lcx-example-tag { position: absolute; top: -12px; left: 18px; background: #f59e0b; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; box-shadow: 0 4px 10px -4px rgba(0,0,0,.35); }

/* Ratings & reviews */
.lc-rating { color: #d97706; font-weight: 700; white-space: nowrap; }
.lc-review-box { margin-top: 14px; padding: 12px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fffbeb; }
.lc-review-form .lc-stars { display: flex; gap: 6px; margin: 8px 0; }
.lc-star input { position: absolute; opacity: 0; pointer-events: none; }
.lc-star span { font-size: 28px; color: #d1d5db; cursor: pointer; }
.lc-star input:checked + span { color: #f59e0b; }
.lc-review-form textarea { width: 100%; }
.lc-fineprint { font-size: 12px; margin: 4px 0 10px; }
