/**
 * Theme Name: Astra Child
 * Theme URI: https://wpastra.com/
 * Description: Child theme for the Astra theme.
 * Author: Quang Thang
 * Author URI: https://quangthang.local/
 * Template: astra
 * Version: 1.0.0
 * Requires at least: 5.3
 * Tested up to: 7.1
 * Requires PHP: 5.3
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: astra-child
 */

/*
 * Add custom CSS below.
 * Astra parent styles are loaded first from functions.php.
 */

:root {
  --landing-container: 1212px;
  --landing-container-outer: 1260px;
  --landing-page-padding-desktop: 90px;
  --landing-page-padding-mobile: 20px;
  --landing-gold: #b8892a;
  --landing-black: #000000;
  --landing-sub-brand: #111111;
  --landing-main-text: #111827;
  --landing-deep: #1a1a2e;
  --landing-body: #6b7280;
  --landing-body-alt: #6a7282;
  --landing-copy: #475569;
  --landing-border: #e5e7eb;
  --landing-surface: #f7f8fc;
  --landing-surface-alt: #f8f9fd;
  --landing-white: #ffffff;
  --landing-font-display: "Playfair Display", Georgia, serif;
  --landing-font-body: "Be Vietnam Pro", Arial, sans-serif;
  --landing-font-copy: "Roboto", Arial, sans-serif;
}
html{
	scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  :root {
    --landing-page-padding-desktop: 40px;
  }
}

.landing-template {
  margin: 0;
  background: var(--landing-white);
  color: var(--landing-main-text);
  font-family: var(--landing-font-body);
  letter-spacing: 0;
}

.landing-page,
.landing-page * {
  box-sizing: border-box;
}

.landing-page {
  width: 100%;
  overflow-x: hidden;
  background: var(--landing-white);
}

.landing-page a {
  color: inherit;
  text-decoration: none;
}

.landing-page img {
  display: block;
  max-width: 100%;
}

.landing-page
  :where(
    .wp-block-group,
    .wp-block-image,
    .wp-block-buttons,
    .wp-block-button,
    .wp-block-heading
  ) {
  margin-block: 0;
}

.landing-image--mobile,
.landing-stats__background--mobile {
  display: none;
}

.landing-heading {
  margin: 0;
  font-family: var(--landing-font-display);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.34;
  color: var(--landing-sub-brand);
}

.landing-heading span,
.landing-heading em {
  display: block;
}

.landing-heading em {
  color: var(--landing-gold);
  font-style: italic;
  font-weight: 400;
}

.landing-heading--hero {
  font-size: 48px;
  color: var(--landing-main-text);
}

.landing-heading--center {
  width: 100%;
  text-align: center;
  font-size: 38px;
}

.landing-heading--split {
  font-size: 38px;
}

.landing-heading--products {
  font-size: 32px;
}

.landing-heading--inverse {
  color: var(--landing-white);
}

.landing-heading--inverse em {
  color: var(--landing-white);
}

.landing-copy {
  margin: 0;
  font-family: var(--landing-font-copy);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.36;
  color: var(--landing-copy);
}

.landing-copy p {
  margin: 0;
}

.landing-copy p + p {
  margin-top: 24px;
}

.landing-button:not(.wp-block-button),
.wp-block-button.landing-button .wp-block-button__link {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 30px;
  border: 0;
  border-radius: 0;
  font-family: var(--landing-font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.wp-block-button.landing-button {
  display: inline-flex;
  margin: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.wp-block-button.landing-button .wp-block-button__link {
  border: 0;
  box-shadow: none;
  text-decoration: none;
}

.landing-button--primary:not(.wp-block-button),
.landing-button--form:not(.wp-block-button),
.landing-button--process:not(.wp-block-button),
.wp-block-button.landing-button--primary .wp-block-button__link,
.wp-block-button.landing-button--form .wp-block-button__link,
.wp-block-button.landing-button--process .wp-block-button__link {
  background: var(--landing-gold);
  color: var(--landing-white);
}

.landing-button--dark:not(.wp-block-button),
.wp-block-button.landing-button--dark .wp-block-button__link {
  background: var(--landing-sub-brand);
  color: var(--landing-white);
  font-weight: 400;
}

.landing-header {
  width: 100%;
  height: 74px;
  padding-inline: var(--landing-page-padding-desktop);
  background: var(--landing-white);
}

.landing-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--landing-container-outer);
  height: 100%;
  margin-inline: auto;
  padding: 12px 24px;
}

.landing-header__logo {
  flex: 0 0 auto;
  width: 87px;
  height: 48px;
  overflow: hidden;
}

.landing-header__logo img {
  width: 87px;
  height: 48px;
  object-fit: contain;
}

.landing-header__nav {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--landing-body);
  white-space: nowrap;
}

.landing-header__menu-list {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-header__menu-list a {
  color: inherit;
  text-decoration: none;
}

.landing-header__cta {
  flex: 0 0 auto;
}

.landing-header__menu {
  display: none;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.landing-header__menu img {
  width: 28px;
  height: 28px;
}

.landing-hero {
  display: flex;
  width: 100%;
  min-height: 680px;
  background: radial-gradient(ellipse at 29% 19%, #ffffff 0%, #e1e0de 100%);
}

.landing-hero__content {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 680px;
  padding: 90px 40px 90px
    max(40px, calc((100vw - var(--landing-container)) / 2));
  gap: 30px;
}

.landing-hero__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 566px;
}

.landing-hero__text p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--landing-body);
}

.landing-hero__actions {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 566px;
}

.landing-hero__media {
  flex: 1 1 50%;
  min-width: 0;
  height: 680px;
  overflow: hidden;
}

.landing-hero__media picture,
.landing-hero__media .wp-block-image,
{
  width: 100%;
  height: 100%;
}

.landing-hero__media img,
.landing-hero__media figure {
  object-fit: cover;
  height: 100%;
}

.landing-about,
.landing-products,
.landing-brands,
.landing-why,
.landing-process {
  width: 100%;
  padding: 96px var(--landing-page-padding-desktop);
}

.landing-about__inner,
.landing-products__inner,
.landing-brands__inner,
.landing-why__inner,
.landing-process__inner {
  width: 100%;
  max-width: var(--landing-container-outer);
  margin-inline: auto;
}

.landing-about__inner {
  display: grid;
  grid-template-columns: 488px 694px;
  gap: 30px;
  align-items: center;
}

.landing-about__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.landing-about__image {
  width: 694px;
  height: 620px;
  overflow: hidden;
}

.landing-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-products__inner,
.landing-brands__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.landing-products__grid,
.landing-brands__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.landing-product-card {
  overflow: hidden;
  background: var(--landing-white);
}

.landing-product-card__media {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.landing-product-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-product-card--fashion .landing-product-card__media img {
  top: -0.1%;
  height: 125.22%;
  object-fit: fill;
}

.landing-product-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  margin: 0;
  padding: 24px 10px;
  color: var(--landing-sub-brand);
  font-family: var(--landing-font-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.landing-brands {
  background: var(--landing-surface-alt);
}

.landing-brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 236px;
  padding: 40px;
  gap: 30px;
  overflow: hidden;
  background: var(--landing-white);
}

.landing-brand-card::before {
  content: "";
  width: 80px;
  height: 6px;
  background: var(--landing-gold);
}

.landing-brand-card__rule {
  width: 80px;
  height: 6px;
  background: var(--landing-gold);
}

.landing-brand-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}

.landing-brand-card__logo img {
  object-fit: contain;
}

.landing-brand-card--endurae
  .landing-brand-card__logo:not(.landing-brand-card__logo--composite)
  img {
  width: 181px;
  height: 120px;
}

.landing-brand-card--elvado
  .landing-brand-card__logo:not(.landing-brand-card__logo--composite)
  img {
  width: 304px;
  height: 67px;
}

.landing-brand-card--atara img {
  width: 280px;
  height: 81px;
}

.landing-brand-card--yifu img {
  width: 240px;
  height: 92.725px;
}

.landing-brand-card__logo--composite {
  position: relative;
  flex: 0 0 auto;
  overflow: visible;
}

.landing-brand-card__logo--composite .landing-brand-card__logo-part {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: fill;
}

.landing-brand-card--endurae .landing-brand-card__logo--composite {
  width: 181px;
  height: 120px;
  max-width: 100%;
}

.landing-brand-card__logo-part--endurae-mark {
  top: 0;
  left: 13.18%;
  width: 73.64%;
  height: 47.06%;
}

.landing-brand-card__logo-part--endurae-wordmark {
  top: 65.87%;
  left: 0;
  width: 100%;
  height: 18.55%;
}

.landing-brand-card__logo-part--endurae-underline {
  top: 93.44%;
  left: 26.18%;
  width: 47.64%;
  height: 6.56%;
}

.landing-brand-card--xxv .landing-brand-card__logo {
  position: relative;
  flex: 0 0 auto;
  width: 266px;
  height: 120px;
  max-width: 100%;
  overflow: hidden;
}

.landing-brand-card--xxv .landing-brand-card__logo img {
  position: absolute;
  top: -93.15%;
  left: -20.99%;
  width: 141.98%;
  height: 315.07%;
  max-width: none;
  object-fit: fill;
}

.landing-brand-card--elvado .landing-brand-card__logo--composite {
  width: 304px;
  height: 66.58px;
  max-width: 100%;
}

.landing-brand-card__logo-part--elvado-01 {
  top: 80.35%;
  left: 41.71%;
  width: 3.12%;
  height: 19.65%;
}

.landing-brand-card__logo-part--elvado-02 {
  top: 80.35%;
  left: 47.37%;
  width: 4.03%;
  height: 19.65%;
}

.landing-brand-card__logo-part--elvado-03 {
  top: 80.35%;
  left: 54.21%;
  width: 3.12%;
  height: 19.65%;
}

.landing-brand-card__logo-part--elvado-04 {
  top: 80.35%;
  left: 60.08%;
  width: 6.53%;
  height: 19.65%;
}

.landing-brand-card__logo-part--elvado-05 {
  top: 80.35%;
  left: 69.62%;
  width: 3.13%;
  height: 19.65%;
}

.landing-brand-card__logo-part--elvado-06 {
  top: 80.35%;
  left: 75.35%;
  width: 4.52%;
  height: 19.65%;
}

.landing-brand-card__logo-part--elvado-07 {
  top: 80.34%;
  left: 82.77%;
  width: 3.55%;
  height: 19.66%;
}

.landing-brand-card__logo-part--elvado-08 {
  top: 4.97%;
  left: 28.03%;
  width: 7.71%;
  height: 3.14%;
}

.landing-brand-card__logo-part--elvado-09 {
  top: 12.81%;
  left: 28.78%;
  width: 6.96%;
  height: 37.5%;
}

.landing-brand-card__logo-part--elvado-10 {
  top: 4.97%;
  left: 49.63%;
  width: 9.45%;
  height: 45.34%;
}

.landing-brand-card__logo-part--elvado-11 {
  top: 4.97%;
  left: 40.34%;
  width: 6.96%;
  height: 45.34%;
}

.landing-brand-card__logo-part--elvado-12 {
  top: 4.97%;
  left: 62.09%;
  width: 9.45%;
  height: 45.34%;
}

.landing-brand-card__logo-part--elvado-13 {
  top: 4.97%;
  left: 75.08%;
  width: 9.88%;
  height: 45.34%;
}

.landing-brand-card__logo-part--elvado-14 {
  top: 3.88%;
  left: 88.77%;
  width: 11.23%;
  height: 47.53%;
}

.landing-brand-card__logo-part--elvado-15 {
  top: 0;
  left: 0;
  width: 18.64%;
  height: 40.88%;
}

.landing-brand-card__logo-part--elvado-16 {
  top: 31.45%;
  left: 0.91%;
  width: 11.45%;
  height: 51.94%;
}

.landing-brand-card__logo-part--elvado-17 {
  top: 29.67%;
  left: 0;
  width: 20.24%;
  height: 68.71%;
}

.landing-brand-card__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  gap: 10px;
  color: var(--landing-sub-brand);
  text-align: center;
}

.landing-brand-card__more strong {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.landing-brand-card__more span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.landing-why__inner {
  display: grid;
  grid-template-columns: 488px 694px;
  gap: 30px;
  align-items: center;
}

.landing-why__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.landing-why__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.landing-advantage {
  display: flex;
  align-items: center;
  gap: 20px;
}

.landing-advantage__icon {
  display: flex;
  flex: 0 0 84px;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  padding: 26px;
  background: rgba(184, 137, 42, 0.1);
}

.landing-advantage__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.landing-advantage__text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.landing-advantage h3,
.landing-advantage p {
  margin: 0;
  font-family: var(--landing-font-body);
  line-height: 1.25;
  letter-spacing: 0;
}

.landing-advantage h3 {
  color: var(--landing-deep);
  font-size: 20px;
  font-weight: 600;
}

.landing-advantage p {
  color: var(--landing-body-alt);
  font-size: 16px;
  font-weight: 400;
}

.landing-stats {
  position: relative;
  width: 100%;
  min-height: 589px;
  padding: 120px var(--landing-page-padding-desktop);
  overflow: hidden;
}

.landing-stats__background,
.landing-stats__background img,
.landing-stats__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-stats__background img {
  object-fit: cover;
}

.landing-stats__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.landing-stats__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: var(--landing-container-outer);
  margin-inline: auto;
  padding-inline: 24px;
  gap: 60px;
  text-align: center;
}

.landing-stats__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.landing-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 187px;
  padding: 48px 24px;
  gap: 6px;
  background: var(--landing-black);
  text-align: center;
}

.landing-stat strong {
  color: var(--landing-gold);
  font-family: var(--landing-font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.landing-stat span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.landing-process__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.landing-process__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.landing-process__rail {
  width: 100%;
  overflow: visible;
}

.landing-process__steps {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.landing-process__steps::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 9.3%;
  right: 9.3%;
  height: 1px;
  background: var(--landing-border);
}

.landing-process__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 159px;
  padding-inline: 16px;
  text-align: center;
}

.landing-process__step strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border: 2px solid var(--landing-deep);
  border-radius: 999px;
  background: var(--landing-white);
  color: var(--landing-deep);
  font-family: var(--landing-font-display);
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

.landing-process__step h3,
.landing-process__step p {
  margin: 0;
  color: var(--landing-deep);
  font-family: var(--landing-font-body);
  letter-spacing: 0;
}

.landing-process__step h3 {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.landing-process__step p {
  color: var(--landing-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.landing-button--process:not(.wp-block-button),
.wp-block-button.landing-button--process .wp-block-button__link {
  min-height: 56px;
  padding-block: 18px;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
}

.wp-block-button.landing-button--process .wp-block-button__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("assets/icons/process-phone.svg") center / contain no-repeat;
}

.landing-button--process img {
  width: 16px;
  height: 16px;
}

.landing-contact {
  width: 100%;
  padding: 48px var(--landing-page-padding-desktop);
  background: var(--landing-white);
}

.landing-contact__shell {
  width: 100%;
  max-width: var(--landing-container-outer);
  margin-inline: auto;
  padding: 48px 24px;
  overflow: hidden;
  border-radius: 24px;
}

.landing-contact__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 60px;
  background: var(--landing-surface);
}

.landing-contact__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}

.landing-contact__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.landing-contact__copy h2,
.landing-contact__copy p {
  margin: 0;
  letter-spacing: 0;
}

.landing-contact__copy h2 {
  color: var(--landing-sub-brand);
  font-family: var(--landing-font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.34;
}

.landing-contact__copy p {
  color: var(--landing-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
}

.landing-contact__phone:not(.wp-block-button) {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 4px;
  gap: 12px;
  border-radius: 50px;
  background: var(--landing-sub-brand);
  color: var(--landing-white);
}

.wp-block-button.landing-contact__phone {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.wp-block-button.landing-contact__phone .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  min-width: 225px;
  min-height: 56px;
  padding: 4px 18px 4px 4px;
  gap: 12px;
  border: 0;
  border-radius: 50px;
  background: var(--landing-sub-brand);
  color: var(--landing-white);
  font-family: var(--landing-font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: none;
}

.wp-block-button.landing-contact__phone .wp-block-button__link::before {
  content: "";
  display: block;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2) url("assets/icons/contact-phone.svg")
    center / 18px 18px no-repeat;
}

.landing-contact__phone span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.landing-contact__phone img {
  width: 18px;
  height: 18px;
}

.landing-contact__phone strong {
  min-width: 161.23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.landing-contact__form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  min-height: 342px;
  margin: 0;
  padding: 70px 30px;
  overflow: hidden;
  background: var(--landing-white);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.landing-contact__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.landing-contact__fields label {
  position: relative;
  display: block;
  min-width: 0;
}

.landing-contact__fields input {
  appearance: none;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid var(--landing-white);
  border-radius: 0;
  background: var(--landing-surface);
  color: var(--landing-main-text);
  font-family: var(--landing-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  opacity: 1;
}

.landing-contact__fields input::placeholder {
  color: rgba(17, 24, 39, 0.6);
  opacity: 1;
}

.landing-contact__select input {
  padding-right: 54px;
}

.landing-contact__select img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}

.landing-contact__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.landing-contact__message {
  margin: -20px 0 0;
  color: var(--landing-body);
  font-family: var(--landing-font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.landing-contact__message[hidden] {
  display: none;
}

.landing-contact__message.is-success {
  color: #18794e;
}

.landing-contact__message.is-error {
  color: #b42318;
}

.landing-contact__form.is-submitting .wp-block-button__link {
  cursor: wait;
  opacity: 0.75;
}

.landing-contact__form .wp-block-button__link:disabled {
  cursor: wait;
}

.landing-button--form {
  width: 100%;
  gap: 12px;
}

.wp-block-button.landing-button--form,
.wp-block-button.landing-button--form .wp-block-button__link {
  width: 100%;
}

.wp-block-button.landing-button--form .wp-block-button__link {
  gap: 12px;
}

.wp-block-button.landing-button--form .wp-block-button__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("assets/icons/contact-submit-arrow.svg") center / contain
    no-repeat;
}

.landing-button--form img {
  width: 24px;
  height: 24px;
}

.landing-footer {
  width: 100%;
  padding: 40px var(--landing-page-padding-desktop) 24px;
  background: var(--landing-surface);
}

.landing-footer__inner {
  width: 100%;
  max-width: var(--landing-container-outer);
  margin-inline: auto;
  padding-inline: 24px;
}

.landing-footer__top {
  display: flex;
  gap: 40px;
  width: 100%;
  padding-bottom: 31px;
  border-bottom: 1px solid var(--landing-body);
}

.landing-footer__company {
  display: flex;
  flex: 0 0 536px;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.landing-footer__company img {
  flex: 0 0 auto;
  width: 98px;
  height: 80px;
  object-fit: contain;
}

.landing-footer__company strong {
  color: var(--landing-sub-brand);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
}

.landing-footer__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  color: var(--landing-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.landing-footer__top > .landing-footer__item,
.landing-footer__top .landing-footer__stack {
  margin-top: 14px;
}

.landing-footer__item img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.landing-footer__item span {
  min-width: 0;
}

.landing-footer__item a {
  color: inherit;
  text-decoration: none;
}

.landing-footer__stack {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.landing-footer__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
  color: var(--landing-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.landing-footer__nav {
  padding-top: 24px;
}

.landing-footer__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--landing-body);
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 1199px) {
  .landing-header {
    height: 72px;
    padding-inline: var(--landing-page-padding-mobile);
  }

  .landing-header__inner {
    padding: 12px 0;
  }

  .landing-header__nav,
  .landing-header .landing-header__cta {
    display: none;
  }

  .landing-header.is-open .landing-header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    display: block;
    padding: 18px 20px;
    background: var(--landing-white);
    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08);
  }

  .landing-header.is-open .landing-header__menu-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .landing-header__menu {
    display: block;
    flex: 0 0 28px;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }

  .landing-about__inner,
  .landing-why__inner,
  .landing-contact__panel {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 767px) {
  .landing-heading--hero {
    font-size: 28px;
  }

  .landing-heading--center,
  .landing-heading--split,
  .landing-heading--products {
    font-size: 28px;
  }

  .landing-heading--products {
    font-size: 27px;
  }

  .landing-button:not(.wp-block-button) {
    width: 100%;
    white-space: normal;
  }

  .wp-block-button.landing-button,
  .wp-block-button.landing-button .wp-block-button__link {
    width: 100%;
    white-space: normal;
  }

  .landing-image--desktop,
  .landing-stats__background--desktop {
    display: none;
  }

  .landing-image--mobile,
  .landing-stats__background--mobile {
    display: block;
  }

  .landing-hero {
    flex-direction: column;
    min-height: 808px;
    background: radial-gradient(ellipse at 29% 19%, #ffffff 0%, #e1e0de 100%);
  }

  .landing-hero__content {
    flex: 0 0 auto;
    min-height: 449px;
    padding: 50px 20px;
  }

  .landing-hero__text,
  .landing-hero__actions {
    max-width: none;
  }

  .landing-hero__text p {
    font-size: 20px;
    line-height: 1.25;
  }

  .landing-hero__actions {
    flex-direction: column;
  }

  .landing-about,
  .landing-products,
  .landing-brands,
  .landing-why,
  .landing-process {
    padding: 50px var(--landing-page-padding-mobile);
  }

  .landing-about__inner,
  .landing-products__inner,
  .landing-brands__inner,
  .landing-why__inner,
  .landing-process__inner,
  .landing-stats__inner,
  .landing-footer__inner {
    max-width: none;
    padding-inline: 0;
  }

  .landing-about__inner,
  .landing-why__inner {
    gap: 30px;
  }

  .landing-about__image {
    width: 100%;
    height: auto;
    aspect-ratio: 694 / 620;
  }

  .landing-products__grid,
  .landing-brands__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .landing-product-card__media {
    height: 460px;
  }

  .landing-brand-card {
    min-height: 236px;
    padding: 40px;
  }

  .landing-brand-card__logo {
    width: 260px;
    max-width: 100%;
  }

  .landing-brand-card--elvado
    .landing-brand-card__logo:not(.landing-brand-card__logo--composite)
    img {
    width: 260px;
    height: auto;
  }

  .landing-brand-card--atara img {
    width: 260px;
    height: auto;
  }

  .landing-brand-card--xxv .landing-brand-card__logo {
    width: 260px;
    height: 117.29px;
  }

  .landing-brand-card--elvado .landing-brand-card__logo--composite {
    width: 260px;
    height: 56.91px;
  }

  .landing-advantage {
    align-items: flex-start;
  }

  .landing-stats {
    min-height: 535px;
    padding: 50px var(--landing-page-padding-mobile);
  }

  .landing-stats__inner {
    gap: 60px;
  }

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

  .landing-stat {
    min-height: 150px;
    padding: 30px 14px;
  }

  .landing-stat strong {
    font-size: 32px;
  }

  .landing-stat span {
    font-size: 12px;
  }

  .landing-process__inner {
    gap: 40px;
  }

  .landing-process__content {
    gap: 30px;
  }

  .landing-process__rail {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .landing-process__rail::-webkit-scrollbar {
    display: none;
  }

  .landing-process__steps {
    width: 1180px;
    grid-template-columns: repeat(5, 220px);
  }

  .landing-process__steps::before {
    left: 90px;
    right: auto;
    width: 985.609px;
  }

  .landing-button--process {
    width: min(323px, 100%);
    white-space: nowrap;
  }

  .wp-block-button.landing-button--process,
  .wp-block-button.landing-button--process .wp-block-button__link {
    width: min(323px, 100%);
    white-space: nowrap;
  }

  .landing-contact {
    padding: 50px var(--landing-page-padding-mobile);
  }

  .landing-contact__shell {
    max-width: none;
    padding: 0;
    border-radius: 0;
  }

  .landing-contact__panel {
    gap: 20px;
    padding: 40px 20px;
  }

  .landing-contact__content {
    gap: 34px;
  }

  .landing-contact__copy h2 {
    font-size: 28px;
  }

  .landing-contact__copy p {
    font-size: 18px;
    line-height: 1.28;
  }

  .landing-contact__form {
    min-height: 384px;
    padding: 40px 20px;
  }

  .landing-contact__fields {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .landing-footer {
    padding: 40px var(--landing-page-padding-mobile) 24px;
  }

  .landing-footer__top {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .landing-footer__company {
    flex: 0 1 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .landing-footer__company img {
    width: 98px;
    height: 80px;
  }

  .landing-footer__company strong {
    color: var(--landing-main-text);
  }

  .landing-footer__bottom {
    flex-direction: column;
    gap: 20px;
    white-space: normal;
  }
}

@media (max-width: 450px) {
  .landing-hero__media {
    flex: 0 0 auto;
    width: 100%;
    height: 359px;
  }
}

@media (max-width: 374px) {
  .landing-product-card__media {
    height: 420px;
  }

  .landing-contact__phone strong {
    min-width: 0;
    padding-right: 14px;
  }

  .wp-block-button.landing-contact__phone .wp-block-button__link {
    min-width: 0;
    padding-right: 14px;
  }

  .landing-button--process {
    font-size: 14px;
  }
}
