@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/roboto/roboto-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/roboto/roboto-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/roboto/roboto-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --kc-soft: #E7E4DAFA;
  --kc-light: #FBF9ED;
  --kc-primary: #134AC7;
  --kc-ink: #0f172a;
  --kc-muted: #6b7280;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--kc-ink);
  background-color: var(--kc-light);
}

main {
  background: linear-gradient(180deg, var(--kc-soft) 0%, var(--kc-light) 24%);
}

.navbar {
  background-color: rgba(251, 249, 237, 0.9);
  backdrop-filter: blur(8px);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hero {
  padding: 5rem 0 3rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #d6d3c7;
  background: #fff;
  font-size: 0.85rem;
}

.hero-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
  width: 100%;
  text-align: center;
}

.hero-badge-gold {
  border: 1px solid #c9a94d;
  background: linear-gradient(135deg, #fff9e0 0%, #f6dd90 100%);
  box-shadow: 0 0 0 4px rgba(233, 197, 90, 0.16);
  color: #4a3708;
  font-weight: 700;
}

.header-ortho-pill {
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  margin-left: 0.25rem;
  white-space: nowrap;
}

.mobile-language-switcher {
  display: none;
}

.mobile-reorder-cta {
  display: none;
}

.btn-order-new {
  background: linear-gradient(135deg, #0f4cc9 0%, #2f6fe8 100%);
  border: 1px solid #d7b55a;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(15, 76, 201, 0.24);
}

.btn-order-new:hover,
.btn-order-new:focus {
  background: linear-gradient(135deg, #0d45b6 0%, #2862d0 100%);
  border-color: #e0c271;
  color: #fff;
}

.mobile-reorder-note {
  margin: 0.32rem 0 0;
  font-size: 0.72rem;
  color: #465a84;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .header-ortho-pill {
    font-size: 0.65rem;
    padding: 0.22rem 0.45rem;
    margin-left: 0.1rem;
  }
}

.product-card {
  border-radius: 24px;
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  width: 100%;
}

.hero-alert {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--kc-primary);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.hero-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.hero-feature-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1.5px solid #b8cbf7;
  background: #edf3ff;
  color: #1142b0;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1;
}

.product-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.btn-primary {
  background-color: var(--kc-primary);
  border-color: var(--kc-primary);
  box-shadow: 0 12px 30px rgba(19, 74, 199, 0.25);
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.section-muted {
  color: var(--kc-muted);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.keepers-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.keepers-gallery-item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #E7E4DAFA;
}

.keepers-gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.keepers-gallery-caption {
  padding: 0.65rem 0.75rem 0.85rem;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #475569;
  background: #fff;
}

.keepers-spec-card {
  background: #FBF9ED;
  border: 1px solid rgba(19, 74, 199, 0.15);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  height: 100%;
}

.keepers-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(19, 74, 199, 0.12);
}

.keepers-spec-row:last-child {
  border-bottom: 0;
}

.keepers-spec-key {
  font-weight: 700;
  color: #134AC7;
  white-space: nowrap;
}

.keepers-spec-value {
  text-align: right;
  color: #1f2937;
}

@media (min-width: 992px) {
  .keepers-gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
  }

  .keepers-gallery-item img {
    aspect-ratio: 3 / 4;
  }
}

.keepers-steps {
  padding: 48px 0;
}

.steps-body {
  position: relative;
  padding-left: 56px;
}

.steps-bar {
  position: absolute;
  left: 20px;
  top: 8px;
  bottom: 8px;
  width: 4px;
  border-radius: 999px;
  background: rgba(19, 74, 199, 0.14);
  overflow: hidden;
}

.steps-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  border-radius: 999px;
  background: var(--kc-primary);
  will-change: height;
}

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 16px;
  padding: 18px 0 34px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.step:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}

.step-number {
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.18);
  transition: color 180ms ease;
  user-select: none;
}

.step h3 {
  margin: 0 0 6px;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.7);
  transition: color 180ms ease;
}

.step p {
  margin: 0;
  color: rgba(15, 23, 42, 0.52);
  transition: color 180ms ease;
  max-width: 60ch;
}

.step.active .step-number {
  color: rgba(19, 74, 199, 0.9);
}

.step.complete .step-number {
  color: rgba(19, 74, 199, 0.9);
}

.step.active h3 {
  color: var(--kc-ink);
}

.step.complete h3 {
  color: var(--kc-ink);
}

.step.active p {
  color: rgba(15, 23, 42, 0.64);
}

.step.complete p {
  color: rgba(15, 23, 42, 0.64);
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.6rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(19, 74, 199, 0.12);
  color: var(--kc-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.benefit-card {
  border-radius: 18px;
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  height: 100%;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(19, 74, 199, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kc-primary);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.benefit-icon svg {
  width: 22px;
  height: 22px;
}

.pricing-card {
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #fff;
  position: relative;
  overflow: visible;
}

.pricing-card .price {
  font-size: clamp(2.8rem, 4.6vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 0.25rem 0 0.95rem;
}

.pricing-tier-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 28px;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(19, 74, 199, 0.12);
  border: 1px solid rgba(19, 74, 199, 0.28);
  color: #134ac7;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: none;
}

.pricing-card-layout {
  position: relative;
}

.pricing-card-content {
  --pricing-media-reserve: 140px;
  padding-right: 140px;
}

.pricing-card-content .btn {
  display: block;
  width: max-content;
  margin: 0.9rem auto 0;
  transform: translateX(calc(var(--pricing-media-reserve) / 2));
}

.pricing-card-media {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.pricing-card-media img {
  width: 150px;
  height: auto;
  display: block;
}

.benefit-pill {
  border-radius: 999px;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(19, 74, 199, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff8dc 0%, #f5dea0 100%);
  border: 1px solid #e2c374;
  box-shadow: 0 0 0 4px rgba(233, 197, 90, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-card {
  width: 100%;
}

.why-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.testimonial-card {
  border-radius: 18px;
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  height: 100%;
}

.testimonial-stars {
  font-size: 1.05rem;
  color: #e69500;
  letter-spacing: 0.08rem;
  margin-bottom: 0.8rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e5e7eb;
}

.testimonial-avatar-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: #2563eb;
}

.form-section {
  border-radius: 24px;
  background: #fff;
  padding: 2rem;
  border: 1px solid #e5e7eb;
}

.reorder-choice-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.reorder-choice {
  display: block;
  margin: 0;
  cursor: pointer;
}

.reorder-choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.reorder-choice-body {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #1a47b5;
  border-radius: 12px;
  padding: 0.52rem 0.56rem;
  background: #1f56cc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  min-height: 44px;
}

.reorder-choice-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  min-width: 0;
  width: 100%;
}

.reorder-choice-title {
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  font-size: 0.9rem;
}

.reorder-choice-price {
  margin-top: 0;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.1;
  white-space: nowrap;
}

.reorder-choice-upper .reorder-choice-body,
.reorder-choice-lower .reorder-choice-body {
  background: #1f56cc;
}

.reorder-choice-both .reorder-choice-body {
  background: #1f56cc;
}

.reorder-choice-input:checked + .reorder-choice-body {
  border-color: #1a47b5;
  box-shadow: inset 0 -4px 0 #f4cc63;
}

.reorder-choice-input:checked + .reorder-choice-body .reorder-choice-title {
  font-weight: 800;
}

.reorder-choice-input:checked + .reorder-choice-body .reorder-choice-price {
  font-weight: 700;
  color: #fff;
}

.reorder-choice-input:focus-visible + .reorder-choice-body {
  box-shadow: 0 0 0 3px rgba(244, 204, 99, 0.28);
}

.step-pill[data-reorder-step-pill] {
  cursor: pointer;
}

#reorderTotalCost {
  font-size: 1.3em;
  line-height: 1;
}

.contact-intro ul {
  display: inline-block;
  text-align: left;
  padding-left: 1.1rem;
  margin-bottom: 0;
}

#faqAccordion .accordion-item {
  margin-bottom: 0.5rem;
}

#faqAccordion .accordion-item:last-child {
  margin-bottom: 0;
}

#faqAccordion .accordion-button {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}

#faqAccordion .accordion-button:not(.collapsed) {
  color: #0f172a;
  background: #f8fafc;
  box-shadow: none;
}

#faqAccordion .accordion-button:focus {
  box-shadow: 0 0 0 0.15rem rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}

#faqAccordion .accordion-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  background: #f8fafc;
}

.step-indicator {
  display: flex;
  gap: 0.5rem;
}

.step-pill {
  flex: 1;
  text-align: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: var(--kc-muted);
  font-weight: 600;
  font-size: 0.85rem;
}

.step-pill.active {
  background: rgba(19, 74, 199, 0.12);
  color: var(--kc-primary);
}

.info-box {
  border-radius: 14px;
  padding: 1rem;
  border: 1px solid rgba(19, 74, 199, 0.2);
  background: rgba(19, 74, 199, 0.06);
}

.footer {
  background: #0b1f4b;
  color: #e2e8f0;
}

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

.footer a:hover {
  color: #fff;
}

.footer .footer-mobile-links h3 {
  margin-bottom: 0.7rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.footer-link-list li {
  margin-bottom: 0.42rem;
}

.footer-link-list li:last-child {
  margin-bottom: 0;
}

.footer-link-list a {
  font-size: 0.94rem;
  line-height: 1.45;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0.8rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.35);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.footer-social-link svg {
  width: 1.36rem;
  height: 1.36rem;
  fill: currentColor;
}

.footer-social-link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
}

.footer-contact {
  margin-top: 0;
}

html[lang="lv"] .footer-link-list a {
  font-size: 0.93rem;
  line-height: 1.42;
}

html[lang="ru"] .footer .footer-mobile-links h3 {
  font-size: 0.98rem;
  letter-spacing: 0;
}

html[lang="ru"] .footer-link-list a {
  font-size: 0.91rem;
  line-height: 1.38;
}

.footer .footer-mobile-copy {
  margin-top: 1.25rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(226, 232, 240, 0.2);
  font-size: 0.9rem;
  color: #cbd5e1;
  text-align: center;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
  padding: 1.5rem;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-category {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem;
  background: #f8fafc;
}

.text-strike {
  text-decoration: line-through;
  color: #5f6f89;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.15rem;
}

.small-note {
  font-size: 0.9rem;
  color: var(--kc-muted);
}

@media (max-width: 768px) {
  .pricing-card-content {
    --pricing-media-reserve: 105px;
    padding-right: 105px;
  }

  .pricing-card-media {
    right: -10px;
  }

  .pricing-card-media img {
    width: 105px;
  }

  .footer .footer-mobile-links h3 {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }

  .footer .footer-mobile-links .footer-link-list li {
    margin-bottom: 0.35rem;
  }

  .footer .footer-mobile-links .footer-social li {
    margin-bottom: 0;
  }

  html[lang="lv"] .footer-link-list a {
    font-size: 0.91rem;
  }

  html[lang="ru"] .footer-link-list a {
    font-size: 0.89rem;
    line-height: 1.34;
  }

  .footer-social {
    gap: 0.52rem;
  }

  .footer-social-link {
    width: 2.08rem;
    height: 2.08rem;
    border-color: rgba(226, 232, 240, 0.22);
  }

  .footer-social-link svg {
    width: 1.07rem;
    height: 1.07rem;
  }

  .footer-social-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(226, 232, 240, 0.32);
  }

  .footer .footer-mobile-copy {
    margin-top: 1rem;
    padding-top: 0.75rem;
    font-size: 0.85rem;
  }

  .benefits-grid .benefit-card {
    padding: 0.95rem;
    border-radius: 14px;
  }

  .benefits-grid .benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    margin-bottom: 0.55rem;
  }

  .benefits-grid .benefit-icon svg {
    width: 18px;
    height: 18px;
  }

  .benefits-grid .h6 {
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
  }

  .benefits-grid .small-note {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  #why .why-card {
    padding: 0.95rem;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    flex-direction: column;
    gap: 0;
  }

  #why .why-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    margin-bottom: 0.55rem;
    background: linear-gradient(135deg, #fff8dc 0%, #f5dea0 100%);
    border: 1px solid #e2c374;
    box-shadow: 0 0 0 3px rgba(233, 197, 90, 0.14);
  }

  #why .why-icon {
    width: 30px;
    height: 30px;
  }

  #why .why-card .h6 {
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
  }

  #why .why-card .small-note {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .hero-alert {
    text-align: center;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-card {
    padding: 1.5rem;
  }

  .hero-card h1 {
    text-align: center;
  }

  .hero-card .lead {
    text-align: center;
  }

  .hero-card .d-flex {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  html[lang="lv"] .mobile-language-switcher,
  html[lang="en"] .mobile-language-switcher,
  html[lang="ru"] .mobile-language-switcher {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
  }

  html[lang="lv"] .hero,
  html[lang="en"] .hero,
  html[lang="ru"] .hero {
    padding-top: calc(3.5rem - 20px);
  }

  html[lang="en"] .hero .container {
    position: relative;
  }

  html[lang="en"] .mobile-reorder-cta {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 2.1rem;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
  }

  html[lang="en"] .mobile-reorder-cta .btn,
  html[lang="en"] .mobile-reorder-cta .mobile-reorder-note {
    pointer-events: auto;
  }

  html[lang="en"] .mobile-reorder-cta .btn-order-new {
    min-width: 158px;
  }
}

@media (min-width: 992px) {
  .hero-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 1rem;
  }

  .hero-card .mb-2,
  .hero-card .mb-4 {
    margin-bottom: 0 !important;
  }

  .hero-card .d-flex {
    justify-content: center;
  }

  .hero-layout .col-lg-6 {
    display: flex;
  }

  .hero-layout .product-card,
  .hero-layout .hero-card {
    height: 100%;
  }

  .hero-layout .product-img {
    height: 100%;
    min-height: 460px;
  }
}
