:root {
  --white--primary: white;
  --black--primary: #333;
  --black--secondary: #00000080;
  --accent: #f60;
  --gray--primary: whitesmoke;
  --gray--secondary: #eee;
  --white--secondary: #ffffff80;
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white--primary);
  color: var(--black--primary);
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black--primary);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

.page-wrapper {
  background-image: url('../images/hero-bg-new.svg');
  background-position: 50% 100px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section {
  padding: 80px 30px;
}

.section.utility-hero {
  padding-top: 180px;
}

.section.utility-changelog {
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
  padding-top: 180px;
  display: flex;
}

.section.hero-section {
  padding-top: 220px;
}

.section.overview-section {
  background-color: #fafafa;
}

.section.features-white {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.features-gray {
  background-color: #fafafa;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.cta-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer-top {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section.footer-bottom {
  background-color: #fafafa;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container {
  order: -9999;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.style-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-caption {
  min-width: 150px;
  font-weight: 500;
}

.typography-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.typography-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.caption {
  color: var(--black--secondary);
  font-weight: 500;
}

.heading-small {
  font-weight: 500;
}

.colors-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colors-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-large {
  font-size: 20px;
  line-height: 28px;
}

.colors-card {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.colors-card.accent {
  background-color: var(--accent);
}

.colors-card.black-primary {
  background-color: var(--black--primary);
}

.colors-card.black-secondary {
  background-color: var(--black--secondary);
}

.colors-card.gray-primary {
  background-color: var(--gray--primary);
}

.colors-card.gray-secondary {
  background-color: var(--gray--secondary);
}

.colors-card.white-primary {
  background-color: var(--white--primary);
}

.colors-card.white-secondary {
  background-color: var(--white--secondary);
}

.buttons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: var(--white--primary);
  background-image: url('../images/Download_on_the_App_Store_Badge_IT_RGB_blk_100317.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 40px;
  align-items: center;
  padding: 8px 16px 8px 8px;
  font-weight: 500;
  display: flex;
}

.button-arrow.rotated-left {
  transform: rotate(90deg);
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff6ee;
  color: #1a1a18;
  border: 1px solid rgba(245, 82, 12, 0.28);
  border-radius: 40px;
  align-items: center;
  padding: 8px 16px 8px 8px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 8px rgba(245, 82, 12, 0.08);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.button-secondary:hover {
  background-color: #f60;
  border-color: #f60;
  color: #fff;
  box-shadow: 0 6px 18px rgba(245, 82, 12, 0.18);
}

.button-secondary .button-arrow {
  filter: sepia(1) saturate(4) hue-rotate(350deg);
}

.button-secondary:hover .button-arrow {
  filter: brightness(0) invert(1);
}

.utility-changelog-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-link {
  text-decoration: underline;
}

.hero-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-logo {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: 1px solid #f60;
  border-radius: 10px;
  box-shadow: 0 1px 3px #0003;
}

.hero-description {
  text-align: left;
  width: 367.347px;
  max-width: 430px;
  height: auto;
  margin-top: auto;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.hero-description.combo {
  text-align: center;
  letter-spacing: 0;
  width: auto;
  font-size: 28px;
  line-height: 40px;
}

.container-large {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery-image {
  border: 1px solid var(--gray--secondary);
  box-shadow: 0 1px 3px 0 var(--gray--secondary), 0 0 0 14px #f7f7f7, 0 0 0 15px var(--gray--secondary);
  border-radius: 34px;
}

.clients-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.clients-list {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-logo {
  height: 30px;
}

.overview-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overview-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-self: center;
  max-width: 430px;
  display: flex;
}

.overview-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overview-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white--primary);
  box-shadow: 0 1px 3px 0 var(--gray--secondary);
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.heading-medium {
  text-transform: none;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.overview-description {
  margin-top: -4px;
  font-weight: 400;
}

.overview-description.spacee {
  color: var(--black--secondary);
  letter-spacing: -.06em;
  margin-top: -15px;
  font-family: Space Mono, sans-serif;
  font-weight: 500;
}

.overview-highlight {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white--primary);
  box-shadow: 0 1px 3px 0 var(--gray--secondary);
  border-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.overview-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 370px;
  padding: 32px;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.features-wrapper.reverse {
  flex-direction: row-reverse;
}

.features-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.overview-image-mobile {
  display: none;
}

.features-description {
  margin-top: -8px;
}

.features-image {
  border: 1px solid var(--gray--secondary);
  box-shadow: 0 1px 3px 0 var(--gray--secondary), 0 0 0 14px #f7f7f7, 0 0 0 15px var(--gray--secondary);
  border-radius: 34px;
}

.benefits-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 3 / 4;
  background-color: var(--black);
  color: var(--white--primary);
  background-image: url('../images/Container.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.benefits-card.second {
  background-image: url('../images/Container-1_1Container-1.webp');
}

.benefits-card.third {
  background-image: url('../images/Container-2_1Container-2.webp');
}

.benefits-card.fourth {
  background-image: url('../images/Container.webp');
}

.benefits-icon {
  width: 44px;
}

.benefits-description {
  margin-top: -4px;
}

.benefits-caption {
  margin-top: auto;
}

.testimonials-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: 1;
  background-color: var(--gray--primary);
  box-shadow: inset 0 -1px 0 0 var(--gray--secondary), 0 1px 3px 0 var(--gray--secondary), inset 0 0 0 1px var(--gray--secondary);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.testimonials-logo {
  height: 30px;
}

.cta-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.app-logo {
  border-radius: 4px;
  display: block;
}

.footer-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  transition: color .2s;
  display: flex;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-copyright {
  color: var(--black--secondary);
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.footer-copyright-link {
  color: var(--black--secondary);
  transition: color .2s;
}

.footer-copyright-link:hover {
  color: var(--black--primary);
}

.footer-secondary-link {
  color: var(--black--secondary);
  transition: color .2s;
}

.footer-secondary-link:hover {
  color: var(--black--primary);
}

.navigation {
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  background-color: var(--white--primary);
  width: 100%;
  max-width: 620px;
  box-shadow: 0 1px 3px 0 var(--gray--secondary);
  border: 1px solid #f60;
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 24px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.site-nav-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: relative;
}

.site-theme-toggle,
.site-menu-toggle {
  background: transparent;
  border: 1.5px solid rgba(245, 82, 12, 0.35);
  border-radius: 999px;
  color: var(--black--primary);
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.site-theme-toggle {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
}

.site-theme-toggle .theme-emoji {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.site-menu-toggle {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.site-menu-toggle span {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform .2s ease, opacity .2s ease;
  width: 18px;
}

.site-menu-toggle.is-open span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.site-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.site-menu-toggle.is-open span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.site-theme-toggle:hover,
.site-menu-toggle:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white--primary);
  box-shadow: 0 6px 18px rgba(245, 82, 12, 0.18);
}

.site-menu-panel {
  background: rgba(250, 248, 244, .98);
  border: 1px solid rgba(245, 82, 12, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15, 14, 11, .14);
  min-width: 280px;
  padding: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 120;
}

.site-menu-links {
  display: grid;
  gap: 4px;
}

.site-menu-link {
  border-radius: 12px;
  color: var(--black--primary);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 11px 12px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.site-menu-link:hover {
  background: rgba(245, 82, 12, .1);
  color: var(--accent);
}

.site-menu-documentation-link {
  border-top: 1px solid rgba(15, 14, 11, .08);
  border-radius: 0;
  color: rgba(51, 51, 51, .48);
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-top: 8px;
  padding: 14px 12px 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.site-menu-documentation-link:hover {
  background: rgba(245, 82, 12, .1);
  border-radius: 12px;
  color: var(--accent);
}

.site-menu-language-title,
.site-menu-social-title {
  border-top: 1px solid rgba(15, 14, 11, .08);
  color: rgba(51, 51, 51, .48);
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-top: 8px;
  padding: 14px 12px 8px;
  text-transform: uppercase;
}

.site-language-link {
  align-items: center;
  border: 1px solid rgba(245, 82, 12, .18);
  border-radius: 12px;
  color: var(--black--primary);
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  line-height: 1.2;
  margin: 0 4px 8px;
  padding: 11px 12px;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.site-language-link:after {
  color: var(--accent);
  content: attr(data-lang-code);
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
}

.site-language-link:hover {
  background: rgba(245, 82, 12, .1);
  border-color: rgba(245, 82, 12, .34);
  color: var(--accent);
}

.site-menu-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 8px 4px;
}

.site-social-link {
  align-items: center;
  border: 1px solid rgba(245, 82, 12, .2);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
  width: 34px;
}

.site-social-link:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white--primary);
}

.site-social-link svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 18px;
}

.nav-link {
  transition: color .2s;
}

.nav-link:hover {
  color: var(--accent);
}

.nav-burger {
  display: none;
}

.help-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 520px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.help-card {
  background-color: var(--white--primary);
  box-shadow: inset 0 0 0 1px var(--gray--secondary);
  cursor: pointer;
  border-radius: 16px;
  padding: 24px;
  transition: box-shadow .2s;
}

.help-card:hover {
  box-shadow: inset 0 0 0 1px var(--black--secondary);
}

.help-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.help-content {
  overflow: hidden;
}

.help-text {
  margin-top: 4px;
}

.changelog-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 520px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-content {
  border-radius: 16px;
  padding: 24px;
}

.changelog-content h2 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
}

.changelog-content.highlighted {
  background-color: var(--accent);
  box-shadow: 0 -1px 0 0 var(--gray--secondary), 0 1px 3px 0 var(--gray--secondary), inset 0 0 0 1px var(--gray--secondary);
  color: var(--white--primary);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  color: #333;
  letter-spacing: -.06em;
  font-family: Space Grotesk, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading {
  letter-spacing: .01em;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image {
  width: 129.625px;
  height: 38.4375px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.image-2 {
  width: 100%;
  height: 38.4375px;
  padding: 2px;
  display: block;
}

.div-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading-2 {
  letter-spacing: -.01em;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.paragraph.para-light {
  font-weight: 400;
}

.paragraph.ligt-p {
  font-weight: 500;
}

.image-3 {
  display: block;
}

.heading-3 {
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.text-block-2 {
  letter-spacing: -.06em;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.container-2, .image-4 {
  margin-bottom: 20px;
}

.banner-alert {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #333;
  text-align: center;
  background-color: #f6f5f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 5%;
  font-family: Space Mono, sans-serif;
  display: flex;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.banner-link {
  color: #f60;
  font-weight: 500;
  text-decoration: none;
}

.text-block-3 {
  color: var(--black--secondary);
  text-align: left;
  font-size: 12px;
}

.div-block-3 {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ff8a3d 25%, #f5e3d8 45%, var(--white--primary));
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  border-radius: 50%;
  width: 600px;
  height: 600px;
  margin-top: 20px;
  margin-left: 15px;
  position: absolute;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  width: 390px;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
}

.footer-social-block-two {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.heading-4, .heading-5, .heading-6 {
  text-align: left;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.heading-7 {
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
}

.heading-8 {
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.heading-9 {
  text-align: left;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.italic-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 400px;
  font-size: 18px;
  display: flex;
}

.quick-stack {
  margin-top: 100px;
}

.section-2 {
  margin-top: 20px;
}

.container-6 {
  margin-top: 140px;
  margin-left: 120px;
}

.paragraph-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black--secondary);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  display: flex;
}

.heading-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.image-6 {
  background-color: #0000;
  border: 1px #000;
}

.list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--black--secondary);
  text-align: left;
  background-color: #f6f5f400;
  justify-content: flex-start;
  align-items: center;
  margin-left: 120px;
  margin-right: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-type: square;
  display: flex;
}

.list-item {
  list-style-type: square;
}

.div-block-5 {
  border: 1px solid #f60;
  margin-top: 40px;
  margin-left: 120px;
  margin-right: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form {
  margin-left: 0;
  margin-right: 0;
}

.container-7 {
  margin-left: 60px;
  margin-right: 60px;
}

.field-label {
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.field-label-2 {
  font-family: Space Grotesk, sans-serif;
}

.text-field, .text-field-2, .select-field, .textarea {
  border-radius: 20px;
}

.checkbox-label {
  color: var(--black--secondary);
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-field-3 {
  border-radius: 20px;
}

.submit-button {
  background-color: #6d6d6d;
  border-radius: 20px;
  font-family: Manrope, sans-serif;
}

.submit-button.ac {
  color: var(--black--primary);
  background-color: #fff;
  border: 1px solid #f60;
  margin-left: 10px;
  font-family: Manrope, sans-serif;
}

.div-block-6 {
  display: flex;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    background-size: 150%;
  }

  .section {
    padding: 60px 24px;
  }

  .section.utility-changelog {
    padding-top: 160px;
  }

  .section.hero-section {
    background-position: 50% 100%;
    background-size: auto;
  }

  .section.features-white, .section.features-gray {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .gallery-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-image {
    border-radius: 24px;
  }

  .overview-card {
    padding: 24px;
  }

  .overview-highlight {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .overview-content {
    padding: 24px;
  }

  .overview-image-desktop {
    width: 450px;
  }

  .testimonials-card {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    aspect-ratio: auto;
    padding: 24px;
  }

  .help-wrapper, .changelog-wrapper {
    margin-top: 80px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .section {
    padding: 40px 16px;
  }

  .section.utility-hero {
    padding-top: 160px;
  }

  .section.utility-changelog {
    padding-top: 120px;
  }

  .section.hero-section {
    background-position: 0 100%;
    padding-top: 180px;
  }

  .section.features-white, .section.features-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-block {
    flex-direction: column;
  }

  .style-caption {
    min-width: 0;
  }

  .colors-wrapper {
    align-self: stretch;
  }

  .gallery-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .gallery-image {
    width: 320px;
  }

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

  .overview-highlight {
    flex-direction: column;
    align-items: stretch;
  }

  .overview-content {
    max-width: none;
  }

  .overview-image-desktop {
    display: none;
  }

  .features-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .features-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .features-content {
    text-align: center;
    align-items: center;
    max-width: 330px;
  }

  .overview-image-mobile {
    width: 100%;
    display: block;
  }

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

  .benefits-card {
    aspect-ratio: 1;
    padding: 24px;
  }

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

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-menu {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .help-wrapper, .changelog-wrapper {
    max-width: none;
  }

  .banner-alert {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-section {
    background-position: 0 100%;
    background-size: 200%;
    padding-top: 160px;
  }

  .section.cta-section {
    border-bottom: 1px solid #f60;
  }

  .colors-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .hero-logo {
    width: 80px;
  }

  .hero-description {
    width: auto;
    max-width: none;
    font-size: 12px;
  }

  .hero-description.combo {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .gallery-image {
    width: 280px;
  }

  .clients-list {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }

  .clients-logo {
    height: 28px;
  }

  .overview-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-medium {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .overview-description {
    font-family: Manrope, sans-serif;
    font-size: 14px;
  }

  .overview-description.spacee {
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .features-image {
    width: 280px;
  }

  .benefits-card {
    aspect-ratio: auto;
  }

  .benefits-caption {
    margin-top: 40px;
  }

  .cta-wrapper {
    margin-bottom: 20px;
  }

  .footer-section {
    border: 1px #f60;
  }

  .footer-wrapper.bottom {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    font-size: 12px;
  }

  .nav-wrapper {
    border-radius: 28px;
    align-items: flex-start;
    position: relative;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    display: none;
    position: absolute;
    bottom: 16px;
    left: 24px;
    right: 16px;
  }

  .nav-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  .nav-burger {
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
    display: block;
  }

  .nav-lottie {
    width: 24px;
    height: 24px;
    display: flex;
  }

  .colors-placeholder {
    display: none;
  }

  .changelog-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    font-size: 22px;
    display: flex;
  }

  .heading {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
  }

  .div-block {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: auto;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .div-block.uff {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .image {
    width: 140px;
    display: inline-block;
  }

  .image-2 {
    width: 320px;
    display: block;
  }

  .heading-2 {
    margin-bottom: -20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .banner-alert {
    justify-content: center;
    align-items: center;
    width: 360px;
    margin-top: 40px;
  }

  .banner-link {
    padding-left: 0;
  }

  .text-block-3 {
    color: var(--black--primary);
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 10px;
    font-weight: 300;
    display: flex;
  }

  .div-block-3 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #ff8a3da8 25%, #f5e3d8 45%, var(--white--primary));
    -webkit-backdrop-filter: blur(180px);
    backdrop-filter: blur(180px);
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    width: 100%;
    font-size: 12px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .heading-7 {
    text-align: left;
    font-size: 16px;
  }

  .italic-text {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-2 {
    font-family: Manrope, sans-serif;
    font-size: 12px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .paragraph-4 {
    margin-top: 20px;
    font-family: Manrope, sans-serif;
    font-size: 12px;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    background-color: #eee0;
    border: 1px solid #f60;
    border-radius: 4px;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .link-block {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .link-block.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-5 {
    margin: 10px;
  }

  .container-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    align-self: auto;
    width: 100%;
  }

  .container-6 {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-5 {
    padding-top: 0;
  }

  .heading-10 {
    margin-top: 20px;
    font-size: 18px;
  }

  .list {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: #f6f5f4;
    flex-flow: column;
    width: 360px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .list-item {
    width: 240px;
    padding-right: 20px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-7 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .field-label-2 {
    width: 240px;
  }

  .text-field, .text-field-2, .select-field {
    margin-bottom: 20px;
  }

  .checkbox-label {
    font-family: Manrope, sans-serif;
    font-size: 12px;
  }

  .text-field-3 {
    margin-bottom: 20px;
  }

  .submit-button {
    background-color: #6d6d6d;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    display: inline-block;
  }

  .submit-button.ac {
    color: var(--black--primary);
    background-color: #fff;
    border: 1px solid #f60;
    margin-left: 10px;
  }

  .checkbox {
    margin-top: 10px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    width: 240px;
    padding-right: 20px;
  }
}

#w-node-_2e9c6c52-e74b-a270-87de-e97ceba37aed-155ba1e5, #w-node-a6cc5305-9daf-8f6d-8819-a57e73ee4cf9-155ba1e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bb71ef5-4dbc-c41c-ac13-6ca312bc9f38-155ba1e5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8ba73dfb-a57f-13a8-81f4-7a7dffd1c43a-155ba1e5, #w-node-be7b9c6d-fd8e-7fcb-318e-84d71e8fb07c-155ba1e5, #w-node-_98e0e9b7-b002-7224-7976-37dcaf0f4a35-155ba1e5, #w-node-f22ca2da-c202-4624-2a78-6485a703f571-155ba1e5, #w-node-b2f55616-1cb4-652a-305e-1206d9c38e25-155ba1e5, #w-node-_85a80fd0-ba6b-98bf-83c8-bcd767e8c16d-155ba1e5, #w-node-ada7c97a-1f86-4775-4a8c-891269fa0802-155ba1e5, #w-node-d5746646-6c14-ec4c-49e4-d0ab3f0cac76-3f0cac73, #w-node-d5746646-6c14-ec4c-49e4-d0ab3f0cac7a-3f0cac73, #w-node-d5746646-6c14-ec4c-49e4-d0ab3f0cac7e-3f0cac73, #w-node-_049499f6-f1a5-51fd-65a2-fd70bc437ddb-155ba1e7, #w-node-_6ffa030d-8b07-2789-7ed1-e92b58973ea0-155ba1e7, #w-node-cf0541dd-a85d-bfc3-eabd-25bbcedff082-155ba1e7, #w-node-ad9b57cf-4542-8b66-94f4-3e011971da79-155ba1e7, #w-node-_023f4c00-6d24-4455-ff8f-7c11a7fc2ad7-155ba1e7, #w-node-_92361d28-eac4-2e7f-0d99-95bb593c9016-155ba1e7, #w-node-_63fc113c-3f76-7558-54ec-f362c87880b3-155ba1e7, #w-node-_34fa9957-517a-724f-2aa7-f3ef759d23ae-155ba1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_2e9c6c52-e74b-a270-87de-e97ceba37aed-155ba1e5, #w-node-_2bb71ef5-4dbc-c41c-ac13-6ca312bc9f38-155ba1e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}




/* ═══════════════════════════════════════════════
   MY SOCIAL COLLECTION — UI IMPROVEMENTS
   Background: Paper #f5f0e8
   ═══════════════════════════════════════════════ */

/* 1. Global background: white → paper */
body {
  background-color: #f5f0e8;
}

[data-theme="dark"] {
  --white--primary: #1e1e1a;
  --black--primary: #f0ebe0;
  --black--secondary: rgba(240, 235, 224, .62);
  --gray--primary: #181814;
  --gray--secondary: rgba(255, 255, 255, .1);
}

[data-theme="dark"] body,
[data-theme="dark"] .page-wrapper,
[data-theme="dark"] .section,
[data-theme="dark"] .lp-hero {
  background-color: #141410;
  color: #f0ebe0;
}

[data-theme="dark"] .nav-wrapper,
[data-theme="dark"] .site-menu-panel {
  background-color: #1e1e1a;
  border-color: rgba(255, 107, 0, .45);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
}

[data-theme="dark"] .site-theme-toggle,
[data-theme="dark"] .site-menu-toggle,
[data-theme="dark"] .site-menu-link,
[data-theme="dark"] .text-block,
[data-theme="dark"] .lp-hero h1,
[data-theme="dark"] .lp-sec h2,
[data-theme="dark"] .lp-sec h3 {
  color: #f0ebe0;
}

[data-theme="dark"] .lp-hero .lp-sub,
[data-theme="dark"] .lp-sec p,
[data-theme="dark"] .lp-sec li,
[data-theme="dark"] .lp-table td,
[data-theme="dark"] .legal-footer-address,
[data-theme="dark"] .legal-footer-title span {
  color: rgba(240, 235, 224, .62);
}

[data-theme="dark"] .lp-toc,
[data-theme="dark"] .lp-table th,
[data-theme="dark"] .lp-code,
[data-theme="dark"] .legal-footer-item {
  background-color: #242420;
  border-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .site-menu-link:hover {
  background: rgba(255, 107, 0, .14);
}

[data-theme="dark"] .site-menu-social-title,
[data-theme="dark"] .site-menu-language-title,
[data-theme="dark"] .site-menu-documentation-link,
[data-theme="dark"] .legal-footer-label,
[data-theme="dark"] .legal-footer-copy {
  color: rgba(240, 235, 224, .44);
}

[data-theme="dark"] .site-language-link {
  border-color: rgba(255, 107, 0, .22);
  color: #f0ebe0;
}

[data-theme="dark"] .footer-section,
[data-theme="dark"] .section.footer-top {
  background-color: #0d0d0b;
  border-color: rgba(255, 255, 255, .08);
}

/* 2. Nav: white → paper, softer border */
.nav-wrapper {
  background-color: #f5f0e8;
  border-color: rgba(245, 82, 12, 0.35);
  box-shadow: 0 1px 16px rgba(15,14,11,0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

html {
  scroll-padding-top: 112px;
}

.section,
.lp-sec,
#cta-coming-soon {
  scroll-margin-top: 112px;
}

/* 3. Hero section: paper bg, tighter padding on mobile */
.section.hero-section {
  background-color: #f5f0e8;
}

/* 4. Gallery section: same paper */
.page-wrapper > .section:not(.overview-section):not(.cta-section):not(.footer-section) {
  background-color: #f5f0e8;
}

/* 5. Overview section: slightly deeper paper instead of #fafafa */
.section.overview-section {
  background-color: #ede8df;
}

/* 6. Overview cards: paper card tint, refined shadow, no harsh white */
.overview-card {
  background-color: #faf8f4;
  box-shadow: 0 1px 3px rgba(15,14,11,0.06), 0 0 0 1px rgba(15,14,11,0.05);
  border-radius: 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  opacity: 1 !important;
  transform: none !important;
}
.overview-card:hover {
  box-shadow: 0 6px 24px rgba(15,14,11,0.10), 0 0 0 1px rgba(245,82,12,0.15);
  transform: translateY(-2px);
}

/* 7. Overview highlight card */
.overview-highlight {
  background-color: #faf8f4;
  box-shadow: 0 1px 3px rgba(15,14,11,0.06), 0 0 0 1px rgba(15,14,11,0.05);
  border-radius: 24px;
  opacity: 1 !important;
  transform: none !important;
}

/* 8. Gallery image frame: paper ring instead of white */
.gallery-image {
  box-shadow: 0 1px 3px 0 rgba(15,14,11,0.08),
              0 0 0 14px #ede8df,
              0 0 0 15px rgba(15,14,11,0.08);
  border-color: rgba(15,14,11,0.08);
}

/* 9. Banner alert: paper tint, left-border accent, no bg noise */
.banner-alert {
  background-color: #f5f0e8;
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  padding: 14px 20px;
  min-height: auto;
  width: auto;
  align-self: stretch;
}
.text-block-3 {
  font-size: 13px;
  font-weight: 500;
  color: var(--black--primary);
  letter-spacing: 0;
  text-align: left;
}

/* 10. CTA section: ink background for contrast */
.section.cta-section {
  background-color: #0f0e0b;
  border-bottom: none;
}

.cta-wrapper {
  opacity: 1 !important;
  transform: none !important;
}
.section.cta-section .heading-3 {
  color: #f5f0e8;
}
.section.cta-section .hero-description {
  color: rgba(245,240,232,0.6);
}
.section.cta-section .italic-text {
  color: rgba(245,240,232,0.6);
}

/* 11. Footer: paper, cleaner border */
.footer-section {
  background-color: #ede8df;
  border-top: 1px solid rgba(15,14,11,0.08);
}
.section.footer-top {
  background-color: #ede8df;
}

.legal-footer {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}

.legal-footer-company {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.legal-footer-title {
  color: rgba(51,51,51,0.78);
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0;
  text-transform: uppercase;
}

.legal-footer-title span {
  color: rgba(51,51,51,0.55);
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 3px;
  text-transform: none;
}

.legal-footer-address {
  color: rgba(51,51,51,0.56);
  font-family: Manrope, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

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

.legal-footer-item {
  background: rgba(255,255,255,0.38);
  border: 1px solid rgba(15,14,11,0.06);
  border-radius: 12px;
  min-width: 0;
  padding: 12px 14px;
}

.legal-footer-label {
  color: rgba(51,51,51,0.48);
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.legal-footer-item .footer-link {
  display: inline;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.legal-footer-nav {
  border-top: 1px solid rgba(15,14,11,0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 18px;
}

.legal-footer-copy {
  color: rgba(51,51,51,0.42);
  font-family: Manrope, sans-serif;
  font-size: 12px;
  margin: 0;
}

/* 12. Footer links: slightly muted, hover accent */
.footer-link {
  color: rgba(51,51,51,0.65);
  font-size: 13px;
}
.footer-link:hover {
  color: var(--accent);
}

[data-theme="dark"] .lp-info {
  background: #241f18 !important;
  border-left-color: #ff7a1a !important;
}

[data-theme="dark"] .lp-info p,
[data-theme="dark"] .lp-info li,
[data-theme="dark"] .lp-info strong {
  color: #f6eadc !important;
}

[data-theme="dark"] .lp-warn {
  background: #332817 !important;
  border-left-color: #ffb347 !important;
}

[data-theme="dark"] .lp-warn p,
[data-theme="dark"] .lp-warn li,
[data-theme="dark"] .lp-warn strong {
  color: #fff1cf !important;
}

[data-theme="dark"] .lp-urgent {
  background: #241f18 !important;
  border-color: rgba(255, 102, 0, .72) !important;
}

[data-theme="dark"] .lp-urgent .u-title {
  color: #ff9a4a !important;
}

[data-theme="dark"] .lp-urgent .u-desc {
  color: #f6eadc !important;
}

[data-theme="dark"] .lp-toc a {
  color: rgba(240, 235, 224, .78) !important;
}

[data-theme="dark"] .lp-toc a:hover,
[data-theme="dark"] .lp-sec a {
  color: #ff9a4a !important;
}

[data-theme="dark"] .legal-footer-title {
  color: #f0ebe0 !important;
}

[data-theme="dark"] .legal-footer-title span,
[data-theme="dark"] .legal-footer-address {
  color: rgba(240, 235, 224, .78) !important;
}

[data-theme="dark"] .legal-footer-item {
  background: #20201c !important;
  border-color: rgba(240, 235, 224, .16) !important;
}

[data-theme="dark"] .legal-footer-label {
  color: rgba(255, 154, 74, .86) !important;
}

[data-theme="dark"] .legal-footer-item .footer-link,
[data-theme="dark"] .legal-footer-nav .footer-link {
  color: rgba(240, 235, 224, .82) !important;
}

[data-theme="dark"] .legal-footer-item .footer-link:hover,
[data-theme="dark"] .legal-footer-nav .footer-link:hover {
  color: #ff9a4a !important;
}

[data-theme="dark"] .legal-footer-nav {
  border-top-color: rgba(240, 235, 224, .14) !important;
}

[data-theme="dark"] .legal-footer-copy {
  color: rgba(240, 235, 224, .64) !important;
}

/* 13. Paragraph-4 (copyright) */
.paragraph-4 {
  color: rgba(51,51,51,0.45);
  font-size: 12px;
}

/* 14. Mobile footer: 2 columns */
@media screen and (max-width: 479px) {
  .site-theme-toggle {
    min-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-menu-toggle {
    height: 32px;
    width: 38px;
  }

  .site-menu-panel {
    box-sizing: border-box;
    left: 16px !important;
    max-width: none;
    min-width: 0;
    position: fixed;
    right: 16px !important;
    top: 64px;
    transform: none;
    width: auto;
  }

  .legal-footer {
    gap: 18px;
  }

  .legal-footer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .legal-footer-nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    justify-items: start;
  }

  .footer-menu {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    justify-items: start;
    justify-content: start;
  }
}

/* 15. Heading refinements */
.heading {
  letter-spacing: -.02em;
}
.heading-2 {
  letter-spacing: -.02em;
}
.heading-3 {
  letter-spacing: -.02em;
}

/* 16. Store badges: remove excessive margin-top on mobile */
@media screen and (max-width: 479px) {
  .div-block {
    margin-top: 8px;
  }

  html {
    scroll-padding-top: 96px;
  }

  .section,
  .lp-sec,
  #cta-coming-soon {
    scroll-margin-top: 96px;
  }

  .navigation {
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-wrapper {
    max-width: calc(100vw - 28px);
    padding: 12px 14px !important;
    align-items: center !important;
  }

  .navigation .link-block {
    width: auto !important;
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-start !important;
  }

  .navigation .text-block {
    white-space: nowrap;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  #theme-toggle {
    padding: 6px 10px;
    font-size: 12px;
  }

  .section.hero-section {
    padding-top: 150px !important;
  }

  .gallery-wrapper {
    display: flex !important;
    gap: 16px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 14px 2px 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gallery-image {
    width: min(74vw, 280px) !important;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .overview-wrapper {
    grid-row-gap: 36px;
  }

  .section.cta-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

.nav-menu.site-nav-actions {
  align-items: center !important;
  bottom: auto !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;
  left: auto !important;
  position: relative !important;
  right: auto !important;
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    align-items: center !important;
  }

  .nav-menu.site-nav-actions {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .site-nav-actions {
    gap: 6px;
  }

  .navigation .text-block {
    font-size: 18px !important;
  }
}
