body.sukces-homepage-page {
  overflow-x: hidden;
}

.sukces-homepage-page .ast-above-header.ast-above-header-bar {
  margin-right: 0;
  margin-left: 0;
}

.sukces-homepage-page .ast-primary-header-bar {
  background-image: none !important;
}

.sukces-homepage-page .site-content > .ast-container,
.sukces-homepage-page .site-content .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.sukces-homepage-page #primary,
.sukces-homepage-page .site-main,
.sukces-homepage-page .entry-content,
.sukces-homepage-page article.page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.sukces-homepage-page .entry-header {
  display: none;
}

.sukces-homepage {
  --home-burgundy: #560a14;
  --home-burgundy-dark: #3d0710;
  --home-rose: #b18582;
  --home-gold: #c4a477;
  --home-gold-dark: #806239;
  --home-blush: #f4efed;
  --home-paper: #ffffff;
  --home-ink: #241a1b;
  --home-muted: #685f60;
  --home-line: #ded4d1;
  width: 100%;
  overflow: hidden;
  color: var(--home-ink);
  background: var(--home-paper);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

.sukces-homepage *,
.sukces-homepage *::before,
.sukces-homepage *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.sukces-homepage button,
.sukces-homepage input,
.sukces-homepage select,
.sukces-homepage textarea {
  font-family: Montserrat, Arial, sans-serif;
}

.sukces-homepage h1,
.sukces-homepage h2,
.sukces-homepage h3,
.sukces-homepage p,
.sukces-homepage figure,
.sukces-homepage blockquote {
  margin-top: 0;
}

.sukces-homepage h1,
.sukces-homepage h2,
.sukces-homepage h3 {
  color: inherit;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.12;
}

.sukces-homepage h1 {
  max-width: 700px;
  margin-bottom: 22px;
  font-size: 58px;
}

.sukces-homepage h2 {
  margin-bottom: 22px;
  font-size: 44px;
}

.sukces-homepage h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.sukces-home-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.sukces-home-eyebrow {
  margin-bottom: 12px;
  color: var(--home-gold-dark);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.sukces-home-eyebrow--light {
  color: var(--home-gold);
}

.sukces-home-eyebrow--dark {
  color: var(--home-gold-dark);
}

.sukces-home-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--home-burgundy);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.sukces-home-button--primary {
  color: #fff;
  background: var(--home-burgundy);
}

.sukces-home-button--primary:hover,
.sukces-home-button--primary:focus-visible {
  border-color: var(--home-burgundy-dark);
  color: #fff;
  background: var(--home-burgundy-dark);
  transform: translateY(-2px);
}

.sukces-home-button--light {
  border-color: #fff;
  color: var(--home-burgundy);
  background: #fff;
}

.sukces-home-button--light:hover,
.sukces-home-button--light:focus-visible {
  border-color: var(--home-blush);
  color: var(--home-burgundy-dark);
  background: var(--home-blush);
  transform: translateY(-2px);
}

.sukces-home-button:focus-visible,
.sukces-homepage a:focus-visible,
.sukces-homepage input:focus-visible,
.sukces-homepage textarea:focus-visible {
  outline: 3px solid rgba(177, 133, 130, .5);
  outline-offset: 3px;
}

.sukces-home-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: #eef1f5;
}

.sukces-home-hero__picture,
.sukces-home-hero__picture img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sukces-home-hero__picture img {
  object-fit: cover;
  object-position: center;
}

.sukces-home-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 700px;
  align-items: center;
}

.sukces-home-hero__content {
  width: min(520px, 44%);
  padding: 78px 0;
}

.sukces-home-hero h1 {
  max-width: 520px;
  color: var(--home-burgundy);
}

.sukces-home-hero__lead {
  max-width: 500px;
  margin-bottom: 28px;
  color: #504a4d;
  font-size: 18px;
  line-height: 1.6;
}

.sukces-home-quote {
  padding: 78px 0;
  color: #fff;
  background: var(--home-burgundy);
}

.sukces-home-quote blockquote {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  border: 0;
  color: #fff !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.sukces-home-pains {
  padding: 104px 0;
}

.sukces-home-section-heading {
  max-width: 790px;
  margin-bottom: 46px;
}

.sukces-home-section-heading > p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--home-muted);
  font-size: 18px;
}

.sukces-home-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sukces-home-section-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.sukces-home-pains .sukces-home-section-heading h2,
.sukces-home-method .sukces-home-section-heading h2 {
  color: var(--home-burgundy);
}

.sukces-home-pains__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sukces-home-pain {
  min-height: 260px;
  padding: 30px;
  border-top: 4px solid var(--home-gold);
  border-radius: 6px;
  background: var(--home-blush);
  transition: border-color .2s ease, transform .2s ease;
}

.sukces-home-pain:hover {
  border-top-color: var(--home-burgundy);
  transform: translateY(-4px);
}

.sukces-home-pain > span {
  display: block;
  margin-bottom: 20px;
  color: var(--home-gold-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.sukces-home-pain p {
  margin-bottom: 0;
  color: #443d3f;
}

.sukces-home-system-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 28px;
  padding: 48px;
  border-top: 4px solid var(--home-gold);
  color: #fff;
  background: var(--home-burgundy);
}

.sukces-home-system-callout h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 29px;
}

.sukces-home-system-callout p {
  max-width: 780px;
  margin-bottom: 0;
  color: #f1dedd;
  font-size: 17px;
}

.sukces-home-about {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  color: #fff;
  background: var(--home-burgundy);
}

.sukces-home-about__image {
  min-height: 780px;
  margin-bottom: 0;
  overflow: hidden;
  background: #fff;
}

.sukces-home-about__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 780px;
  object-fit: cover;
  object-position: center 25%;
}

.sukces-home-about__content {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 86px 8%;
}

.sukces-home-about__content > div {
  width: min(650px, 100%);
}

.sukces-home-about h2 {
  color: #fff;
  font-weight: 400;
}

.sukces-home-about__content p {
  margin-bottom: 19px;
  color: #f6e9e8;
  font-weight: 300;
}

.sukces-home-about__signature {
  margin-top: 30px;
  margin-bottom: 0 !important;
  color: var(--home-gold) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 23px;
  font-style: italic;
  text-align: right;
}

.sukces-home-method {
  padding: 104px 0;
}

.sukces-home-method__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
  list-style: none;
}

.sukces-home-method__steps li {
  position: relative;
  min-height: 280px;
  padding: 38px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: #fff;
}

.sukces-home-method__steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: var(--home-gold);
  content: "";
  transition: width .25s ease;
}

.sukces-home-method__steps li:hover::before {
  width: 100%;
}

.sukces-home-method__steps span {
  display: block;
  margin-bottom: 26px;
  color: var(--home-gold-dark);
  font-size: 14px;
  font-weight: 700;
}

.sukces-home-method__steps h3 {
  color: var(--home-burgundy);
  font-size: 28px;
}

.sukces-home-method__steps p {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--home-muted);
  font-weight: 300;
}

.sukces-home-method__closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 30px 0;
  border-bottom: 1px solid var(--home-line);
}

.sukces-home-method__closing p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--home-burgundy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
}

.sukces-home-contact {
  padding: 92px 0;
  border-top: 1px solid rgba(196, 164, 119, .5);
  background: var(--home-blush);
}

.sukces-home-contact__grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.sukces-home-contact h2 {
  color: var(--home-burgundy);
  font-style: italic;
}

.sukces-home-contact__intro {
  padding-top: 24px;
  border-top: 4px solid var(--home-gold);
}

.sukces-home-contact__intro > p:not(.sukces-home-eyebrow) {
  max-width: 500px;
  color: #3f3031;
  font-size: 17px;
}

.sukces-home-contact address {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  font-style: normal;
}

.sukces-home-contact address a {
  width: fit-content;
  color: var(--home-burgundy);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sukces-home-contact__form {
  min-width: 0;
  padding: 40px;
  border: 1px solid var(--home-line);
  border-top: 4px solid var(--home-gold);
  border-radius: 6px;
  background: #fff;
}

.sukces-home-contact__form .wpforms-container {
  margin: 0;
}

.sukces-home-contact__form .wpforms-field {
  padding: 0 0 18px;
}

.sukces-home-contact__form .wpforms-field-label {
  display: block !important;
  margin-bottom: 7px !important;
  color: var(--home-burgundy-dark) !important;
  font-size: 14px !important;
}

.sukces-home-contact__form .wpforms-required-label {
  color: var(--home-gold-dark) !important;
}

.sukces-home-contact__form .wpforms-field-checkbox ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.sukces-home-contact__form .wpforms-field-checkbox li {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 !important;
}

.sukces-home-contact__form .wpforms-field-checkbox input[type="checkbox"] {
  margin: 4px 0 0 !important;
}

.sukces-home-contact__form .wpforms-field-label-inline {
  color: var(--home-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.sukces-home-contact__form .wpforms-field-label-inline a {
  color: var(--home-burgundy) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sukces-home-contact__form input[type="text"],
.sukces-home-contact__form input[type="email"],
.sukces-home-contact__form input[type="tel"],
.sukces-home-contact__form textarea {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid rgba(86, 10, 20, .28) !important;
  border-radius: 4px !important;
  background: #fff !important;
}

.sukces-home-contact__form .wpforms-submit {
  min-height: 48px !important;
  padding: 12px 22px !important;
  border: 1px solid var(--home-burgundy) !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: var(--home-burgundy) !important;
  font-weight: 700 !important;
}

@media (max-width: 980px) {
  .sukces-homepage h1 {
    font-size: 48px;
  }

  .sukces-homepage h2 {
    font-size: 38px;
  }

  .sukces-home-hero__content {
    width: 43%;
  }

  .sukces-home-hero__picture img {
    object-position: 42% center;
  }

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

  .sukces-home-about {
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  }

  .sukces-home-about__content {
    padding: 68px 7%;
  }

  .sukces-home-contact__grid {
    gap: 40px;
  }
}

@media (max-width: 840px) {
  .sukces-home-shell {
    width: min(calc(100% - 28px), 1160px);
  }

  .sukces-homepage h1 {
    font-size: 38px;
  }

  .sukces-homepage h2 {
    font-size: 32px;
  }

  .sukces-homepage h3 {
    font-size: 22px;
  }

  .sukces-home-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    background: var(--home-blush);
  }

  .sukces-home-hero__picture {
    position: relative;
    order: 2;
    height: 410px;
    background: #edf0f4;
  }

  .sukces-home-hero__picture img {
    object-position: center 40%;
  }

  .sukces-home-hero__inner {
    min-height: 0;
    order: 1;
  }

  .sukces-home-hero__content {
    width: 100%;
    padding: 44px 0 42px;
    color: var(--home-ink);
  }

  .sukces-home-hero h1 {
    color: var(--home-burgundy);
  }

  .sukces-home-hero .sukces-home-eyebrow {
    color: var(--home-gold-dark);
  }

  .sukces-home-hero__lead {
    margin-bottom: 24px;
    color: var(--home-muted);
    font-size: 17px;
  }

  .sukces-home-quote {
    padding: 52px 0;
  }

  .sukces-home-quote blockquote {
    font-size: 25px;
  }

  .sukces-home-pains,
  .sukces-home-method,
  .sukces-home-contact {
    padding: 70px 0;
  }

  .sukces-home-section-heading {
    margin-bottom: 34px;
  }

  .sukces-home-section-heading > p:last-child {
    font-size: 16px;
  }

  .sukces-home-pains__grid,
  .sukces-home-method__steps,
  .sukces-home-contact__grid {
    grid-template-columns: 1fr;
  }

  .sukces-home-pain {
    min-height: 0;
    padding: 25px;
  }

  .sukces-home-system-callout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 24px;
  }

  .sukces-home-system-callout .sukces-home-button {
    width: 100%;
  }

  .sukces-home-about {
    grid-template-columns: 1fr;
  }

  .sukces-home-about__image,
  .sukces-home-about__image img {
    min-height: 460px;
    max-height: 520px;
  }

  .sukces-home-about__content {
    padding: 58px 20px;
  }

  .sukces-home-about__signature {
    text-align: left;
  }

  .sukces-home-method__steps li {
    min-height: 0;
    padding: 30px 24px;
    border-left: 1px solid var(--home-line);
  }

  .sukces-home-method__closing {
    align-items: stretch;
    flex-direction: column;
  }

  .sukces-home-method__closing .sukces-home-button {
    width: 100%;
  }

  .sukces-home-contact__grid {
    gap: 34px;
  }

  .sukces-home-contact__form {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sukces-home-button,
  .sukces-home-pain,
  .sukces-home-method__steps li::before {
    transition: none;
  }
}
