.elementor-1904 .elementor-element.elementor-element-0a399a4{--display:flex;--background-transition:0.3s;}.elementor-1904 .elementor-element.elementor-element-759ee92 > .elementor-container{max-width:1440px;}.elementor-1904 .elementor-element.elementor-element-759ee92:not(.elementor-motion-effects-element-type-background), .elementor-1904 .elementor-element.elementor-element-759ee92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAF7;}.elementor-1904 .elementor-element.elementor-element-759ee92{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0em 0em 0em 0em;}.elementor-1904 .elementor-element.elementor-element-759ee92 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1904 .elementor-element.elementor-element-e6e6425.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1904 .elementor-element.elementor-element-c47c72a{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-1904 .elementor-element.elementor-element-c47c72a .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-1904 .elementor-element.elementor-element-c47c72a .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-1904 .elementor-element.elementor-element-b540445{--display:flex;--background-transition:0.3s;}.elementor-1904 .elementor-element.elementor-element-19b71e1{--display:flex;--background-transition:0.3s;}.elementor-1904 .elementor-element.elementor-element-e175108{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-74ab2ea *//* =========================================================
   WOODDOOR — ДВЕРИ / PAGE CSS V1
   Стиль согласован со страницей "О нас".
   ========================================================= */

:root {
  --wdd-primary: var(--e-global-color-primary, #141414);
  --wdd-secondary: var(--e-global-color-secondary, #527478);
  --wdd-text: var(--e-global-color-text, #8A8A8A);
  --wdd-accent: var(--e-global-color-accent, #40595C);
  --wdd-white: var(--e-global-color-a567df4, #FFFFFF);
  --wdd-light: var(--e-global-color-1056ac6, #F8F8F8);
  --wdd-line: var(--e-global-color-95ab88c, #C2C2C2);
  --wdd-soft-green: var(--e-global-color-1cd04f1, #F2F3E1);
  --wdd-paper: var(--e-global-color-d557176, #F9FAF7);
  --wdd-line-soft: var(--e-global-color-c8d8bb2, #E9EAE9);

  --wdd-font: var(--e-global-typography-text-font-family, "Questrial"), "Questrial", Arial, sans-serif;
  --wdd-font-heading: var(--e-global-typography-primary-font-family, "Questrial"), "Questrial", Arial, sans-serif;
}


/* ---------- RESET / BASE ---------- */

.wdd-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--wdd-light);
  color: var(--wdd-primary);
  font-family: var(--wdd-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;
}

.wdd-page *,
.wdd-page *::before,
.wdd-page *::after {
  box-sizing: border-box;
}

.wdd-page a {
  color: inherit;
  text-decoration: none;
}

.wdd-page p {
  margin: 0;
  color: var(--wdd-text);
  font-family: var(--wdd-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.wdd-page h1,
.wdd-page h2,
.wdd-page h3 {
  margin: 0;
  color: var(--wdd-primary);
  font-family: var(--wdd-font-heading);
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

.wdd-container {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.wdd-section {
  margin: 0 !important;
  padding: 110px 0;
}

.wdd-kicker {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(255,255,255,.70);
  font-family: var(--wdd-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wdd-kicker--dark {
  color: var(--wdd-accent);
}

.wdd-section-head {
  max-width: 820px;
  margin-bottom: 54px;
}

.wdd-section-head h2,
.wdd-intro h2,
.wdd-seo h2,
.wdd-contact-head h2 {
  font-size: clamp(38px, 3.5vw, 46px);
  line-height: 1.22;
  letter-spacing: 0;
}

.wdd-section-head > p {
  max-width: 600px;
  margin-top: 20px;
}


/* ---------- BUTTONS ---------- */

.wdd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wdd-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  font-family: var(--wdd-font);
  font-size: var(--e-global-typography-accent-font-size, 16px);
  font-weight: var(--e-global-typography-accent-font-weight, 400);
  line-height: 1;
  transition:
    transform .25s ease,
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.wdd-btn:hover {
  transform: translateY(-2px);
}

.wdd-page a.wdd-btn,
.wdd-page a.wdd-btn:visited {
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.wdd-page a.wdd-btn--light,
.wdd-page a.wdd-btn--light:visited {
  background: var(--wdd-white) !important;
  border-color: var(--wdd-white) !important;
  color: var(--wdd-primary) !important;
  -webkit-text-fill-color: var(--wdd-primary) !important;
}

.wdd-page a.wdd-btn--light:hover,
.wdd-page a.wdd-btn--light:focus-visible {
  background: var(--wdd-secondary) !important;
  border-color: var(--wdd-secondary) !important;
  color: var(--wdd-white) !important;
  -webkit-text-fill-color: var(--wdd-white) !important;
}

.wdd-page a.wdd-btn--ghost,
.wdd-page a.wdd-btn--ghost:visited {
  background: transparent !important;
  border-color: rgba(255,255,255,.55) !important;
  color: var(--wdd-white) !important;
  -webkit-text-fill-color: var(--wdd-white) !important;
}

.wdd-page a.wdd-btn--ghost:hover,
.wdd-page a.wdd-btn--ghost:focus-visible {
  background: var(--wdd-secondary) !important;
  border-color: var(--wdd-secondary) !important;
  color: var(--wdd-white) !important;
  -webkit-text-fill-color: var(--wdd-white) !important;
}

.wdd-page a.wdd-btn:focus-visible,
.wdd-page .wdd-acc__btn:focus-visible {
  outline: 2px solid var(--wdd-secondary);
  outline-offset: 3px;
}



/* ---------- OUTLINE BUTTONS / V2 ---------- */

.wdd-page a.wdd-btn--outline-dark,
.wdd-page a.wdd-btn--outline-dark:visited {
  background: transparent !important;
  border: 1px solid var(--wdd-primary) !important;
  color: var(--wdd-primary) !important;
  -webkit-text-fill-color: var(--wdd-primary) !important;
}

.wdd-page a.wdd-btn--outline-dark:hover,
.wdd-page a.wdd-btn--outline-dark:focus-visible {
  background: var(--wdd-secondary) !important;
  border-color: var(--wdd-secondary) !important;
  color: var(--wdd-white) !important;
  -webkit-text-fill-color: var(--wdd-white) !important;
}

.wdd-btn--small {
  min-height: 46px;
  padding-inline: 20px;
  font-size: 14px;
}


/* ---------- HERO ---------- */

.wdd-hero {
  position: relative;
  margin: 0 !important;
  border: 0 !important;
  min-height: 760px;
  height: min(90vh, 900px);
  color: var(--wdd-white);
  background: var(--wdd-primary);
}

.wdd-hero__media,
.wdd-hero__overlay {
  position: absolute;
  inset: 0;
}

.wdd-hero__media {
  background:
    url("https://wooddoor.md/wp-content/uploads/2023/11/9-4-1024x640.webp")
    center 50% / cover no-repeat;
  transform: scale(1.015);
}

.wdd-hero__overlay {
  background:
    linear-gradient(90deg, rgba(10,10,10,.91) 0%, rgba(10,10,10,.68) 52%, rgba(10,10,10,.38) 100%),
    linear-gradient(0deg, rgba(10,10,10,.66) 0%, rgba(10,10,10,.08) 54%);
}

.wdd-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 72px;
}

.wdd-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.54);
  font-size: 12px;
  line-height: 1.4;
}

.wdd-breadcrumbs a {
  transition: color .2s ease;
}

.wdd-breadcrumbs a:hover {
  color: var(--wdd-white);
}

.wdd-hero h1 {
  max-width: 980px;
  color: var(--wdd-white);
  font-size: clamp(48px, 5vw, 66px);
  line-height: 1.10;
  letter-spacing: 0;
}

.wdd-hero h1 em {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.wdd-hero__lead {
  max-width: 680px;
  margin: 28px 0 32px !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.wdd-hero__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
}

.wdd-hero__line {
  height: 1px;
  background: rgba(255,255,255,.24);
}

.wdd-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 ---------- */

.wdd-intro {
  background: var(--wdd-paper);
  padding-top: 94px;
}

.wdd-intro__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 92px;
  align-items: start;
}

.wdd-intro__copy {
  padding-top: 44px;
}

.wdd-intro__copy p {
  max-width: 620px;
}

.wdd-intro__copy p + p {
  margin-top: 18px;
}

.wdd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(20,20,20,.34);
  color: var(--wdd-primary) !important;
  font-size: 14px;
  font-weight: 400;
  transition: color .22s ease, border-color .22s ease;
}

.wdd-text-link span {
  transition: transform .22s ease;
}

.wdd-text-link:hover {
  color: var(--wdd-secondary) !important;
  border-color: var(--wdd-secondary);
}

.wdd-text-link:hover span {
  transform: translate(3px,-3px);
}

.wdd-facts {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 82px;
  border-top: 1px solid var(--wdd-line-soft);
  border-left: 1px solid var(--wdd-line-soft);
}

.wdd-fact {
  min-height: 142px;
  padding: 24px 22px;
  border-right: 1px solid var(--wdd-line-soft);
  border-bottom: 1px solid var(--wdd-line-soft);
}

.wdd-fact strong {
  display: block;
  margin-bottom: 34px;
  color: var(--wdd-secondary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .10em;
}

.wdd-fact span {
  color: var(--wdd-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}


/* ---------- TYPES ---------- */

.wdd-types {
  background: var(--wdd-light);
}

.wdd-type-list {
  border-top: 1px solid var(--wdd-line-soft);
}

.wdd-type {
  display: grid;
  grid-template-columns: 78px 1fr 120px;
  gap: 34px;
  align-items: center;
  min-height: 174px;
  padding: 34px 4px;
  border-bottom: 1px solid var(--wdd-line-soft);
  transition:
    padding .28s ease,
    background-color .28s ease;
}

.wdd-type:hover {
  padding-left: 20px;
  padding-right: 20px;
  background: var(--wdd-paper);
}

.wdd-type__no {
  color: var(--wdd-secondary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .10em;
}

.wdd-type__content {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 48px;
  align-items: start;
}

.wdd-type h3 {
  color: var(--wdd-primary);
  font-size: var(--e-global-typography-887363b-font-size, 27px);
  line-height: 1.3;
}

.wdd-type p {
  max-width: 590px;
}

.wdd-type__label {
  justify-self: end;
  color: rgba(64,89,92,.66);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .12em;
}


/* ---------- MATERIALS ---------- */

.wdd-materials {
  background: var(--wdd-paper);
}

.wdd-materials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.wdd-materials__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 62px;
  color: var(--wdd-white);
  background: var(--wdd-secondary);
}

.wdd-materials__panel h2 {
  color: var(--wdd-white);
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.06;
}

.wdd-materials__panel > p {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(255,255,255,.76);
}

.wdd-material-links {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,.20);
}

.wdd-material-links a {
  display: grid;
  grid-template-columns: .65fr 1fr 24px;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.20);
  transition: padding .22s ease, background .22s ease;
}

.wdd-material-links a:hover {
  padding-left: 12px;
  padding-right: 10px;
  background: rgba(255,255,255,.06);
}

.wdd-material-links span {
  color: var(--wdd-white);
  font-size: 18px;
  font-weight: 500;
}

.wdd-material-links small {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.5;
}

.wdd-material-links b {
  color: rgba(255,255,255,.82);
  font-size: 17px;
  font-weight: 400;
}

.wdd-spec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 62px;
  background: var(--wdd-soft-green);
}

.wdd-spec h3 {
  max-width: 460px;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1.2;
}

.wdd-spec__list {
  margin-top: 42px;
  border-top: 1px solid rgba(82,116,120,.20);
}

.wdd-spec__list > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  min-height: 74px;
  align-items: center;
  border-bottom: 1px solid rgba(82,116,120,.20);
}

.wdd-spec__list span {
  color: var(--wdd-secondary);
  font-size: 11px;
  letter-spacing: .10em;
}

.wdd-spec__list p {
  color: #626866;
}

.wdd-spec__list strong {
  color: var(--wdd-primary);
  font-weight: 500;
}


/* ---------- PROCESS ---------- */

.wdd-process {
  background: var(--wdd-primary);
  color: var(--wdd-white);
}

.wdd-section-head--light h2 {
  color: var(--wdd-white);
}

.wdd-section-head--light > p {
  color: rgba(255,255,255,.56);
}

.wdd-process__list {
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.wdd-step {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 34px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.wdd-step__no {
  color: rgba(255,255,255,.42);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .10em;
}

.wdd-step__content {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 46px;
  align-items: start;
}

.wdd-step h3 {
  color: var(--wdd-white);
  font-size: var(--e-global-typography-887363b-font-size, 26px);
  line-height: 1.3;
}

.wdd-step p {
  max-width: 530px;
  color: rgba(255,255,255,.62);
}


/* ---------- GALLERY INTRO + EXISTING ELEMENTOR GALLERY ---------- */

.wdd-gallery-head {
  padding-bottom: 52px;
  background: var(--wdd-paper);
}

.wdd-gallery-head__grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 90px;
  align-items: end;
}

.wdd-gallery-head h2 {
  font-size: clamp(38px, 3.5vw, 46px);
  line-height: 1.22;
}

.wdd-gallery-head__copy {
  padding-bottom: 4px;
}

.wdd-gallery-head__copy p {
  max-width: 600px;
}

/*
  В Elementor добавьте CSS class "wdd-native-gallery"
  контейнеру, в котором находится ТОЛЬКО старая галерея.
*/
body .wdd-native-gallery {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 110px !important;
  background: var(--wdd-paper) !important;
}

body .wdd-native-gallery > .e-con-inner,
body .wdd-native-gallery .elementor-widget-container {
  margin-top: 0 !important;
}

body .wdd-native-gallery .elementor-gallery__container,
body .wdd-native-gallery .gallery {
  margin-top: 0 !important;
}

/* Мягкий hover без вмешательства в саму разметку галереи */
body .wdd-native-gallery .e-gallery-item,
body .wdd-native-gallery .gallery-item img {
  transition: transform .38s cubic-bezier(.2,.7,.2,1), filter .38s ease;
}

body .wdd-native-gallery .e-gallery-item:hover {
  transform: translateY(-3px);
}


/* ---------- SEO COPY ---------- */

.wdd-seo {
  background: var(--wdd-light);
}

.wdd-seo__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 96px;
  align-items: start;
}

.wdd-seo__copy {
  padding-top: 42px;
}

.wdd-seo__copy p + p {
  margin-top: 18px;
}

.wdd-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 32px;
}

.wdd-inline-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(20,20,20,.28);
  color: var(--wdd-primary);
  font-size: 13px;
  font-weight: 400;
  transition: color .22s ease, border-color .22s ease;
}

.wdd-inline-links a:hover {
  color: var(--wdd-secondary);
  border-color: var(--wdd-secondary);
}


/* ---------- FAQ ---------- */

.wdd-faq {
  background: var(--wdd-paper);
}

.wdd-faq__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 86px;
}

.wdd-accordion {
  border-top: 1px solid var(--wdd-line-soft);
}

.wdd-acc {
  border-bottom: 1px solid var(--wdd-line-soft);
}

.wdd-acc__btn {
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0;
  border: 0;
  color: var(--wdd-primary);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: var(--wdd-font);
  font-size: var(--e-global-typography-db1e030-font-size, 18px);
  font-weight: var(--e-global-typography-db1e030-font-weight, 500);
  line-height: 1.45;
}

.wdd-acc__plus {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.wdd-acc__plus::before,
.wdd-acc__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--wdd-accent);
  transform: translate(-50%,-50%);
  transition: transform .25s ease, opacity .25s ease;
}

.wdd-acc__plus::before {
  width: 18px;
  height: 1px;
}

.wdd-acc__plus::after {
  width: 1px;
  height: 18px;
}

.wdd-acc.is-open .wdd-acc__plus::after {
  transform: translate(-50%,-50%) rotate(90deg);
  opacity: 0;
}

.wdd-acc__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease;
}

.wdd-acc__body > div {
  overflow: hidden;
}

.wdd-acc__body p {
  max-width: 690px;
  padding-right: 36px;
}

.wdd-acc.is-open .wdd-acc__body {
  grid-template-rows: 1fr;
}

.wdd-acc.is-open .wdd-acc__body > div {
  padding-bottom: 26px;
}



/* Astra/Elementor sometimes paints every <button> with the theme accent.
   FAQ is not a giant green submit button, despite WordPress's best efforts. */
.wdd-page button.wdd-acc__btn,
.wdd-page button.wdd-acc__btn:hover,
.wdd-page button.wdd-acc__btn:focus,
.wdd-page button.wdd-acc__btn:active {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline-offset: 3px;
  background: transparent !important;
  color: var(--wdd-primary) !important;
  -webkit-text-fill-color: var(--wdd-primary) !important;
  box-shadow: none !important;
  transform: none !important;
}

.wdd-page .wdd-acc__plus::before,
.wdd-page .wdd-acc__plus::after {
  background: var(--wdd-secondary) !important;
}

.wdd-page .wdd-acc__plus::before {
  height: 2px;
}

.wdd-page .wdd-acc__plus::after {
  width: 2px;
}


/* ---------- CONTACT + CUSTOM FORM ---------- */

.wdd-contact {
  margin: 0 !important;
  padding: 110px 0;
  background: var(--wdd-primary);
  color: var(--wdd-white);
}

.wdd-contact__grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 92px;
  align-items: start;
}

.wdd-contact__content {
  position: sticky;
  top: 40px;
}

.wdd-contact h2 {
  color: var(--wdd-white);
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.10;
}

.wdd-contact__content > p {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255,255,255,.68);
}

.wdd-contact-meta {
  margin-top: 54px;
  border-top: 1px solid rgba(255,255,255,.20);
}

.wdd-contact-meta a {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid rgba(255,255,255,.20);
  transition: padding .22s ease, background .22s ease;
}

.wdd-contact-meta a:hover {
  padding-left: 12px;
  padding-right: 10px;
  background: rgba(255,255,255,.05);
}

.wdd-contact-meta small {
  color: rgba(255,255,255,.46);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.wdd-contact-meta strong {
  color: var(--wdd-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}


/* Custom form */

.wdd-form-wrap {
  padding: 46px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.045);
}

.wdd-form {
  position: relative;
}

.wdd-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.wdd-field + .wdd-field,
.wdd-form__row + .wdd-field {
  margin-top: 20px;
}

.wdd-form__row .wdd-field + .wdd-field {
  margin-top: 0;
}

.wdd-field label {
  display: block;
  margin-bottom: 9px;
  color: rgba(255,255,255,.70);
  font-family: var(--wdd-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.wdd-field input,
.wdd-field textarea {
  width: 100%;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255,255,255,.26) !important;
  border-radius: 0 !important;
  outline: 0;
  background: rgba(255,255,255,.045) !important;
  color: var(--wdd-white) !important;
  box-shadow: none !important;
  font-family: var(--wdd-font) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  transition:
    border-color .22s ease,
    background-color .22s ease;
}

.wdd-field input {
  height: 56px;
}

.wdd-field textarea {
  min-height: 150px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: vertical;
}

.wdd-field input::placeholder,
.wdd-field textarea::placeholder {
  color: rgba(255,255,255,.34) !important;
  opacity: 1;
}

.wdd-field input:hover,
.wdd-field textarea:hover {
  border-color: rgba(255,255,255,.42) !important;
}

.wdd-field input:focus,
.wdd-field textarea:focus {
  border-color: rgba(255,255,255,.78) !important;
  background: rgba(255,255,255,.075) !important;
}

.wdd-field input:invalid:not(:placeholder-shown) {
  border-color: rgba(255,180,180,.74) !important;
}

.wdd-form__footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
}

.wdd-form__submit {
  min-width: 178px;
  cursor: pointer;
}

.wdd-form__submit:disabled {
  cursor: wait;
  opacity: .58 !important;
  transform: none !important;
}

.wdd-form__note {
  max-width: 440px;
  color: rgba(255,255,255,.42) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.wdd-form__status {
  min-height: 24px;
  margin-top: 18px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.5;
}

.wdd-form__status.is-success {
  color: #dbe9dc;
}

.wdd-form__status.is-error {
  color: #f0c4c4;
}

.wdd-hp {
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* ---------- REVEAL ---------- */

.wdd-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .72s cubic-bezier(.2,.7,.2,1),
    transform .72s cubic-bezier(.2,.7,.2,1);
}

.wdd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* ---------- ELEMENTOR / ASTRA GAP FIX ---------- */

.wdd-page {
  display: block;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  vertical-align: top;
}

.wdd-page > section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body .elementor-widget-html:has(.wdd-page),
body .elementor-widget-html:has(.wdd-page) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body .e-con:has(.wdd-page),
body .e-con-inner:has(.wdd-page) {
  --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;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

body .entry-content .wdd-page,
body .entry-content .wdd-page section,
body .site-main .wdd-page {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.wdd-hero {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Covers the tiny theme/background seam visible below the hero. */
.wdd-hero + .wdd-intro {
  position: relative;
  z-index: 2;
  margin-top: -4px !important;
  padding-top: 98px;
}


/* ---------- TABLET ---------- */

@media (max-width: 1024px) {
  .wdd-section {
    padding: 84px 0;
  }

  .wdd-container {
    width: min(100% - 40px, 1200px);
  }

  .wdd-intro__grid,
  .wdd-seo__grid,
  .wdd-faq__grid,
  .wdd-gallery-head__grid,
  .wdd-contact-head__grid {
    gap: 46px;
  }

  .wdd-facts {
    grid-template-columns: repeat(2,1fr);
  }

  .wdd-type {
    grid-template-columns: 60px 1fr 90px;
    gap: 22px;
  }

  .wdd-type__content {
    gap: 28px;
  }

  .wdd-materials__panel,
  .wdd-spec {
    padding: 54px 38px;
  }

  body .wdd-native-gallery,
  body .wdd-native-form {
    padding-bottom: 84px !important;
  }
}


/* ---------- MOBILE ---------- */

@media (max-width: 767px) {
  .wdd-container {
    width: calc(100% - 28px);
  }

  .wdd-section {
    padding: 64px 0;
  }

  .wdd-hero {
    min-height: 720px;
    height: 88svh;
  }

  .wdd-hero__media {
    background-position: 58% center;
  }

  .wdd-hero__overlay {
    background:
      linear-gradient(0deg, rgba(10,10,10,.94) 0%, rgba(10,10,10,.54) 76%),
      linear-gradient(90deg, rgba(10,10,10,.72), rgba(10,10,10,.24));
  }

  .wdd-hero__inner {
    justify-content: flex-end;
    padding-top: 54px;
    padding-bottom: 130px;
  }

  .wdd-breadcrumbs {
    margin-bottom: 20px;
  }

  .wdd-hero h1 {
    font-size: clamp(39px, 11vw, 50px);
    line-height: 1.07;
  }

  .wdd-hero h1 br {
    display: none;
  }

  .wdd-hero__lead {
    margin-top: 22px !important;
    font-size: 14px !important;
  }

  .wdd-actions {
    width: 100%;
  }

  .wdd-actions .wdd-btn {
    flex: 1 1 100%;
  }

  .wdd-hero__bottom {
    bottom: 20px;
  }

  .wdd-hero__tags {
    gap: 7px 14px;
    font-size: 10px;
  }

  .wdd-intro__grid,
  .wdd-seo__grid,
  .wdd-faq__grid,
  .wdd-gallery-head__grid,
  .wdd-contact-head__grid,
  .wdd-materials__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wdd-intro__copy,
  .wdd-seo__copy {
    padding-top: 0;
  }

  .wdd-section-head h2,
  .wdd-intro h2,
  .wdd-seo h2,
  .wdd-contact-head h2,
  .wdd-gallery-head h2 {
    font-size: 36px;
    line-height: 1.17;
  }

  .wdd-facts {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .wdd-fact {
    min-height: 112px;
  }

  .wdd-fact strong {
    margin-bottom: 20px;
  }

  .wdd-type {
    grid-template-columns: 38px 1fr;
    gap: 14px;
    min-height: auto;
    padding: 26px 0;
  }

  .wdd-type:hover {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .wdd-type__content {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wdd-type h3 {
    font-size: 23px;
  }

  .wdd-type__label {
    display: none;
  }

  .wdd-materials__grid {
    width: 100%;
    gap: 0;
  }

  .wdd-materials__panel,
  .wdd-spec {
    padding: 54px 22px;
  }

  .wdd-materials__panel h2 {
    font-size: 43px;
  }

  .wdd-material-links a {
    grid-template-columns: .7fr 1fr 18px;
    gap: 10px;
  }

  .wdd-material-links span {
    font-size: 16px;
  }

  .wdd-step {
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .wdd-step__content {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wdd-step h3 {
    font-size: 23px;
  }

  .wdd-gallery-head {
    padding-bottom: 36px;
  }

  .wdd-gallery-head__grid {
    gap: 18px;
  }

  body .wdd-native-gallery {
    padding-bottom: 64px !important;
  }

  .wdd-faq__grid {
    gap: 10px;
  }

  .wdd-acc__btn {
    min-height: 76px;
    font-size: 16px;
  }

  .wdd-acc__body p {
    padding-right: 12px;
  }

  .wdd-contact-head {
    padding: 70px 0 42px;
  }

  .wdd-contact-head__grid {
    gap: 38px;
  }

  .wdd-contact-meta a {
    grid-template-columns: 82px 1fr;
  }

  body .wdd-native-form {
    padding-bottom: 70px !important;
  }
}


/* ---------- REDUCED MOTION ---------- */

@media (prefers-reduced-motion: reduce) {
  .wdd-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .wdd-btn,
  .wdd-type,
  .wdd-material-links a,
  .wdd-acc__body,
  .wdd-acc__plus::before,
  .wdd-acc__plus::after {
    transition: none;
  }
}


/* =========================================================
   V2 FINAL OVERRIDES
   ========================================================= */

.wdd-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.wdd-inline-links a {
  padding-bottom: 0;
  border-bottom: 1px solid var(--wdd-primary);
  font-size: 14px;
}

/* Keep the first section glued to the hero with no beige/white hairline. */
.wdd-page--top .wdd-hero + .wdd-intro {
  margin-top: -4px !important;
}

/* Contact mobile/tablet adjustments */
@media (max-width: 1024px) {
  .wdd-contact__grid {
    gap: 52px;
  }

  .wdd-form-wrap {
    padding: 34px;
  }
}

@media (max-width: 767px) {
  .wdd-hero + .wdd-intro,
  .wdd-page--top .wdd-hero + .wdd-intro {
    margin-top: -4px !important;
    padding-top: 68px;
  }

  .wdd-contact {
    padding: 70px 0;
  }

  .wdd-contact__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .wdd-contact__content {
    position: static;
  }

  .wdd-contact h2 {
    font-size: 40px;
  }

  .wdd-contact-meta {
    margin-top: 38px;
  }

  .wdd-contact-meta a {
    grid-template-columns: 76px 1fr;
  }

  .wdd-form-wrap {
    padding: 24px 18px;
  }

  .wdd-form__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wdd-form__row .wdd-field + .wdd-field {
    margin-top: 0;
  }

  .wdd-form__footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wdd-form__submit {
    width: 100%;
  }
}/* End custom CSS */