/* =========================================================
   Orchid Cleaning Service — site styles
   Like-for-like clone of orchidcleaningservice.com
   ========================================================= */

:root {
  --lavender:   #EFF3FF;
  --white:      #FFFFFF;
  --navy:       #1F1B3D;
  --navy-soft:  #2C2756;
  --pink:       #DC2C8E;
  --pink-soft:  #F4ABDA;
  --pink-pale:  #F9CFE8;
  --violet-blob:#E8B6E8;
  --ink:        #1A1733;
  --ink-soft:   #6E6890;
  --ink-mute:   #8C87A6;
  --line:       #E1DEF0;

  --radius-pill: 999px;
  --radius-lg:   24px;
  --radius:      16px;

  --font-display: 'Urbanist', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body:    'DM Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-script:  'Laila', Georgia, serif;

  --max:        1240px;
  --pad-x:      24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

/* ---------- Header ---------- */
.site-header {
  background: var(--lavender);
  position: sticky; top: 0; z-index: 30;
}
.site-header .row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}
.brand-logo {
  display: flex; align-items: center; gap: 6px;
}
.brand-logo img { height: 54px; width: auto; border-radius: 6px; }
.brand-logo img.bbb-img, .trust-row img.bbb-img { height: 64px; width: auto; }
.hero-photo {
  width: 100%; max-width: 600px; height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(31,27,61,.18);
  display: block;
}
.brand-logo .brand-fallback {
  font-family: var(--font-script);
  font-size: 30px; color: var(--pink); line-height: 1;
}
.brand-logo .brand-fallback small {
  display: block; font-family: var(--font-body);
  font-size: 11px; color: var(--pink); letter-spacing: .12em; text-transform: uppercase;
}

.nav {
  display: flex; align-items: center; gap: 28px;
  font-weight: 500; color: var(--navy);
}
.nav a:hover { color: var(--pink); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  border: 0;
  cursor: pointer;
  transition: transform .05s ease-out, background-color .15s, color .15s;
  text-align: center;
  text-decoration: none;
}
.btn:active { transform: translateY(1px); }
.btn-pill {
  border-radius: var(--radius-pill);
  padding: 14px 28px;
  font-size: 14px;
  letter-spacing: .02em;
}
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-soft); color: #fff; }
.btn-pink { background: var(--pink); color: #fff; }
.btn-pink:hover { background: #BE1F77; color: #fff; }

@media (max-width: 880px) {
  .nav .nav-link { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  background: var(--lavender);
  padding: 24px 0 80px;
  overflow: hidden;
}
.hero .row {
  display: grid; gap: 40px;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}
@media (max-width: 920px) {
  .hero .row { grid-template-columns: 1fr; }
}
.hero .eyebrow {
  font-family: var(--font-display);
  color: var(--pink);
  font-size: 14px; font-weight: 600; letter-spacing: .26em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1.04; letter-spacing: -.02em;
  color: var(--navy);
  font-weight: 700;
  margin: 0 0 22px;
}
.hero .lede {
  color: var(--ink-soft);
  font-size: 17px; max-width: 56ch;
  margin: 0 0 30px;
}
.hero-art {
  position: relative;
  display: grid; place-items: center;
  min-height: 540px;
}
.hero-art .blob {
  position: absolute;
  width: 360px; height: 480px;
  background: var(--violet-blob);
  border-radius: 200px 200px 30px 30px / 220px 220px 30px 30px;
  z-index: 0;
}
.hero-art img {
  position: relative; z-index: 1;
  max-height: 560px; width: auto;
  object-fit: contain;
}

.hero-stats {
  position: absolute; right: -24px; top: 50%;
  transform: translateY(-50%);
  display: grid; gap: 28px;
}
@media (max-width: 920px) {
  .hero-art { min-height: 380px; }
  .hero-art .blob { width: 260px; height: 360px; }
  .hero-stats { position: static; transform: none; margin-top: 32px; grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.hero-stat .num {
  font-family: var(--font-display);
  font-size: 40px; font-weight: 700;
  color: var(--navy); line-height: 1;
}
.hero-stat .label {
  margin-top: 6px;
  color: var(--pink);
  font-weight: 500; font-size: 14px;
  max-width: 180px;
}

/* ---------- Trust strip (awards/credentials) ---------- */
.trust-strip {
  background: #fff;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-strip-inner {
  display: grid; gap: 18px; align-items: center;
  grid-template-columns: auto 1fr;
}
@media (max-width: 720px) { .trust-strip-inner { grid-template-columns: 1fr; text-align: center; } }
.trust-strip .label {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-mute);
}
.trust-row {
  display: flex; flex-wrap: wrap; gap: 14px;
  align-items: center; justify-content: flex-start;
}
@media (max-width: 720px) { .trust-row { justify-content: center; } }
.award-badge {
  display: flex; align-items: center; justify-content: center;
  width: 84px; height: 84px;
  border-radius: 14px;
  font-family: var(--font-display);
  color: #fff; font-weight: 700;
  text-align: center;
  line-height: 1.05;
  flex: 0 0 84px;
  position: relative;
  padding: 8px;
}
.award-badge .yr {
  position: absolute; top: 6px; right: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .04em;
}
.award-badge .lg {
  display: block; font-size: 13px; font-weight: 700;
  margin-top: 8px;
}
.award-badge .xl {
  display: block; font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px; font-weight: 700; letter-spacing: .04em; line-height: 1;
}
.award-badge.haven-2024 { background: var(--pink); }
.award-badge.haven-2023 { background: #D9252A; }
.award-badge.haven-2022 { background: #6F62A8; }
.bbb-badge {
  display: flex; align-items: center; gap: 12px;
  background: #14587E; color: #fff;
  padding: 10px 14px; border-radius: 10px;
  font-family: var(--font-display);
  height: 64px;
}
.bbb-badge .torch {
  width: 44px; height: 44px;
  background: #fff; color: #14587E;
  border-radius: 4px;
  display: grid; place-items: center;
  font-weight: 700; font-size: 14px;
  flex: 0 0 44px;
}
.bbb-badge .text {
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  line-height: 1.1;
}

/* ---------- CTA strip ---------- */
.cta-strip {
  background: var(--lavender);
  padding: 28px 0 64px;
}
.cta-strip-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px; align-items: center;
}
.cta-strip-side {
  font-family: var(--font-display);
  font-weight: 600; color: var(--navy);
  font-size: 22px;
}
.cta-strip-center .eyebrow {
  font-family: var(--font-display);
  font-size: 13px; color: var(--pink);
  letter-spacing: .26em; text-transform: uppercase;
  margin: 0 0 8px;
}
.cta-strip-center h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  color: var(--navy); margin: 0; font-weight: 700;
  line-height: 1.15;
}
@media (max-width: 880px) {
  .cta-strip-inner { grid-template-columns: 1fr; text-align: center; }
}

/* ---------- About ---------- */
.about {
  padding: 80px 0;
  background: #fff;
}
.about .row {
  display: grid; gap: 56px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 920px) { .about .row { grid-template-columns: 1fr; } }
.section-eyebrow {
  font-family: var(--font-display);
  color: var(--pink);
  font-size: 14px; font-weight: 600; letter-spacing: .26em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1; color: var(--navy);
  font-weight: 700;
  margin: 0 0 18px; letter-spacing: -.01em;
}
.section-lede {
  color: var(--ink-soft); font-size: 16.5px;
  margin: 0 0 28px; max-width: 60ch;
}
.pill-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 12px;
}
.pill-list li {
  background: var(--lavender); color: var(--navy);
  padding: 10px 18px; border-radius: var(--radius-pill);
  font-weight: 500; font-size: 14px;
}
.about-art {
  background: var(--lavender);
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 3;
  display: grid; place-items: center;
  overflow: hidden;
  position: relative;
}
.about-art img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Services ---------- */
.services {
  padding: 80px 0;
  background: var(--lavender);
}
.services-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; align-items: end;
  margin-bottom: 36px;
}
@media (max-width: 880px) { .services-head { grid-template-columns: 1fr; } }
.services-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 880px) { .services-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.svc-card .icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--pink-pale); color: var(--pink);
  display: grid; place-items: center;
  margin-bottom: 22px;
  font-size: 26px;
}
.svc-card h3 {
  font-family: var(--font-display);
  font-size: 22px; line-height: 1.2;
  color: var(--navy); margin: 0 0 10px; font-weight: 700;
}
.svc-card p { color: var(--ink-soft); margin: 0; font-size: 15px; }

/* ---------- Testimonials ---------- */
.testimonials {
  padding: 80px 0;
  background: #fff;
}
.testi-head { text-align: center; margin: 0 auto 40px; max-width: 700px; }
.testi-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 880px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  background: var(--lavender);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
}
.testi-card .stars { color: var(--pink); letter-spacing: 2px; font-size: 18px; }
.testi-card blockquote {
  margin: 0; color: var(--navy); font-size: 15px; line-height: 1.6;
}
.testi-card .who {
  display: flex; align-items: center; gap: 10px;
  margin-top: auto; padding-top: 8px;
}
.testi-card .who .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--pink-pale); color: var(--pink);
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700;
}
.testi-card .who .name { font-weight: 500; color: var(--navy); }
.testi-card .who .where { font-size: 13px; color: var(--ink-mute); }

/* ---------- FAQs ---------- */
.faqs {
  padding: 80px 0;
  background: #fff;
}
.faq-head { text-align: center; margin: 0 auto 36px; max-width: 700px; }
.faq-list {
  max-width: 820px; margin: 0 auto;
  display: grid; gap: 14px;
}
.faq-item {
  background: var(--lavender);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  padding: 22px 26px;
  font-family: var(--font-display);
  font-weight: 600; font-size: 17px; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 24px; line-height: 1;
  color: var(--pink); font-weight: 400;
  transition: transform .15s;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item .answer {
  padding: 0 26px 22px;
  color: var(--ink-soft); font-size: 15.5px; line-height: 1.6;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--lavender);
  padding: 56px 0 28px;
  color: var(--navy);
}
.footer-grid {
  display: grid; gap: 32px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-grid h4 {
  font-family: var(--font-display);
  font-size: 14px; letter-spacing: .14em; text-transform: uppercase;
  margin: 0 0 12px; color: var(--navy);
}
.footer-grid p, .footer-grid a {
  color: var(--ink-soft); font-size: 15px; margin: 4px 0;
}
.footer-grid a:hover { color: var(--pink); }

.footer-base {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  text-align: center;
  color: var(--ink-mute); font-size: 13px;
}

/* ---------- Form (contact page) ---------- */
.contact-page { background: var(--lavender); min-height: 100vh; padding-bottom: 80px; }
.contact-hero { padding: 56px 0 32px; }
.contact-grid {
  display: grid; gap: 32px;
  grid-template-columns: .85fr 1.15fr;
}
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info {
  background: var(--navy); color: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
  position: relative; overflow: hidden;
}
.contact-info::after {
  content: ""; position: absolute; right: -60px; top: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(closest-side, var(--violet-blob), transparent 75%);
  opacity: .55;
}
.contact-info h2 {
  font-family: var(--font-display);
  font-size: 28px; margin: 0 0 14px; font-weight: 700;
}
.contact-info p { color: rgba(255,255,255,.78); margin: 0; font-size: 15px; }
.contact-info ul { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 16px; }
.contact-info li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; }
.contact-info li .ic {
  flex: 0 0 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,.08);
  display: grid; place-items: center;
}
.contact-info li .label {
  font-family: var(--font-display);
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin-bottom: 2px;
}
.contact-info li a { color: #fff; }
.contact-info li a:hover { color: var(--pink-soft); }

.contact-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
}
.contact-form h2 {
  font-family: var(--font-display);
  font-size: 28px; color: var(--navy);
  margin: 0 0 6px; font-weight: 700;
}
.contact-form .form-lede { color: var(--ink-soft); margin: 0 0 24px; font-size: 15px; }
.field-grid {
  display: grid; gap: 18px;
  grid-template-columns: 1fr 1fr;
}
.field-grid .span-2 { grid-column: 1 / -1; }
@media (max-width: 600px) { .field-grid { grid-template-columns: 1fr; } .field-grid .span-2 { grid-column: 1; } }

.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field label {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 600; color: var(--navy);
}
.field .req { color: var(--pink); margin-left: 2px; }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink);
  height: 48px; padding: 0 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  transition: border-color .12s, box-shadow .12s;
  width: 100%; min-width: 0;
}
.field textarea { padding: 14px 16px; height: auto; min-height: 100px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px var(--pink-pale);
}
.checkbox {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; color: var(--ink-soft);
}
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--pink); }
.actions { margin-top: 8px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.status { margin-top: 14px; padding: 12px 14px; border-radius: 12px; font-size: 14px; display: none; }
.status.show { display: block; }
.status.ok { background: #E7F5EE; color: #1F8A52; border: 1px solid #C7E6D5; }
.status.err { background: #FBEAE9; color: #B3261E; border: 1px solid #F2C7C4; }
.hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* ---------- Slideshow ---------- */
.slideshow-section {
  background: #fff;
  padding: 80px 0;
}
.slideshow {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--lavender);
  max-width: 980px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.slideshow .slides { position: absolute; inset: 0; }
.slideshow .slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
.slideshow .slide.is-active { opacity: 1; pointer-events: auto; }
.slideshow .slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.slideshow .slide-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 20px 28px;
  background: linear-gradient(to top, rgba(31,27,61,.85), rgba(31,27,61,0));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
}
.slideshow .slide-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  border: 0; border-radius: 50%;
  font-size: 24px; line-height: 1;
  display: grid; place-items: center;
  cursor: pointer;
  transition: background-color .15s, transform .05s;
  box-shadow: 0 4px 12px rgba(31,27,61,.18);
}
.slideshow .slide-arrow:hover { background: #fff; }
.slideshow .slide-arrow:active { transform: translateY(-50%) scale(.95); }
.slideshow .slide-prev { left: 16px; }
.slideshow .slide-next { right: 16px; }
.slideshow .slide-dots {
  position: absolute; left: 0; right: 0; bottom: 12px;
  display: flex; justify-content: center; gap: 8px;
  z-index: 2;
}
.slideshow .slide-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: background-color .15s, transform .15s;
}
.slideshow .slide-dot.is-active {
  background: var(--pink);
  transform: scale(1.25);
}
@media (max-width: 600px) {
  .slideshow .slide-arrow { width: 36px; height: 36px; font-size: 20px; }
  .slideshow .slide-caption { font-size: 13px; padding: 16px 18px; }
}

/* ---------- Google Reviews badge (testimonials page hero) ---------- */
.google-rating {
  display: inline-flex; align-items: center; gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 24px;
  margin-top: 18px;
  box-shadow: 0 6px 18px rgba(31,27,61,.06);
  flex-wrap: wrap; justify-content: center;
}
.google-rating .g-logo svg { display: block; }
.google-rating .g-rating-text { text-align: left; }
.google-rating .g-stars-row { display: flex; align-items: baseline; gap: 8px; }
.google-rating .g-num {
  font-family: var(--font-display);
  font-size: 32px; font-weight: 700; color: var(--navy); line-height: 1;
}
.google-rating .g-stars { color: #F4B400; font-size: 22px; letter-spacing: 2px; line-height: 1; }
.google-rating .g-meta { color: var(--ink-soft); font-size: 13px; margin-top: 4px; }
.google-rating .g-meta strong { color: var(--navy); }

/* "Google review" tag chip on testimonial cards */
.testi-card .g-tag {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 10px;
  font-weight: 600;
  color: #4285F4;
  letter-spacing: .04em;
  margin-right: 4px;
}

/* "What customers mention most" chips */
.review-themes {
  margin-top: 48px;
  padding: 28px;
  background: var(--lavender);
  border-radius: var(--radius-lg);
  text-align: center;
}
.review-themes .theme-label {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--navy); margin: 0 0 16px;
}
.review-themes .theme-pills {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}
.review-themes .theme-pills li {
  background: #fff;
  color: var(--navy);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--line);
}
.review-themes .theme-pills li span {
  color: var(--pink);
  font-weight: 700;
  margin-left: 4px;
}

/* Trust strip — image-based award badges (real artwork) */
.trust-row .bbb-img {
  height: 64px; width: auto;
  display: block;
}
.trust-row .award-img {
  height: 64px; width: auto;
  display: block;
  border-radius: 8px;
  background: #fff;
}
/* About-section image — show torso (shift visible window down so chest/polo is visible) */
.about-art img { object-position: center 70%; }

/* Compact Google badge for trust strip on home page */
.google-mini {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  height: 84px;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.google-mini:hover { border-color: #4285F4; box-shadow: 0 4px 12px rgba(66,133,244,.15); }
.google-mini .g-mini-logo svg { display: block; }
.google-mini .g-mini-stars { display: flex; align-items: baseline; gap: 6px; }
.google-mini .g-mini-num {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 700; color: var(--navy); line-height: 1;
}
.google-mini .g-mini-star { color: #F4B400; font-size: 13px; letter-spacing: 1px; }
.google-mini .g-mini-meta {
  font-size: 11px; color: var(--ink-soft); margin-top: 4px;
  font-weight: 500;
}

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }
.mb-0 { margin-bottom: 0; }
.sr { position: absolute !important; width: 1px !important;