/* Local Lead Site Kit front-end styles */
body.llsk-generated-page {
  margin: 0;
  background: #fff;
}
body.llsk-generated-page .site-header,
body.llsk-generated-page .site-footer,
body.llsk-generated-page header.wp-block-template-part,
body.llsk-generated-page footer.wp-block-template-part,
body.llsk-generated-page .wp-block-post-title,
body.llsk-generated-page .entry-title,
body.llsk-generated-page .post-thumbnail,
body.llsk-generated-page .comments-area,
body.llsk-generated-page .wp-block-comments,
body.llsk-generated-page .wp-block-navigation__responsive-container,
body.llsk-generated-page .hostinger-ai-assistant,
body.llsk-generated-page .hpanel-adminbar {
  display: none !important;
}
body.llsk-generated-page .entry-content,
body.llsk-generated-page .wp-block-post-content,
body.llsk-generated-page main,
body.llsk-generated-page .site-main,
body.llsk-generated-page .wp-site-blocks,
body.llsk-generated-page .wp-block-group,
body.llsk-generated-page article,
body.llsk-generated-page .content-area {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.llsk-generated-page .entry-content > * {
  max-width: none !important;
}
.llsk-generated-page a {
  color: inherit;
}
.llsk-site-header,
.llsk-wrap,
.llsk-footer,
.llsk-success-notice {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--llsk-primary, #2b2621);
  line-height: 1.5;
  box-sizing: border-box;
}
.llsk-site-header *,
.llsk-wrap *,
.llsk-footer *,
.llsk-success-notice * {
  box-sizing: border-box;
}
.llsk-site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 0 rgba(43, 38, 33, .08);
}
body.admin-bar .llsk-site-header {
  top: 32px;
}
.llsk-topbar {
  background: var(--llsk-primary, #2b2621);
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
  padding: 8px 24px;
  font-size: 13px;
  letter-spacing: .01em;
}
.llsk-topbar a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.llsk-nav-shell {
  min-height: 78px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.llsk-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  color: var(--llsk-primary, #2b2621);
  white-space: nowrap;
}
.llsk-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: var(--llsk-accent, #9b6a3c);
  letter-spacing: .04em;
}
.llsk-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.llsk-nav a {
  text-decoration: none;
  color: #3d3731;
  font-size: 15px;
  font-weight: 650;
}
.llsk-nav a:hover {
  color: var(--llsk-accent, #9b6a3c);
}
.llsk-nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.llsk-menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid rgba(43, 38, 33, .18);
  border-radius: 999px;
  background: #fff;
  padding: 10px 14px;
  font-weight: 700;
}
.llsk-btn,
.llsk-wrap .llsk-btn,
.llsk-site-header .llsk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 13px 21px;
  min-height: 46px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none !important;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.llsk-btn:hover {
  transform: translateY(-1px);
}
.llsk-btn-primary {
  background: var(--llsk-accent, #9b6a3c);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(106, 67, 35, .24);
}
.llsk-btn-phone {
  background: #fff;
  color: var(--llsk-primary, #2b2621) !important;
  border-color: rgba(43, 38, 33, .18) !important;
}
.llsk-wrap {
  background: #fff;
  overflow: hidden;
}
.llsk-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, .88fr) minmax(280px, 420px);
  gap: 30px;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding: 62px 28px 52px;
}
.llsk-hero-media {
  position: relative;
  min-height: 560px;
  border-radius: 0 0 160px 0;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 28px 80px rgba(43, 38, 33, .16);
}
.llsk-hero-media img,
.llsk-product-card img,
.llsk-rounded-img,
.llsk-page-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.llsk-hero-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(255,255,255,.94);
  color: var(--llsk-primary, #2b2621);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  max-width: 255px;
}
.llsk-hero-badge span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--llsk-accent, #9b6a3c);
  font-weight: 900;
  margin-bottom: 4px;
}
.llsk-hero-badge strong {
  display: block;
  font-size: 18px;
  line-height: 1.18;
}
.llsk-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 0;
}
.llsk-kicker {
  color: var(--llsk-accent, #9b6a3c);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 14px !important;
}
.llsk-hero h1,
.llsk-page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--llsk-primary, #2b2621);
  font-size: clamp(42px, 4.6vw, 76px);
  line-height: .96;
  letter-spacing: -.045em;
  margin: 0 0 24px !important;
}
.llsk-page-hero h1 {
  font-size: clamp(38px, 4vw, 68px);
}
.llsk-lede {
  color: #655c53;
  font-size: 20px;
  line-height: 1.56;
  margin: 0 0 28px !important;
}
.llsk-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
}
.llsk-trust-row {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.llsk-trust-row li {
  background: var(--llsk-soft, #f6f0e8);
  border: 1px solid rgba(43, 38, 33, .08);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 700;
}
.llsk-quote-card {
  align-self: center;
  background: #fff;
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 22px 70px rgba(43, 38, 33, .14);
  border: 1px solid rgba(43,38,33,.08);
}
.llsk-quote-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  letter-spacing: -.025em;
  margin: 0 0 8px !important;
}
.llsk-quote-card p {
  color: #695f57;
  margin: 0 0 16px !important;
}
.llsk-form {
  display: grid;
  gap: 12px;
}
.llsk-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: #3b342e;
}
.llsk-form input,
.llsk-form select,
.llsk-form textarea {
  width: 100%;
  border: 1px solid rgba(43, 38, 33, .18);
  border-radius: 12px;
  padding: 13px 13px;
  font-size: 15px;
  color: #2b2621;
  background: #fff;
  box-shadow: none;
}
.llsk-form input:focus,
.llsk-form select:focus,
.llsk-form textarea:focus {
  outline: 2px solid rgba(155, 106, 60, .22);
  border-color: var(--llsk-accent, #9b6a3c);
}
.llsk-form-compact .llsk-form-submit,
.llsk-form-submit {
  width: 100%;
  border: 0;
}
.llsk-consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 9px !important;
  line-height: 1.35;
  font-size: 12px !important;
  font-weight: 650 !important;
  color: #60574f !important;
}
.llsk-consent input {
  width: auto;
  margin-top: 2px;
}
.llsk-form-note {
  font-size: 12px !important;
  line-height: 1.35 !important;
  margin: -2px 0 0 !important;
  color: #736960 !important;
}
.llsk-hp-field {
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.llsk-strip {
  max-width: 1200px;
  margin: 0 auto 16px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.llsk-strip span {
  display: inline-flex;
  padding: 10px 15px;
  border: 1px solid rgba(43, 38, 33, .12);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  color: #433b35;
}
.llsk-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 78px 28px;
}
.llsk-centered {
  text-align: center;
}
.llsk-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.02;
  letter-spacing: -.035em;
  margin: 0 0 16px !important;
  color: var(--llsk-primary, #2b2621);
}
.llsk-section-intro,
.llsk-narrow p {
  max-width: 720px;
  margin: 0 auto 34px !important;
  color: #635b52;
  font-size: 18px;
}
.llsk-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
}
.llsk-product-card {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  text-decoration: none !important;
  color: var(--llsk-primary, #2b2621) !important;
  border: 1px solid rgba(43, 38, 33, .08);
  box-shadow: 0 18px 50px rgba(43, 38, 33, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.llsk-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(43, 38, 33, .14);
}
.llsk-product-card img {
  height: 230px;
}
.llsk-product-card span,
.llsk-product-card small {
  display: block;
  padding: 0 18px;
}
.llsk-product-card span {
  padding-top: 18px;
  font-weight: 900;
  font-size: 20px;
}
.llsk-product-card small {
  padding-top: 6px;
  padding-bottom: 22px;
  color: #70675e;
  font-size: 14px;
  line-height: 1.45;
}
.llsk-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.llsk-two-col p {
  color: #625950;
  font-size: 18px;
  line-height: 1.65;
}
.llsk-soft {
  background: var(--llsk-soft, #f6f0e8);
  border-radius: 36px;
  max-width: 1220px;
}
.llsk-rounded-img {
  border-radius: 30px;
  min-height: 420px;
  box-shadow: 0 22px 70px rgba(43, 38, 33, .14);
}
.llsk-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
}
.llsk-check-grid span {
  background: #fff;
  border: 1px solid rgba(43, 38, 33, .08);
  border-radius: 16px;
  padding: 14px 15px 14px 42px;
  position: relative;
  font-weight: 800;
  color: #403832;
  text-align: left;
}
.llsk-check-grid span:before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 14px;
  color: var(--llsk-accent, #9b6a3c);
  font-weight: 1000;
}
.llsk-check-grid-large {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.llsk-link {
  color: var(--llsk-accent, #9b6a3c) !important;
  font-weight: 900;
  text-decoration: none !important;
  font-size: 18px;
}
.llsk-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
  margin-top: 32px;
}
.llsk-steps div {
  background: #fff;
  border: 1px solid rgba(43, 38, 33, .08);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(43, 38, 33, .06);
}
.llsk-steps strong {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--llsk-primary, #2b2621);
  color: #fff;
  margin-bottom: 20px;
}
.llsk-steps h3,
.llsk-cta-box h3 {
  font-size: 22px;
  margin: 0 0 10px !important;
}
.llsk-steps p,
.llsk-cta-box p {
  color: #655c53;
  margin: 0 !important;
}
.llsk-cta-box {
  margin-top: 28px;
  border-radius: 24px;
  background: var(--llsk-primary, #2b2621);
  color: #fff;
  padding: 28px;
}
.llsk-cta-box h3,
.llsk-cta-box p {
  color: #fff;
}
.llsk-cta-box .llsk-btn {
  margin-top: 18px;
}
.llsk-page-hero {
  max-width: 1220px;
  margin: 0 auto;
  padding: 68px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 46px;
  align-items: center;
}
.llsk-page-hero.llsk-soft {
  margin-top: 32px;
  padding: 58px 44px;
}
.llsk-page-hero-img {
  min-height: 420px;
  max-height: 520px;
  border-radius: 30px;
  box-shadow: 0 22px 70px rgba(43, 38, 33, .14);
}
.llsk-mini-card {
  background: #fff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(43, 38, 33, .1);
}
.llsk-mini-card h2 {
  margin-top: 0 !important;
  font-family: Georgia, "Times New Roman", serif;
}
.llsk-contact-card {
  align-self: start;
}
.llsk-big-phone a {
  font-size: clamp(26px, 3vw, 42px);
  font-family: Georgia, "Times New Roman", serif;
  color: var(--llsk-accent, #9b6a3c) !important;
  font-weight: 800;
  text-decoration: none !important;
}
.llsk-legal .llsk-section {
  max-width: 900px;
}
.llsk-legal h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  letter-spacing: -.03em;
}
.llsk-legal p {
  color: #5f564e;
  font-size: 18px;
  line-height: 1.75;
}
.llsk-footer {
  background: var(--llsk-primary, #2b2621);
  color: #fff;
  padding: 62px 28px 28px;
}
.llsk-footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 44px;
}
.llsk-footer h2,
.llsk-footer h3 {
  margin: 0 0 14px !important;
  color: #fff;
}
.llsk-footer h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}
.llsk-footer p,
.llsk-footer a {
  color: rgba(255,255,255,.78) !important;
}
.llsk-footer a {
  display: block;
  text-decoration: none;
  margin: 8px 0;
}
.llsk-footer-bottom {
  max-width: 1180px;
  margin: 46px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.13);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.62);
}
.llsk-disclosure {
  max-width: 1180px;
  margin: 24px auto 0 !important;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,.55) !important;
}
.llsk-success-notice {
  max-width: 1180px;
  margin: 24px auto 0;
  padding: 18px 22px;
  border-radius: 18px;
  background: #eff8ef;
  border: 1px solid #bddfbd;
  color: #214a21;
}
@media (max-width: 1120px) {
  .llsk-nav {
    display: none;
  }
  .llsk-menu-toggle {
    display: inline-flex;
  }
  .llsk-site-header.llsk-menu-open .llsk-nav {
    display: grid;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 116px;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 70px rgba(0,0,0,.18);
  }
  .llsk-hero {
    grid-template-columns: 1fr 1fr;
  }
  .llsk-quote-card {
    grid-column: 1 / -1;
  }
  .llsk-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 782px) {
  body.admin-bar .llsk-site-header {
    top: 46px;
  }
}
@media (max-width: 760px) {
  .llsk-topbar {
    display: block;
    text-align: center;
  }
  .llsk-topbar-right {
    display: none;
  }
  .llsk-nav-shell {
    min-height: 70px;
    gap: 10px;
  }
  .llsk-logo {
    font-size: 18px;
  }
  .llsk-logo-mark {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .llsk-nav-cta {
    display: none;
  }
  .llsk-site-header.llsk-menu-open .llsk-nav {
    top: 106px;
  }
  .llsk-hero,
  .llsk-page-hero,
  .llsk-two-col,
  .llsk-footer-grid,
  .llsk-steps {
    grid-template-columns: 1fr;
  }
  .llsk-hero,
  .llsk-page-hero {
    padding: 34px 18px;
  }
  .llsk-hero-media {
    min-height: 360px;
    border-radius: 0 0 90px 0;
  }
  .llsk-hero h1,
  .llsk-page-hero h1 {
    font-size: 44px;
  }
  .llsk-lede {
    font-size: 17px;
  }
  .llsk-section {
    padding: 52px 18px;
  }
  .llsk-soft {
    border-radius: 24px;
  }
  .llsk-product-grid,
  .llsk-check-grid {
    grid-template-columns: 1fr;
  }
  .llsk-product-card img {
    height: 250px;
  }
  .llsk-rounded-img,
  .llsk-page-hero-img {
    min-height: 300px;
  }
  .llsk-footer-bottom {
    display: grid;
  }
}
