:root {
  --ink: #2d4050;
  --muted: #607885;
  --line: #d5d7c8;
  --paper: #eef6f1;
  --white: #2d4050;
  --teal-900: #263847;
  --teal-700: #526d76;
  --teal-100: #d9eef0;
  --coral: #c75b4d;
  --coral-dark: #9a423b;
  --gold: #d4a63f;
  --cream: #fff6df;
  --surface: #fff8e7;
  --surface-blue: #dceff1;
  --shadow: 0 20px 48px rgba(31, 51, 65, 0.14);
  --display-font: "Bodoni MT Poster Compressed", "Bodoni MT Black", "Bodoni MT", "Baskerville Old Face", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(38, 56, 71, 0.14);
  background: rgba(255, 246, 223, 0.94);
  backdrop-filter: blur(14px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: var(--display-font);
  font-weight: 900;
  color: var(--teal-900);
  text-transform: uppercase;
}

.brand span,
.footer-brand span {
  max-width: 170px;
  font-size: 1.35rem;
  line-height: 0.86;
}

sup {
  font-size: 0.55em;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.call-strip {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 9px clamp(20px, 5vw, 72px);
  overflow: hidden;
  border-bottom: 1px solid rgba(38, 56, 71, 0.12);
  color: var(--white);
  background: linear-gradient(90deg, #fff6df 0%, #d9eef0 48%, #eef6f1 100%);
  font-family: var(--display-font);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.call-strip svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.call-strip:hover,
.call-strip:focus-visible {
  background: #d9eef0;
  outline: none;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--white);
  font-family: var(--display-font);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  background: #d9eef0;
  outline: none;
}

.site-nav .nav-call {
  color: var(--white);
  background: #fff8e7;
  border: 1px solid rgba(38, 56, 71, 0.24);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 560px);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
  min-height: auto;
  padding: clamp(54px, 8vh, 88px) clamp(20px, 5vw, 72px) clamp(36px, 6vh, 64px);
  overflow: hidden;
  background: var(--paper);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-sketch-panel {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 560px);
}

.hero-sketch-panel img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 18px 34px rgba(31, 51, 65, 0.1));
  mix-blend-mode: multiply;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--display-font);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--teal-900);
  font-family: var(--display-font);
  font-size: 5.8rem;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  color: var(--teal-900);
  font-family: var(--display-font);
  font-size: 3rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  color: var(--teal-900);
  font-family: var(--display-font);
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lena-line {
  margin-bottom: 24px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-style: italic;
}

.hero-copy {
  max-width: 600px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.22rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: var(--display-font);
  font-weight: 850;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button svg {
  width: 19px;
  height: 19px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  color: var(--cream);
  background: linear-gradient(135deg, var(--teal-900), #314d5d);
  border-color: rgba(38, 56, 71, 0.72);
  box-shadow: 0 12px 24px rgba(38, 56, 71, 0.16);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #213241, var(--teal-900));
}

.button-secondary,
.button-outline {
  color: var(--white);
  background: #fffaf0;
  border-color: rgba(212, 166, 63, 0.48);
}

.button-outline {
  width: 100%;
  margin-top: auto;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  margin: 30px auto 0;
  padding: 18px 0;
  border-top: 1px solid rgba(38, 56, 71, 0.18);
  border-bottom: 1px solid rgba(38, 56, 71, 0.18);
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.hero-metrics div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 155px;
  min-width: 0;
  padding-right: 34px;
}

.hero-metrics div + div {
  padding-left: 30px;
}

.hero-metrics div + div::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(38, 56, 71, 0.24),
    transparent
  );
}

.hero-metrics dt {
  color: var(--white);
  font-family: var(--display-font);
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 0.9;
  text-shadow: none;
}

.hero-metrics dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.summary-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: var(--paper);
}

.summary-item {
  position: relative;
  min-height: 150px;
  padding: 32px clamp(20px, 4vw, 48px);
  background: var(--paper);
}

.summary-kicker,
.summary-item p {
  position: relative;
}

.summary-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-700);
  font-family: var(--display-font);
  font-weight: 900;
  text-transform: uppercase;
}

.summary-item p {
  margin: 0;
  color: var(--muted);
}

.section,
.integrations-section,
.contact-section {
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 72px);
}

#features {
  padding-bottom: clamp(32px, 4vw, 52px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid {
  counter-reset: feature;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.feature-card,
.price-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff8e7;
  box-shadow: 0 8px 28px rgba(31, 51, 65, 0.12);
}

.feature-card {
  position: relative;
  min-height: 250px;
  padding: 28px 120px 28px 28px;
  overflow: hidden;
  border-radius: 18px;
  border-color: rgba(38, 56, 71, 0.14);
  background:
    linear-gradient(145deg, rgba(38, 56, 71, 0.055), transparent 38%),
    #fff8e7;
}

.feature-card::before {
  position: absolute;
  top: 18px;
  right: 20px;
  counter-increment: feature;
  content: "0" counter(feature);
  color: rgba(38, 56, 71, 0.04);
  font-family: var(--display-font);
  font-size: 4.15rem;
  font-weight: 900;
  line-height: 0.8;
}

.feature-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-top: 1px solid rgba(38, 56, 71, 0.22);
}

.feature-card:nth-child(1),
.feature-card:nth-child(6) {
  grid-column: span 2;
}

.feature-icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  padding: 10px;
  border-radius: 14px;
  color: var(--white);
  background: #d9eef0;
  box-shadow: inset 0 0 0 1px rgba(38, 56, 71, 0.12);
}


.feature-card:nth-child(2) .feature-icon,
.feature-card:nth-child(5) .feature-icon {
  background: rgba(212, 166, 63, 0.22);
}

.feature-card:nth-child(3) .feature-icon,
.feature-card:nth-child(6) .feature-icon {
  background: rgba(199, 91, 77, 0.16);
}
.feature-card h3 {
  position: relative;
  z-index: 1;
  max-width: 340px;
  margin: 0 0 12px;
  text-align: left;
  font-size: 1.45rem;
}


.feature-card:nth-child(1) h3,
.feature-card:nth-child(6) h3 {
  max-width: 430px;
}
.feature-card p {
  position: relative;
  z-index: 1;
  max-width: 470px;
}

.feature-card p,
.tier-description,
.note {
  color: var(--muted);
}

.pricing-section {
  padding-top: clamp(44px, 6vw, 72px);
  padding-bottom: clamp(40px, 5vw, 68px);
  background: var(--paper);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 640px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(38, 56, 71, 0.16);
  background:
    linear-gradient(155deg, rgba(38, 56, 71, 0.055), transparent 34%),
    #fff8e7;
}

.price-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-top: 1px solid rgba(38, 56, 71, 0.24);
}

.price-card::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  content: "";
  width: 58px;
  height: 58px;
  border-right: 1px solid rgba(38, 56, 71, 0.16);
  border-bottom: 1px solid rgba(38, 56, 71, 0.16);
  pointer-events: none;
}

.price-header {
  min-height: 190px;
  padding: 28px 28px 24px;
  border-bottom: 1px solid rgba(38, 56, 71, 0.14);
  background:
    radial-gradient(circle at 0 0, rgba(38, 56, 71, 0.12), transparent 34%),
    rgba(38, 56, 71, 0.025);
}

.price-card.featured {
  border: 1px solid rgba(199, 91, 77, 0.62);
  background:
    linear-gradient(155deg, rgba(38, 56, 71, 0.075), transparent 36%),
    #fff0cf;
  box-shadow: 0 22px 60px rgba(38, 56, 71, 0.1);
  transform: translateY(-10px);
}

.price-card.featured .price-header {
  padding-top: 58px;
}

.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  align-self: flex-start;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--coral);
  border: 1px solid rgba(154, 66, 59, 0.35);
  font-size: 0.78rem;
  font-family: var(--display-font);
  font-weight: 900;
  text-transform: uppercase;
}

.tier-label {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 0.82rem;
  font-family: var(--display-font);
  font-weight: 900;
  text-transform: uppercase;
}

.price-card h3 {
  max-width: 300px;
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.2vw, 2.18rem);
  line-height: 0.92;
}

.price-line,
.usage-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  margin: 8px 0 0;
  padding: 8px 0;
  border-top: 1px solid rgba(38, 56, 71, 0.1);
  color: var(--muted);
  font-size: 0.94rem;
}

.price-line strong,
.usage-line strong {
  color: var(--teal-900);
  font-family: var(--display-font);
  font-size: 1.08rem;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.tier-description {
  margin: 0;
  padding: 24px 28px 0;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 24px 28px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0 0 10px 28px;
  border-bottom: 1px solid rgba(38, 56, 71, 0.08);
  color: var(--white);
}

.check-list li:last-child {
  padding-bottom: clamp(42px, 5vw, 70px);
  border-bottom: 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  transform: rotate(-45deg);
}

.note {
  margin: 0 28px 24px;
  padding: 14px;
  border: 1px solid rgba(38, 56, 71, 0.12);
  border-radius: 8px;
  background: rgba(38, 56, 71, 0.035);
  font-size: 0.92rem;
}

.price-card .button {
  width: calc(100% - 56px);
  margin: auto 28px 28px;
}

.integrations-section {
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(12px, 2vw, 22px);
  background: linear-gradient(135deg, var(--teal-900), #314d5d);
  color: var(--cream);
  border: 0;
}

.integrations-section .section-heading {
  margin-bottom: 24px;
}

.integrations-section .eyebrow {
  color: var(--gold);
}

.integrations-section h2 {
  color: var(--cream);
}

.integrations-section .section-heading p {
  color: rgba(255, 246, 223, 0.82);
}

.integration-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.integration-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 246, 223, 0.16);
  border-radius: 8px;
  color: var(--teal-900);
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 10px 20px rgba(21, 35, 45, 0.14);
  font-weight: 800;
  text-align: center;
}

.integration-logo-card {
  min-height: 56px;
}

.integration-logo-card img {
  max-width: 150px;
  max-height: 40px;
  object-fit: contain;
}

.icon-card {
  gap: 0;
  font-family: var(--display-font);
  text-transform: uppercase;
}

.icon-card svg {
  width: 34px;
  height: 34px;
}

.icon-card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.calendar-card {
  gap: 0;
  justify-content: center;
  background: #fffaf0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
}

.calendar-card img {
  width: 38px;
  height: 38px;
  max-width: 38px;
  max-height: 38px;
}


.slack-card {
  gap: 0;
}

.slack-card img {
  width: 38px;
  height: 38px;
  max-width: 38px;
  max-height: 38px;
  border-radius: 8px;
}


.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
  padding-top: clamp(44px, 6vw, 72px);
  background: var(--paper);
}

.contact-copy {
  position: sticky;
  top: 116px;
}

.contact-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.contact-links a,
.contact-address {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  color: var(--white);
  font-weight: 850;
}

.contact-links svg {
  width: 21px;
  height: 21px;
  color: var(--white);
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  overflow: hidden;
  border-radius: 18px;
  border-color: rgba(38, 56, 71, 0.16);
  background:
    linear-gradient(145deg, rgba(212, 166, 63, 0.13), transparent 42%),
    #fffaf0;
}

.contact-form::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-top: 1px solid rgba(38, 56, 71, 0.22);
}

label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-size: 0.9rem;
  font-family: var(--display-font);
  font-weight: 850;
  text-transform: uppercase;
}

.contact-form label {
  position: relative;
  z-index: 1;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(38, 56, 71, 0.12);
  border-radius: 16px;
  background: rgba(38, 56, 71, 0.035);
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(38, 56, 71, 0.14);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--white);
  background: #fffaf0;
  font: inherit;
}

select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--white) 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, var(--white) 50%, transparent 50%) calc(100% - 13px) 50% / 6px 6px no-repeat,
    #fffaf0;
  padding-right: 40px;
}

::placeholder {
  color: #718591;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  background: #fffdf7;
  box-shadow: 0 0 0 3px rgba(212, 166, 63, 0.18);
  outline: none;
}

.contact-form .button {
  position: relative;
  z-index: 1;
  min-height: 58px;
  border-radius: 16px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--teal-900), #314d5d);
}

.full-field {
  grid-column: 1 / -1;
}

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

.form-feedback {
  min-height: 24px;
  margin: 0;
  color: var(--white);
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.site-footer p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.footer-message {
  display: grid;
  gap: 4px;
  line-height: 1.35;
  text-align: left;
}

.footer-message span {
  display: block;
}

.footer-message span:first-child {
  margin-left: -0.5ch;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-sketch-panel {
    justify-self: start;
    width: min(100%, 680px);
  }

  .feature-grid,
  .pricing-grid,
  .integration-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card:nth-child(1),
  .feature-card:nth-child(6) {
    grid-column: 1 / -1;
  }

  .price-card {
    min-height: auto;
  }

  .price-card.featured {
    transform: none;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 70px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    justify-content: flex-start;
    border-radius: 8px;
    background: #fff8e7;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 30px;
  }

  .hero-shade {
    background: transparent;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.18rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-sketch-panel {
    width: 100%;
    opacity: 0.86;
  }

  .summary-band,
  .feature-grid,
  .pricing-grid,
  .integration-list {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card:nth-child(1),
  .feature-card:nth-child(6) {
    grid-column: auto;
  }

  .feature-card {
    padding: 24px 96px 24px 24px;
  }

  .hero-metrics {
    flex-direction: column;
    gap: 16px;
    padding: 18px 0;
  }

  .hero-metrics div {
    padding-right: 0;
  }

  .hero-metrics div + div {
    padding-top: 16px;
    padding-left: 0;
  }

  .hero-metrics div + div::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
    background: linear-gradient(
      to right,
      rgba(38, 56, 71, 0.22),
      transparent
    );
  }

  .summary-item {
    min-height: auto;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 14px;
  }
}

@media (max-width: 430px) {
  .brand span {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  .feature-card {
    padding: 22px 76px 22px 22px;
  }

  .feature-card::before {
    top: 16px;
    right: 16px;
    font-size: 4.2rem;
  }
}