:root {
  color-scheme: light;
  --ink: #101827;
  --muted: #647084;
  --bg: #f6f7f9;
  --paper: #ffffff;
  --line: #e2e6ee;
  --dark: #07111f;
  --dark-2: #102039;
  --blue: #1b7cff;
  --cyan: #1fb6d5;
  --amber: #f7b731;
  --green: #1e9e6e;
  --shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(860px, calc(100% - 40px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: rgba(7, 17, 31, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.header-shell,
.site-footer,
.footer-grid,
.footer-bottom,
.brand,
.header-cta,
.hero-actions,
.cta-grid {
  display: flex;
  align-items: center;
}

.header-shell {
  min-height: 78px;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  min-width: 0;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 8px;
  color: var(--dark);
  background: linear-gradient(135deg, var(--amber), #ffe08a);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(247, 183, 49, 0.25);
}

.brand-logo-frame {
  display: flex;
  width: min(260px, 44vw);
  height: 58px;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
}

.brand-copy small {
  max-width: 260px;
  color: #aeb7c7;
  font-size: 12px;
  letter-spacing: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.nav a {
  position: relative;
  color: #dbe4f3;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  background: #1769e8;
  text-decoration: none;
  box-shadow: 0 0 26px rgba(27, 124, 255, 0.34);
}

.header-cta span,
.header-cta strong {
  display: block;
  line-height: 1.1;
}

.header-cta span {
  color: #cfe1ff;
  font-size: 10px;
  font-weight: 800;
}

.header-cta strong {
  font-size: 14px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 116px 0 86px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(31, 182, 213, 0.16), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #102039 100%);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000, transparent 80%);
}

.compact-hero {
  padding: 86px 0 56px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
  gap: 56px;
  align-items: center;
}

.hero-pill,
.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-pill {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(247, 183, 49, 0.34);
  border-radius: 999px;
  background: rgba(247, 183, 49, 0.11);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.08;
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(38px, 6vw, 68px);
}

.page-hero h1 span {
  display: block;
  color: var(--amber);
}

.lead {
  max-width: 690px;
  margin: 0 0 28px;
  color: #c2ccdc;
  font-size: 19px;
}

.dark-lead {
  color: #d6dfef;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: var(--dark);
  background: var(--amber);
  box-shadow: 0 0 26px rgba(247, 183, 49, 0.32);
}

.button-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.mockup-stage {
  position: relative;
  min-height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 50%),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.banner {
  position: absolute;
  bottom: 42px;
  display: grid;
  align-content: end;
  width: 132px;
  height: 286px;
  padding: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #f9fbff, #e9eef8);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.banner::before,
.banner::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.75);
}

.banner::before {
  top: -20px;
  left: 50%;
  width: 4px;
  height: 20px;
}

.banner::after {
  right: -12px;
  bottom: -18px;
  left: -12px;
  height: 18px;
  border-radius: 4px;
  background: #cfd7e6;
}

.banner span {
  position: absolute;
  inset: 18px 18px 90px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
    linear-gradient(160deg, var(--blue), var(--cyan));
}

.banner strong,
.banner small {
  position: relative;
  z-index: 1;
  color: var(--dark);
}

.banner strong {
  font-size: 18px;
  line-height: 1.1;
}

.banner small {
  color: var(--muted);
  font-weight: 700;
}

.banner-one {
  left: 46px;
  transform: rotate(-4deg);
}

.banner-two {
  left: 178px;
  bottom: 58px;
  width: 154px;
  height: 320px;
  transform: rotate(2deg);
}

.banner-two span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
    linear-gradient(160deg, var(--amber), #fff1b6);
}

.banner-three {
  right: 44px;
  height: 250px;
  transform: rotate(5deg);
}

.banner-three span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
    linear-gradient(160deg, var(--green), var(--cyan));
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-stats div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.hero-stats span {
  margin-top: 7px;
  color: #b8c4d7;
  font-size: 13px;
}

.content-section,
.faq-section {
  padding: 76px 0;
}

.section-muted {
  background: #fff;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.content-section h2,
.split-section h2,
.cta-band h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 46px);
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.feature-grid,
.listing-grid,
.gallery-grid,
.process-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.listing-card,
.gallery-card,
.process-step,
.quote-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.feature-card,
.listing-card,
.process-step,
.quote-panel {
  padding: 26px;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  content: "";
  background: linear-gradient(135deg, rgba(27, 124, 255, 0.1), transparent);
}

.feature-card h3,
.listing-card h2,
.process-step h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.card-index {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
}

.tone-2 .card-index {
  color: var(--dark);
  background: var(--amber);
}

.tone-3 .card-index {
  background: var(--green);
}

.feature-card p,
.listing-card p,
.process-step p,
.content-body {
  color: var(--muted);
}

.feature-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-card li {
  position: relative;
  padding-left: 18px;
  color: #374151;
}

.feature-card li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--amber);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: #1769e8;
  font-weight: 800;
  text-decoration: none;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--dark);
  background: var(--amber);
  font-weight: 800;
}

.split-section,
.cta-band {
  padding: 82px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--dark), var(--dark-2));
}

.split-grid,
.cta-grid,
.content-layout {
  display: grid;
  gap: 42px;
}

.split-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: start;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.check-list span {
  width: 14px;
  height: 14px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--amber);
}

.check-list p {
  margin: 0;
  color: #d7e0ee;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-card {
  overflow: hidden;
  margin: 0;
}

.gallery-art {
  display: grid;
  height: 190px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(27, 124, 255, 0.14), rgba(247, 183, 49, 0.2)),
    #edf2f8;
}

.gallery-art span {
  width: 72px;
  height: 132px;
  border: 7px solid #fff;
  border-bottom-width: 14px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(160deg, var(--blue), var(--cyan));
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}

.gallery-card:nth-child(2n) .gallery-art span {
  background: linear-gradient(160deg, var(--amber), #ffe08a);
}

.gallery-card:nth-child(3n) .gallery-art span {
  background: linear-gradient(160deg, var(--green), var(--cyan));
}

.gallery-card figcaption {
  display: grid;
  gap: 4px;
  padding: 16px;
}

.gallery-card strong {
  font-size: 17px;
}

.gallery-card small {
  color: var(--muted);
  font-size: 14px;
}

.content-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
}

.content-body {
  font-size: 18px;
}

.content-body h2,
.content-body h3 {
  color: var(--ink);
}

.quote-panel {
  position: sticky;
  top: 104px;
}

.quote-panel h2 {
  font-size: 24px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--muted);
}

.cta-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.cta-grid p {
  max-width: 680px;
  margin: 0;
  color: #c5cfdf;
}

.listing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-card a {
  text-decoration: none;
}

.taxonomy-section {
  padding: 28px 0;
  background: #fff;
  border-top: 1px solid var(--line);
}

.taxonomy-groups,
.taxonomy-row,
.taxonomy-row div,
.card-taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.taxonomy-groups {
  gap: 14px 24px;
}

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

.taxonomy-chip,
.card-taxonomies a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #334155;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.card-taxonomies {
  margin-top: 16px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: start;
}

.contact-copy,
.contact-panel,
.contact-methods {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.contact-copy,
.contact-panel {
  padding: 28px;
}

.contact-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 44px);
}

.contact-copy p,
.contact-panel li,
.contact-methods span {
  color: var(--muted);
}

.contact-checks {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.contact-checks li {
  position: relative;
  padding-left: 18px;
}

.contact-checks li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--amber);
}

.contact-methods {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.contact-methods a,
.contact-methods div {
  display: grid;
  gap: 5px;
  min-height: 94px;
  padding: 20px;
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.contact-methods a:last-child,
.contact-methods div:last-child {
  border-right: 0;
}

.contact-methods span {
  font-size: 13px;
  font-weight: 800;
}

.contact-methods strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.quote-section {
  padding: 82px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(31, 182, 213, 0.14), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #102039 100%);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 104px;
}

.quote-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 50px);
}

.quote-copy p {
  color: #c5cfdf;
}

.quote-summary {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.quote-summary div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.quote-summary strong {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--dark);
  background: var(--amber);
}

.quote-summary span {
  color: #e5edf8;
  font-weight: 800;
}

.quote-form {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

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

.quote-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.quote-form label span {
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cfd7e6;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(27, 124, 255, 0.18);
  border-color: var(--blue);
}

.form-wide,
.consent-line,
.quote-actions {
  grid-column: 1 / -1;
}

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.consent-line {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 18px;
}

.consent-line input {
  min-height: auto;
  margin-top: 4px;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.quote-actions p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.quote-actions p[data-state="success"] {
  color: var(--green);
}

.quote-actions p[data-state="error"] {
  color: #c2410c;
}

.quote-actions button[disabled] {
  cursor: progress;
  opacity: 0.68;
}

.site-footer {
  display: block;
  padding: 56px 0 24px;
  color: #d6dfef;
  background: #07111f;
}

.footer-grid {
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}

.footer-brand {
  align-items: flex-start;
}

.footer-brand .brand-logo-frame {
  width: min(270px, 72vw);
  height: 60px;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: #b8c4d7;
  text-decoration: none;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8794a8;
  font-size: 14px;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 980px) {
  .header-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .split-grid,
  .content-layout,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .listing-grid,
  .process-grid,
  .gallery-grid,
  .contact-grid,
  .contact-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-panel {
    position: static;
  }

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

  .quote-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .shell,
  .narrow {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    gap: 12px;
  }

  .brand-logo-frame {
    width: min(236px, 76vw);
    height: 54px;
  }

  .nav a {
    font-size: 13px;
  }

  .page-hero {
    padding: 64px 0 50px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .mockup-stage {
    min-height: 300px;
  }

  .banner {
    width: 92px;
    height: 210px;
    padding: 12px;
  }

  .banner-two {
    left: 116px;
    width: 104px;
    height: 236px;
  }

  .banner-three {
    right: 20px;
    height: 190px;
  }

  .banner-one {
    left: 18px;
  }

  .hero-stats,
  .feature-grid,
  .listing-grid,
  .process-grid,
  .gallery-grid,
  .form-grid,
  .contact-grid,
  .contact-methods {
    grid-template-columns: 1fr;
  }

  .contact-methods a,
  .contact-methods div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .footer-grid {
    display: grid;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(7, 17, 31, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -14px 34px rgba(7, 17, 31, 0.24);
    backdrop-filter: blur(14px);
  }

  .mobile-action-link {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-action-call {
    color: var(--dark);
    background: linear-gradient(135deg, var(--amber), #ffe08a);
  }

  .mobile-action-whatsapp {
    color: #fff;
    background: #1e9e6e;
  }

  .mobile-action-icon {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
  }

  .mobile-action-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
}
