@charset "UTF-8";

/* main.css を入口にしてテーマCSSを読み込む（静的HTMLは main.css だけ参照） */
@import url("./assets/scss/app.css");

/* ------------------------------------------------------------
   Static pages extras (privacy-policy / terms-of-service)
------------------------------------------------------------ */

.container {
  width: 100%;
}

.max600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.policy-page {
  margin: 0 auto;
  padding: 40px 30px 100px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 780px;
}

.page-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

.policy-section {
  margin-bottom: 30px;
}

.policy-section h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.policy-section p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.policy-section ol {
  list-style-type: decimal;
  margin-bottom: 15px;
  padding: 32px 50px;
}

.policy-section li {
  margin-bottom: 5px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .policy-page {
    padding: 40px 20px 110px 20px;
  }
  .page-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .policy-section h2 {
    font-size: 16px;
  }
}

.tokushoho-price-page {
  padding: 40px 0 120px;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.tokushoho-section {
  width: 100%;
  margin-bottom: 60px;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  padding-left: 10px;
  border-left: 4px solid #426579;
}

.tokushoho-table,
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: fixed;
}

.tokushoho-table th,
.tokushoho-table td,
.price-table th,
.price-table td {
  padding: 12px 8px;
  border: 1px solid #ddd;
  word-wrap: break-word;
  box-sizing: border-box;
  vertical-align: top;
}

.tokushoho-table th {
  width: 30%;
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
}

.tokushoho-table td {
  width: 70%;
}

.price-section {
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #eee;
}

.price-subsection {
  margin-bottom: 40px;
}

.price-table-wrapper {
  margin-bottom: 30px;
  overflow-x: auto;
}

.price-table th {
  width: 40%;
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.price-table td {
  width: 60%;
  text-align: right;
  line-height: 1.4;
}

.price-note {
  margin-top: 40px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 5px;
}

.price-note p {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}

.campaign-text {
  color: #e60012;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 10px;
}

.new-price {
  color: #e60012;
  font-weight: bold;
}

/* fixed-bottom を中央寄せ（body は中央寄せ前提） */
.fixed-bottom {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .tokushoho-price-page {
    padding: 20px 15px 140px;
    max-width: 100%;
  }
  .tokushoho-table th,
  .tokushoho-table td,
  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .tokushoho-table th,
  .price-table th {
    border-bottom: none;
  }
  .tokushoho-table td,
  .price-table td {
    border-top: none;
  }
  .section-title {
    font-size: 18px;
    margin: 25px 0 15px;
  }
}

/* ------------------------------------------------------------
   Car LP (Left image / Phone / Right nav) - index.html only
   Scoped by body.lp-car to avoid affecting WP pages.
------------------------------------------------------------ */

body.lp-car {
  display: block;
  background: #f4f6fb;
  color: #111827;
  letter-spacing: 0.4px;
}

body.lp-car a {
  color: inherit;
}

body.lp-car img:not([src]),
body.lp-car img[src=""] {
  opacity: 0;
}

.kv {
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.kv__top {
  padding: 10px 14px 8px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #ffffff;
}

.kv__topLead {
  font-size: 12px;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
}

.kv__topBrand {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  background: #0f5132;
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.kv__rush {
  background: #0f5132;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 10px;
  font-weight: 900;
}

.kv__rushTime {
  font-size: 12px;
  opacity: 0.95;
}

.kv__rushMain {
  font-size: 14px;
}

.kv__rushMin {
  display: inline-block;
  padding: 0 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
}

.kv__quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #0b0f14;
}

.kv__quickItem {
  display: grid;
  grid-template-rows: 56px auto;
  text-decoration: none;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.kv__quickItem:last-child {
  border-right: none;
}

.kv__quickImg {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  overflow: hidden;
}

.kv__quickImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kv__quickLabel {
  padding: 8px 4px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 11px;
  background: #0b0f14;
}

.kv__hero {
  position: relative;
  overflow: hidden;
  background: #f3f4f6;
}

.kv__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 180px;
  background: #0f5132;
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
}

.kv__heroBg {
  height: 240px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(37, 99, 235, 0.10));
}

.kv__heroBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kv__heroInner {
  position: relative;
  padding: 14px 14px 12px;
  z-index: 1;
}

.kv__heroText {
  max-width: 260px;
}

.kv__heroSub {
  font-weight: 900;
  font-size: 18px;
  color: #f97316;
  line-height: 1.1;
}

.kv__heroTitle {
  margin-top: 6px;
  font-weight: 900;
  font-size: 26px;
  color: #f97316;
  line-height: 1.15;
}

.kv__heroBadges {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.kvBadge {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: #ffffff;
  border: 4px solid #f59e0b;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #111827;
}

.kvBadge__top,
.kvBadge__bot {
  font-size: 12px;
  font-weight: 900;
}

.kvBadge__mid {
  margin-top: 2px;
  font-weight: 900;
  font-size: 12px;
}

.kvBadge__num {
  font-size: 26px;
  color: #ef4444;
  letter-spacing: 0.2px;
}

.kvRibbon {
  background: #0f5132;
  border-radius: 10px;
  padding: 10px 10px;
  display: grid;
  grid-template-columns: 1fr 68px;
  gap: 10px;
  align-items: center;
  color: #ffffff;
}

.kvRibbon__text {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
}

.kvRibbon__map {
  width: 68px;
  height: 54px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.kvRibbon__map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.kv__price {
  padding: 14px 14px 14px;
  background: #0f5132;
  color: #ffffff;
}

.kv__priceNote {
  text-align: center;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 10px;
}

.kv__priceBox {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.10);
  padding: 12px 12px;
  display: grid;
  gap: 8px;
}

.kv__priceOld {
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  opacity: 0.95;
}

.kv__priceOldLabel {
  margin-right: 6px;
}

.kv__priceOldValue {
  position: relative;
  padding: 0 6px;
}

.kv__priceOldValue::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 52%;
  height: 4px;
  background: #ef4444;
  transform: rotate(-8deg);
  border-radius: 999px;
}

.kv__priceNew {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.kv__priceNewMain {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.kv__priceNewValue {
  font-weight: 900;
  font-size: 44px;
  color: #fde047;
  letter-spacing: 0.2px;
  line-height: 1;
}

.kv__priceNewUnit {
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
}

.kv__priceNewTax {
  font-weight: 900;
  font-size: 12px;
  opacity: 0.95;
}

.kv__cards {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
  font-size: 13px;
}

.kv__cardsIcon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

.kv__cardsIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.kv__bottomBadges {
  padding: 14px 14px 16px;
  background: #0f5132;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.kvCircle {
  background: #fef3c7;
  border: 3px solid #f59e0b;
  border-radius: 999px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 6px;
}

.kvCircle__title {
  font-weight: 900;
  font-size: 12px;
  color: #ef4444;
  line-height: 1.1;
}

.kvCircle__sub {
  margin-top: 6px;
  font-weight: 900;
  font-size: 11px;
  color: #111827;
  line-height: 1.1;
}

.lp-ph {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(34, 197, 94, 0.08));
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 14px;
  overflow: hidden;
}

.lp-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-ph--logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.lp-ph--wide {
  width: 100%;
  height: 140px;
  margin-top: 12px;
}

.lp-mast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lp-mast__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-mast__brandName {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
}

.lp-mast__brandSub {
  font-weight: 800;
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}

.lp-mast__menu {
  font-weight: 900;
  font-size: 12px;
  color: #6b7280;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
}

.lp-heroBox {
  margin-top: 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

.lp-heroBox__bg {
  height: 170px;
  border: none;
  border-radius: 0;
}

.lp-heroBox__content {
  padding: 14px;
}

.lp-heroBox__price {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid rgba(17, 24, 39, 0.10);
}

.lp-heroBox__priceLabel {
  font-weight: 900;
  font-size: 12px;
  color: #2563eb;
}

.lp-heroBox__priceValue {
  margin-top: 2px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.lp-heroBox__priceValue strong {
  font-size: 30px;
  font-weight: 900;
  color: #f59e0b;
  letter-spacing: 0.2px;
}

.lp-heroBox__priceNote {
  margin-top: 4px;
  font-size: 11px;
  color: #6b7280;
}

.lp-shell {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 768px) minmax(240px, 1fr);
  padding: 0;
  align-items: stretch;
}

.lp-left {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100svh;
  overflow: hidden;
  background: #0b1220;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.lp-left__imgWrap,
.lp-left__img {
  width: 100%;
  height: 100%;
}

.lp-left__img {
  display: block;
  object-fit: cover;
}

.lp-left__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 18px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0));
  color: #ffffff;
}

.lp-left__brandTop {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.1;
}

.lp-left__brandBottom {
  font-size: 12px;
  opacity: 0.85;
  margin-top: 6px;
}

.lp-left__note {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.8;
}

.lp-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-phone {
  width: 100%;
  max-width: 768px;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: #ffffff;
  box-shadow: 0 26px 80px rgba(17, 24, 39, 0.18);
  overflow: hidden;
  position: relative;
}

.lp-phone__status {
  height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  color: #111827;
}

.lp-phone__time {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
}

.lp-phone__statusRight {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.lp-phone__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.55);
}

.lp-phone__body {
  height: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  background: radial-gradient(900px 420px at 20% 10%, rgba(37, 99, 235, 0.10), transparent 55%),
    radial-gradient(900px 420px at 80% 10%, rgba(34, 197, 94, 0.08), transparent 55%),
    #ffffff;
}

.lp-section {
  padding: 22px 18px;
}

.lp-h2 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
  color: #111827;
}

.lp-hero {
  padding-top: 18px;
}

.lp-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.15);
  border: 1px solid rgba(250, 204, 21, 0.35);
  color: #fde047;
  font-weight: 800;
  font-size: 12px;
}

.lp-hero__title {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  color: #111827;
  letter-spacing: 0.4px;
}

.lp-hero__lead {
  margin-top: 10px;
  font-size: 14px;
  color: #374151;
}

.lp-hero__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  user-select: none;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn--full {
  width: 100%;
}

.lp-btn--primary {
  background: linear-gradient(135deg, #2563eb, #22c55e);
  border-color: rgba(34, 197, 94, 0.35);
  color: #06101d;
}

.lp-btn--ghost {
  background: #ffffff;
  color: #111827;
  border-color: rgba(17, 24, 39, 0.14);
}

.lp-hero__points {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-chip {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.10);
  color: #111827;
}

.lp-cards {
  display: grid;
  gap: 10px;
}

.lp-card {
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.10);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.lp-card__kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(17, 24, 39, 0.60);
}

.lp-card__title {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 900;
  color: #111827;
  line-height: 1.3;
}

.lp-card__text {
  margin-top: 6px;
  font-size: 13px;
  color: #374151;
}

.lp-lineup {
  display: grid;
  gap: 10px;
}

.lp-lineup__item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.10);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.lp-lineup__thumb {
  width: 82px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.45), rgba(34, 197, 94, 0.28));
  border: 1px solid rgba(17, 24, 39, 0.10);
}

.lp-lineup__thumb--2 {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.35), rgba(96, 165, 250, 0.35));
}

.lp-lineup__thumb--3 {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.35), rgba(34, 197, 94, 0.3));
}

.lp-lineup__title {
  font-size: 15px;
  font-weight: 900;
  color: #111827;
  line-height: 1.2;
}

.lp-lineup__text {
  margin-top: 6px;
  font-size: 13px;
  color: #374151;
}

.lp-noteBox {
  margin-top: 10px;
  padding: 12px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid rgba(17, 24, 39, 0.10);
}

.lp-noteBox__text {
  font-size: 12px;
  color: #374151;
}

.lp-priceGrid {
  display: grid;
  gap: 10px;
}

.lp-price {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

.lp-price--accent {
  border-color: rgba(34, 197, 94, 0.28);
  background: radial-gradient(700px 280px at 20% 10%, rgba(34, 197, 94, 0.16), transparent 60%),
    #ffffff;
}

.lp-price__head {
  padding: 14px 14px 10px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.lp-price__title {
  font-size: 15px;
  font-weight: 900;
  color: #111827;
}

.lp-price__sub {
  margin-top: 6px;
  font-size: 12px;
  color: #4b5563;
}

.lp-price__body {
  padding: 12px 14px 14px;
}

.lp-price__row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 10px;
}

.lp-price__row strong {
  font-size: 28px;
  font-weight: 900;
  color: #f59e0b;
  letter-spacing: 0.2px;
}

.lp-ul {
  display: grid;
  gap: 6px;
  padding-left: 16px;
  list-style: disc;
}

.lp-ul li {
  font-size: 12px;
  color: #374151;
}

.lp-footnote {
  margin-top: -6px;
  padding: 0 18px 18px;
  font-size: 11px;
  color: #6b7280;
}

.lp-faq {
  display: grid;
  gap: 10px;
}

.lp-faq__item {
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.lp-faq__q {
  cursor: pointer;
  padding: 12px 12px;
  font-weight: 900;
  font-size: 13px;
  list-style: none;
}

.lp-faq__q::-webkit-details-marker {
  display: none;
}

.lp-faq__a {
  padding: 0 12px 12px;
  font-size: 13px;
  color: #374151;
}

.lp-contact__card {
  border-radius: 18px;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

.lp-contact__title {
  font-size: 16px;
  font-weight: 900;
  color: #111827;
}

.lp-contact__text {
  margin-top: 8px;
  font-size: 13px;
  color: #374151;
}

.lp-form {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.lp-field {
  display: grid;
  gap: 6px;
}

.lp-field__label {
  font-size: 12px;
  font-weight: 900;
  color: #374151;
}

.lp-input {
  width: 100%;
  height: 42px;
  border-radius: 12px;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.16);
  color: #111827;
  outline: none;
}

.lp-input::placeholder {
  color: rgba(107, 114, 128, 0.95);
}

.lp-privacy {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}

.lp-footer {
  padding: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lp-topLink {
  font-weight: 900;
  font-size: 12px;
  opacity: 0.9;
}

.lp-footer__copy {
  font-size: 11px;
  color: #6b7280;
}

.lp-nav {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100svh;
}

.lp-nav__inner {
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.16);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
}

.lp-nav__logo {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 2px;
  color: #111827;
}

.lp-nav__desc {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
}

.lp-nav__links {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.lp-nav__link {
  height: 40px;
  border-radius: 12px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 13px;
  background: #f3f4f6;
  border: 1px solid rgba(17, 24, 39, 0.10);
  color: #111827;
}

.lp-nav__ctas {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.lp-nav__hint {
  margin-top: auto;
  font-size: 11px;
  color: #6b7280;
  padding-top: 14px;
}

@media (max-width: 1100px) {
  .lp-shell {
    grid-template-columns: 1fr minmax(360px, 460px);
  }
  .lp-nav {
    display: none;
  }
}

@media (max-width: 860px) {
  .lp-shell {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .lp-left {
    display: none;
  }
  .lp-phone {
    height: calc(100vh - 28px);
    border-radius: 26px;
  }
}
