* {
  box-sizing: border-box;
}

.container-fluid {
  padding: 0;
}

body {
  background: #fdfbfa url("/images/website/bg.svg") repeat;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  color: #5f5f5f;
  line-height: 1.75;
}
body.fixed > .container-fluid {
  padding-top: 108px;
}

#mainContent {
  padding-bottom: 60px;
  min-height: 55vh;
}

h1, h2, h3, h4 {
  color: #3a4654;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  padding: 0 0 1.25rem 0;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.1;
}

h2 {
  padding: 0 0 1rem 0;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.25;
}

.lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #5f5f5f;
}

a {
  transition: color 0.2s ease-in-out;
}

.gold {
  color: #cfb976;
}

.text-black {
  font-weight: 500;
}

.mw-200 {
  max-width: 200px;
}

.material-symbols-outlined {
  font-weight: lighter;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff7ba0;
  margin-bottom: 0.75rem;
}

.section-py {
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.btn {
  line-height: 1;
  padding: 0.9rem 1.75rem !important;
  border-radius: 999px;
  background: #ff7ba0;
  color: #29323c !important;
  border: 2px solid transparent;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.25s ease-in-out;
}
.btn:hover {
  background: #3a4654;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
}
.btn.btn-reversed {
  background: #3a4654;
  color: #fff !important;
}
.btn.btn-reversed:hover {
  background: #ff7ba0;
  color: #29323c !important;
}
.btn.btn-border {
  background: transparent;
  border-color: #cfb976;
  color: #5f5f5f !important;
}
.btn.btn-border:hover {
  border-color: #ff7ba0;
  background: transparent;
  color: #ff7ba0 !important;
}
.btn.btn-dark {
  background: #3a4654;
  border: 1px solid #36414e;
}
.btn.btn-dark:hover {
  background: #4f5f72;
}
.btn.btn-lg {
  padding: 1.1rem 2.25rem !important;
  font-size: 1.05rem;
}
.input-group-append .btn, .input-group-prepend .btn {
  padding: 0.5rem !important;
}
.btn .material-symbols-outlined {
  font-size: 1.35rem;
}

#mainMenu {
  padding: 18px 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
  transition: all 0.2s ease-in-out;
}
#mainMenu nav {
  justify-content: center;
}
#mainMenu #menu-cta {
  gap: 0.75rem;
}
#mainMenu #home {
  width: 160px;
  height: 52px;
  display: block;
  padding: 0;
}
#mainMenu #home:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/images/glamworx.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
#mainMenu #home.petworx:before {
  background-image: url("/images/petworx.svg");
}
#mainMenu a {
  color: #5f5f5f;
  padding: 0 5px;
  margin: 0 10px;
  font-weight: 600;
  position: relative;
}
#mainMenu a.nav-link {
  line-height: 52px;
}
#mainMenu a.nav-link:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #ff7ba0;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.2s ease-in-out;
}
#mainMenu a.nav-link:hover, #mainMenu a.nav-link.active {
  color: #3a4654;
}
#mainMenu a.nav-link:hover:after, #mainMenu a.nav-link.active:after {
  width: 100%;
  left: 0;
}
#mainMenu .nav-item {
  position: relative;
}
#mainMenu .nav-item.has-submenu > .nav-link:after {
  content: none;
}
#mainMenu .nav-item .list-group {
  display: none;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  padding: 1.1rem 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(58, 70, 84, 0.1);
  border: 0;
  min-width: 320px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
#mainMenu .nav-item .list-group a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 0;
  color: #3a4654;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}
#mainMenu .nav-item .list-group a .material-symbols-outlined {
  color: #cfb976;
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}
#mainMenu .nav-item .list-group a:hover {
  color: #ff7ba0;
}
#mainMenu .nav-item .list-group a:hover .material-symbols-outlined {
  color: #ff7ba0;
}
#mainMenu .nav-item:hover .list-group {
  display: block;
  opacity: 1;
}
#mainMenu #login, #mainMenu #register {
  margin: 0;
}

body.fixed #mainMenu {
  position: fixed;
  top: 0;
  left: 0;
  margin: 16px clamp(0.75rem, 3vw, 30px) 0;
  width: calc(100vw - clamp(1.5rem, 6vw, 60px));
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(58, 70, 84, 0.1);
}

#toggleMenu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #3a4654 0%, #4b5a6c 55%, #323c48 100%);
  color: #fff;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2.5rem, 6vw, 4rem);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 123, 160, 0.45), transparent 45%), radial-gradient(circle at 10% 90%, rgba(207, 185, 118, 0.35), transparent 40%);
  pointer-events: none;
}
.hero > .container {
  padding-left: clamp(1rem, 4vw, 2.5rem);
  padding-right: clamp(1rem, 4vw, 2.5rem);
}
.hero h1, .hero h2 {
  color: #fff;
}
.hero .lead {
  color: rgba(255, 255, 255, 0.85);
}
.hero .badge {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  display: inline-block;
  margin: 0.3rem 0.25rem;
}
.hero .price-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(207, 185, 118, 0.5);
  border-radius: 20px;
  padding: 0.85rem 1.4rem;
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
}
.hero .price-chip .price-chip-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #cfb976;
  color: #3a4654;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero .price-chip .price-chip-icon .material-symbols-outlined {
  font-size: 1.5rem;
}
.hero .price-chip strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.3;
}
.hero .price-chip small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

.appFrame {
  width: 100%;
  padding: 1.25rem;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(58, 70, 84, 0.14);
}
.appFrame img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.feature-card {
  display: block;
  height: 100%;
  padding: 1.75rem;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
  color: #5f5f5f;
  transition: all 0.25s ease-in-out;
}
.feature-card:hover {
  box-shadow: 0 12px 30px rgba(58, 70, 84, 0.1);
  transform: translateY(-4px);
  color: #5f5f5f;
}
.feature-card h3 {
  font-size: 1.1rem;
  margin: 0.9rem 0 0.4rem;
}
.feature-card p {
  margin: 0;
  font-size: 0.95rem;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.feature-icon.feature-yellow {
  background: #cfb976;
}
.feature-icon.feature-red {
  background: #ff7ba0;
}
.feature-icon.feature-green {
  background: #3a4654;
}
.feature-icon.feature-icon-sm {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8.4px;
}
.feature-icon.feature-icon-sm .material-symbols-outlined {
  font-size: 1.5rem;
}

.step-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.step-flow .step {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
  padding: 1.25rem 1.5rem;
  flex: 1 1 200px;
  max-width: 230px;
}
.step-flow .step strong {
  display: block;
  color: #3a4654;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
.step-flow .step p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}
.step-flow .step-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #cfb976;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-flow .step-arrow {
  align-self: center;
  color: rgba(58, 70, 84, 0.25);
  font-size: 1.75rem;
}

@media (max-width: 991.98px) {
  .step-flow {
    flex-direction: column;
    align-items: stretch;
  }
  .step-flow .step {
    max-width: none;
  }
  .step-flow .step-arrow {
    transform: rotate(90deg);
  }
}
.legal-page {
  max-width: 760px;
  margin: 0 auto;
}
.legal-page h2 {
  margin-top: 0.5rem;
}
.legal-page .table-legal {
  border: 0;
}
.legal-page .table-legal th, .legal-page .table-legal td {
  border: 0;
  padding: 0.9rem 0.5rem;
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.7;
}
.legal-page .table-legal tr {
  border-bottom: 1px solid #eceff1;
}
.legal-page .table-legal tr:last-child {
  border-bottom: 0;
}
.legal-page .table-legal th, .legal-page .table-legal td.font-weight-bold {
  color: #3a4654;
  font-weight: 700;
}

#content {
  padding: 2rem 0;
}
#content .feature-benefits {
  list-style: none;
  padding: 0;
}
#content .card {
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
  border: 0;
  border-radius: 20px;
  background: #fff;
}
#content .card .card-header {
  background: #cfb976;
  color: #fff;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.15rem;
  border: 0;
}
#content .card .card-body {
  text-align: center;
  color: #5f5f5f;
  padding: 2.5rem 1.5rem;
}
#content .card .card-body .list-group, #content .card .card-body .list-group-item, #content .card .card-body .table td {
  background: transparent;
}
#content .card .card-body .mb-3, #content .card .card-body .form-check {
  text-align: left;
}
#content .card .card-body .city {
  display: none;
}
#content .price, #content .valuta {
  font-size: 2.25rem;
  font-weight: 700;
  color: #3a4654;
}
#content .colImage {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(58, 70, 84, 0.1);
}

.accordion-item {
  border: 0;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
}

.accordion-button {
  font-weight: 600;
  color: #3a4654;
}
.accordion-button:not(.collapsed) {
  background: rgba(255, 123, 160, 0.08);
  color: #3a4654;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}

#featureMenu {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
  overflow: hidden;
}
#featureMenu .list-group-item {
  background: transparent;
  border: 0;
  padding: 0.85rem 1.1rem;
}
#featureMenu .list-group-item:hover:not(.active) {
  background: rgba(58, 70, 84, 0.04);
}
#featureMenu .list-group-item.active, #featureMenu .list-group-item.active:hover, #featureMenu .list-group-item.active:focus {
  background-color: #ff7ba0;
  color: #29323c;
  border: 0;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #ff7ba0;
  border-color: #ff628e;
  color: #29323c;
}

#widgetModal {
  background: transparent;
  backdrop-filter: blur(4px);
}
#widgetModal .modal-body, #widgetModal .modal-content {
  background: transparent;
  border: 0;
  padding: 0;
}
#widgetModal #appointmentFrame {
  width: 100%;
  border: 0;
  height: 660px;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(58, 70, 84, 0.14);
}

#fixedButtons {
  z-index: 15;
}

#fixedWidgetButton {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ff7ba0;
  color: #29323c !important;
  box-shadow: 0 12px 30px rgba(58, 70, 84, 0.1);
}
#fixedWidgetButton:hover {
  background-color: #3a4654;
  color: #fff !important;
}
#fixedWidgetButton img {
  height: 22px;
  width: auto;
  margin: -3px 4px 0 -3px;
}

#cookieConsent {
  background: #fff;
  color: #5f5f5f;
  border-radius: 20px;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
  font-size: 0.875rem;
  box-shadow: 0 12px 30px rgba(58, 70, 84, 0.1);
  position: relative;
}
#cookieConsent a {
  color: #cfb976;
}
#cookieConsent a:hover {
  color: #ff7ba0;
}
#cookieConsent #closeCookieConsent {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}
#cookieConsent #closeCookieConsent:hover {
  color: #ff7ba0;
}

footer {
  background: #3a4654;
  color: rgba(255, 255, 255, 0.85);
  padding: clamp(2rem, 5vw, 3.5rem) 0 6rem;
}
footer a {
  color: rgba(255, 255, 255, 0.85);
}
footer a:hover {
  color: #ff7ba0;
}
footer h3, footer h4, footer h6 {
  color: #fff;
}
footer .footerImage {
  height: 46px;
  width: auto;
}

@media (min-width: 768px) {
  .hero {
    text-align: left;
  }
}
@media (min-width: 992px) {
  body.fixed > .container-fluid {
    padding-top: 116px;
  }
}
@media (max-width: 991.98px) {
  #mainContent {
    padding-top: 90px;
  }

  #mainMenu {
    position: fixed;
    top: 0;
    padding: 14px 0 !important;
  }
  #mainMenu #menu-cta {
    flex-wrap: wrap;
    margin-top: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(58, 70, 84, 0.1);
  }
  #mainMenu #menu-cta .btn {
    flex-grow: 1;
    margin: 5px 20px;
  }
  #mainMenu #toggleMenu {
    display: inline-flex;
    border: 0;
    background: transparent;
    color: #5f5f5f;
    margin: 0 20px 0 0;
    padding: 0;
  }
  #mainMenu #toggleMenu span {
    font-size: 2.25rem;
    font-weight: normal;
  }
  #mainMenu #wrapNav {
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s ease-in-out;
  }
  #mainMenu #wrapNav nav {
    padding: 0;
  }
  #mainMenu a:not(.btn) {
    text-align: center;
    line-height: 2.75rem;
    margin: 0;
  }
  #mainMenu #home {
    margin: 0 0 0 20px;
    width: 100%;
  }
  #mainMenu #home:before {
    background-position: left center;
  }
  #mainMenu .nav-item .list-group {
    display: block;
    opacity: 1;
    position: relative;
    left: auto;
    transform: none;
    background: transparent;
    backdrop-filter: none;
    top: 0;
    border-radius: 0;
    padding: 0.5rem;
    box-shadow: none;
    min-width: 0;
  }
  #mainMenu .nav-item .list-group a {
    line-height: 2rem;
  }
  #mainMenu .nav-item.has-submenu .list-group {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.3s ease-in-out;
  }
  #mainMenu .nav-item.has-submenu.open .list-group {
    max-height: 600px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainMenu.open {
    padding-bottom: 1.5rem;
  }
  #mainMenu.open #wrapNav {
    max-height: 1000px !important;
  }

  nav {
    margin: 10px 0 0 0;
    padding: 0 0 1.5rem 0;
    justify-content: center;
    flex-direction: column;
  }

  #content p {
    line-height: 1.8;
  }

  footer {
    padding-bottom: 6rem;
  }

  #cookieConsent {
    position: relative;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .section-py {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.kb {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}
.kb a {
  color: #3a4654;
}

.kb-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #cfb976;
}
.kb-eyebrow--muted {
  color: #6b6b6b;
}

.kb-meta {
  font-size: 0.875rem;
  color: #6b6b6b;
}

.kb-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: #f4ecd4;
  color: #5c4c17;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
.kb-badge--release {
  background: #ff7ba0;
  color: #29323c;
}

.kb-avatar {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: #3a4654;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  object-fit: cover;
}
.kb-avatar--lg {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.35rem;
}

.kb-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  line-height: 1.4;
}
.kb-author .kb-author-text {
  display: flex;
  flex-direction: column;
}
.kb-author .kb-author-name {
  font-weight: 600;
  color: #3a4654;
  font-size: 0.9375rem;
}
.kb-author--md .kb-avatar {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

.kb-hero {
  background: #3a4654;
  border-radius: 28px;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 5rem);
  color: #fff;
}
.kb-hero h1 {
  color: #fff;
  max-width: 18ch;
  padding-bottom: 1rem;
  margin: 0.75rem 0 0;
}
.kb-hero .lead {
  color: #e3e7ec;
  max-width: 42rem;
  margin: 0;
}
.kb-hero .kb-rss {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.kb-hero .kb-rss:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.kb-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2.5rem 0 2rem;
}

.kb-filter {
  display: inline-flex;
  align-items: center;
  min-height: 2.875rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  border: 1px solid #d9d4cb;
  background: #fff;
  color: #3a4654 !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.kb-filter:hover {
  border-color: #3a4654;
}
.kb-filter[aria-current=page] {
  background: #3a4654;
  border-color: #3a4654;
  color: #fff !important;
  font-weight: 600;
}

.kb-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  background: #fff;
  border: 1px solid #eeebe6;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  margin-bottom: 3.5rem;
  box-shadow: 0 2px 10px rgba(58, 70, 84, 0.06);
  transition: box-shadow 0.2s ease-in-out;
}
.kb-featured:hover {
  box-shadow: 0 12px 30px rgba(58, 70, 84, 0.1);
}
.kb-featured:hover .kb-card-title {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.kb-featured:hover img {
  transform: scale(1.03);
}
.kb-featured .kb-featured-image {
  min-height: 22rem;
  overflow: hidden;
  background: #faf8f5;
}
.kb-featured .kb-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.kb-featured .kb-featured-body {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.kb-featured .kb-featured-body .kb-card-title {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  padding: 0;
  margin: 0;
}
.kb-featured .kb-featured-body p {
  margin: 0;
  color: #5f5f5f;
}
.kb-featured .kb-featured-body .kb-author {
  margin-top: 0.5rem;
}

.kb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
}

.kb-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  text-decoration: none;
  color: inherit;
}
.kb-card .kb-card-image {
  aspect-ratio: 16/10;
  border-radius: 20px;
  overflow: hidden;
  background: #faf8f5;
}
.kb-card .kb-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.kb-card:hover .kb-card-title {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.kb-card:hover img {
  transform: scale(1.03);
}
.kb-card .kb-card-excerpt {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #5f5f5f;
}

.kb-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.kb-card-title {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  color: #3a4654;
  letter-spacing: -0.01em;
}

.kb-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: #6b6b6b;
}
.kb-empty .material-symbols-outlined {
  font-size: 3rem;
  color: #3a4654;
}

.kb-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3.5rem;
}

.kb-page {
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #3a4654;
}
.kb-page--text {
  padding: 0 1.1rem;
  font-weight: 500;
}
.kb-page[aria-disabled=true] {
  color: #8a8a8a;
}
.kb-page[aria-current=page] {
  background: #3a4654;
  color: #fff !important;
  font-weight: 600;
}
.kb-page:not([aria-current]):not([aria-disabled]):hover {
  background: #f4ecd4;
}

.kb .kb-frame {
  display: flex;
  padding: 8% 0 0 8%;
  background: #f6efdc;
}
.kb .kb-frame--release {
  background: #ffe8ef;
}
.kb .kb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  border-radius: 12px 0 0 0;
  border: 1px solid rgba(58, 70, 84, 0.08);
  border-right: 0;
  border-bottom: 0;
  box-shadow: 0 12px 32px rgba(58, 70, 84, 0.14);
  background: #fff;
}
.kb .kb-frame.kb-card-image img, .kb .kb-frame.kb-featured-image img {
  width: 160%;
  max-width: none;
  height: auto;
  align-self: flex-start;
  object-fit: initial;
}
.kb .kb-frame.kb-cover {
  padding: 5% 7% 0;
}
.kb .kb-frame.kb-cover img {
  border-radius: 20px 20px 0 0;
  border-right: 1px solid rgba(58, 70, 84, 0.08);
}

.kb-card:hover .kb-frame img,
.kb-featured:hover .kb-frame img {
  transform: translate(-6px, -6px);
}

.kb-cta {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  background: #3a4654;
  border-radius: 28px;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.kb-cta h2 {
  color: #fff;
  margin: 0;
  padding: 0 0 0.5rem;
  max-width: 30ch;
}
.kb-cta p {
  color: #e3e7ec;
  margin: 0;
}
.kb-cta .kb-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}
.kb-cta .kb-btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
}
.kb-cta .kb-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}
.kb-cta--customer {
  background: #faf8f5;
  border: 1px solid #eeebe6;
}
.kb-cta--customer h2 {
  color: #3a4654;
}
.kb-cta--customer p {
  color: #5f5f5f;
}
.kb-cta--customer .btn {
  flex-shrink: 0;
}

.kb-preview {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: #f4ecd4;
  color: #5c4c17;
}
.kb-preview a {
  margin-left: auto;
  color: #5c4c17;
  font-weight: 600;
}

.kb-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: #6b6b6b;
  margin-bottom: 1.75rem;
}

.kb-article-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1rem, 3vw, 2rem) 0 0;
}
.kb-article-header h1 {
  max-width: 22ch;
  margin: 1.25rem 0 0;
  padding: 0;
}
.kb-article-header .lead {
  max-width: 44rem;
  margin: 1.5rem 0 2rem;
  color: #4d4d4d;
}
.kb-article-header--release {
  background: #ffe8ef;
  border-radius: 28px;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 4rem) 0;
  overflow: hidden;
}
.kb-article-header--release .kb-breadcrumb {
  color: #4d4d4d;
}

.kb-release-shot {
  margin: clamp(2rem, 5vw, 3.5rem) 0 0;
  width: 100%;
  max-width: 65rem;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(58, 70, 84, 0.14);
  background: #fff;
}
.kb-release-shot img {
  width: 100%;
  display: block;
}

.kb-cover {
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 2/1;
  background: #faf8f5;
}
.kb-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kb-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 18rem);
  justify-content: space-between;
  gap: 4rem;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.kb-prose {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4d4d4d;
  min-width: 0;
}
.kb-prose > :first-child {
  margin-top: 0;
}
.kb-prose p, .kb-prose ul, .kb-prose ol, .kb-prose table, .kb-prose figure {
  margin: 0 0 1.4rem;
}
.kb-prose h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  margin: 3rem 0 1rem;
  padding: 0;
  scroll-margin-top: 130px;
}
.kb-prose h3 {
  font-size: 1.3rem;
  margin: 2.25rem 0 0.75rem;
  padding: 0;
}
.kb-prose h4 {
  font-size: 1.1rem;
  margin: 2rem 0 0.5rem;
  padding: 0;
}
.kb-prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kb-prose ul, .kb-prose ol {
  padding-left: 1.5rem;
}
.kb-prose li {
  margin-bottom: 0.5rem;
}
.kb-prose li::marker {
  color: #3a4654;
  font-weight: 600;
}
.kb-prose img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: clamp(0.75rem, 2.5vw, 1.5rem);
  background: #faf8f5;
  border: 1px solid #eeebe6;
  border-radius: 20px;
}
.kb-prose figure figcaption {
  font-size: 0.875rem;
  color: #6b6b6b;
  margin-top: 0.6rem;
  text-align: center;
}
.kb-prose blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.5rem;
  border-left: 3px solid #ff7ba0;
  font-size: 1.25rem;
  color: #3a4654;
}
.kb-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.kb-prose table th, .kb-prose table td {
  padding: 0.75rem;
  border-bottom: 1px solid #eeebe6;
  text-align: left;
}
.kb-prose table th {
  color: #3a4654;
}
.kb-prose .kb-tip {
  margin: 0.5rem 0 1.75rem;
  padding: 1.5rem 1.75rem 1.5rem 4.75rem;
  border-radius: 20px;
  background: #faf5e6;
  position: relative;
  font-size: 1rem;
}
.kb-prose .kb-tip::before {
  content: "lightbulb";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 1.5rem;
  top: 1.4rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #cfb976;
  color: #29323c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.kb-prose .kb-tip > :last-child {
  margin-bottom: 0;
}

.kb-feature-link {
  margin-top: 2.5rem !important;
  padding-top: 1.5rem;
  border-top: 1px solid #eeebe6;
  font-size: 1rem;
}

.kb-author-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eeebe6;
  line-height: 1.5;
  font-size: 1rem;
}
.kb-author-box > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.kb-author-box strong {
  color: #3a4654;
  font-size: 1.125rem;
}

.kb-aside {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  position: sticky;
  top: 130px;
  align-self: start;
}

.kb-toc ol {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.kb-toc a {
  display: block;
  padding: 0.55rem 1rem;
  border-radius: 12px;
  font-size: 0.9375rem;
  line-height: 1.45;
  text-decoration: none;
}
.kb-toc a:hover {
  background: #f4f1ec;
}

.kb-toc-mobile {
  display: none;
  margin-bottom: 2rem;
  padding: 0 1.25rem;
  border-radius: 12px;
  background: #f4f1ec;
  font-size: 1rem;
}
.kb-toc-mobile summary {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #3a4654;
  cursor: pointer;
}
.kb-toc-mobile ol {
  margin: 0 0 1rem;
}

.kb-feature-card {
  padding: 1.75rem;
  border-radius: 20px;
  background: #3a4654;
  color: #e3e7ec;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.kb-feature-card strong {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.35;
}
.kb-feature-card a {
  color: #fff !important;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
  text-underline-offset: 3px;
}

.kb-related {
  margin-top: clamp(3.5rem, 7vw, 6rem);
}
.kb-related .kb-related-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.kb-related .kb-related-header h2 {
  margin: 0;
  padding: 0;
}
.kb-related .kb-related-header a {
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .kb-breadcrumb, .kb-filters, .kb-pagination {
    flex-direction: row;
    padding: 0;
  }

  .kb-breadcrumb {
    margin-top: 0;
  }

  .kb-toc-mobile ol {
    padding-left: 1.25rem;
  }

  .kb-featured {
    grid-template-columns: minmax(0, 1fr);
  }
  .kb-featured .kb-featured-image {
    min-height: 0;
    aspect-ratio: 16/9;
  }

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

  .kb-article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .kb-aside {
    display: none;
  }

  .kb-toc-mobile {
    display: block;
  }

  .kb-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .kb-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kb-article-header {
    text-align: left;
    align-items: flex-start;
  }

  .kb-breadcrumb {
    justify-content: flex-start;
  }

  .kb-cover {
    aspect-ratio: 4/3;
    border-radius: 20px;
  }

  .kb-prose {
    font-size: 1.0625rem;
  }

  .kb-cta .kb-cta-actions, .kb-cta .kb-cta-actions .btn, .kb-cta--customer .btn {
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=site.css.map */
