.elementor-1856 .elementor-element.elementor-element-dd3c1e4{--display:flex;--background-transition:0.3s;}.elementor-1856 .elementor-element.elementor-element-9bb69fb{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-4ed17f3 *//* =========================================================
   WOODDOOR — ABOUT PAGE / SINGLE CLEAN CSS V4
   Uses Elementor Site Settings with safe fallbacks.
   ========================================================= */

.wd-about-page {
  /* WoodDoor / Elementor palette */
  --wd-primary: var(--e-global-color-primary, #141414);
  --wd-secondary: var(--e-global-color-secondary, #527478);
  --wd-text: var(--e-global-color-text, #8A8A8A);
  --wd-accent: var(--e-global-color-accent, #40595C);
  --wd-white: var(--e-global-color-a567df4, #FFFFFF);
  --wd-light: var(--e-global-color-1056ac6, #F8F8F8);
  --wd-line: var(--e-global-color-95ab88c, #C2C2C2);
  --wd-soft-green: var(--e-global-color-1cd04f1, #F2F3E1);
  --wd-paper: var(--e-global-color-d557176, #F9FAF7);
  --wd-line-soft: var(--e-global-color-c8d8bb2, #E9EAE9);

  /* WoodDoor / Elementor typography */
  --wd-font: var(--e-global-typography-text-font-family, "Questrial"), "Questrial", Arial, sans-serif;
  --wd-font-heading: var(--e-global-typography-primary-font-family, "Questrial"), "Questrial", Arial, sans-serif;

  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: var(--wd-light);
  color: var(--wd-primary);
  font-family: var(--wd-font);
  font-size: var(--e-global-typography-text-font-size, 15px);
  font-weight: var(--e-global-typography-text-font-weight, 300);
  line-height: var(--e-global-typography-text-line-height, 1.8em);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wd-about-page *,
.wd-about-page *::before,
.wd-about-page *::after {
  box-sizing: border-box;
}

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

.wd-about-page p {
  margin: 0;
  color: var(--wd-text);
  font-family: var(--wd-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.wd-about-page h1,
.wd-about-page h2,
.wd-about-page h3 {
  margin: 0;
  color: var(--wd-primary);
  font-family: var(--wd-font-heading);
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

.wd-container {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.wd-section {
  margin: 0 !important;
  padding: 110px 0;
}

.wd-kicker {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(255,255,255,.70);
  font-family: var(--wd-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wd-kicker--dark {
  color: var(--wd-accent);
}

.wd-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  font-family: var(--wd-font);
  font-size: var(--e-global-typography-accent-font-size, 16px);
  font-weight: var(--e-global-typography-accent-font-weight, 400);
  line-height: 1;
  letter-spacing: 0;
  transition:
    transform .25s ease,
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.wd-about-page a.wd-btn:hover,
.wd-about-page a.wd-btn:focus-visible {
  transform: translateY(-2px) !important;
}

.wd-about-page a.wd-btn:active {
  transform: translateY(0) !important;
}


.wd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* =========================================================
   BUTTON FIX
   Astra/Elementor can apply more specific link colors than
   a simple .wd-btn--... .elementor-1856 .elementor-element.elementor-element-4ed17f3. These rules intentionally
   win that specificity battle. Welcome to WordPress.
   ========================================================= */

.wd-about-page a.wd-btn,
.wd-about-page a.wd-btn:visited {
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.wd-about-page a.wd-btn--light,
.wd-about-page a.wd-btn--light:visited {
  background: var(--wd-white) !important;
  border-color: var(--wd-white) !important;
  color: var(--wd-primary) !important;
  -webkit-text-fill-color: var(--wd-primary) !important;
}

.wd-about-page a.wd-btn--light:hover,
.wd-about-page a.wd-btn--light:focus-visible {
  background: var(--wd-secondary) !important;
  border-color: var(--wd-secondary) !important;
  color: var(--wd-white) !important;
  -webkit-text-fill-color: var(--wd-white) !important;
}

.wd-about-page a.wd-btn--ghost,
.wd-about-page a.wd-btn--ghost:visited {
  background: transparent !important;
  border-color: rgba(255,255,255,.55) !important;
  color: var(--wd-white) !important;
  -webkit-text-fill-color: var(--wd-white) !important;
}

.wd-about-page a.wd-btn--ghost:hover,
.wd-about-page a.wd-btn--ghost:focus-visible {
  background: var(--wd-secondary) !important;
  border-color: var(--wd-secondary) !important;
  color: var(--wd-white) !important;
  -webkit-text-fill-color: var(--wd-white) !important;
}

.wd-about-page a.wd-btn--dark,
.wd-about-page a.wd-btn--dark:visited {
  background: var(--wd-primary) !important;
  border-color: var(--wd-primary) !important;
  color: var(--wd-white) !important;
  -webkit-text-fill-color: var(--wd-white) !important;
}

.wd-about-page a.wd-btn--dark:hover,
.wd-about-page a.wd-btn--dark:focus-visible {
  background: var(--wd-secondary) !important;
  border-color: var(--wd-secondary) !important;
  color: var(--wd-white) !important;
  -webkit-text-fill-color: var(--wd-white) !important;
}

/* Same button language as the "Узнать больше" CTA on the homepage */
.wd-about-page a.wd-btn--outline-dark,
.wd-about-page a.wd-btn--outline-dark:visited {
  background: transparent !important;
  border: 1px solid var(--wd-primary) !important;
  color: var(--wd-primary) !important;
  -webkit-text-fill-color: var(--wd-primary) !important;
}

.wd-about-page a.wd-btn--outline-dark:hover,
.wd-about-page a.wd-btn--outline-dark:focus-visible {
  background: var(--wd-secondary) !important;
  border-color: var(--wd-secondary) !important;
  color: var(--wd-white) !important;
  -webkit-text-fill-color: var(--wd-white) !important;
}

/* Keyboard focus without adding the default Astra blue */
.wd-about-page a.wd-btn:focus-visible {
  outline: 2px solid var(--wd-secondary);
  outline-offset: 3px;
}

/* HERO */
.wd-hero {
  position: relative;
  margin: 0 !important;
  border: 0 !important;
  min-height: 760px;
  height: min(90vh, 900px);
  color: var(--wd-white);
  background: var(--wd-primary);
}

.wd-hero__media,
.wd-hero__overlay {
  position: absolute;
  inset: 0;
}

.wd-hero__media {
  background:
    url("https://wooddoor.md/wp-content/uploads/2023/12/Bdr071-1024x731.webp")
    center 48% / cover no-repeat;
  transform: scale(1.015);
}

.wd-hero__overlay {
  background:
    linear-gradient(90deg, rgba(20,20,20,.82) 0%, rgba(20,20,20,.48) 50%, rgba(20,20,20,.16) 100%),
    linear-gradient(0deg, rgba(20,20,20,.48) 0%, rgba(20,20,20,0) 45%);
}

.wd-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 72px;
}

.wd-hero h1 {
  max-width: 980px;
  color: var(--wd-white);
  font-family: var(--wd-font-heading);
  font-size: clamp(48px, 5vw, 64px);
  font-weight: var(--e-global-typography-primary-font-weight, 600);
  line-height: 1.12;
  letter-spacing: 0;
}

.wd-hero h1 em {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: inherit;
}

.wd-hero__lead {
  max-width: 650px;
  margin: 28px 0 32px !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.wd-hero__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
}

.wd-hero__line {
  height: 1px;
  background: rgba(255,255,255,.24);
}

.wd-hero__tags {
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* INTRO */
.wd-intro {
  margin-top: 0 !important;
  border-top: 0 !important;
  padding-top: 88px;
  background: var(--wd-paper);
}

.wd-hero + .wd-intro {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.wd-intro__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 92px;
  align-items: start;
}

.wd-intro h2,
.wd-section-head h2,
.wd-production h2,
.wd-faq h2 {
  font-family: var(--wd-font-heading);
  font-size: clamp(38px, 3.5vw, 45px);
  font-weight: var(--e-global-typography-secondary-font-weight, 600);
  line-height: 1.3;
  letter-spacing: 0;
}

.wd-intro__copy {
  padding-top: 44px;
}

.wd-intro__copy p {
  max-width: 610px;
}

.wd-intro__copy p + p {
  margin-top: 18px;
}


/* MANIFEST */
.wd-manifest {
  padding-top: 0;
  background: var(--wd-paper);
}

.wd-manifest .wd-container {
  display: grid;
  grid-template-columns: 1.32fr .68fr;
  min-height: 680px;
}

.wd-manifest__image {
  min-height: 620px;
  background:
    url("https://wooddoor.md/wp-content/uploads/2023/11/1-1024x640.jpg")
    center / cover no-repeat;
}

.wd-manifest__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 52px;
  color: var(--wd-white);
  background: var(--wd-secondary);
}

.wd-manifest__panel h2 {
  color: var(--wd-white);
  font-size: clamp(44px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.05;
}

.wd-manifest__panel p {
  margin-top: 28px;
  color: rgba(255,255,255,.76);
}

.wd-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.wd-pill-row span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 400;
}

/* DIRECTIONS */
.wd-directions {
  background: var(--wd-light);
}

.wd-section-head {
  max-width: 820px;
  margin-bottom: 54px;
}

.wd-section-head > p {
  max-width: 560px;
  margin-top: 20px;
}

.wd-cards {
  border-top: 1px solid var(--wd-line-soft);
}

.wd-card {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr 44px;
  gap: 26px;
  align-items: center;
  min-height: 142px;
  padding: 26px 4px;
  border-bottom: 1px solid var(--wd-line-soft);
}

.wd-card {
  transition:
    padding .28s ease,
    background-color .28s ease,
    color .28s ease,
    border-color .28s ease;
}

@media (hover: hover) {
  .wd-card:hover {
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(82,116,120,.06);
  }

  .wd-card:hover h3 {
    color: var(--wd-secondary);
  }
}

.wd-card__number {
  color: var(--wd-secondary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .10em;
}

.wd-card h3 {
  color: var(--wd-primary);
  font-size: var(--e-global-typography-887363b-font-size, 26px);
  font-weight: var(--e-global-typography-887363b-font-weight, 600);
  line-height: var(--e-global-typography-887363b-line-height, 1.3em);
  letter-spacing: 0;
}

.wd-card p {
  max-width: 680px;
  margin-top: 6px;
}

.wd-card__arrow {
  color: var(--wd-accent);
  font-size: 20px;
  transition: transform .25s ease;
}

.wd-card:hover .wd-card__arrow {
  transform: translate(4px,-4px);
}

/* PROCESS */
.wd-process {
  background: var(--wd-primary);
  color: var(--wd-white);
}

.wd-section-head--light h2 {
  color: var(--wd-white);
}

.wd-process__list {
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.wd-step {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 34px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.wd-step__no {
  color: rgba(255,255,255,.42);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .10em;
}

.wd-step__content {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 46px;
  align-items: start;
}

.wd-step h3 {
  color: var(--wd-white);
  font-size: var(--e-global-typography-887363b-font-size, 26px);
  font-weight: 600;
  line-height: 1.3;
}

.wd-step p {
  max-width: 520px;
  color: rgba(255,255,255,.62);
}

/* PRODUCTION */
.wd-production {
  background: var(--wd-paper);
}

.wd-production__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: stretch;
}

.wd-production__image {
  min-height: 660px;
  background:
    linear-gradient(0deg, rgba(20,20,20,.06), rgba(20,20,20,.06)),
    url("https://wooddoor.md/wp-content/uploads/2023/12/Bdr071-1024x731.webp")
    center / cover no-repeat;
}

.wd-production__content {
  align-self: center;
  padding: 40px 0;
}

.wd-production__content > p {
  max-width: 570px;
  margin: 24px 0 34px;
}

.wd-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 38px;
  border-top: 1px solid var(--wd-line-soft);
}

.wd-feature {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid var(--wd-line-soft);
}

.wd-feature:nth-child(odd) {
  border-right: 1px solid var(--wd-line-soft);
}

.wd-feature:nth-child(even) {
  padding-left: 20px;
}

.wd-feature strong {
  color: var(--wd-secondary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .10em;
}

.wd-feature span {
  color: var(--wd-primary);
  font-size: 15px;
  font-weight: 400;
}

/* VALUES */
.wd-values {
  background: var(--wd-soft-green);
}

.wd-values__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(82,116,120,.18);
  border-left: 1px solid rgba(82,116,120,.18);
}

.wd-value {
  min-height: 292px;
  padding: 28px;
  border-right: 1px solid rgba(82,116,120,.18);
  border-bottom: 1px solid rgba(82,116,120,.18);
  transition:
    background-color .25s ease,
    transform .25s ease;
}

.wd-value__icon {
  transition: transform .25s ease;
}

@media (hover: hover) {
  .wd-value:hover {
    background: rgba(82,116,120,.055);
  }

  .wd-value:hover .wd-value__icon {
    transform: translateY(-3px);
  }
}

.wd-value__icon {
  display: block;
  min-height: 100px;
  color: var(--wd-secondary);
  font-family: var(--wd-font);
  font-size: 32px;
}

.wd-value h3 {
  color: var(--wd-primary);
  font-size: var(--e-global-typography-887363b-font-size, 26px);
  font-weight: 600;
  line-height: 1.3;
}

.wd-value p {
  margin-top: 12px;
}

/* FAQ — V5 / same interaction language as newer WoodDoor pages */
.wd-faq {
  background: var(--wd-paper);
}

.wd-faq__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 86px;
}

.wd-accordion {
  border-top: 1px solid var(--wd-line-soft);
}

.wd-acc {
  border-bottom: 1px solid var(--wd-line-soft);
  transition: background-color .24s ease;
}

/* High specificity intentionally wins against Astra / Elementor button styles */
.wd-about-page button.wd-acc__btn,
.wd-about-page button.wd-acc__btn:hover,
.wd-about-page button.wd-acc__btn:focus,
.wd-about-page button.wd-acc__btn:active {
  width: 100% !important;
  min-height: 84px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  color: var(--wd-primary) !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  text-align: left;
  font-family: var(--wd-font) !important;
  font-size: var(--e-global-typography-db1e030-font-size, 18px);
  font-weight: var(--e-global-typography-db1e030-font-weight, 500);
  line-height: 1.45;
  transform: none !important;
  -webkit-text-fill-color: currentColor !important;
}

@media (hover: hover) {
  .wd-acc:hover {
    background: rgba(82,116,120,.05);
  }

  .wd-about-page .wd-acc:hover button.wd-acc__btn {
    color: var(--wd-secondary) !important;
  }
}

.wd-about-page .wd-acc.is-open button.wd-acc__btn {
  color: var(--wd-secondary) !important;
}

.wd-about-page button.wd-acc__btn:focus-visible {
  outline: 2px solid var(--wd-secondary) !important;
  outline-offset: 4px;
}

.wd-acc__plus {
  position: relative;
  z-index: 2;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: block;
}

.wd-acc__plus::before,
.wd-acc__plus::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--wd-secondary) !important;
  transform: translate(-50%,-50%);
  transform-origin: center;
  transition:
    transform .22s ease,
    opacity .22s ease,
    background-color .22s ease;
}

.wd-acc__plus::before {
  width: 18px;
  height: 2px;
}

.wd-acc__plus::after {
  width: 2px;
  height: 18px;
}

.wd-acc.is-open .wd-acc__plus::after {
  opacity: 0;
  transform: translate(-50%,-50%) rotate(90deg);
}

.wd-acc.is-open .wd-acc__plus::before {
  transform: translate(-50%,-50%) rotate(180deg);
}

.wd-acc__body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows .30s ease,
    opacity .22s ease;
}

/* Supports both old markup (> p) and newer markup (> div > p) */
.wd-acc__body > div,
.wd-acc__body > p {
  min-height: 0;
  overflow: hidden;
}

.wd-acc__body p {
  max-width: 690px;
}

.wd-acc.is-open .wd-acc__body {
  grid-template-rows: 1fr;
  opacity: 1;
}

.wd-acc.is-open .wd-acc__body > div,
.wd-acc.is-open .wd-acc__body > p {
  padding-bottom: 26px;
}

/* CTA */
.wd-cta {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  color: var(--wd-white);
  background: var(--wd-primary);
}

.wd-cta__media,
.wd-cta__overlay {
  position: absolute;
  inset: 0;
}

.wd-cta__media {
  background:
    url("https://wooddoor.md/wp-content/uploads/2023/11/1-1024x640.jpg")
    center / cover no-repeat;
}

.wd-cta__overlay {
  background:
    linear-gradient(90deg, rgba(20,20,20,.88) 0%, rgba(20,20,20,.64) 56%, rgba(20,20,20,.30) 100%);
}

.wd-cta__inner {
  position: relative;
  z-index: 1;
  padding-top: 88px;
  padding-bottom: 76px;
}

.wd-cta h2 {
  max-width: 830px;
  color: var(--wd-white);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.12;
}

.wd-cta p {
  max-width: 590px;
  margin: 24px 0 32px;
  color: rgba(255,255,255,.72);
}

.wd-cta__meta {
  margin-top: 78px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.24);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .07em;
}

/* Reveal animation */
.wd-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .72s cubic-bezier(.2,.7,.2,1),
    transform .72s cubic-bezier(.2,.7,.2,1);
}

.wd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .wd-btn,
  .wd-card,
  .wd-card__arrow,
  .wd-acc__body {
    transition: none;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .wd-section {
    padding: 84px 0;
  }

  .wd-container {
    width: min(100% - 40px, 1200px);
  }

  .wd-intro__grid,
  .wd-production__grid,
  .wd-faq__grid {
    gap: 46px;
  }

  .wd-manifest .wd-container {
    grid-template-columns: 1fr 1fr;
  }

  .wd-manifest__panel {
    padding: 46px 34px;
  }

  .wd-values__grid {
    grid-template-columns: repeat(2,1fr);
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .wd-container {
    width: calc(100% - 28px);
  }

  .wd-section {
    padding: 64px 0;
  }

  .wd-hero {
    min-height: 700px;
    height: 88svh;
  }

  .wd-hero__media {
    background-position: 62% center;
  }

  .wd-hero__overlay {
    background:
      linear-gradient(0deg, rgba(20,20,20,.84) 0%, rgba(20,20,20,.30) 76%),
      linear-gradient(90deg, rgba(20,20,20,.56), rgba(20,20,20,.12));
  }

  .wd-hero__inner {
    justify-content: flex-end;
    padding-top: 54px;
    padding-bottom: 128px;
  }

  .wd-hero h1 {
    font-size: clamp(40px, 11vw, 50px);
    line-height: 1.08;
  }

  .wd-hero h1 br {
    display: none;
  }

  .wd-hero__lead {
    margin-top: 22px !important;
    font-size: 14px !important;
  }

  .wd-actions {
    width: 100%;
  }

  .wd-actions .wd-btn {
    flex: 1 1 100%;
  }

  .wd-hero__bottom {
    bottom: 20px;
  }

  .wd-hero__tags {
    gap: 7px 16px;
    font-size: 10px;
  }

  .wd-intro__grid,
  .wd-production__grid,
  .wd-faq__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wd-intro__copy {
    padding-top: 0;
  }

  .wd-intro h2,
  .wd-section-head h2,
  .wd-production h2,
  .wd-faq h2 {
    font-size: 36px;
    line-height: 1.18;
  }

  .wd-manifest .wd-container {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .wd-manifest__image {
    min-height: 400px;
  }

  .wd-manifest__panel {
    padding: 50px 22px;
  }

  .wd-manifest__panel h2 {
    font-size: 46px;
  }

  .wd-card {
    grid-template-columns: 40px 1fr 26px;
    gap: 12px;
    min-height: 132px;
  }

  .wd-card:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .wd-card h3 {
    font-size: 23px;
  }

  .wd-step {
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .wd-step__content {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wd-step h3 {
    font-size: 23px;
  }

  .wd-production__image {
    min-height: 440px;
    order: 2;
  }

  .wd-production__content {
    order: 1;
    padding: 0;
  }

  .wd-feature:nth-child(even) {
    padding-left: 14px;
  }

  .wd-values__grid {
    grid-template-columns: 1fr;
  }

  .wd-value {
    min-height: 225px;
  }

  .wd-value__icon {
    min-height: 64px;
  }

  .wd-faq__grid {
    gap: 10px;
  }

  .wd-acc__btn {
    min-height: 74px;
    font-size: 16px;
  }

  .wd-cta {
    min-height: 660px;
  }

  .wd-cta__media {
    background-position: 60% center;
  }

  .wd-cta h2 {
    font-size: 40px;
    line-height: 1.08;
  }

  .wd-cta__meta {
    margin-top: 54px;
    flex-direction: column;
    gap: 8px;
  }
}

/* =========================================================
   ELEMENTOR / ASTRA — FULL WIDTH + NO EXTRA STRIPS / GAPS V5
   ========================================================= */

.wd-about-page {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: top;
}

.wd-about-page > section {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body .elementor-widget-html:has(.wd-about-page),
body .elementor-widget-html:has(.wd-about-page) > .elementor-widget-container,
body .elementor-element:has(.wd-about-page),
body .elementor-widget-wrap:has(.wd-about-page),
body .elementor-column:has(.wd-about-page),
body .elementor-column-wrap:has(.wd-about-page),
body .elementor-container:has(.wd-about-page),
body .elementor-section:has(.wd-about-page),
body .e-con:has(.wd-about-page),
body .e-con-inner:has(.wd-about-page) {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  --padding-top: 0px !important;
  --padding-right: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --container-widget-spacing: 0px !important;
  --widgets-spacing: 0px !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

body .elementor-section:has(.wd-about-page) > .elementor-container {
  width: 100% !important;
  max-width: none !important;
}

body .elementor-widget-html:has(.wd-about-page),
body .elementor-widget-html:has(.wd-about-page) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body .site-main:has(.wd-about-page),
body .entry-content:has(.wd-about-page),
body .inside-article:has(.wd-about-page),
body article:has(.wd-about-page),
body .post-inner-area:has(.wd-about-page),
body .content-area:has(.wd-about-page) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .entry-content .wd-about-page,
body .entry-content .wd-about-page section,
body .site-main .wd-about-page {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Removes the occasional 1px seam under the dark hero */
.wd-hero {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.wd-intro {
  position: relative;
  z-index: 2;
}

/* No empty strip after the last section */
.wd-about-page > section:last-child {
  margin-bottom: -1px !important;
}

@media (max-width: 767px) {
  .wd-intro {
    padding-top: 60px;
  }
}/* End custom CSS */