/* Shared tokens from apps/web/src/app/globals.css (Lightning design system). */
:root {
  --brand-primary: #003faf;
  --brand-primary-active: #103077;
  --brand-primary-soft: #edf2ff;
  --brand-secondary: #103077;
  --brand-accent: #117562;
  --ink: #181818;
  --muted: #444444;
  --subtle: #5c5c5c;
  --canvas: #f3f3f3;
  --surface: #fff;
  --line: #c9c9c9;
  --line-soft: #e5e5e5;
  --danger: #ba0517;
  --radius: 4px;
  --focus: #117562;
  --site-shadow: 0 10px 32px #1a2c4612;
}
body {
  background: var(--surface);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.55;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
}
h1 {
  letter-spacing: -0.055em;
}
h2 {
  letter-spacing: -0.045em;
}
.wrap {
  width: min(1184px, calc(100% - 64px));
}
.button {
  min-height: 46px;
  border-radius: 4px;
  font-weight: 700;
  gap: 10px;
}
input,
select {
  border-color: var(--line);
  border-radius: 4px;
  min-height: 46px;
}
input:hover,
select:hover {
  border-color: #a3b4ce;
}
input:focus,
select:focus {
  border-color: var(--brand-primary);
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}
.eyebrow {
  color: var(--brand-primary);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.brand-lockup {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.04em;
}
.brand-lockup img {
  border-radius: 9px;
}
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.site-header-inner {
  width: min(1280px, calc(100% - 64px));
  min-height: 82px;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
}
.site-navigation {
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-navigation a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-weight: 500;
}
.site-navigation a[aria-current='page'],
.site-navigation a:hover {
  color: var(--brand-primary);
}
.site-navigation a::after {
  border-radius: 3px;
}
.header-signup-form input,
.header-signup-form .button {
  min-height: 44px;
  height: 44px;
  border-radius: 4px;
}
.header-signup {
  width: 365px;
}
.header-signup-form {
  grid-template-columns: minmax(140px, 1fr) auto;
}
.header-signup-error {
  border-radius: 8px;
  font-size: 12px;
}
.hero {
  padding-block: 76px 86px;
  gap: 56px;
}
.hero h1 {
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 600;
}
.hero .hero-content {
  animation: none;
}
.hero-visual {
  border-radius: var(--radius);
}
.hero-photo {
  border-radius: var(--radius);
}
.hero-estimate-summary,
.hero-invoice-button {
  border-radius: var(--radius);
  box-shadow: var(--site-shadow);
}
.hero-estimate-summary {
  border: 1px solid var(--line);
}
.hero-invoice-button {
  cursor: default;
}
.hero-description {
  color: var(--muted);
}
/* Use the app's control treatment at every email entry point. */
.email-form > input,
.header-signup-form > input {
  border: 1px solid #939393;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--surface);
  box-shadow: none;
}
.email-form > input:hover,
.header-signup-form > input:hover { border-color: var(--subtle); }
.email-form > input:focus,
.header-signup-form > input:focus { border-color: var(--brand-primary); }
.email-form > input:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.email-form > .button,
.header-signup-form > .button {
  border-radius: var(--radius);
  font-weight: 700;
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  box-shadow: none;
}
.email-form > .button:hover,
.header-signup-form > .button:hover { background: var(--brand-primary-active); transform: none; }
@media (min-width: 1024px) {
  #landing > .hero { min-height: 700px; padding-block: 104px 112px; }
  #hero-form { max-width: 510px; gap: 10px; }
  #hero-form > input, #hero-form > .button { min-height: 48px; padding: 12px 16px; }
}
.exit-estimate-open { overflow: hidden; }
.exit-estimate {
  width: min(530px, calc(100% - 48px));
  max-height: calc(100dvh - 48px);
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 24px 80px #10307733;
}
.exit-estimate::backdrop { background: #101e3d99; }
.exit-close {
  position: absolute; right: 12px; top: 12px; width: 40px; height: 40px;
  border: 0; border-radius: 4px; background: var(--canvas); font-size: 26px; color: var(--ink);
}
.exit-symbol { margin-bottom: 24px; }
.exit-estimate .eyebrow { font-size: 12px; }
.exit-estimate h2 { margin: 12px 0 20px; font-size: 40px; line-height: 1.08; }
.exit-estimate p { color: var(--muted); }
.exit-estimate .button { width: 100%; margin-top: 14px; }
.exit-estimate .exit-note { margin: 12px 0; font-size: 13px; }
.exit-dismiss { display: block; margin: 20px auto 0; padding: 8px; border: 0; background: none; color: var(--muted); text-decoration: underline; }
.no-card {
  color: var(--muted);
  font-size: 13px;
}
.industries {
  background: var(--canvas);
  color: var(--ink);
  padding-block: 64px;
}
.industries .eyebrow {
  color: var(--brand-primary);
}
.industries .section-top > p {
  color: var(--muted);
}
.industry-grid {
  gap: 10px;
}
.industry-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  padding: 16px;
}
.industry-item img {
  filter: none;
  opacity: 1;
}
.industry-item span {
  color: var(--ink);
  font-weight: 500;
}
.benefits {
  padding-block: 76px;
}
.benefit-grid {
  gap: 18px;
}
.benefit-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.benefit-icon {
  background: var(--brand-primary-soft);
  border-radius: 12px;
}
.benefit-grid h3 {
  font-size: 20px;
}
.benefit-grid p {
  color: var(--muted);
}
.section-cta {
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
}
.product-section {
  background: var(--canvas);
  padding-block: 76px;
}
.product-tabs {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 6px;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  gap: 4px;
}
.product-tabs button {
  min-height: 46px;
  border: 0;
  border-radius: 9px;
  color: var(--muted);
  font-weight: 500;
}
.product-tabs button[aria-selected='true'] {
  background: var(--brand-primary);
  color: #fff;
}
.product-tabs button[aria-selected='true'] > img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.mini-app,
.brand-document,
.client-document,
.catalog-preview {
  border-radius: 16px;
  border-color: var(--line);
  box-shadow: var(--site-shadow);
}
.mini-app-head,
.client-document-top {
  background: #fff;
  color: var(--ink);
  border-bottom-color: var(--line);
}
.tag,
.approved-state {
  background: #edf7f1;
  color: var(--brand-accent);
  border-radius: 7px;
}
.workflow {
  padding-block: 76px;
}
.workflow-list li {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: var(--canvas);
  margin: 12px 0;
}
.workflow-list li > span {
  border-radius: 10px;
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
}
.service-photo img {
  border-radius: 20px;
}
.jobsite-section,
.catalog-section {
  background: var(--canvas);
}
.field-section {
  background: #19283f;
}
.field-section .eyebrow {
  color: #a8c5ff;
}
.field-section .editorial-copy h2 {
  color: #fff;
}
.field-section .editorial-copy > p,
.field-section figcaption {
  color: #d3deef;
}
.offline-note {
  border-radius: 12px;
}
.branding-preview,
.client-preview {
  border-radius: 22px;
  background: var(--brand-primary-soft);
}
.check-list {
  border-color: var(--line);
}
.check-list li {
  border-color: var(--line);
}
.faq {
  padding-block: 76px;
}
.faq details,
.faq-section details {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.faq summary,
.faq-section summary {
  min-height: 44px;
  font-weight: 500;
}
.closing {
  background: var(--brand-primary-soft);
  color: var(--ink);
}
.closing .eyebrow,
.closing .no-card {
  color: var(--brand-primary);
}
.closing .primary {
  background: var(--brand-primary);
  color: #fff;
}
.closing .primary:hover {
  background: var(--brand-primary-active);
}
.closing input {
  border: 1px solid var(--line);
}
.feature-plan-note {
  display: inline-block;
  color: var(--brand-primary);
  font-size: 13px;
  margin-top: 14px;
  text-decoration: none;
}
.pricing-hero {
  background: var(--canvas);
}
.pricing-hero h1 {
  font-weight: 600;
}
.pricing-close {
  background: var(--brand-primary-soft);
}
.plans-section,
.comparison,
.work-section,
.faq-section {
  max-width: 1312px;
}
.plan-card {
  border-radius: 16px;
}
.plan-card.featured {
  background: #f7f9ff;
}
.billing {
  border-radius: 12px;
}
.billing label {
  border-radius: 8px;
}
.billing label:has(:checked) {
  background: var(--brand-primary);
}
.pricing-note,
.ai-availability-note {
  line-height: 1.6;
}
.ai-section {
  background: var(--canvas);
  padding: 76px 0 60px;
  margin-block: 24px;
}
.ai-heading {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: end;
  gap: 52px;
  margin-bottom: 32px;
}
.ai-heading .eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}
.ai-heading .eyebrow > .availability-pill {
  width: auto;
  height: auto;
  flex-shrink: 0;
  white-space: nowrap;
  color: #52637b;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  padding: 4px 9px;
}
.ai-heading h2 {
  font-size: clamp(34px, 3.7vw, 50px);
  line-height: 1.07;
}
.ai-heading h2 span {
  color: var(--brand-primary);
}
.ai-heading > p {
  color: var(--muted);
  max-width: 480px;
  font-size: 17px;
  line-height: 1.65;
}
.ai-showcase {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.ai-photo {
  min-width: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ai-photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 20px;
}
.ai-photo figcaption {
  color: var(--muted);
  font-size: 11px;
  padding: 10px 4px 0;
}
.ai-demo {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  align-self: start;
}
.ai-demo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.ai-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-primary);
  font-size: 15px;
  font-weight: 600;
}
.demo-tag {
  font-size: 10px;
  color: #52637b;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px 7px;
}
.ai-demo h3 {
  font-size: 27px;
  line-height: 1.18;
  margin: 23px 0 10px;
  letter-spacing: -0.04em;
}
.ai-demo > p {
  font-size: 13px;
  color: var(--muted);
}
.ai-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.ai-prompts button {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  min-height: 44px;
  padding: 8px 10px;
  font-size: 12px;
  color: var(--ink);
}
.ai-prompts button img {
  width: 17px;
  height: 17px;
}
.ai-prompts button[aria-pressed='true'] {
  background: var(--brand-primary-soft);
  border-color: #b7cdf8;
  color: var(--brand-primary);
}
.ai-example {
  padding: 18px;
  min-height: 229px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.ai-example > span {
  color: var(--brand-primary);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ai-example p {
  color: #52637b;
  font-size: 13px;
  margin: 10px 0 0;
}
.ai-example h4 {
  font-size: 15px;
  margin: 16px 0 0;
}
.ai-demo .ai-demo-note {
  margin-top: 13px;
  font-size: 11px;
}
.ai-offer {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.6fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.ai-offer-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ai-offer-title > img {
  width: 27px;
  height: 27px;
  margin-top: 5px;
}
.ai-offer h3 {
  font-size: 19px;
  margin: 0 0 6px;
  letter-spacing: -0.025em;
}
.ai-offer p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.ai-offer-price {
  display: flex;
  flex-direction: column;
}
.ai-offer-price strong {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.ai-offer-price strong span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.ai-offer-price > span {
  font-size: 13px;
  color: var(--muted);
}
.ai-offer .button {
  font-size: 14px;
}
.ai-availability-note {
  color: var(--muted);
  margin-top: 12px;
  font-size: 11px;
}
.subpage-hero {
  padding: 72px 0 54px;
  background: var(--canvas);
}
.subpage-hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  margin: 20px 0;
}
.subpage-hero .subcopy,
.subpage-hero p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}
.subpage-hero .button {
  margin-top: 24px;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-block: 48px 72px;
}
.solution-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.solution-card > img {
  padding: 11px;
  width: 46px;
  height: 46px;
  background: var(--brand-primary-soft);
  border-radius: 12px;
  margin-bottom: 20px;
}
.solution-card h2 {
  font-size: 23px;
  margin: 12px 0;
  letter-spacing: -0.035em;
}
.solution-card p {
  color: var(--muted);
  font-size: 15px;
  flex: 1;
}
.solution-card > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  text-decoration: none;
  color: var(--brand-primary);
  font-size: 14px;
  font-weight: 500;
}
.plan-tag {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 8px;
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  border-radius: 6px;
}
.industry-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-block: 44px 64px;
}
.industry-link {
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 88px;
  padding: 18px;
  text-decoration: none;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--ink);
  font-weight: 500;
  font-size: 14px;
}
.industry-link img {
  flex-shrink: 0;
}
.industry-link img:last-child {
  margin-left: auto;
  width: 15px;
}
.industry-link:hover {
  background: var(--brand-primary-soft);
  border-color: #b7cdf8;
}
.terms-shell {
  width: min(1184px, calc(100% - 64px));
  padding-block: 64px;
  gap: 56px;
}
.terms-summary h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
}
.terms-content {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 32px;
}
.terms-content h2 {
  font-size: 24px;
}
.terms-content p {
  font-size: 16px;
}
.terms-summary .review-note {
  border: 1px solid var(--line);
  border-radius: 12px;
  font-weight: 400;
}
.terms-content a {
  color: var(--brand-primary);
  text-underline-offset: 3px;
}
.site-footer {
  padding: 0;
  border-top: 1px solid var(--line);
  background: var(--canvas);
  color: var(--ink);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 0.9fr;
  gap: 42px;
  padding-block: 56px 42px;
}
.footer-intro p {
  font-size: 13px;
  color: var(--muted);
  margin: 20px 0 12px;
  line-height: 1.8;
}
.footer-start {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 500;
}
.footer-start img {
  width: 16px;
}
.footer-grid nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-grid h2 {
  font-size: 13px;
  letter-spacing: 0;
  margin: 5px 0 16px;
}
.footer-grid nav a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  color: #52637b;
  font-size: 13px;
  text-decoration: none;
}
.footer-grid nav a:hover {
  color: var(--brand-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-soon {
  padding: 2px 6px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 9px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
}
.footer-fallback {
  padding: 32px 0;
  display: flex;
  gap: 24px;
}
@media (max-width: 1150px) {
  .site-header-inner {
    grid-template-columns: auto 1fr;
    padding-block: 12px;
    gap: 4px 24px;
  }
  .site-navigation {
    justify-self: end;
  }
  .header-signup {
    grid-column: 1 / -1;
    justify-self: end;
  }
  .ai-offer {
    grid-template-columns: 1fr auto;
  }
  .ai-offer-title {
    grid-column: 1 / -1;
  }
  .ai-offer > .button {
    justify-self: end;
  }
}
@media (max-width: 1000px) {
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industry-directory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 28px;
  }
  .footer-grid > nav:last-child {
    grid-column: 2;
  }
  .ai-heading {
    gap: 28px;
  }
  .ai-demo {
    padding: 20px;
  }
  .ai-photo img {
    min-height: 480px;
  }
}
@media (max-width: 760px) {
  .wrap,
  .site-header-inner,
  .terms-shell {
    width: calc(100% - 40px);
  }
  .site-header-inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-block: 15px;
    gap: 12px;
  }
  .brand-lockup {
    font-size: 18px;
  }
  .site-header-inner > .brand-lockup {
    justify-self: center;
  }
  .site-navigation {
    justify-self: stretch;
    justify-content: center;
    gap: 16px;
  }
  .site-navigation a {
    font-size: 14px;
    padding: 8px 0;
  }
  .header-signup {
    display: block;
    width: 100%;
    grid-column: auto;
  }
  .header-signup-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }
  .header-signup-form input {
    min-width: 0;
    font-size: 16px;
  }
  .header-signup-form .button {
    font-size: 12px;
    padding-inline: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 44px 50px;
    gap: 36px;
  }
  .hero h1 {
    font-size: clamp(42px, 10vw, 62px);
  }
  .hero-photo {
    max-height: none;
  }
  .hero-description {
    font-size: 18px;
  }
  input,
  select {
    font-size: 16px;
  }
  .email-form {
    max-width: none;
  }
  .industries,
  .benefits,
  .product-section,
  .workflow,
  .faq {
    padding-block: 48px;
  }
  .industry-item {
    padding: 14px 10px;
  }
  .industry-item span {
    font-size: 12px;
  }
  .benefit-grid article {
    padding: 24px;
  }
  .product-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }
  .product-tabs button {
    min-width: 0;
    padding: 9px 4px;
    font-size: 11px;
    gap: 6px;
  }
  .section-cta {
    padding: 22px;
  }
  .ai-section {
    padding-block: 48px;
    margin-block: 12px;
  }
  .ai-heading,
  .ai-showcase {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ai-heading h2 {
    font-size: 38px;
  }
  .ai-heading > p {
    font-size: 16px;
  }
  .ai-photo img {
    min-height: 0;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
  }
  .ai-demo {
    padding: 22px;
    border-radius: 16px;
  }
  .ai-example {
    min-height: 220px;
  }
  .ai-offer {
    padding: 22px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .ai-offer-title {
    grid-column: 1 / -1;
  }
  .ai-offer-price {
    grid-column: 1;
  }
  .ai-offer > .button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .ai-offer-price strong {
    font-size: 30px;
  }
  .subpage-hero {
    padding-block: 44px;
  }
  .solution-grid {
    grid-template-columns: 1fr;
    padding-block: 28px 48px;
  }
  .industry-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .industry-link {
    padding: 14px;
    font-size: 12px;
    gap: 8px;
  }
  .industry-link > img:last-child {
    display: none;
  }
  .terms-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 40px;
  }
  .terms-content {
    padding: 24px;
  }
  .terms-summary {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    gap: 28px 20px;
  }
  .footer-intro {
    grid-column: 1 / -1;
  }
  .footer-grid > nav:last-child {
    grid-column: auto;
  }
  .footer-grid nav a {
    min-height: 44px;
  }
  .footer-grid h2 {
    margin-bottom: 8px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
