.affsync-practical-calculator .entry-header {
  display: none;
}
.affsync-practical-calculator .content-area {
  margin-top: 0;
}
.affsync-practical-calculator .entry-content-wrap,
.affsync-practical-calculator .entry-content {
  padding-top: 0;
}
.lpc-shell {
  box-sizing: border-box;
  width: 1220px;
  margin-inline: auto;
}
.lpc-eyebrow {
  margin: 0 0 10px;
  color: #c96c3b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lpc-hub,
.lpc-calculator {
  color: #26352f;
}
.lpc-hub *,
.lpc-calculator *,
.lpc-hub *::before,
.lpc-calculator *::before,
.lpc-hub *::after,
.lpc-calculator *::after {
  box-sizing: border-box;
}
.lpc-hub-hero,
.lpc-calculator-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at 84% 18%, rgba(201, 108, 59, 0.54), transparent 31%), linear-gradient(130deg, #152f27, #2f5f50 62%, #426c5d);
}
.lpc-hub-hero::before,
.lpc-calculator-hero::before,
.lpc-hub-hero::after,
.lpc-calculator-hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.lpc-hub-hero::before,
.lpc-calculator-hero::before {
  right: -110px;
  bottom: -240px;
  width: 500px;
  height: 500px;
  border: 74px solid rgba(255, 224, 155, 0.13);
}
.lpc-hub-hero::after,
.lpc-calculator-hero::after {
  right: 21%;
  bottom: -150px;
  width: 290px;
  height: 290px;
  border: 50px solid rgba(255, 255, 255, 0.05);
}
.lpc-hub-hero .lpc-shell,
.lpc-calculator-hero .lpc-shell {
  padding-block: clamp(64px, 8vw, 105px);
}
.lpc-hub-hero .lpc-eyebrow,
.lpc-calculator-hero .lpc-eyebrow {
  color: #ffdaa3;
}
.lpc-hub-hero h1,
.lpc-calculator-hero h1 {
  max-width: 930px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6.8vw, 84px);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-transform: uppercase;
}
.lpc-hub-hero p:not(.lpc-eyebrow),
.lpc-calculator-hero p:not(.lpc-eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}
.lpc-hub-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.lpc-hub-jumps a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.09);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
  backdrop-filter: blur(7px);
}
.lpc-hub-jumps a:hover,
.lpc-hub-jumps a:focus-visible {
  background: rgba(255, 255, 255, 0.17);
  outline: none;
}
.lpc-hub-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-block: clamp(54px, 7vw, 86px) 38px;
}
.lpc-hub-group {
  min-width: 0;
  padding: 21px;
  border: 1px solid #dce5df;
  border-radius: 25px;
  background: #f7f9f7;
  box-shadow: 0 14px 42px rgba(24, 61, 51, 0.07);
  scroll-margin-top: 120px;
}
.lpc-hub-group > header {
  display: grid;
  min-height: 148px;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 7px 5px 21px;
}
.lpc-hub-group > header > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: #2f5f50;
  font-size: 13px;
  font-weight: 950;
}
.lpc-hub-group > header h2 {
  margin: 0;
  color: #183d33;
  font-size: clamp(24px, 2.4vw, 31px);
  font-weight: 950;
  line-height: 1.03;
  letter-spacing: -0.035em;
}
.lpc-hub-group > header p {
  margin: 9px 0 0;
  color: #65736d;
  font-size: 13px;
  line-height: 1.5;
}
.lpc-hub-group:nth-child(2) > header > span {
  background: #c96c3b;
}
.lpc-hub-group:nth-child(3) > header > span {
  color: #183d33;
  background: #efc55e;
}
.lpc-hub-group__cards {
  display: grid;
  gap: 11px;
}
.lpc-hub-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 135px;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  gap: 13px;
  align-items: center;
  padding: 17px;
  overflow: hidden;
  border: 1px solid #dce5df;
  border-radius: 17px;
  color: #26352f !important;
  background: #ffffff;
  text-decoration: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.lpc-hub-card:first-child {
  min-height: 205px;
  grid-template-columns: 66px minmax(0, 1fr) 24px;
  background: linear-gradient(145deg, rgba(201, 108, 59, 0.07), transparent 58%), #ffffff;
}
.lpc-hub-card:first-child .lpc-hub-card__icon {
  width: 66px;
  height: 66px;
}
.lpc-hub-card:first-child .lpc-hub-card__icon svg {
  width: 35px;
  height: 35px;
}
.lpc-hub-card:first-child .lpc-hub-card__body strong {
  font-size: 21px;
}
.lpc-hub-card:hover,
.lpc-hub-card:focus-visible {
  border-color: rgba(201, 108, 59, 0.62);
  box-shadow: 0 16px 30px rgba(24, 61, 51, 0.12);
  outline: none;
  transform: translateY(-3px);
}
.lpc-hub-card:hover > b,
.lpc-hub-card:focus-visible > b {
  transform: translateX(4px);
}
.lpc-hub-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  color: #2f5f50;
  background: #e8f0eb;
}
.lpc-hub-card__icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.lpc-hub-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.lpc-hub-card__body small {
  margin-bottom: 4px;
  color: #c96c3b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lpc-hub-card__body strong {
  color: #183d33;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.lpc-hub-card__body > span {
  margin-top: 6px;
  color: #65736d;
  font-size: 12px;
  line-height: 1.4;
}
.lpc-hub-card > b {
  color: #c96c3b;
  font-size: 23px;
  transition: transform 0.2s ease;
}
.lpc-hub-method {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-bottom: clamp(60px, 8vw, 100px);
  padding: clamp(24px, 4vw, 40px);
  border-left: 6px solid #c96c3b;
  border-radius: 0 20px 20px 0;
  background: #f4f0e8;
}
.lpc-hub-method strong {
  color: #183d33;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
  line-height: 1.05;
}
.lpc-hub-method p {
  margin: 0;
  color: #65736d;
  line-height: 1.65;
}
.lpc-calculator-hero .lpc-shell {
  padding-block: clamp(58px, 7vw, 86px);
}
.lpc-calculator-hero h1 {
  max-width: 1040px;
  font-size: clamp(38px, 5.8vw, 70px);
}
.lpc-back {
  display: inline-flex;
  margin-bottom: 26px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
}
.lpc-back:hover,
.lpc-back:focus-visible {
  text-decoration: underline !important;
}
.lpc-calculator__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 22px;
  align-items: start;
  padding-block: clamp(45px, 6vw, 72px);
}
.lpc-form-card,
.lpc-result {
  min-width: 0;
  border: 1px solid #dce5df;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 15px 42px rgba(24, 61, 51, 0.08);
}
.lpc-form-card {
  padding: clamp(22px, 4vw, 34px);
}
.lpc-form-card > header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 26px;
}
.lpc-form-card > header h2 {
  margin: 0;
  color: #183d33;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 950;
  line-height: 1.03;
  letter-spacing: -0.035em;
}
.lpc-form-card > header .lpc-eyebrow {
  margin-bottom: 5px;
}
.lpc-form-card__icon {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: #2f5f50;
  box-shadow: 0 10px 24px rgba(47, 95, 80, 0.2);
}
.lpc-form-card__icon svg {
  width: 35px;
  height: 35px;
  fill: currentColor;
}
.lpc-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 22px;
}
.lpc-fields label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
  color: #183d33;
  font-size: 13px;
  font-weight: 850;
}
.lpc-fields label > span {
  color: #65736d;
  font-size: 11px;
  font-weight: 600;
}
.lpc-fields input,
.lpc-fields select {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cfdad3;
  border-radius: 11px;
  color: #26352f;
  background: #fbfcfb;
  font: inherit;
  font-size: 15px;
  font-weight: 650;
}
.lpc-fields input:focus,
.lpc-fields select:focus {
  border-color: #c96c3b;
  box-shadow: 0 0 0 3px rgba(201, 108, 59, 0.13);
  outline: none;
}
.lpc-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  color: #ffffff !important;
  background: #2f5f50;
  box-shadow: 0 10px 22px rgba(24, 61, 51, 0.16);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
}
.lpc-button:hover,
.lpc-button:focus-visible {
  background: #183d33;
  outline: none;
  transform: translateY(-1px);
}
.lpc-button--catalog {
  margin-top: 20px;
  background: #c96c3b;
}
.lpc-message {
  margin: 12px 0 0;
  color: #a63d27;
  font-size: 13px;
  font-weight: 750;
}
.lpc-result {
  position: sticky;
  top: 110px;
  padding: clamp(22px, 4vw, 32px);
  color: #ffffff;
  background: radial-gradient(circle at 90% 10%, rgba(201, 108, 59, 0.46), transparent 30%), linear-gradient(145deg, #183d33, #2f5f50);
}
.lpc-result[hidden] {
  display: none !important;
}
.lpc-result .lpc-eyebrow {
  color: #ffd693;
}
.lpc-result h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(26px, 3.2vw, 39px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.lpc-result__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.lpc-result__metrics > div {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
}
.lpc-result__metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 750;
}
.lpc-result__metrics strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: clamp(19px, 2.5vw, 26px);
  font-weight: 950;
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.lpc-result__details {
  margin: 18px 0 0;
}
.lpc-result__details > div {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.lpc-result__details dt {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}
.lpc-result__details dd {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}
.lpc-result__advice {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
}
.lpc-result__warning {
  margin: 18px 0 0;
  padding: 13px;
  border-left: 4px solid #ffd071;
  border-radius: 0 10px 10px 0;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  line-height: 1.5;
}
.lpc-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding-bottom: clamp(64px, 8vw, 105px);
}
.lpc-editorial > section {
  padding: clamp(23px, 4vw, 36px);
  border: 1px solid #dce5df;
  border-radius: 22px;
  background: #ffffff;
}
.lpc-editorial > section:first-child {
  grid-column: 1 / -1;
  background: #f4f0e8;
}
.lpc-editorial > section h2 {
  max-width: 800px;
  margin: 0;
  color: #183d33;
  font-size: clamp(28px, 3.6vw, 45px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.lpc-editorial > section > p:not(.lpc-eyebrow) {
  max-width: 880px;
  margin: 15px 0 0;
  color: #65736d;
  line-height: 1.7;
}
.lpc-products h2 {
  font-size: clamp(25px, 3vw, 36px) !important;
}
.lpc-products__links {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}
.lpc-products__links a {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 15px;
  border: 1px solid #dce5df;
  border-radius: 12px;
  color: #183d33 !important;
  background: #f8faf8;
  text-decoration: none !important;
}
.lpc-products__links a:hover,
.lpc-products__links a:focus-visible {
  border-color: #c96c3b;
  outline: none;
}
.lpc-products__links a strong {
  font-size: 13px;
}
.lpc-products__links a span {
  flex: 0 0 auto;
  color: #c96c3b;
  font-size: 11px;
  font-weight: 850;
}
.lpc-faq h2 {
  font-size: clamp(25px, 3vw, 36px) !important;
}
.lpc-faq__list {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}
.lpc-faq__list details {
  border: 1px solid #dce5df;
  border-radius: 12px;
  background: #ffffff;
}
.lpc-faq__list summary {
  padding: 14px 15px;
  color: #183d33;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.lpc-faq__list p {
  margin: 0;
  padding: 0 15px 15px;
  color: #65736d;
  font-size: 12px;
  line-height: 1.6;
}
@media (max-width: 1020px) {
  .lpc-hub-groups {
    grid-template-columns: 1fr;
  }
  .lpc-hub-group {
    display: grid;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    gap: 18px;
  }
  .lpc-hub-group > header {
    min-height: 0;
  }
  .lpc-hub-group__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lpc-hub-card,
  .lpc-hub-card:first-child {
    min-height: 210px;
    grid-template-columns: 1fr 24px;
    align-content: start;
  }
  .lpc-hub-card .lpc-hub-card__icon,
  .lpc-hub-card:first-child .lpc-hub-card__icon {
    grid-column: 1 / -1;
  }
  .lpc-calculator__layout {
    grid-template-columns: 1fr;
  }
  .lpc-result {
    position: relative;
    top: auto;
  }
}
@media (max-width: 720px) {
  .lpc-shell {
    width: calc(100% - 24px);
  }
  .lpc-hub-hero h1 {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 0.98;
  }
  .lpc-hub-hero::after {
    display: none;
  }
  .lpc-calculator-hero h1 {
    font-size: clamp(33px, 10.5vw, 46px);
    line-height: 0.98;
  }
  .lpc-calculator-hero::after {
    display: none;
  }
  .lpc-hub-jumps {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
  }
  .lpc-hub-jumps::-webkit-scrollbar {
    display: none;
  }
  .lpc-hub-jumps a {
    flex: 0 0 auto;
  }
  .lpc-hub-groups {
    gap: 15px;
    padding-top: 34px;
  }
  .lpc-hub-group {
    display: block;
    padding: 16px 12px 14px;
    border-radius: 20px;
  }
  .lpc-hub-group > header {
    min-height: 0;
    padding: 3px 4px 18px;
  }
  .lpc-hub-group > header h2 {
    font-size: 27px;
  }
  .lpc-hub-group__cards {
    display: grid;
    grid-auto-columns: minmax(270px, 84vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 10px;
    margin-inline: -12px;
    padding: 0 12px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .lpc-hub-card,
  .lpc-hub-card:first-child {
    min-height: 180px;
    scroll-snap-align: start;
  }
  .lpc-hub-card .lpc-hub-card__body strong,
  .lpc-hub-card:first-child .lpc-hub-card__body strong {
    font-size: 19px;
  }
  .lpc-hub-method {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lpc-calculator__layout {
    width: calc(100% - 18px);
    padding-block: 28px 38px;
  }
  .lpc-form-card,
  .lpc-result {
    border-radius: 19px;
  }
  .lpc-form-card {
    padding: 20px 14px;
  }
  .lpc-form-card > header {
    gap: 12px;
  }
  .lpc-form-card__icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }
  .lpc-fields,
  .lpc-result__metrics,
  .lpc-editorial {
    grid-template-columns: 1fr;
  }
  .lpc-button {
    width: 100%;
  }
  .lpc-editorial {
    width: calc(100% - 18px);
    gap: 13px;
  }
  .lpc-editorial > section,
  .lpc-editorial > section:first-child {
    grid-column: auto;
    padding: 22px 17px;
    border-radius: 18px;
  }
  .lpc-products__links a {
    align-items: flex-start;
    flex-direction: column;
  }
}
