/*
 * 00｜商品LP共通：COYOTE Product LP Foundation｜CSS v2.0.4
 *
 * Target pages:
 * - Commerce Suite: .coyote-product-lp--commerce
 * - Order Essentials: .coyote-product-lp--order
 * - Content I/O: .coyote-product-lp--contentio
 * - COYOTE REPORT: .coyote-product-lp--report
 * - Delivery Receipt: .coyote-product-lp--receipt
 *
 * Design rule:
 * - Commerce Suite is the visual reference, but the right anchor is redefined here.
 * - Anchor order is TOP, 01, 02, ...
 * - One anchor item is active at a time.
 * - Section spacing is padding-based.
 * - Card internals are padding-based.
 * - Grids and card rows are gap-based.
 */

body .coyote-product-lp,
body .coyote-product-lp *,
body .coyote-product-lp *::before,
body .coyote-product-lp *::after {
  box-sizing: border-box;
}

body .coyote-product-lp {
  --coyote-lp-font: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --coyote-lp-ink: #111111;
  --coyote-lp-paper: #f4efe4;
  --coyote-lp-paper-2: #fffaf0;
  --coyote-lp-dark: #050505;
  --coyote-lp-dark-2: #15130d;
  --coyote-lp-accent: #ffda3d;
  --coyote-lp-accent-deep: #c49a13;
  --coyote-lp-muted: #6f685f;
  --coyote-lp-line: rgba(17, 17, 17, 0.13);
  --coyote-lp-line-dark: rgba(255, 218, 61, 0.24);
  --coyote-lp-card: rgba(255, 255, 255, 0.84);
  --coyote-lp-white: #ffffff;
  --coyote-lp-max: 1160px;
  --coyote-lp-pad-x: 56px;
  --coyote-lp-grid: 36px;

  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    var(--coyote-lp-paper);
  background-size: var(--coyote-lp-grid) var(--coyote-lp-grid);
  color: var(--coyote-lp-ink);
  font-family: var(--coyote-lp-font);
  font-feature-settings: "palt" 1;
  font-weight: 600;
  line-height: 1.78;
}

body .coyote-product-lp h1,
body .coyote-product-lp h2,
body .coyote-product-lp h3,
body .coyote-product-lp h4,
body .coyote-product-lp p,
body .coyote-product-lp a,
body .coyote-product-lp li,
body .coyote-product-lp dl,
body .coyote-product-lp dt,
body .coyote-product-lp dd,
body .coyote-product-lp table,
body .coyote-product-lp caption,
body .coyote-product-lp th,
body .coyote-product-lp td,
body .coyote-product-lp summary,
body .coyote-product-lp button {
  font-family: inherit;
}

body .coyote-product-lp h1,
body .coyote-product-lp h2,
body .coyote-product-lp h3,
body .coyote-product-lp h4,
body .coyote-product-lp p,
body .coyote-product-lp ul,
body .coyote-product-lp ol,
body .coyote-product-lp dl {
  margin-top: 0;
}

body .coyote-product-lp a {
  color: inherit;
  text-decoration: none;
}

body .coyote-product-lp > section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 86px);
  padding: clamp(96px, 12vh, 156px) 0;
}

body .coyote-product-lp > section[class*="__hero"],
body .coyote-product-lp > section[class*="__section--dark"] {
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 218, 61, 0.18), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, var(--coyote-lp-dark), #11100b 52%, #25200e);
  background-size: auto, var(--coyote-lp-grid) var(--coyote-lp-grid), var(--coyote-lp-grid) var(--coyote-lp-grid), auto;
  color: var(--coyote-lp-white);
}

body .coyote-product-lp > section[class*="__section--paper"],
body .coyote-product-lp > section[class*="__final"] {
  background:
    linear-gradient(rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    var(--coyote-lp-paper);
  background-size: var(--coyote-lp-grid) var(--coyote-lp-grid);
  color: var(--coyote-lp-ink);
}

body .coyote-product-lp [class$="__inner"],
body .coyote-product-lp [class$="__hero-inner"],
body .coyote-product-lp [class$="__final-inner"] {
  width: min(var(--coyote-lp-max), calc(100% - var(--coyote-lp-pad-x)));
  margin-right: auto;
  margin-left: auto;
}

body .coyote-product-lp [class$="__hero-inner"] {
  display: grid;
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}

body .coyote-product-lp--order [class$="__hero-inner"] {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
}

body .coyote-product-lp [class*="__kicker"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 0 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--coyote-lp-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

body .coyote-product-lp [class*="__hero"] [class*="__kicker"],
body .coyote-product-lp [class*="__section--dark"] [class*="__kicker"] {
  border-color: rgba(255, 218, 61, 0.7);
  background: rgba(255, 218, 61, 0.13);
  color: var(--coyote-lp-accent);
}

body .coyote-product-lp h1 {
  max-width: 980px;
  margin-bottom: 30px;
  color: inherit;
  font-size: clamp(56px, 5.2vw, 92px);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: -0.042em;
  word-break: keep-all;
  line-break: strict;
  text-wrap: balance;
}

body .coyote-product-lp h2 {
  max-width: 1040px;
  margin-bottom: 24px;
  color: inherit;
  font-size: clamp(44px, 4.2vw, 70px);
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: -0.032em;
  word-break: keep-all;
  line-break: strict;
  text-wrap: balance;
}

body .coyote-product-lp h3 {
  color: inherit;
  font-size: clamp(21px, 1.7vw, 29px);
  font-weight: 850;
  line-height: 1.32;
  letter-spacing: -0.022em;
}

body .coyote-product-lp p {
  margin-bottom: 0;
  color: var(--coyote-lp-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

body .coyote-product-lp [class*="__hero"] p,
body .coyote-product-lp [class*="__section--dark"] p {
  color: rgba(255, 255, 255, 0.78);
}

body .coyote-product-lp [class*="__lead"] {
  max-width: 820px;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.95;
}

body .coyote-product-lp [class*="__section-head"] {
  max-width: 900px;
  margin-bottom: clamp(44px, 5vw, 72px);
}

body .coyote-product-lp [class*="__section-head--wide"] {
  max-width: 1080px;
}

body .coyote-product-lp [class*="__section-head--center"] {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body .coyote-product-lp [class*="__section-head--center"] [class*="__kicker"] {
  margin-right: auto;
  margin-left: auto;
}

body .coyote-product-lp [class*="__section-head--center"] p,
body .coyote-product-lp [class*="__section-head"] p {
  max-width: 860px;
}

body .coyote-product-lp [class*="__section-head--center"] p {
  margin-right: auto;
  margin-left: auto;
}

body .coyote-product-lp [class*="__actions"] {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

body .coyote-product-lp [class*="__actions--center"] {
  justify-content: center;
}

body .coyote-product-lp [class*="__button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

body .coyote-product-lp [class*="__button--primary"] {
  border-color: var(--coyote-lp-accent);
  background: var(--coyote-lp-accent);
  color: var(--coyote-lp-ink);
}

body .coyote-product-lp > section[class*="__section--paper"] [class*="__button"],
body .coyote-product-lp > section[class*="__final"] [class*="__button"] {
  border-color: var(--coyote-lp-line);
  background: #ffffff;
  color: var(--coyote-lp-ink);
}

body .coyote-product-lp > section[class*="__section--paper"] [class*="__button--primary"],
body .coyote-product-lp > section[class*="__final"] [class*="__button--primary"] {
  border-color: var(--coyote-lp-dark);
  background: var(--coyote-lp-dark);
  color: #ffffff;
}

body .coyote-product-lp [class*="__tags"] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

body .coyote-product-lp [class*="__tags"] li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

body .coyote-product-lp [class*="__flow-grid"],
body .coyote-product-lp [class*="__card-grid"],
body .coyote-product-lp [class*="__control-grid"],
body .coyote-product-lp [class*="__compare-panels"],
body .coyote-product-lp [class*="__billing-points"],
body .coyote-product-lp [class*="__screen-list"],
body .coyote-product-lp [class*="__visual-grid"],
body .coyote-product-lp [class*="__feature-visuals"],
body .coyote-product-lp [class*="__fit-grid"],
body .coyote-product-lp [class*="__print-panels"],
body .coyote-product-lp [class*="__settings-panels"],
body .coyote-product-lp [class*="__preset-panels"],
body .coyote-product-lp [class*="__safe-panels"],
body .coyote-product-lp [class*="__table-columns"] {
  display: grid;
  gap: 28px;
}

body .coyote-product-lp [class*="__flow-grid"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body .coyote-product-lp [class*="__card-grid--3"],
body .coyote-product-lp [class*="__control-grid"],
body .coyote-product-lp [class*="__visual-grid--3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body .coyote-product-lp [class*="__card-grid--4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body .coyote-product-lp [class*="__compare-panels"],
body .coyote-product-lp [class*="__fit-grid"],
body .coyote-product-lp [class*="__print-panels"],
body .coyote-product-lp [class*="__table-columns"],
body .coyote-product-lp [class*="__settings-panels"],
body .coyote-product-lp [class*="__preset-panels"],
body .coyote-product-lp [class*="__safe-panels"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body .coyote-product-lp [class*="__position-split"],
body .coyote-product-lp [class*="__billing-layout"],
body .coyote-product-lp [class*="__mail-layout"],
body .coyote-product-lp [class*="__split"] {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

body .coyote-product-lp article,
body .coyote-product-lp [class*="__compare-card"],
body .coyote-product-lp [class*="__fit-card"],
body .coyote-product-lp [class*="__visual-card"],
body .coyote-product-lp [class*="__large-visual"],
body .coyote-product-lp [class*="__mini-visual"],
body .coyote-product-lp [class*="__note-card"],
body .coyote-product-lp [class*="__product-map"],
body .coyote-product-lp [class*="__showcase"],
body .coyote-product-lp [class*="__screenshot-plan"],
body .coyote-product-lp [class*="__billing-board"],
body .coyote-product-lp [class*="__dashboard"],
body .coyote-product-lp [class*="__mail-card"],
body .coyote-product-lp details {
  min-width: 0;
}

body .coyote-product-lp [class*="__flow-grid"] article,
body .coyote-product-lp [class*="__card-grid"] article,
body .coyote-product-lp [class*="__compare-card"],
body .coyote-product-lp [class*="__fit-card"],
body .coyote-product-lp [class*="__mini-visual"],
body .coyote-product-lp [class*="__large-visual"],
body .coyote-product-lp [class*="__note-card"],
body .coyote-product-lp [class*="__product-map"],
body .coyote-product-lp [class*="__showcase"],
body .coyote-product-lp [class*="__screenshot-plan"],
body .coyote-product-lp [class*="__billing-board"],
body .coyote-product-lp [class*="__mail-card"],
body .coyote-product-lp [class*="__visual-card"],
body .coyote-product-lp details {
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid var(--coyote-lp-line);
  border-radius: 26px;
  background: var(--coyote-lp-card);
  box-shadow: 0 18px 48px rgba(20, 18, 12, 0.07);
}

body .coyote-product-lp [class*="__section--dark"] [class*="__flow-grid"] article,
body .coyote-product-lp [class*="__section--dark"] [class*="__card-grid"] article,
body .coyote-product-lp [class*="__section--dark"] [class*="__compare-card"],
body .coyote-product-lp [class*="__section--dark"] [class*="__fit-card"],
body .coyote-product-lp [class*="__section--dark"] [class*="__mini-visual"],
body .coyote-product-lp [class*="__section--dark"] [class*="__large-visual"],
body .coyote-product-lp [class*="__section--dark"] details {
  border-color: var(--coyote-lp-line-dark);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  box-shadow: none;
}

body .coyote-product-lp [class*="__card--dark"],
body .coyote-product-lp [class*="__compare-card--dark"],
body .coyote-product-lp [class*="__fit-card--dark"],
body .coyote-product-lp [class*="__large-visual--billing"] {
  border-color: var(--coyote-lp-line-dark) !important;
  background: linear-gradient(135deg, #12100b, #241f12) !important;
  color: #ffffff !important;
}

body .coyote-product-lp [class*="__card--dark"] p,
body .coyote-product-lp [class*="__compare-card--dark"] p,
body .coyote-product-lp [class*="__fit-card--dark"] p,
body .coyote-product-lp [class*="__large-visual--billing"] p {
  color: rgba(255, 255, 255, 0.78) !important;
}

body .coyote-product-lp [class*="__card-head"] {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

body .coyote-product-lp [class*="__card-head"] span,
body .coyote-product-lp article > span,
body .coyote-product-lp [class*="__compare-card"] > span,
body .coyote-product-lp [class*="__fit-card"] > span,
body .coyote-product-lp [class*="__visual-copy"] > span,
body .coyote-product-lp [class*="__mini-visual"] > span,
body .coyote-product-lp [class*="__large-visual"] span,
body .coyote-product-lp [class*="__dashboard-head"] span,
body .coyote-product-lp [class*="__billing-board-head"] span,
body .coyote-product-lp [class*="__product-map"] > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--coyote-lp-accent);
  color: var(--coyote-lp-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

body .coyote-product-lp [class*="__card-head"] h3 {
  margin: 0;
}

body .coyote-product-lp [class*="__flow-grid"] p,
body .coyote-product-lp [class*="__card-grid"] p,
body .coyote-product-lp [class*="__compare-card"] p,
body .coyote-product-lp [class*="__fit-card"] p,
body .coyote-product-lp [class*="__large-visual"] p,
body .coyote-product-lp [class*="__mini-visual"] p {
  font-size: 15px;
  line-height: 1.85;
}

/* Visual / mock blocks */
body .coyote-product-lp [class*="__visual"],
body .coyote-product-lp [class*="__mock"],
body .coyote-product-lp [class*="__frame"],
body .coyote-product-lp [class*="__screen-mock"],
body .coyote-product-lp [class*="__mail-mini"],
body .coyote-product-lp [class*="__table-mini"],
body .coyote-product-lp [class*="__dashboard-main"] {
  min-width: 0;
}

body .coyote-product-lp [class*="__visual-card"] {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

body .coyote-product-lp [class*="__screen-mock"],
body .coyote-product-lp [class*="__table-mini"],
body .coyote-product-lp [class*="__mail-mini"],
body .coyote-product-lp [class*="__mock-panel"],
body .coyote-product-lp [class*="__visual-frame"],
body .coyote-product-lp [class*="__showcase-frame"],
body .coyote-product-lp [class*="__billing-table"],
body .coyote-product-lp [class*="__dashboard-main"] {
  min-height: 220px;
  border: 1px solid rgba(17, 17, 17, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 218, 61, 0.12));
  background-size: 28px 28px;
}

body .coyote-product-lp [class*="__screen-mock"],
body .coyote-product-lp [class*="__table-mini"],
body .coyote-product-lp [class*="__mock-panel"],
body .coyote-product-lp [class*="__mock-grid"],
body .coyote-product-lp [class*="__showcase-body"] {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 28px;
}

body .coyote-product-lp [class*="__screen-mock"] i,
body .coyote-product-lp [class*="__table-mini"] i,
body .coyote-product-lp [class*="__mock-panel"] i,
body .coyote-product-lp [class*="__mock-grid"] i,
body .coyote-product-lp [class*="__showcase-body"] i,
body .coyote-product-lp [class*="__bars"] i {
  display: block;
  min-height: 30px;
  border: 1px solid rgba(201, 150, 19, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

body .coyote-product-lp [class*="__bars"] {
  display: flex;
  align-items: end;
  gap: 12px;
  min-height: 220px;
  padding: 28px;
}

body .coyote-product-lp [class*="__bars"] i {
  flex: 1;
  min-height: 32px;
  border-radius: 14px 14px 0 0;
  background: var(--coyote-lp-accent);
}

/* Clean table and pseudo table */
body .coyote-product-lp .coyote-clean-table-wrap,
body .coyote-product-lp [class*="__compare-board"],
body .coyote-product-lp [class*="__safe-grid"],
body .coyote-product-lp [class*="__lock-grid"],
body .coyote-product-lp [class*="__preset-grid"],
body .coyote-product-lp [class*="__range-grid"],
body .coyote-product-lp [class*="__settings-grid"],
body .coyote-product-lp [class*="__meta-grid"] {
  overflow: hidden;
  border: 1px solid var(--coyote-lp-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(20, 18, 12, 0.07);
}

body .coyote-product-lp .coyote-clean-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: transparent;
  color: var(--coyote-lp-ink);
}

body .coyote-product-lp .coyote-clean-table caption {
  caption-side: top;
  padding: 16px 20px;
  background: var(--coyote-lp-accent);
  color: var(--coyote-lp-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.04em;
}

body .coyote-product-lp .coyote-clean-table th,
body .coyote-product-lp .coyote-clean-table td {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  color: var(--coyote-lp-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

body .coyote-product-lp .coyote-clean-table thead th {
  background: var(--coyote-lp-dark);
  color: var(--coyote-lp-accent);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.04em;
}

body .coyote-product-lp .coyote-clean-table tbody th[scope="row"] {
  font-weight: 850;
  text-align: left;
}

body .coyote-product-lp .coyote-clean-table tbody td {
  text-align: center;
}

body .coyote-product-lp .coyote-clean-table tbody td:last-child {
  text-align: left;
}

body .coyote-product-lp .coyote-clean-table tbody tr:last-child th,
body .coyote-product-lp .coyote-clean-table tbody tr:last-child td {
  border-bottom: 0;
}

/* Pseudo table rows used in older LPs */
body .coyote-product-lp [class*="__compare-board-head"],
body .coyote-product-lp [class*="__compare-board-row"],
body .coyote-product-lp [class*="__safe-grid-row"],
body .coyote-product-lp [class*="__lock-grid-row"],
body .coyote-product-lp [class*="__preset-grid-row"],
body .coyote-product-lp [class*="__range-grid-row"],
body .coyote-product-lp [class*="__settings-grid-row"],
body .coyote-product-lp [class*="__meta-grid-row"] {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.8fr) minmax(0, 1.2fr);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

body .coyote-product-lp [class*="__compare-board-head"] > div,
body .coyote-product-lp [class*="__compare-board-row"] > div,
body .coyote-product-lp [class*="__safe-grid-row"] > div,
body .coyote-product-lp [class*="__lock-grid-row"] > div,
body .coyote-product-lp [class*="__preset-grid-row"] > div,
body .coyote-product-lp [class*="__range-grid-row"] > div,
body .coyote-product-lp [class*="__settings-grid-row"] > div,
body .coyote-product-lp [class*="__meta-grid-row"] > div {
  min-width: 0;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

body .coyote-product-lp [class*="--head"] > div,
body .coyote-product-lp [class*="__compare-board-head"] > div {
  background: var(--coyote-lp-dark);
  color: var(--coyote-lp-accent);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

/* Lists */
body .coyote-product-lp [class*="__fit-card"] ul,
body .coyote-product-lp [class*="__compare-card"] ul,
body .coyote-product-lp [class*="__card-grid"] ul {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

body .coyote-product-lp [class*="__fit-card"] li,
body .coyote-product-lp [class*="__compare-card"] li,
body .coyote-product-lp [class*="__card-grid"] li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
}

body .coyote-product-lp [class*="__fit-card"] li::before,
body .coyote-product-lp [class*="__compare-card"] li::before,
body .coyote-product-lp [class*="__card-grid"] li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coyote-lp-accent);
}

/* FAQ */
body .coyote-product-lp [class*="__faq-list"] {
  display: grid;
  gap: 18px;
}

body .coyote-product-lp [class*="__faq-list"] details {
  padding: 0;
  overflow: hidden;
}

body .coyote-product-lp [class*="__faq-list"] summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  cursor: pointer;
  color: var(--coyote-lp-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.5;
}

body .coyote-product-lp [class*="__faq-list"] summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--coyote-lp-accent);
  color: var(--coyote-lp-ink);
  font-size: 18px;
  font-weight: 900;
}

body .coyote-product-lp [class*="__faq-list"] details[open] summary::after {
  content: "−";
}

body .coyote-product-lp [class*="__faq-list"] details p {
  padding: 0 28px 28px;
}

/* Final CTA */
body .coyote-product-lp > section[class*="__final"],
body .coyote-product-lp > section[class*="__section--final"] {
  min-height: calc(100svh - 86px);
  text-align: center;
}

body .coyote-product-lp [class$="__final-inner"] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body .coyote-product-lp [class$="__final-inner"] p:not([class*="__kicker"]) {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

/* Right anchor: header-excluded viewport distribution with footer avoidance. TOP + 01/02... + TOPへ戻る */
body .coyote-product-lp,
body .coyote-product-lp > section {
  scroll-margin-top: var(--coyote-anchor-scroll-margin, 92px);
}

@media (min-width: 1025px) {
  body .coyote-product-lp > .coyote-product-anchor {
    --coyote-anchor-size: 31px;
    --coyote-anchor-active-width: 136px;
    --coyote-anchor-hover-width: 146px;
    --coyote-anchor-font-size: 12px;
    --coyote-anchor-label-max: 92px;

    position: fixed !important;
    top: var(--coyote-anchor-safe-top, 7svh) !important;
    right: clamp(12px, 1.6vw, 26px) !important;
    transform: none !important;
    z-index: 95 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 0 !important;
    width: auto !important;
    height: var(--coyote-anchor-safe-height, 86svh) !important;
    max-height: var(--coyote-anchor-safe-height, 86svh) !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    contain: layout style !important;
  }

  body .coyote-product-lp > .coyote-product-anchor a[hidden] {
    display: none !important;
  }

  body .coyote-product-lp > .coyote-product-anchor a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    width: var(--coyote-anchor-size) !important;
    min-width: var(--coyote-anchor-size) !important;
    max-width: var(--coyote-anchor-size) !important;
    height: var(--coyote-anchor-size) !important;
    min-height: var(--coyote-anchor-size) !important;
    max-height: var(--coyote-anchor-size) !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(20, 18, 12, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: transparent !important;
    box-shadow: 0 10px 26px rgba(20, 18, 12, 0.12) !important;
    font-family: var(--coyote-lp-font) !important;
    font-size: 0 !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition:
      width .18s ease,
      min-width .18s ease,
      max-width .18s ease,
      background-color .18s ease,
      border-color .18s ease,
      box-shadow .18s ease !important;
  }

  body .coyote-product-lp > .coyote-product-anchor a::before {
    content: attr(data-anchor-icon);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 var(--coyote-anchor-size);
    width: var(--coyote-anchor-size);
    height: var(--coyote-anchor-size);
    color: var(--coyote-lp-ink);
    font-size: clamp(7px, calc(var(--coyote-anchor-size) * 0.34), 11px);
    font-weight: 900;
    line-height: 1;
  }

  body .coyote-product-lp > .coyote-product-anchor a::after {
    content: attr(data-anchor-label);
    display: block;
    max-width: 0;
    overflow: hidden;
    color: var(--coyote-lp-ink);
    font-size: var(--coyote-anchor-font-size);
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.02em;
    opacity: 0;
    transition: max-width .18s ease, opacity .18s ease;
  }

  body .coyote-product-lp > .coyote-product-anchor a.is-active,
  body .coyote-product-lp > .coyote-product-anchor a.is-current,
  body .coyote-product-lp > .coyote-product-anchor a[aria-current="true"],
  body .coyote-product-lp > .coyote-product-anchor a:hover,
  body .coyote-product-lp > .coyote-product-anchor a:focus-visible {
    width: var(--coyote-anchor-active-width) !important;
    min-width: var(--coyote-anchor-active-width) !important;
    max-width: var(--coyote-anchor-active-width) !important;
    padding-right: 11px !important;
    border-color: rgba(212, 166, 0, 0.72) !important;
    background: var(--coyote-lp-accent) !important;
    color: transparent !important;
    box-shadow: 0 12px 28px rgba(20, 18, 12, 0.18) !important;
  }

  body .coyote-product-lp > .coyote-product-anchor a:hover,
  body .coyote-product-lp > .coyote-product-anchor a:focus-visible {
    width: var(--coyote-anchor-hover-width) !important;
    min-width: var(--coyote-anchor-hover-width) !important;
    max-width: var(--coyote-anchor-hover-width) !important;
  }

  body .coyote-product-lp > .coyote-product-anchor a.is-active::after,
  body .coyote-product-lp > .coyote-product-anchor a.is-current::after,
  body .coyote-product-lp > .coyote-product-anchor a[aria-current="true"]::after,
  body .coyote-product-lp > .coyote-product-anchor a:hover::after,
  body .coyote-product-lp > .coyote-product-anchor a:focus-visible::after {
    max-width: var(--coyote-anchor-label-max);
    opacity: 1;
  }

  body .coyote-product-lp > .coyote-product-anchor a:focus-visible {
    outline: 3px solid rgba(255, 218, 61, 0.52) !important;
    outline-offset: 3px !important;
  }

  body .coyote-product-lp > .coyote-product-anchor a.coyote-product-anchor__top,
  body .coyote-product-lp > .coyote-product-anchor a.coyote-product-anchor__backtop {
    background: var(--coyote-lp-accent) !important;
    border-color: rgba(212, 166, 0, 0.72) !important;
  }

  body .coyote-product-lp > .coyote-product-anchor a.coyote-product-anchor__backtop:not(.is-backtop-ready) {
    display: none !important;
  }

  body .coyote-product-lp > .coyote-product-anchor.is-footer-near {
    justify-content: flex-start !important;
  }

  body .coyote-product-lp > .coyote-product-anchor.is-footer-near a.coyote-product-anchor__backtop {
    width: var(--coyote-anchor-active-width) !important;
    min-width: var(--coyote-anchor-active-width) !important;
    max-width: var(--coyote-anchor-active-width) !important;
    padding-right: 11px !important;
    background: var(--coyote-lp-accent) !important;
    color: transparent !important;
  }

  body .coyote-product-lp > .coyote-product-anchor.is-footer-near a.coyote-product-anchor__backtop::after {
    max-width: var(--coyote-anchor-label-max);
    opacity: 1;
  }

  body .coyote-product-lp > .coyote-product-anchor.is-compact {
    --coyote-anchor-size: 28px;
    --coyote-anchor-active-width: 124px;
    --coyote-anchor-hover-width: 136px;
    --coyote-anchor-font-size: 11px;
    --coyote-anchor-label-max: 84px;
  }

  body .coyote-product-lp > .coyote-product-anchor.is-tight {
    --coyote-anchor-size: 24px;
    --coyote-anchor-active-width: 118px;
    --coyote-anchor-hover-width: 130px;
    --coyote-anchor-font-size: 10px;
    --coyote-anchor-label-max: 78px;
  }

  body .coyote-product-lp > .coyote-product-anchor.is-micro {
    --coyote-anchor-size: 21px;
    --coyote-anchor-active-width: 112px;
    --coyote-anchor-hover-width: 126px;
    --coyote-anchor-font-size: 10px;
    --coyote-anchor-label-max: 74px;
  }

  body .coyote-product-lp > .coyote-product-anchor.is-ultra {
    --coyote-anchor-size: 18px;
    --coyote-anchor-active-width: 104px;
    --coyote-anchor-hover-width: 118px;
    --coyote-anchor-font-size: 9px;
    --coyote-anchor-label-max: 68px;
  }

  body .coyote-product-lp > .coyote-product-anchor.is-over-limit::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--coyote-lp-accent);
    box-shadow: 0 0 0 3px rgba(255, 218, 61, 0.18);
  }
}

@media (max-width: 1180px) and (min-width: 1025px) {
  body .coyote-product-lp {
    --coyote-lp-pad-x: 112px;
  }

  body .coyote-product-lp h1 { font-size: clamp(52px, 5vw, 76px); }
  body .coyote-product-lp h2 { font-size: clamp(40px, 4vw, 60px); }
}

@media (max-width: 1024px) {
  body .coyote-product-lp > .coyote-product-anchor {
    display: none !important;
  }

  body .coyote-product-lp [class$="__hero-inner"],
  body .coyote-product-lp--order [class$="__hero-inner"],
  body .coyote-product-lp [class*="__position-split"],
  body .coyote-product-lp [class*="__billing-layout"],
  body .coyote-product-lp [class*="__mail-layout"],
  body .coyote-product-lp [class*="__split"],
  body .coyote-product-lp [class*="__visual-card"] {
    grid-template-columns: 1fr;
  }

  body .coyote-product-lp [class*="__flow-grid"],
  body .coyote-product-lp [class*="__card-grid"],
  body .coyote-product-lp [class*="__card-grid--3"],
  body .coyote-product-lp [class*="__card-grid--4"],
  body .coyote-product-lp [class*="__control-grid"],
  body .coyote-product-lp [class*="__compare-panels"],
  body .coyote-product-lp [class*="__fit-grid"],
  body .coyote-product-lp [class*="__print-panels"],
  body .coyote-product-lp [class*="__table-columns"],
  body .coyote-product-lp [class*="__settings-panels"],
  body .coyote-product-lp [class*="__preset-panels"],
  body .coyote-product-lp [class*="__safe-panels"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body .coyote-product-lp {
    --coyote-lp-pad-x: 32px;
    --coyote-lp-grid: 24px;
  }

  body .coyote-product-lp > section {
    min-height: auto;
    padding: 78px 0;
  }

  body .coyote-product-lp > section[class*="__hero"] {
    min-height: calc(100svh - 72px);
  }

  body .coyote-product-lp > section[class*="__final"],
  body .coyote-product-lp > section[class*="__section--final"] {
    min-height: calc(100svh - 72px);
  }

  body .coyote-product-lp h1 {
    font-size: clamp(38px, 11.8vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  body .coyote-product-lp h2 {
    font-size: clamp(31px, 9.1vw, 44px);
    line-height: 1.16;
    letter-spacing: -0.035em;
  }

  body .coyote-product-lp h3 {
    font-size: 23px;
    line-height: 1.3;
  }

  body .coyote-product-lp p,
  body .coyote-product-lp [class*="__lead"] {
    font-size: 14px;
    line-height: 1.85;
  }

  body .coyote-product-lp [class*="__kicker"] {
    min-height: 31px;
    margin-bottom: 18px;
    padding: 0 13px;
    font-size: 10px;
    letter-spacing: 0.075em;
  }

  body .coyote-product-lp [class*="__section-head"] {
    margin-bottom: 38px;
  }

  body .coyote-product-lp [class*="__actions"] {
    display: grid;
    gap: 12px;
    margin-top: 30px;
  }

  body .coyote-product-lp [class*="__button"] {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  body .coyote-product-lp [class*="__flow-grid"],
  body .coyote-product-lp [class*="__card-grid"],
  body .coyote-product-lp [class*="__card-grid--3"],
  body .coyote-product-lp [class*="__card-grid--4"],
  body .coyote-product-lp [class*="__control-grid"],
  body .coyote-product-lp [class*="__compare-panels"],
  body .coyote-product-lp [class*="__fit-grid"],
  body .coyote-product-lp [class*="__print-panels"],
  body .coyote-product-lp [class*="__table-columns"],
  body .coyote-product-lp [class*="__settings-panels"],
  body .coyote-product-lp [class*="__preset-panels"],
  body .coyote-product-lp [class*="__safe-panels"],
  body .coyote-product-lp [class*="__visual-grid"],
  body .coyote-product-lp [class*="__feature-visuals"] {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body .coyote-product-lp [class*="__flow-grid"] article,
  body .coyote-product-lp [class*="__card-grid"] article,
  body .coyote-product-lp [class*="__compare-card"],
  body .coyote-product-lp [class*="__fit-card"],
  body .coyote-product-lp [class*="__mini-visual"],
  body .coyote-product-lp [class*="__large-visual"],
  body .coyote-product-lp [class*="__note-card"],
  body .coyote-product-lp [class*="__product-map"],
  body .coyote-product-lp [class*="__showcase"],
  body .coyote-product-lp [class*="__screenshot-plan"],
  body .coyote-product-lp [class*="__billing-board"],
  body .coyote-product-lp [class*="__mail-card"],
  body .coyote-product-lp [class*="__visual-card"],
  body .coyote-product-lp details {
    padding: 24px;
    border-radius: 22px;
  }

  body .coyote-product-lp .coyote-clean-table,
  body .coyote-product-lp .coyote-clean-table thead,
  body .coyote-product-lp .coyote-clean-table tbody,
  body .coyote-product-lp .coyote-clean-table tr,
  body .coyote-product-lp .coyote-clean-table th,
  body .coyote-product-lp .coyote-clean-table td {
    display: block;
    width: 100% !important;
  }

  body .coyote-product-lp .coyote-clean-table thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  body .coyote-product-lp .coyote-clean-table tbody tr {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  }

  body .coyote-product-lp .coyote-clean-table tbody tr:last-child {
    border-bottom: 0;
  }

  body .coyote-product-lp .coyote-clean-table th,
  body .coyote-product-lp .coyote-clean-table td {
    padding: 0;
    border-bottom: 0;
    background: transparent;
  }

  body .coyote-product-lp .coyote-clean-table tbody th[scope="row"] {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.45;
  }

  body .coyote-product-lp .coyote-clean-table tbody td {
    display: grid;
    grid-template-columns: minmax(7.5em, 34%) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    text-align: left;
  }

  body .coyote-product-lp .coyote-clean-table tbody td::before {
    content: attr(data-label);
    color: var(--coyote-lp-muted);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  body .coyote-product-lp [class*="__compare-board-head"],
  body .coyote-product-lp [class*="__compare-board-row"],
  body .coyote-product-lp [class*="__safe-grid-row"],
  body .coyote-product-lp [class*="__lock-grid-row"],
  body .coyote-product-lp [class*="__preset-grid-row"],
  body .coyote-product-lp [class*="__range-grid-row"],
  body .coyote-product-lp [class*="__settings-grid-row"],
  body .coyote-product-lp [class*="__meta-grid-row"] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  body .coyote-product-lp {
    --coyote-lp-pad-x: 28px;
  }

  body .coyote-product-lp h1 { font-size: 36px; }
  body .coyote-product-lp h2 { font-size: 30px; }
}
