/* Roomy — roomycleaner.com
   Split-band layout: near-black, violet and white bands alternating.
   No JavaScript anywhere on this site. */

:root {
  --night: #0B0A1A;
  --night-2: #14122E;
  --violet: #5B2EE5;
  --violet-2: #6D3AF0;
  --violet-deep: #3F1AA8;
  --yellow: #FFC93C;
  --mint: #2DE0B0;
  --ink: #141230;
  --ink-2: #4C4A63;
  --ink-3: #6A6785;
  --paper: #FBFAFF;
  --line: rgba(20, 18, 48, 0.10);
  --line-dark: rgba(255, 255, 255, 0.12);

  --display: "Plus Jakarta Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --body: "Instrument Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;

  --gut: clamp(20px, 5vw, 56px);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--body); font-size: 16px; line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--yellow); color: #2A1B00; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; border-radius: 3px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 30;
  background: var(--yellow); color: #2A1B00; padding: 10px 16px; font-size: 0.9rem;
}
.skip:focus { left: 12px; top: 12px; }

/* ---------- type ---------- */

h1, h2, h3, h4 {
  font-family: var(--display); font-weight: 800;
  letter-spacing: -0.032em; line-height: 1.07; margin: 0; text-wrap: balance;
}
h1 { font-size: clamp(2.15rem, 5.6vw, 3.5rem); max-width: 20ch; }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); max-width: 26ch; }
h3 { font-size: clamp(1.02rem, 1.8vw, 1.25rem); font-weight: 700; letter-spacing: -0.02em; }
h4 { font-size: 0.98rem; font-weight: 700; letter-spacing: -0.015em; }
em.hl { font-style: normal; color: var(--yellow); }
p { margin: 0; }

.kicker {
  font-family: var(--display); font-weight: 700; font-size: 0.74rem;
  letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 0.8rem;
}
.lede { margin-top: 1.15rem; font-size: clamp(1rem, 1.7vw, 1.1rem); line-height: 1.56; max-width: 50ch; }

/* ---------- bands ---------- */

.band { padding: clamp(42px, 6.5vw, 76px) 0; }
.band-dark { background: var(--night); color: #fff; }
.band-dark h1, .band-dark h2, .band-dark h3, .band-dark h4 { color: #fff; }
.band-dark .kicker { color: var(--yellow); }
.band-dark .lede, .band-dark p { color: rgba(255, 255, 255, 0.74); }
.band-violet { background: linear-gradient(160deg, var(--violet-2) 0%, var(--violet) 52%, var(--violet-deep) 100%); color: #fff; }
.band-violet h2, .band-violet h3, .band-violet h4 { color: #fff; }
.band-violet .kicker { color: var(--yellow); }
.band-violet .lede, .band-violet p { color: rgba(255, 255, 255, 0.82); }
.band-light { background: var(--paper); }
.band-light .kicker { color: var(--violet); }
.band-light .lede, .band-light p { color: var(--ink-2); }
.band-white { background: #fff; }
.band-white .kicker { color: var(--violet); }
.band-white .lede, .band-white p { color: var(--ink-2); }

/* ---------- header ---------- */

.site-head { background: var(--night); }
.masthead {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px 22px; flex-wrap: wrap; padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 34px; height: 34px; border-radius: 9px; display: block; }
.brand b { font-family: var(--display); font-weight: 800; font-size: 1.16rem; letter-spacing: -0.03em; color: #fff; }
.head-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.nav { display: flex; gap: 18px; font-size: 0.87rem; color: rgba(255, 255, 255, 0.66); }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }

/* ---------- buttons ---------- */

.btn {
  display: inline-block; font-family: var(--display); font-weight: 700;
  font-size: 0.9rem; padding: 12px 22px; border-radius: 999px;
  background: var(--yellow); color: #2A1B00; border: 1px solid var(--yellow);
  transition: transform 0.15s ease;
}
.btn:hover { transform: translateY(-1px); color: #2A1B00; }
.btn.lg { font-size: 1rem; padding: 15px 28px; }
.btn.ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.btn.ghost:hover { border-color: #fff; color: #fff; }
.btn.solid { background: var(--violet); border-color: var(--violet); color: #fff; }
.btn.solid:hover { color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.7rem; }
.note { margin-top: 1rem; font-size: 0.84rem; }

/* ---------- split rows ---------- */

.split {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(26px, 4.5vw, 56px); align-items: center;
}
.split.flip .media { order: -1; }
.media { display: flex; justify-content: center; }

/* a complete phone screen gets a full frame */
.device {
  width: 100%; max-width: 292px; background: #fff; padding: 9px;
  border-radius: 36px; box-shadow: 0 40px 70px -30px rgba(6, 2, 30, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.14);
}
.device img { display: block; width: 100%; height: auto; border-radius: 28px; background: var(--night-2); }

/* an interface fragment gets a plain card, sized to the crop */
.frag {
  width: 100%; max-width: 420px; background: var(--night-2); padding: 8px;
  border-radius: 20px; box-shadow: 0 34px 60px -30px rgba(6, 2, 30, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.frag img { display: block; width: 100%; height: auto; border-radius: 14px; }
.shot-cap {
  margin-top: 12px; font-size: 0.76rem; letter-spacing: 0.02em; text-align: center;
  font-family: var(--display); font-weight: 500;
}
.band-light .shot-cap, .band-white .shot-cap { color: var(--ink-3); }
.band-dark .shot-cap, .band-violet .shot-cap { color: rgba(255, 255, 255, 0.6); }

/* ---------- ticks ---------- */

.ticks { list-style: none; padding: 0; margin: 1.1rem 0 0; }
.ticks li { position: relative; padding-left: 26px; margin-bottom: 0.55rem; font-size: 0.94rem; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 0.42em;
  width: 13px; height: 7px; border-left: 2px solid var(--mint); border-bottom: 2px solid var(--mint);
  transform: rotate(-45deg);
}
.band-light .ticks li, .band-white .ticks li { color: var(--ink-2); }
.band-light .ticks li::before, .band-white .ticks li::before { border-color: var(--violet); }

/* ---------- cards ---------- */

.trio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: clamp(20px, 3vw, 28px); }
.card { border-radius: 16px; padding: 22px; }
.band-light .card, .band-white .card { background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 44px -44px rgba(20, 18, 48, 0.7); }
.band-dark .card, .band-violet .card { background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line-dark); }
.card h3 { margin-bottom: 0.45rem; }
.card p { font-size: 0.9rem; line-height: 1.58; }

/* ---------- plans ---------- */

.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 1.6rem 0; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; }
.plan .chip {
  display: inline-block; font-family: var(--display); font-weight: 700; font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: #2A1B00;
  background: var(--yellow); padding: 5px 11px; border-radius: 999px; margin-bottom: 0.9rem;
}
.plan h3 { font-size: 1.32rem; }
.plan ul { list-style: none; padding: 0; margin: 0.9rem 0 0; }
.plan li { position: relative; padding-left: 22px; font-size: 0.89rem; color: var(--ink-2); margin-bottom: 0.4rem; }
.plan li::before {
  content: ""; position: absolute; left: 0; top: 0.42em; width: 11px; height: 6px;
  border-left: 2px solid var(--violet); border-bottom: 2px solid var(--violet); transform: rotate(-45deg);
}

/* ---------- faq ---------- */

.faq { margin-top: 1.4rem; }
.q { border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; }
.band-dark .q { background: var(--night-2); border: 1px solid var(--line-dark); }
.band-light .q, .band-white .q { background: #fff; border: 1px solid var(--line); }
.q summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 14px; font-family: var(--display); font-weight: 700; font-size: 1rem;
}
.band-dark .q summary { color: #fff; }
.q summary::-webkit-details-marker { display: none; }
.q summary i { flex: 0 0 22px; height: 22px; border-radius: 7px; background: rgba(91, 46, 229, 0.14); position: relative; }
.band-dark .q summary i { background: rgba(255, 201, 60, 0.18); }
.q summary i::before, .q summary i::after { content: ""; position: absolute; background: var(--violet); left: 50%; top: 50%; }
.band-dark .q summary i::before, .band-dark .q summary i::after { background: var(--yellow); }
.q summary i::before { width: 9px; height: 2px; transform: translate(-50%, -50%); }
.q summary i::after { width: 2px; height: 9px; transform: translate(-50%, -50%); }
.q[open] summary i::after { display: none; }
.q p { margin-top: 0.7rem; font-size: 0.92rem; }

/* ---------- prose (legal pages) ---------- */

.prose { max-width: 74ch; }
.prose h2 { margin: 2.3em 0 0.7em; max-width: none; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 1.7em 0 0.5em; }
.prose p { margin-bottom: 1.05em; color: var(--ink-2); }
.prose ol { padding-left: 1.2em; margin: 0 0 1.1em; color: var(--ink-2); }
.prose ul { list-style: none; padding: 0; margin: 0 0 1.1em; }
.prose ul li { position: relative; padding-left: 20px; margin-bottom: 0.45em; color: var(--ink-2); }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: 0.6em; width: 8px; height: 8px;
  border-radius: 2px; background: rgba(91, 46, 229, 0.28);
}
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--violet); border-bottom: 1px solid rgba(91, 46, 229, 0.35); }
.doc-date { font-family: var(--display); font-weight: 500; font-size: 0.8rem; color: var(--ink-3); margin-top: 0.9rem; }

.tbl-scroll { overflow-x: auto; margin: 0 0 1.4em; -webkit-overflow-scrolling: touch; }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 0.88rem; }
caption { text-align: left; font-size: 0.8rem; color: var(--ink-3); padding-bottom: 10px; }
th, td { text-align: left; vertical-align: top; padding: 11px 14px 11px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); }
th { font-family: var(--display); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }

/* support page pieces */
.faq-list { border-top: 1px solid var(--line); margin-top: 1.4rem; }
.faq-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-item h3 { margin-bottom: 0.5rem; }
.faq-item p { font-size: 0.94rem; color: var(--ink-2); }
.contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px 30px; margin: 1.4rem 0 0; }
.contact dt {
  font-family: var(--display); font-weight: 700; font-size: 0.7rem; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 7px;
}
.contact dd { margin: 0; font-size: 0.94rem; }
.contact a { color: var(--violet); border-bottom: 1px solid rgba(91, 46, 229, 0.35); }
address { font-style: normal; }

/* ---------- footer ---------- */

footer { background: var(--night); color: rgba(255, 255, 255, 0.6); padding: clamp(30px, 4.5vw, 44px) 0 26px; font-size: 0.84rem; line-height: 1.65; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 0.8fr 0.8fr 1.3fr; gap: 30px; }
.foot-grid b { color: #fff; font-weight: 700; font-family: var(--display); display: block; margin-bottom: 8px; font-size: 0.78rem; letter-spacing: 0.05em; }
footer a { color: #C9B7FF; display: block; margin-bottom: 4px; }
footer a:hover { color: #fff; }
.colophon {
  margin-top: 24px; padding-top: 15px; border-top: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  font-size: 0.74rem; color: rgba(255, 255, 255, 0.42);
}

/* ---------- responsive ---------- */

@media (max-width: 940px) {
  .split { grid-template-columns: 1fr; }
  .split.flip .media { order: 0; }
  .trio { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .foot-grid { grid-template-columns: 1fr; }
  .nav { gap: 14px; font-size: 0.83rem; }
  .device { max-width: 250px; }
  .frag { max-width: 340px; }
}
@media (max-width: 380px) {
  body { font-size: 15px; }
  .btn, .btn.lg { padding: 12px 18px; font-size: 0.9rem; }
}
