:root {
  --ink: #101012;
  --muted: #63666d;
  --line: #e5e5e9;
  --paper: #ffffff;
  --soft: #f7f7f6;
  --coral: #ff4b38;
  --coral-dark: #e43d2d;
  --mint: #8ee8c8;
  --green: #4ab995;
  --shadow: 0 24px 70px rgba(12, 12, 15, 0.12);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--sans);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(142, 232, 200, 0.26), transparent 32%),
    linear-gradient(180deg, #fff, var(--soft));
}

a {
  color: inherit;
  text-decoration: none;
}

s {
  color: var(--muted);
  font-size: 0.68em;
  font-weight: 850;
  text-decoration-thickness: 2px;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 0 clamp(20px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 42px;
  color: #fff;
  background: linear-gradient(140deg, #070707 0 48%, var(--mint) 49% 57%, #070707 58%);
  clip-path: polygon(50% 0, 100% 100%, 72% 100%, 61% 73%, 38% 73%, 28% 100%, 0 100%);
  font-size: 0;
}

.page-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 68px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 24px;
}

.hero-copy,
.card,
.summary-card,
.success-card,
.guide-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(24px, 5vw, 42px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 600;
  line-height: 0.95;
}

h2 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 600;
  line-height: 1;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: var(--coral);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.button.secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.button:hover,
button:hover {
  background: var(--coral-dark);
}

.button.secondary:hover {
  color: var(--coral);
  background: #fff;
  border-color: var(--coral);
}

.summary-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.contact-summary-card {
  align-content: start;
  gap: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(142, 232, 200, 0.28), transparent 36%),
    linear-gradient(145deg, #ffffff 0%, #fbf5f3 100%);
}

.contact-option-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

a.contact-option-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 75, 56, 0.42);
  box-shadow: 0 16px 34px rgba(12, 12, 15, 0.1);
}

.contact-option-card small,
.contact-option-card strong,
.contact-option-card em {
  display: block;
}

.contact-option-card small {
  margin-bottom: 4px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-option-card strong {
  color: var(--ink);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.contact-option-card em {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.contact-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(142, 232, 200, 0.42), rgba(255, 75, 56, 0.12)),
    #fff;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 999px;
}

.contact-icon::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.email-contact-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='8' width='22' height='16' rx='2'/%3E%3Cpath d='m6 10 10 8 10-8'/%3E%3C/g%3E%3C/svg%3E");
}

.instagram-contact-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='7' width='18' height='18' rx='5'/%3E%3Ccircle cx='16' cy='16' r='4.2'/%3E%3Cpath d='M21.7 10.4h.01'/%3E%3C/g%3E%3C/svg%3E");
}

.pricing-contact-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 16 16 5h9v9L14 25 5 16Z'/%3E%3Cpath d='M21 10h.01'/%3E%3Cpath d='M12 16h7M15.5 12.5v7'/%3E%3C/g%3E%3C/svg%3E");
}

.message-contact-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h20v14H12l-6 5V7Z'/%3E%3Cpath d='M11 12h10M11 16h7'/%3E%3C/g%3E%3C/svg%3E");
}

.form-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.form-heading h2 {
  margin-bottom: 0;
}

.form-heading .eyebrow {
  margin-bottom: 4px;
}

.top-app-card {
  align-content: start;
  min-width: 0;
}

.private-portal-only {
  display: none;
}

.paint-customise-flow:not(.portal-unlocked) .hero {
  grid-template-columns: 1fr;
}

.portal-unlocked .private-portal-only {
  display: grid;
}

.top-app-card h3 {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.08;
}

.top-app-card .neat-account-details dd {
  font-size: clamp(13px, 1.1vw, 15px);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.summary-row span {
  color: var(--muted);
}

.summary-row strong,
.total strong {
  color: var(--coral);
}

.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 24px;
}

.card,
.success-card,
.guide-card {
  padding: 24px;
}

.guide-card {
  display: grid;
  align-content: start;
  gap: 22px;
}

form {
  display: grid;
  gap: 16px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
}

select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 22px,
    calc(100% - 15px) 22px;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  cursor: pointer;
}

select optgroup {
  color: var(--coral);
  font-weight: 900;
}

select option {
  color: var(--ink);
  font-weight: 700;
}

textarea {
  min-height: 130px;
  padding-top: 12px;
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.form-status[data-state="success"] {
  color: #25755e;
}

.form-status[data-state="error"] {
  color: var(--coral-dark);
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

[data-payment-actions][hidden] {
  display: none !important;
}

.checkout-reassurance {
  flex: 1 1 260px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.success-card {
  display: none;
  margin-top: 24px;
  border-color: rgba(74, 185, 149, 0.48);
  background: #f3fbf8;
}

.success-card.active {
  display: grid;
  gap: 14px;
}

.code-box {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  word-break: break-word;
}

.code-box span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.steps {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.steps b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #07120e;
  background: var(--mint);
  border-radius: 50%;
}

.guide-card .eyebrow {
  margin-bottom: 12px;
}

.guide-intro {
  margin: -6px 0 22px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.setup-timeline {
  position: relative;
  gap: 0;
  margin: 0;
}

.setup-timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 22px;
  width: 2px;
  background: linear-gradient(180deg, var(--mint), rgba(142, 232, 200, 0.18));
}

.setup-timeline li {
  position: relative;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 22px;
}

.setup-timeline li:last-child {
  padding-bottom: 0;
}

.setup-timeline b {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  border: 6px solid #f8fffb;
  background: var(--mint);
  box-shadow: 0 10px 24px rgba(30, 164, 123, 0.18);
  font-size: 16px;
  font-weight: 950;
}

.setup-timeline span {
  display: grid;
  gap: 5px;
  min-height: 46px;
  padding: 2px 0 0;
}

.setup-timeline strong {
  color: var(--ink);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.05;
}

.setup-timeline small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}

.setup-timeline small span {
  display: inline;
  white-space: nowrap;
}

.setup-timeline li:last-child small {
  white-space: nowrap;
}

.portal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

body:not(.portal-unlocked) .portal-tabs,
body:not(.portal-unlocked) .paint-flow-progress {
  display: none;
}

.paint-flow-progress {
  display: none;
}

.portal-tabs button {
  min-height: 42px;
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.portal-tabs button.active {
  background: var(--ink);
  color: #fff;
}

.portal-panel {
  display: none;
}

.portal-panel.active {
  display: grid;
  gap: 18px;
}

.portal-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 4px 0 2px;
}

.portal-panel-header p {
  max-width: 640px;
  margin-bottom: 0;
}

.portal-status-pill {
  flex: 0 0 auto;
  padding: 9px 12px;
  color: #0d4c3b;
  background: rgba(142, 232, 200, 0.34);
  border: 1px solid rgba(74, 185, 149, 0.42);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.setup-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  background: #fafaf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.setup-progress span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 850;
}

.setup-progress b {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #07120e;
  background: var(--mint);
  border-radius: 50%;
  font-size: 12px;
}

.paint-customise-flow .portal-tabs {
  display: flex;
}

.paint-customise-flow .paint-flow-progress {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafaf9;
}

.paint-flow-progress span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 10px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.paint-flow-progress span.active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.paint-flow-progress b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #07120e;
  background: var(--mint);
  border-radius: 50%;
  font-size: 12px;
}

.paint-customise-flow .portal-panel.active {
  gap: 20px;
}

.paint-customise-flow .paint-panel-header {
  padding: 4px 0 0;
  border-bottom: 0;
}

.paint-customise-flow .paint-panel-header h2 {
  margin-top: 6px;
}

.paint-customise-flow .portal-edit-grid {
  grid-template-columns: 1fr;
}

.paint-customise-flow .portal-edit-section {
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 12, 15, 0.05);
}

.paint-customise-flow .portal-image-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.paint-customise-flow .portal-image-options label {
  gap: 8px;
  padding: 8px;
  font-size: 14px;
}

.paint-customise-flow .portal-image-options span {
  aspect-ratio: 16 / 8;
}

.paint-customise-flow [data-customise-submit],
.paint-customise-flow [data-open-app] {
  width: 100%;
  min-height: 58px;
  font-size: 17px;
}

.install-ready-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(74, 185, 149, 0.38);
  border-radius: 8px;
  background: #f3fbf8;
}

.install-ready-card strong {
  font-size: 22px;
}

.install-ready-card p,
.install-ready-card small {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.5;
}

.purchase-list-card,
.download-meter {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: #fafaf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.purchase-list {
  display: grid;
  gap: 10px;
}

.purchase-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.purchase-list article.active {
  border-color: var(--coral);
  box-shadow: 0 0 0 2px rgba(255, 75, 56, 0.12);
}

.purchase-list strong,
.download-meter strong {
  color: var(--ink);
}

.purchase-list span,
.purchase-list small,
.download-meter span,
.download-meter small {
  display: block;
  color: var(--muted);
  font-weight: 750;
}

.button.disabled,
.button[aria-disabled="true"] {
  color: #9a9a9f;
  background: #f1f1f0;
  border-color: var(--line);
  pointer-events: auto;
}

.customer-portal-dashboard,
.help-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 16px;
}

.help-grid {
  grid-template-columns: 1fr;
}

.portal-overview-card,
.assistant-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(12, 12, 15, 0.05);
}

.portal-overview-card.hero-overview {
  grid-row: span 2;
  align-content: start;
  background:
    linear-gradient(145deg, rgba(142, 232, 200, 0.16), transparent 38%),
    #fff;
}

.portal-overview-card h3 {
  margin-bottom: 0;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.04;
}

.portal-overview-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.portal-overview-card dl div,
.portal-check-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  background: #fafaf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.portal-overview-card dt,
.portal-check-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.portal-overview-card dd,
.portal-check-list strong {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
  text-align: right;
  word-break: break-word;
}

.portal-check-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.install-bar {
  width: 100%;
  height: 12px;
  overflow: hidden;
  background: #f1f1f0;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.install-bar span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--mint), var(--green));
  border-radius: inherit;
}

.customer-app-list {
  display: grid;
  gap: 14px;
}

.customer-app-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.customer-app-list article.active {
  border-color: rgba(255, 75, 56, 0.64);
  box-shadow: 0 0 0 2px rgba(255, 75, 56, 0.12);
}

.customer-app-list h3,
.customer-app-list p {
  margin-bottom: 4px;
}

.customer-app-list small {
  color: var(--muted);
  font-weight: 850;
  word-break: break-word;
}

.app-list-icon {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 58px;
  height: 58px;
  color: #fff;
  background: var(--app-colour, var(--ink));
  border-radius: 8px;
  font-size: 20px;
  font-weight: 950;
}

.app-list-icon img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.app-list-actions,
.help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.app-list-actions button,
.help-actions button,
.assistant-chips button {
  min-height: 42px;
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.app-list-actions button:hover,
.help-actions button:hover,
.assistant-chips button:hover {
  color: var(--coral);
  background: #fff;
  border-color: var(--coral);
}

.faq-card details {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.faq-card details:first-of-type {
  border-top: 0;
}

.faq-card summary {
  cursor: pointer;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 950;
  line-height: 1.2;
}

.faq-card p {
  max-width: 940px;
  margin: 12px 0 0;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.assistant-thread {
  display: grid;
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding: 14px;
  background: #fafaf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.assistant-thread article {
  max-width: 82%;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.assistant-thread article.customer-message {
  justify-self: end;
  background: #f3fbf8;
  border-color: rgba(74, 185, 149, 0.32);
}

.assistant-thread strong {
  display: block;
  margin-bottom: 5px;
}

.assistant-thread p {
  margin: 0;
  line-height: 1.5;
}

.assistant-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assistant-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.portal-edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.portal-edit-section {
  display: grid;
  gap: 14px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(250, 250, 249, 0.98));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.setup-accordion {
  align-content: start;
}

.setup-accordion summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.setup-accordion summary::-webkit-details-marker {
  display: none;
}

.setup-accordion summary .eyebrow {
  margin: 0;
}

.setup-accordion summary span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0;
  font-weight: 900;
}

.setup-accordion summary span:last-child::before {
  content: "Close";
  font-size: 12px;
}

.setup-accordion summary span:last-child::after {
  content: "⌄";
  font-size: 18px;
  line-height: 1;
}

.setup-accordion:not([open]) summary span:last-child {
  color: var(--ink);
}

.setup-accordion:not([open]) summary span:last-child::before {
  content: "Open";
}

.setup-accordion:not([open]) summary span:last-child::after {
  content: "›";
}

.service-area-field small {
  margin-top: -2px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.portal-edit-section.full {
  grid-column: 1 / -1;
}

.field-note {
  margin: -2px 0 2px;
  color: #74777e;
  font-size: 14px;
  line-height: 1.55;
}

.section-title-row,
.setup-finish {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.28fr);
  gap: 16px;
  align-items: start;
}

.setup-finish {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.5fr);
}

.setup-finish button {
  justify-self: end;
}

.launch-checklist {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.launch-checklist li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.launch-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.portal-image-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.portal-image-options label {
  gap: 10px;
  padding: 10px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.portal-image-options label.active {
  border-color: var(--coral);
  box-shadow: 0 0 0 2px rgba(255, 75, 56, 0.14);
}

.portal-image-options input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.portal-image-options span {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background:
    var(--portal-image, linear-gradient(135deg, color-mix(in srgb, var(--coral) 18%, #fff), color-mix(in srgb, var(--ink) 10%, #f8f8f7))) center / cover;
  border-radius: 7px;
}

.compact-colour input {
  padding: 6px;
}

.business-settings {
  display: none;
}

.paint-customise-flow .business-settings {
  display: grid;
  gap: 16px;
}

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

.logo-upload {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px dashed #cfd4d2;
  border-radius: 8px;
  background: #fbfcfb;
}

.logo-upload input {
  padding: 12px;
  background: #fff;
}

.logo-upload strong {
  color: var(--muted);
  font-size: 13px;
}

.preview-phone {
  position: relative;
  width: min(260px, 100%);
  aspect-ratio: 430 / 932;
  margin: 0 auto;
  overflow: hidden;
  padding: 58px 18px 18px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(16, 16, 18, 0.24), rgba(16, 16, 18, 0.86)),
    var(--preview-image, linear-gradient(145deg, var(--phone-colour, #2f7c72), #101012)) center / cover;
  border: 10px solid #050506;
  border-radius: 44px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.preview-phone::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 4;
  width: 94px;
  height: 28px;
  border-radius: 999px;
  background: #050506;
  transform: translateX(-50%);
}

.preview-phone.paint-app-preview {
  display: block;
  padding: 0;
  color: #101012;
  background: var(--app-background, #f4f8f6);
}

.preview-phone.paint-app-preview *,
.preview-phone.paint-app-preview *::before,
.preview-phone.paint-app-preview *::after {
  box-sizing: border-box;
}

.paint-mini-header {
  padding: 28px 13px 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(24, 12, 22, 0.78), rgba(24, 12, 22, 0.34)),
    var(--preview-image, linear-gradient(145deg, color-mix(in srgb, var(--phone-colour, #8e5f86) 70%, #050505), color-mix(in srgb, var(--phone-colour, #8e5f86) 58%, #2b1230))) center / cover,
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.13), transparent 8rem),
    linear-gradient(145deg, color-mix(in srgb, var(--phone-colour, #8e5f86) 70%, #050505), color-mix(in srgb, var(--phone-colour, #8e5f86) 58%, #2b1230));
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.paint-mini-status {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 950;
}

.paint-mini-status span {
  width: 64px;
  height: 18px;
  border-radius: 999px;
  background: #050506;
}

.paint-mini-status em {
  justify-self: end;
  width: 34px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.paint-mini-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: start;
}

.paint-mini-title-row h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 0.95;
}

.paint-mini-title-row small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  font-weight: 850;
}

.paint-mini-logo {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 4px;
  color: var(--phone-colour, #8e5f86);
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.paint-mini-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.paint-mini-logo span {
  max-width: 38px;
  overflow: hidden;
  color: #171018;
  font-family: var(--sans);
  font-size: 6px;
  font-weight: 950;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paint-mini-hero {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 68px;
  margin-top: 8px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.22), transparent 5rem),
    linear-gradient(135deg, color-mix(in srgb, var(--phone-colour, #8e5f86) 72%, #160f18), color-mix(in srgb, var(--phone-colour, #8e5f86) 38%, #241325));
}

.paint-mini-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #bdebd6;
  background: rgba(14, 12, 16, 0.44);
  font-size: 15px;
  font-weight: 950;
}

.paint-mini-hero h4 {
  display: -webkit-box;
  margin: 0 0 4px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 1.03;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.paint-mini-hero p {
  display: -webkit-box;
  margin: 2px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.15;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.paint-mini-summary-hero {
  grid-template-columns: 1fr;
  align-items: stretch;
  min-height: 120px;
  gap: 6px;
}

.paint-mini-summary-hero > div {
  min-width: 0;
}

.paint-mini-summary-hero span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  font-weight: 950;
  text-transform: uppercase;
}

.paint-mini-summary-hero h4 {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  line-height: 1.1;
  -webkit-line-clamp: initial;
}

.paint-mini-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.paint-mini-hero-stats article {
  display: grid;
  gap: 1px;
  min-height: 31px;
  padding: 5px 6px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
}

.paint-mini-hero-stats b {
  color: #111218;
  font-size: 11px;
  line-height: 1;
}

.paint-mini-hero-stats small {
  color: var(--muted);
  font-size: 6px;
  font-weight: 900;
  line-height: 1;
}

.paint-mini-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2px;
  padding: 6px 9px 0;
  background: #fff;
}

.paint-mini-tabs span {
  display: grid;
  place-items: center;
  min-height: 25px;
  border-bottom: 2px solid transparent;
  color: #3f424a;
  font-size: 6px;
  font-weight: 950;
  text-align: center;
}

.paint-mini-tabs span.active {
  color: var(--phone-colour, #8e5f86);
  border-bottom-color: var(--phone-colour, #8e5f86);
}

.paint-mini-content {
  display: grid;
  gap: 7px;
  padding: 7px 9px 9px;
  background: var(--app-background, #f4f8f6);
}

.paint-mini-card {
  display: grid;
  gap: 6px;
  padding: 9px;
  border: 1px solid #e1e3e5;
  border-radius: 8px;
  background: #fff;
}

.paint-mini-card h4,
.paint-mini-card p {
  margin: 0;
}

.paint-mini-card h4 {
  font-size: 12px;
  line-height: 1;
}

.paint-mini-card p,
.paint-mini-card small {
  color: #676a72;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;
}

.paint-mini-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.paint-mini-card header b {
  color: #155d43;
  font-size: 9px;
  white-space: nowrap;
}

.paint-mini-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.paint-mini-summary article {
  display: grid;
  gap: 2px;
  padding: 7px;
  border: 1px solid #e5e5e9;
  border-radius: 8px;
}

.paint-mini-summary span,
.paint-mini-appointment strong {
  color: #101012;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.paint-mini-appointment {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
}

.paint-mini-appointment > span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-radius: 8px;
  background: #f4f6f6;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
}

.paint-mini-appointment div {
  display: grid;
  gap: 3px;
}

.paint-mini-appointment em {
  justify-self: start;
  padding: 3px 6px;
  border-radius: 6px;
  color: #155d43;
  background: #dff4ea;
  font-size: 7px;
  font-style: normal;
  font-weight: 950;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.app-grid span {
  min-height: 72px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  max-width: min(360px, calc(100vw - 36px));
  padding: 14px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-weight: 850;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 840px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 18px;
  }

  .hero,
  .grid,
  .portal-edit-grid,
  .portal-image-options,
  .setup-progress,
  .section-title-row,
  .setup-finish,
  .customer-portal-dashboard,
  .help-grid,
  .customer-app-list article,
  .assistant-form {
    grid-template-columns: 1fr;
  }

  .portal-panel-header {
    display: grid;
  }

  .portal-status-pill,
  .setup-finish button {
    justify-self: start;
  }

  .customer-app-list article {
    align-items: start;
  }

  .contact-option-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .contact-icon {
    width: 44px;
    height: 44px;
  }

  .contact-option-card[href^="mailto:"] strong {
    font-size: clamp(13px, 3.55vw, 16px);
    line-height: 1.18;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .app-list-actions,
  .help-actions {
    justify-content: stretch;
  }

  .app-list-actions button,
  .help-actions button,
  .help-actions .button,
  .assistant-form button {
    width: 100%;
  }

  .setup-timeline li:last-child small {
    white-space: normal;
  }
}

body.paint-customise-flow:not(.portal-unlocked) .portal-tabs,
body.paint-customise-flow:not(.portal-unlocked) .paint-flow-progress {
  display: none;
}

.portal-tabs,
.paint-flow-progress {
  display: none !important;
}

body:not(.portal-unlocked) .portal-panel {
  display: none;
}

body:not(.portal-unlocked) [data-portal-panel="login"] {
  display: grid;
  gap: 18px;
}

body:not(.portal-unlocked) .portal-side-stack {
  display: none;
}

body.portal-unlocked [data-portal-panel="login"] {
  display: none;
}

body.portal-unlocked .portal-panel {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
  scroll-margin-top: 24px;
}

body.portal-unlocked .portal-panel:last-of-type {
  margin-bottom: 0;
}

body.portal-unlocked .grid > .card {
  display: contents;
}

body.portal-unlocked .guide-card {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

body.portal-unlocked .portal-panel {
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(12, 12, 15, 0.08);
}

body.portal-unlocked [data-portal-panel="overview"] {
  grid-column: 1;
  grid-row: 1;
}

body.portal-unlocked [data-portal-panel="apps"],
body.portal-unlocked [data-portal-panel="guide"],
body.portal-unlocked [data-portal-panel="customise"],
body.portal-unlocked [data-portal-panel="install"],
body.portal-unlocked [data-portal-panel="help"],
body.portal-unlocked [data-portal-panel="assistant"] {
  grid-column: 1 / -1;
}

body.portal-unlocked [data-portal-panel="guide"] {
  grid-row: 2;
}

body.portal-unlocked [data-portal-panel="apps"] {
  grid-row: 3;
}

body.portal-unlocked [data-portal-panel="customise"] {
  grid-row: 4;
}

body.portal-unlocked [data-portal-panel="install"] {
  grid-row: 5;
}

body.portal-unlocked [data-portal-panel="help"] {
  grid-row: 6;
}

body.portal-unlocked [data-portal-panel="assistant"] {
  grid-row: 7;
}

body.portal-unlocked [data-portal-panel="customise"] .portal-edit-grid {
  grid-template-columns: 1fr;
}

body.portal-unlocked [data-portal-panel="customise"] .business-settings-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.portal-unlocked [data-portal-panel="customise"] .portal-edit-section.full,
body.portal-unlocked [data-portal-panel="customise"] .setup-actions,
body.portal-unlocked [data-portal-panel="customise"] [data-customise-status],
body.portal-unlocked [data-portal-panel="customise"] [data-customise-submit],
body.portal-unlocked [data-portal-panel="customise"] [data-open-app] {
  grid-column: 1 / -1;
}

body.portal-unlocked [data-portal-panel="help"] .help-grid {
  grid-template-columns: 1fr;
}

@media (max-width: 840px) {
  body.portal-unlocked .grid > .card {
    display: grid;
    gap: 18px;
    padding: 24px;
  }

  body.portal-unlocked .guide-card,
  body.portal-unlocked [data-portal-panel="overview"],
  body.portal-unlocked [data-portal-panel="guide"],
  body.portal-unlocked [data-portal-panel="apps"],
  body.portal-unlocked [data-portal-panel="customise"],
  body.portal-unlocked [data-portal-panel="install"],
  body.portal-unlocked [data-portal-panel="help"],
  body.portal-unlocked [data-portal-panel="assistant"] {
    grid-column: 1;
    grid-row: auto;
  }

  body.portal-unlocked .portal-panel {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  body.portal-unlocked [data-portal-panel="customise"] .portal-edit-grid,
  body.portal-unlocked [data-portal-panel="customise"] .business-settings-grid,
  body.portal-unlocked [data-portal-panel="help"] .help-grid {
    grid-template-columns: 1fr;
  }

  .paint-customise-flow .portal-image-options {
    grid-template-columns: 1fr;
  }
}

body.portal-unlocked [data-portal-panel="login"] {
  display: none !important;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.portal-unlocked .hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
}

.portal-unlocked .hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 0;
}

.portal-unlocked .summary-card {
  align-content: start;
  padding: 18px;
}

.neat-portal-dashboard {
  grid-template-columns: 1fr;
  gap: 18px;
}

.neat-app-card {
  gap: 14px;
}

.neat-app-card-header {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.neat-account-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  font-size: 19px;
  background: var(--app-colour, var(--ink));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: #0d4c3b;
  background: rgba(142, 232, 200, 0.32);
  border: 1px solid rgba(74, 185, 149, 0.38);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.neat-account-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.neat-account-details div,
.neat-check-list li {
  background: #fafaf9;
}

.neat-account-details div {
  min-width: 0;
  padding: 10px;
}

.neat-account-details dt {
  margin-bottom: 5px;
  font-size: 10px;
}

.neat-account-details dd {
  min-height: 24px;
  overflow-wrap: anywhere;
  line-height: 1.18;
}

.neat-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.neat-actions .button,
.neat-actions button {
  width: 100%;
  min-height: 42px;
  padding-inline: 10px;
  font-size: 12px;
}

.portal-showcase-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  background:
    radial-gradient(circle at 86% 8%, rgba(142, 232, 200, 0.2), transparent 40%),
    linear-gradient(145deg, #050807, #10241f);
  border: 1px solid rgba(142, 232, 200, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #fff;
}

.portal-showcase-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
}

.portal-showcase-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1;
}

.portal-showcase-controls {
  display: flex;
  gap: 8px;
}

.portal-showcase-controls button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.portal-showcase-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 84%);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 4px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.portal-showcase-slide {
  display: grid;
  gap: 12px;
  min-height: 310px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  scroll-snap-align: start;
}

.portal-showcase-slide > span {
  min-height: 168px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.28)),
    var(--slide-image) center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.portal-showcase-slide h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
}

.portal-showcase-slide p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.35;
}

.neat-setup-card,
.neat-support-card {
  align-content: start;
}

.neat-setup-card {
  min-height: 100%;
}

.neat-check-list {
  gap: 10px;
}

.neat-check-list li {
  align-items: center;
  min-height: 54px;
}

.neat-check-list li::before {
  content: "✓";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 3px;
  color: #0d4c3b;
  background: rgba(142, 232, 200, 0.34);
  border-radius: 8px;
  font-weight: 950;
}

.neat-support-card {
  grid-column: auto;
}

.neat-help-actions {
  justify-content: stretch;
}

.neat-help-actions button {
  flex: 1 1 150px;
  min-height: 48px;
}

.portal-side-stack {
  display: grid;
  gap: 18px;
}

.paintpro-guide-card {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 8%, rgba(142, 232, 200, 0.18), transparent 34%),
    linear-gradient(145deg, #150814, #4a173f);
}

.paintpro-guide-only[hidden] {
  display: none !important;
}

.paintpro-guide-toolbar {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 14px;
  align-items: center;
  color: #fff;
}

.paintpro-guide-toolbar button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.paintpro-guide-toolbar strong,
.paintpro-guide-toolbar span {
  display: block;
}

.paintpro-guide-toolbar strong {
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1;
}

.paintpro-guide-toolbar span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 800;
}

.paintpro-guide-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, min(76vw, 680px));
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 14px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.paintpro-guide-track figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  scroll-snap-align: start;
}

.paintpro-guide-track img {
  display: block;
  width: 100%;
  height: auto;
}

.paintpro-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.paintpro-guide-actions button {
  flex: 1 1 180px;
  min-height: 48px;
}

.portal-side-stack .portal-overview-card {
  box-shadow: none;
}

@media (max-width: 900px) {
  .portal-unlocked .hero,
  .neat-portal-dashboard {
    grid-template-columns: 1fr;
  }

  .neat-support-card {
    grid-column: auto;
  }

  .neat-account-details,
  .neat-actions {
    grid-template-columns: 1fr;
  }

  .neat-app-card-header {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .neat-app-card-header .tag {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .portal-showcase-card {
    padding: 20px;
  }

  .portal-showcase-head {
    align-items: center;
  }

  .portal-showcase-track {
    grid-auto-columns: minmax(240px, 88%);
  }
}
