/*
Theme Name: ZIMUYA Renewal 2026 v11.11 Visual Sections
Theme URI: https://www.zimu-ya.com/
Author: 株式会社じむや
Description: v11.10の横幅を保ち、料金・無料ツール・安心対応の3セクションをビジュアルデザインへ置き換えたテーマです。
Version: 1.9.1
Template: zimuya-renewal-v11-1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: zimuya-renewal-v11-11
*/

/* v11.2–v11.4 inherited fixes. */
.entry-content .responsive-table table,
.entry-content > table,
.single-zimuya_machine .entry-content table {
  font-size: inherit;
  line-height: 1.75;
}

.entry-content .responsive-table th,
.entry-content .responsive-table td,
.entry-content > table th,
.entry-content > table td,
.single-zimuya_machine .entry-content table th,
.single-zimuya_machine .entry-content table td {
  font-size: 1em;
}

body.single-post .article-layout-two { padding-top: 24px; }
body.single-post .article-main { padding-top: 20px; }

body.single-post {
  overflow-x: clip;
  overscroll-behavior-x: none;
}

body.single-post .article-layout-two,
body.single-post .article-main,
body.single-post .entry-content {
  min-width: 0;
  max-width: 100%;
}

body.single-post .entry-content .responsive-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

@supports not (overflow: clip) {
  body.single-post { overflow-x: hidden; }
}

body.page-id-62 .choice-bar,
body.page-id-5 .faq-guide { display: none !important; }

/* v11.5 LP design. */
.lp-home {
  --lp-navy: #072552;
  --lp-blue: #075fc5;
  --lp-sky: #08a1df;
  --lp-yellow: #ffc526;
  --lp-red: #df1018;
  --lp-ink: #0a2242;
  --lp-muted: #5e6f84;
  --lp-soft: #f4f7fb;
  --lp-line: #d9e3ee;
  overflow: hidden;
  color: var(--lp-ink);
}

.lp-section { padding: 92px 0; }
.lp-narrow-shell { max-width: 1080px; }

.lp-centered-heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.lp-centered-heading h2 {
  margin: 8px 0 14px;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.35;
  letter-spacing: .02em;
}

.lp-centered-heading > p:last-child,
.lp-heading-light > p:last-child {
  margin: 0;
  color: var(--lp-muted);
  font-size: 17px;
  line-height: 1.9;
}

.lp-heading-light,
.lp-heading-light > p:last-child { color: #fff; }
.lp-heading-light > p:last-child { opacity: .78; }

.lp-quick-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: -28px;
}

.lp-quick-action {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  align-items: center;
  min-height: 112px;
  padding: 22px 24px;
  color: var(--lp-ink);
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(5, 32, 72, .14);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.lp-quick-action:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(5, 32, 72, .19);
}

.lp-quick-action small,
.lp-quick-action strong { grid-column: 1; }
.lp-quick-action small { color: var(--lp-muted); font-size: 12px; font-weight: 700; }
.lp-quick-action strong { font-size: 20px; line-height: 1.4; }
.lp-quick-action span { grid-column: 2; grid-row: 1 / span 2; color: var(--lp-blue); font-size: 13px; font-weight: 800; }

.lp-quick-action-primary {
  color: var(--lp-navy);
  border-color: var(--lp-yellow);
  background: linear-gradient(135deg, #ffd94d, var(--lp-yellow));
}

.lp-quick-action-primary small,
.lp-quick-action-primary span { color: var(--lp-navy); }

.lp-home .trust-strip { padding: 44px 0 18px; background: #fff; }

.lp-problems {
  position: relative;
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 161, 223, .10), transparent 28%),
    var(--lp-soft);
}

.lp-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lp-problem-grid article {
  position: relative;
  min-height: 230px;
  padding: 30px 26px 26px;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 37, 82, .07);
}

.lp-problem-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #fff;
  border-radius: 50%;
  background: var(--lp-blue);
  font-size: 12px;
  font-weight: 900;
}

.lp-problem-grid h3 { margin: 0 0 12px; font-size: 20px; }
.lp-problem-grid p { margin: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.8; }

.lp-solution-line {
  position: relative;
  margin: 42px auto 0;
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
}

.lp-solution-line strong {
  display: inline-block;
  padding: 0 8px 8px;
  background: linear-gradient(transparent 62%, rgba(255, 197, 38, .62) 62%);
}

.lp-offer {
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(8, 161, 223, .42), transparent 28%),
    linear-gradient(135deg, #061d43, #074a9c);
}

.lp-price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 42px;
  align-items: center;
}

.lp-price-card {
  padding: 38px;
  color: var(--lp-navy);
  border: 4px solid var(--lp-yellow);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .22);
}

.lp-price-label {
  margin: 0 0 14px;
  text-align: center;
  color: var(--lp-blue);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .08em;
}

.lp-price-main {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  padding: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffe16a, var(--lp-yellow));
}

.lp-price-main span { font-size: 24px; font-weight: 900; }
.lp-price-main strong { font-size: clamp(64px, 9vw, 100px); line-height: .95; letter-spacing: -.06em; }
.lp-price-main b { font-size: 24px; }

.lp-counter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.lp-counter-grid div {
  padding: 20px;
  text-align: center;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: var(--lp-soft);
}

.lp-counter-grid span { display: block; font-weight: 800; }
.lp-counter-grid strong { margin: 0 4px; color: #efab00; font-size: 52px; line-height: 1.2; }
.lp-counter-grid b { font-size: 18px; }
.lp-price-note { margin: 16px 0; color: var(--lp-muted); font-size: 12px; line-height: 1.7; }

.lp-price-reasons h3 { margin: 0 0 24px; color: var(--lp-yellow); font-size: 28px; }
.lp-price-reasons article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.18); }
.lp-price-reasons article > span { color: var(--lp-yellow); font-size: 14px; font-weight: 900; }
.lp-price-reasons h4 { margin: -4px 0 8px; color: #fff; font-size: 20px; }
.lp-price-reasons p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }

.lp-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 14px 28px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--lp-blue);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.lp-button-yellow { width: 100%; color: var(--lp-navy); background: var(--lp-yellow); }
.lp-button-yellow span { margin-left: auto; }
.lp-button-outline { border: 2px solid rgba(255,255,255,.7); background: transparent; }

.lp-tools { background: #fff; }
.lp-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lp-tool-grid a {
  display: block;
  min-height: 286px;
  padding: 30px;
  color: var(--lp-ink);
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.lp-tool-grid a:hover { transform: translateY(-5px); border-color: var(--lp-sky); }
.lp-tool-grid span { color: var(--lp-sky); font-size: 13px; font-weight: 900; }
.lp-tool-grid h3 { margin: 26px 0 14px; font-size: 24px; }
.lp-tool-grid p { min-height: 76px; margin: 0 0 24px; color: var(--lp-muted); line-height: 1.8; }
.lp-tool-grid b { color: var(--lp-blue); }

.lp-reasons { background: var(--lp-soft); }
.lp-reason-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.lp-reason-grid article {
  position: relative;
  padding: 34px 24px;
  border-top: 4px solid var(--lp-blue);
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,37,82,.06);
}
.lp-reason-grid span { color: var(--lp-sky); font-size: 13px; font-weight: 900; }
.lp-reason-grid h3 { margin: 28px 0 14px; font-size: 21px; }
.lp-reason-grid p { margin: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.8; }

.lp-compare { background: #fff; }
.lp-compare-table { border-radius: 16px; box-shadow: 0 16px 42px rgba(7,37,82,.09); }
.lp-compare-table table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 16px; }
.lp-compare-table th,
.lp-compare-table td { padding: 20px 22px; border: 1px solid var(--lp-line); }
.lp-compare-table thead th { color: #fff; background: var(--lp-navy); }
.lp-compare-table tbody th { color: var(--lp-blue); background: #f3f8fe; }
.lp-compare-table tbody td:last-child { font-weight: 800; }

.lp-inline-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 28px 32px;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lp-navy), var(--lp-blue));
}
.lp-inline-cta strong { font-size: 20px; }
.lp-inline-cta p { margin: 6px 0 0; opacity: .75; }
.lp-inline-cta .lp-button { flex: 0 0 auto; color: var(--lp-navy); background: var(--lp-yellow); }

.lp-products { background: var(--lp-soft); }

.lp-flow {
  color: #fff;
  background:
    linear-gradient(rgba(7,37,82,.96), rgba(7,37,82,.96)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.05) 80px);
}

.lp-flow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.lp-flow-list li {
  position: relative;
  min-height: 210px;
  padding: 28px 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
}

.lp-flow-list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -19px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--lp-navy);
  border-radius: 50%;
  background: var(--lp-yellow);
  font-weight: 900;
}
.lp-flow-list span { color: var(--lp-yellow); font-size: 13px; font-weight: 900; }
.lp-flow-list h3 { margin: 34px 0 12px; color: #fff; font-size: 20px; }
.lp-flow-list p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }

.lp-faq { background: #fff; }
.lp-faq-list { border-top: 1px solid var(--lp-line); }
.lp-faq-list details { border-bottom: 1px solid var(--lp-line); }
.lp-faq-list summary {
  position: relative;
  padding: 24px 56px 24px 58px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}
.lp-faq-list summary::-webkit-details-marker { display: none; }
.lp-faq-list summary::before {
  content: "Q";
  position: absolute;
  left: 14px;
  top: 19px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
  background: var(--lp-blue);
  font-size: 14px;
}
.lp-faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 20px; color: var(--lp-blue); font-size: 26px; }
.lp-faq-list details[open] summary::after { content: "−"; }
.lp-faq-list details p { margin: 0; padding: 0 54px 26px 58px; color: var(--lp-muted); line-height: 1.9; }
.lp-faq-link { margin: 28px 0 0; text-align: center; }
.lp-faq-link a { color: var(--lp-blue); font-weight: 800; }

.lp-columns { background: var(--lp-soft); }

.lp-final-cta {
  padding: 82px 0;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(8,161,223,.38), transparent 25%),
    linear-gradient(135deg, #061c40, #075fc5);
}
.lp-final-cta p { margin: 0 0 10px; color: var(--lp-yellow); font-weight: 900; }
.lp-final-cta h2 { max-width: 900px; margin: 0 auto 30px; color: #fff; font-size: clamp(30px, 4.5vw, 52px); line-height: 1.35; }
.lp-final-cta .shell > div { display: flex; justify-content: center; gap: 14px; }
.lp-final-cta .lp-button-yellow { width: auto; min-width: 300px; }
.lp-final-cta small { display: block; margin-top: 18px; opacity: .72; }

@media (max-width: 980px) {
  .lp-quick-actions { grid-template-columns: 1fr; margin-top: 18px; }
  .lp-quick-action { min-height: 92px; }
  .lp-problem-grid,
  .lp-reason-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-price-layout { grid-template-columns: 1fr; }
  .lp-tool-grid { grid-template-columns: 1fr; }
  .lp-tool-grid a { min-height: auto; }
  .lp-tool-grid p { min-height: auto; }
  .lp-flow-list { grid-template-columns: 1fr; }
  .lp-flow-list li { min-height: auto; }
  .lp-flow-list li:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -18px; transform: translateX(50%); }
}

@media (max-width: 580px) {
  body.single-post .article-layout-two,
  body.single-post .article-main { padding-top: 16px; }
  .lp-section { padding: 66px 0; }
  .lp-centered-heading { margin-bottom: 32px; }
  .lp-centered-heading h2 { font-size: 29px; }
  .lp-centered-heading > p:last-child { font-size: 14px; }
  .lp-quick-actions { width: calc(100% - 28px); }
  .lp-quick-action { padding: 18px; }
  .lp-quick-action strong { font-size: 18px; }
  .lp-home .trust-strip { padding-top: 28px; }
  .lp-problem-grid,
  .lp-reason-grid { grid-template-columns: 1fr; }
  .lp-problem-grid article { min-height: auto; }
  .lp-price-card { padding: 22px 16px; border-width: 3px; }
  .lp-price-main { gap: 5px; padding: 18px 8px; }
  .lp-price-main span,
  .lp-price-main b { font-size: 17px; }
  .lp-price-main strong { font-size: 62px; }
  .lp-counter-grid strong { font-size: 42px; }
  .lp-price-reasons h3 { font-size: 24px; }
  .lp-inline-cta { flex-direction: column; align-items: stretch; padding: 24px 20px; }
  .lp-inline-cta .lp-button { width: 100%; }
  .lp-faq-list summary { padding: 21px 44px 21px 46px; font-size: 16px; }
  .lp-faq-list summary::before { left: 4px; top: 16px; }
  .lp-faq-list summary::after { right: 8px; top: 16px; }
  .lp-faq-list details p { padding: 0 8px 22px 46px; font-size: 14px; }
  .lp-final-cta { padding: 64px 0; }
  .lp-final-cta .shell > div { flex-direction: column; }
  .lp-final-cta .lp-button-yellow { width: 100%; min-width: 0; }
}

/* v11.6 visual refresh: promotional LP styling without changing page content. */
.home {
  --lp-campaign-navy: #18335d;
  --lp-campaign-blue: #008ee3;
  --lp-campaign-cyan: #22b9ef;
  --lp-campaign-yellow: #ffeb27;
  --lp-campaign-pink: #f20044;
  --lp-campaign-pale: #edfaff;
}

.home .announcement {
  color: var(--lp-campaign-navy);
  background: var(--lp-campaign-yellow);
  font-weight: 900;
}

.home .site-header {
  color: #fff;
  border-bottom: 0;
  background: rgba(17, 45, 84, .98);
  box-shadow: 0 7px 22px rgba(5, 32, 69, .18);
  backdrop-filter: blur(14px);
}

.home .header-main { min-height: 78px; }
.home .brand-copy strong,
.home .header-contact a { color: #fff; }
.home .brand-copy small,
.home .header-contact span { color: rgba(255,255,255,.72); }
.home .brand-mark { background: linear-gradient(145deg, var(--lp-campaign-blue), var(--lp-campaign-cyan)); }
.home .desktop-nav { border-top-color: rgba(255,255,255,.14); }
.home .nav-inner > a {
  color: #fff;
  border-color: rgba(255,255,255,.14);
  background: transparent;
}
.home .nav-inner > a:hover,
.home .nav-inner > a:focus-visible,
.home .nav-inner > a[aria-current="page"] { color: var(--lp-campaign-yellow); background: rgba(255,255,255,.07); }
.home .nav-inner .nav-cta,
.home .nav-inner .nav-cta:hover,
.home .nav-inner .nav-cta:focus-visible {
  color: #fff;
  border-color: var(--lp-campaign-pink);
  background: var(--lp-campaign-pink);
}

.lp-home {
  --lp-navy: var(--lp-campaign-navy);
  --lp-blue: var(--lp-campaign-blue);
  --lp-sky: var(--lp-campaign-cyan);
  --lp-yellow: var(--lp-campaign-yellow);
  --lp-red: var(--lp-campaign-pink);
  --lp-ink: #18335d;
  --lp-muted: #50637f;
  --lp-soft: var(--lp-campaign-pale);
  --lp-line: #cfe8f3;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp-home .shell { width: min(1456px, calc(100% - 48px)); }
.lp-home .lp-section { position: relative; padding: 82px 0 88px; }
.lp-home .lp-narrow-shell { max-width: 1456px; }

.lp-home .section-kicker {
  color: var(--lp-campaign-blue);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lp-home .lp-centered-heading { max-width: 860px; margin-bottom: 42px; }
.lp-home .lp-centered-heading h2,
.lp-home .section-heading h2 {
  position: relative;
  color: var(--lp-campaign-navy);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 1000;
  letter-spacing: -.02em;
}
.lp-home .lp-centered-heading h2::after,
.lp-home .section-heading h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin: 20px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--lp-campaign-blue), var(--lp-campaign-cyan));
}
.lp-home .section-heading h2::after { margin-left: 0; }

.lp-home .lp-heading-light .section-kicker { color: var(--lp-campaign-yellow); }
.lp-home .lp-heading-light h2 { color: #fff; }
.lp-home .lp-heading-light h2::after { background: var(--lp-campaign-yellow); }

.lp-home > .campaign-picture-hero,
.lp-home > .campaign-hero { background-color: var(--lp-campaign-blue); }

.lp-home .lp-quick-actions {
  width: min(1000px, calc(100% - 48px));
  gap: 18px;
  margin-top: -34px;
  padding: 24px;
  border-radius: 28px;
  background: var(--lp-campaign-navy);
  box-shadow: 0 22px 50px rgba(11, 43, 83, .22);
}
.lp-home .lp-quick-action {
  min-height: 104px;
  color: var(--lp-campaign-navy);
  border: 2px solid #fff;
  border-radius: 52px;
  background: #fff;
  box-shadow: none;
}
.lp-home .lp-quick-action:hover { transform: translateY(-3px); box-shadow: 0 9px 22px rgba(0,0,0,.18); }
.lp-home .lp-quick-action-primary {
  color: #fff;
  border-color: var(--lp-campaign-pink);
  background: var(--lp-campaign-pink);
}
.lp-home .lp-quick-action-primary small,
.lp-home .lp-quick-action-primary span { color: #fff; }
.lp-home .lp-quick-action:not(.lp-quick-action-primary) span { color: var(--lp-campaign-pink); }

.lp-home .trust-strip {
  padding: 34px 0 28px;
  background: #fff;
}
.lp-home .trust-grid > div { border-color: #cdeaf5; }
.lp-home .trust-grid strong { color: var(--lp-campaign-blue); }

.lp-home .lp-problems {
  background:
    linear-gradient(135deg, rgba(34,185,239,.06) 25%, transparent 25%) 0 0 / 36px 36px,
    var(--lp-campaign-pale);
}
.lp-home .lp-problem-grid article,
.lp-home .lp-reason-grid article,
.lp-home .lp-tool-grid a,
.lp-home .service-card,
.lp-home .post-card {
  border: 2px solid #bfeaf9;
  border-radius: 14px;
  box-shadow: none;
}
.lp-home .lp-problem-grid article { min-height: 218px; }
.lp-home .lp-problem-grid article > span,
.lp-home .lp-faq-list summary::before {
  background: var(--lp-campaign-blue);
}
.lp-home .lp-solution-line strong {
  padding: 8px 18px 12px;
  background: linear-gradient(transparent 56%, var(--lp-campaign-yellow) 56%);
}

.lp-home .lp-offer {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(34,185,239,.36), transparent 25%),
    linear-gradient(135deg, #112d56 0%, #183b70 100%);
}
.lp-home .lp-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 24px 24px;
}
.lp-home .lp-offer .shell { position: relative; z-index: 1; }
.lp-home .lp-price-card {
  padding: 30px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(0,0,0,.22);
}
.lp-home .lp-price-label { color: var(--lp-campaign-navy); }
.lp-home .lp-price-main {
  min-height: 142px;
  border-radius: 12px;
  background: var(--lp-campaign-yellow);
}
.lp-home .lp-price-main strong,
.lp-home .lp-counter-grid strong { color: var(--lp-campaign-pink); }
.lp-home .lp-counter-grid div {
  border: 2px solid #bfeaf9;
  border-radius: 10px;
  background: var(--lp-campaign-pale);
}
.lp-home .lp-price-reasons h3,
.lp-home .lp-price-reasons article > span { color: var(--lp-campaign-yellow); }

.lp-home .lp-button {
  min-height: 64px;
  min-width: min(100%, 360px);
  border-radius: 50px;
  background: var(--lp-campaign-pink);
  box-shadow: none;
}
.lp-home .lp-button:hover,
.lp-home .lp-button:focus-visible { filter: brightness(.94); transform: translateY(-2px); }
.lp-home .lp-button-yellow {
  color: #fff;
  background: var(--lp-campaign-pink);
}

.lp-home .lp-tools,
.lp-home .lp-compare,
.lp-home .lp-faq { background: #fff; }
.lp-home .lp-reasons,
.lp-home .lp-products,
.lp-home .lp-columns { background: var(--lp-campaign-pale); }
.lp-home .lp-tool-grid a {
  min-height: 270px;
  background: #fff;
}
.lp-home .lp-tool-grid a:hover { border-color: var(--lp-campaign-blue); }
.lp-home .lp-tool-grid span,
.lp-home .lp-reason-grid span { color: var(--lp-campaign-blue); }
.lp-home .lp-tool-grid b,
.lp-home .text-link { color: var(--lp-campaign-pink); }
.lp-home .lp-reason-grid article {
  border-top: 8px solid var(--lp-campaign-cyan);
  background: #fff;
}

.lp-home .lp-compare-table {
  overflow: auto;
  border: 2px solid var(--lp-campaign-navy);
  border-radius: 12px;
  box-shadow: none;
}
.lp-home .lp-compare-table thead th { background: var(--lp-campaign-navy); }
.lp-home .lp-compare-table tbody th { color: var(--lp-campaign-navy); background: #dff6ff; }
.lp-home .lp-compare-table tbody tr:nth-child(even) td { background: #f5fcff; }
.lp-home .lp-inline-cta {
  padding: 28px 34px;
  border-radius: 14px;
  background: var(--lp-campaign-navy);
}
.lp-home .lp-inline-cta .lp-button { color: #fff; background: var(--lp-campaign-pink); }

.lp-home .lp-flow {
  background:
    radial-gradient(circle at 20% 15%, rgba(34,185,239,.34), transparent 24%),
    var(--lp-campaign-navy);
}
.lp-home .lp-flow-list li {
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
}
.lp-home .lp-flow-list li:not(:last-child)::after { background: var(--lp-campaign-yellow); }
.lp-home .lp-flow-list span { color: var(--lp-campaign-yellow); }

.lp-home .lp-faq-list { border-top: 3px solid var(--lp-campaign-navy); }
.lp-home .lp-faq-list details { border-bottom-color: #cfe8f3; }
.lp-home .lp-faq-list summary::after,
.lp-home .lp-faq-link a { color: var(--lp-campaign-pink); }

.lp-home .lp-final-cta {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background: var(--lp-campaign-navy);
}
.lp-home .lp-final-cta::before,
.lp-home .lp-final-cta::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--lp-campaign-blue);
  opacity: .25;
}
.lp-home .lp-final-cta::before { top: -145px; left: -70px; }
.lp-home .lp-final-cta::after { right: -70px; bottom: -165px; }
.lp-home .lp-final-cta .shell { position: relative; z-index: 1; }
.lp-home .lp-final-cta p { color: var(--lp-campaign-yellow); }
.lp-home .lp-final-cta .lp-button-yellow { color: #fff; background: var(--lp-campaign-pink); }
.lp-home .lp-final-cta .lp-button-outline { color: #fff; border-color: #fff; background: transparent; }

@media (max-width: 980px) {
  .home .site-header { color: var(--lp-campaign-navy); background: rgba(255,255,255,.98); }
  .home .brand-copy strong { color: var(--lp-campaign-navy); }
  .home .brand-copy small { color: #63748a; }
  .home .mobile-menu summary { color: var(--lp-campaign-blue); }
  .lp-home .lp-quick-actions { margin-top: 18px; padding: 18px; border-radius: 22px; }
  .lp-home .lp-quick-action { min-height: 88px; border-radius: 44px; }
  .lp-home .lp-section { padding: 70px 0; }
  .lp-home .lp-price-layout { gap: 34px; }
}

@media (max-width: 580px) {
  .lp-home .shell,
  .lp-home .lp-quick-actions { width: min(100% - 28px, 1456px); }
  .lp-home .lp-section { padding: 56px 0 60px; }
  .lp-home .lp-centered-heading h2,
  .lp-home .section-heading h2 { font-size: 28px; }
  .lp-home .lp-centered-heading h2::after,
  .lp-home .section-heading h2::after { width: 58px; height: 4px; margin-top: 15px; }
  .lp-home .lp-quick-actions { padding: 14px; }
  .lp-home .lp-quick-action { grid-template-columns: 1fr; padding: 17px 20px; border-radius: 15px; }
  .lp-home .lp-quick-action small,
  .lp-home .lp-quick-action strong,
  .lp-home .lp-quick-action span { grid-column: 1; grid-row: auto; }
  .lp-home .lp-price-card { padding: 20px 14px; }
  .lp-home .lp-price-main { min-height: 110px; }
  .lp-home .lp-button { min-width: 0; width: 100%; }
  .lp-home .lp-inline-cta { padding: 24px 20px; }
  .lp-home .lp-final-cta { padding: 60px 0; }
}

/* v11.11: supplied visual sections with real HTML link hotspots. */
.lp-home .lp-art-section {
  overflow: hidden;
  padding: 0;
  background:
    repeating-linear-gradient(135deg, rgba(35, 168, 221, .025) 0 2px, transparent 2px 7px),
    #eaf7fc;
}

.lp-art-sr,
.lp-art-hotspot > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lp-home .lp-art-frame {
  position: relative;
  margin-inline: auto;
}

.lp-home .lp-art-frame > img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-home .lp-art-mobile { display: none; }

.lp-art-hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lp-art-hotspot:hover {
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .42), 0 8px 24px rgba(5, 48, 100, .2);
  transform: translateY(-2px);
}

.lp-art-hotspot:focus-visible {
  outline: 5px solid #ffdc13;
  outline-offset: 4px;
  background: rgba(255, 255, 255, .16);
}

.lp-art-price-button {
  left: 4.7%;
  top: 81.2%;
  width: 35.9%;
  height: 9.1%;
}

.lp-art-tool-button {
  top: 81.1%;
  height: 11.4%;
  border-radius: 12px;
}

.lp-art-tool-button-1 { left: 3.3%; width: 29.4%; }
.lp-art-tool-button-2 { left: 34.2%; width: 30.1%; }
.lp-art-tool-button-3 { left: 65.8%; width: 31.2%; }

@media (max-width: 980px) {
  .lp-home .lp-art-section { padding: 54px 0 60px; }
  .lp-home .lp-art-desktop { display: none; }
  .lp-home .lp-art-mobile { display: block; }
  .lp-home .lp-art-mobile > .section-kicker { margin-bottom: 10px; }
  .lp-home .lp-art-mobile > h3 {
    margin: 0;
    color: var(--lp-campaign-navy);
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.42;
  }
  .lp-home .lp-art-lead {
    margin: 16px 0 28px;
    color: var(--lp-muted);
    font-size: 16px;
    line-height: 1.9;
  }
  .lp-home .lp-art-price .lp-price-card {
    max-width: 620px;
    margin-inline: auto;
  }
  .lp-home .lp-art-mobile-points {
    max-width: 620px;
    margin: 28px auto 0;
    padding: 24px 20px;
    border: 2px solid #a9def2;
    border-radius: 16px;
    background: rgba(255,255,255,.86);
  }
  .lp-home .lp-art-mobile-points h4 {
    margin: 0 0 18px;
    color: #f07a18;
    font-size: 22px;
  }
  .lp-home .lp-art-mobile-points ol {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: lp-mobile-point;
  }
  .lp-home .lp-art-mobile-points li {
    position: relative;
    padding-left: 52px;
    counter-increment: lp-mobile-point;
  }
  .lp-home .lp-art-mobile-points li::before {
    content: "0" counter(lp-mobile-point);
    position: absolute;
    left: 0;
    top: 0;
    color: var(--lp-campaign-blue);
    font-size: 18px;
    font-weight: 1000;
  }
  .lp-home .lp-art-mobile-points strong,
  .lp-home .lp-art-mobile-points span { display: block; }
  .lp-home .lp-art-mobile-points strong { color: var(--lp-campaign-navy); font-size: 18px; }
  .lp-home .lp-art-mobile-points span { margin-top: 5px; color: var(--lp-muted); line-height: 1.75; }

  .lp-home .lp-art-mobile-tool-grid,
  .lp-home .lp-art-mobile-reason-grid {
    display: grid;
    gap: 18px;
    margin-top: 30px;
  }
  .lp-home .lp-art-mobile-tool-grid article,
  .lp-home .lp-art-mobile-reason-grid article {
    position: relative;
    padding: 24px 20px 22px;
    border: 2px solid #a9def2;
    border-radius: 16px;
    background: rgba(255,255,255,.92);
  }
  .lp-home .lp-art-mobile-tool-grid article > span,
  .lp-home .lp-art-mobile-reason-grid article > span {
    display: block;
    margin-bottom: 8px;
    color: var(--lp-campaign-blue);
    font-size: 28px;
    font-weight: 1000;
  }
  .lp-home .lp-art-mobile-tool-grid h4,
  .lp-home .lp-art-mobile-reason-grid h4 {
    margin: 0 0 10px;
    color: var(--lp-campaign-navy);
    font-size: 21px;
  }
  .lp-home .lp-art-mobile-tool-grid p,
  .lp-home .lp-art-mobile-reason-grid p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.8;
  }
  .lp-home .lp-art-mobile-tool-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 20px;
    border-radius: 999px;
    color: #fff;
    background: var(--lp-campaign-pink);
    font-weight: 900;
  }
}
