:root {
  --page-bg: #8e8568;
  --lp-bg: #ffffff;
  --ink: #222222;
  --cta: #1d1a16;
  --cta-sub: #8e8568;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--page-bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page-bg);
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
}

.site-nav {
  position: fixed;
  top: 0;
  right: 50%;
  z-index: 24;
  display: grid;
  width: min(100%, 750px);
  min-height: 46px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  transform: translateX(50%);
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.96), rgba(239, 224, 190, 0.94));
  border-bottom: 1px solid rgba(152, 105, 21, 0.34);
  box-shadow: 0 8px 24px rgba(88, 55, 8, 0.14);
  backdrop-filter: blur(10px);
}

.site-logo {
  color: #2b241b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
}

.site-nav nav {
  display: flex;
  min-width: 0;
  justify-content: flex-end;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav nav::-webkit-scrollbar {
  display: none;
}

.site-nav nav a {
  flex: 0 0 auto;
  padding: 6px 7px;
  border-radius: 999px;
  color: #4a3514;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 390px) {
  .site-logo {
    font-size: 16px;
  }

  .site-nav nav a {
    padding: 6px 5px;
    font-size: 10px;
  }
}

.site-nav nav a:hover {
  background: rgba(124, 82, 13, 0.12);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-shell {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: calc(46px + env(safe-area-inset-top)) 0 calc(58px + env(safe-area-inset-bottom));
  background: var(--lp-bg);
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.18);
}

.lp-stack,
.lp-stack picture,
.buy-block {
  width: 100%;
}

.lp-stack {
  display: flex;
  flex-direction: column;
}

.lp-stack picture,
.buy-block {
  display: block;
}

.lp-stack picture,
.buy-block {
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #fff;
}

.remake-sequence > picture:not(:first-child),
.remake-sequence > .media-keep,
.buy-block,
.contact,
.policy-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.lp-stack picture img,
.buy-block img {
  max-width: 100%;
}

.fit-narrow {
  padding: 18px 12% !important;
  line-height: 1;
}

.buy-block {
  text-decoration: none;
}

.offer-cta-wrap {
  padding: 20px 18px 30px;
  background:
    linear-gradient(180deg, #fffaf0 0%, #f8edd8 100%);
  line-height: 1;
}

.offer-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 4px;
  width: min(100%, 520px);
  min-height: 82px;
  margin: 0 auto;
  place-items: center;
  padding: 14px 24px 16px;
  border: 2px solid #f8d883;
  border-radius: 999px;
  color: #2a1400;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92) 0 18%, transparent 42%),
    linear-gradient(135deg, #9d640e 0%, #f9d877 22%, #fff3bd 43%, #d79a24 64%, #7a4607 100%);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.62) inset,
    0 8px 0 #6a3e08,
    0 18px 36px rgba(111, 66, 10, 0.3);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  animation: ctaWiggle 2.2s ease-in-out infinite;
  transform-origin: center;
}

.offer-cta.is-loading,
.bottom-buy.is-loading,
.buy-block.is-loading {
  pointer-events: none;
  filter: saturate(0.75);
  opacity: 0.78;
}

.offer-cta::before {
  content: "";
  position: absolute;
  inset: -60% -18%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.82) 45%, transparent 58%);
  transform: translateX(-88%) rotate(8deg);
  animation: ctaShine 2.8s ease-in-out infinite;
}

.offer-cta::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(78, 43, 4, 0.28);
  border-radius: inherit;
  pointer-events: none;
}

.offer-cta-kicker {
  display: inline-grid;
  min-height: 22px;
  padding: 4px 14px;
  place-items: center;
  border-radius: 999px;
  color: #fff8dc;
  background: rgba(64, 35, 4, 0.82);
  font-size: clamp(11px, 3vw, 14px);
  font-weight: 900;
  line-height: 1.1;
}

.offer-cta-main {
  font-size: clamp(22px, 6vw, 31px);
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.46);
}

.offer-cta:active {
  transform: translateY(6px);
  box-shadow:
    0 2px 0 #6a3e08,
    0 8px 18px rgba(111, 66, 10, 0.24);
}

.urgency-block {
  display: grid;
  gap: 12px;
  padding: 0 16px 24px;
  background:
    linear-gradient(180deg, #f8edd8 0%, #fffaf0 100%);
  text-align: center;
}

.stock-copy {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 12px 14px;
  border: 1px solid rgba(161, 103, 12, 0.26);
  border-radius: 8px;
  color: #3a260d;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(111, 66, 10, 0.12);
  font-size: clamp(18px, 5vw, 25px);
  font-weight: 900;
  line-height: 1.35;
}

.stock-copy strong {
  display: inline-block;
  min-width: 2.2em;
  color: #a91515;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45em;
  line-height: 1;
}

.countdown {
  display: grid;
  width: min(100%, 520px);
  margin: 0 auto;
  gap: 8px;
  padding: 13px 12px 15px;
  border-radius: 8px;
  color: #fff8dc;
  background:
    linear-gradient(135deg, #27170a 0%, #5a3609 48%, #211408 100%);
  box-shadow:
    0 0 0 1px rgba(255, 220, 132, 0.34) inset,
    0 12px 26px rgba(43, 26, 7, 0.24);
}

.countdown-label {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.countdown-values {
  display: grid;
  grid-template-columns: repeat(4, auto auto);
  justify-content: center;
  align-items: baseline;
  gap: 2px 5px;
  white-space: nowrap;
}

.countdown-values b {
  min-width: 2ch;
  color: #ffd979;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 7vw, 38px);
  line-height: 1;
}

.countdown-values small {
  color: rgba(255, 248, 220, 0.88);
  font-size: clamp(11px, 3vw, 14px);
  font-weight: 900;
}

.video-block {
  padding: 18px 14px 24px;
  background:
    linear-gradient(180deg, #fff9ee 0%, #f5ead3 100%);
}

.video-block iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 10px;
  background: #120d07;
  box-shadow:
    0 0 0 1px rgba(124, 82, 13, 0.24),
    0 14px 30px rgba(88, 55, 8, 0.22);
}

@keyframes ctaShine {
  0%, 45% {
    transform: translateX(-88%) rotate(8deg);
  }
  72%, 100% {
    transform: translateX(88%) rotate(8deg);
  }
}

@keyframes ctaWiggle {
  0%, 78%, 100% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
  82% {
    transform: translateX(-3px) rotate(-1.2deg) scale(1.02);
  }
  86% {
    transform: translateX(3px) rotate(1.2deg) scale(1.02);
  }
  90% {
    transform: translateX(-2px) rotate(-0.8deg) scale(1.01);
  }
  94% {
    transform: translateX(2px) rotate(0.8deg) scale(1.01);
  }
}

.contact {
  position: relative;
  order: 90;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.contact > img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: 0.48;
}

.contact::after {
  content: "";
  grid-area: 1 / 1;
  background: rgba(0, 0, 0, 0.36);
}

.contact-text {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  align-self: center;
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 44px 24px;
  text-align: center;
  line-height: 1.9;
}

.contact h2 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.45;
}

.contact p {
  margin: 0 0 16px;
  font-size: 14px;
}

.policy-footer {
  order: 80;
  display: grid;
  gap: 18px;
  padding: 34px 22px 42px;
  background: #f8f1e5;
  color: #2b241b;
  line-height: 1.8;
}

.policy-footer section,
.policy-footer details {
  padding: 20px 18px;
  border: 1px solid rgba(150, 113, 42, 0.22);
  background: rgba(255, 253, 248, 0.72);
}

.policy-footer h2,
.policy-footer h3,
.policy-footer p,
.policy-footer summary {
  margin: 0;
}

.policy-footer h2,
.policy-footer summary {
  color: #7c520d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.policy-footer summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-right: 28px;
}

.policy-footer summary::-webkit-details-marker {
  display: none;
}

.policy-footer summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff8dc;
  background: #7c520d;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-50%);
}

.policy-footer details[open] summary::after {
  content: "-";
}

.policy-footer h3 {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.policy-footer p {
  margin-top: 10px;
  color: rgba(43, 36, 27, 0.78);
  font-size: 13px;
}

.legal-section dl {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
}

.legal-section div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(150, 113, 42, 0.18);
}

.legal-section dt,
.legal-section dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

.legal-section dt {
  color: #7c520d;
  font-weight: 900;
}

.legal-section dd {
  color: rgba(43, 36, 27, 0.8);
}

.bottom-cta {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 20;
  display: grid;
  width: min(100%, 750px);
  grid-template-columns: minmax(0, 1fr) 86px;
  transform: translateX(50%);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  gap: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.96), rgba(222, 202, 156, 0.96));
  border-top: 1px solid rgba(152, 105, 21, 0.42);
  box-shadow: 0 -12px 28px rgba(88, 55, 8, 0.24);
  backdrop-filter: blur(10px);
}

.bottom-cta a {
  display: grid;
  min-height: 58px;
  place-items: center;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.bottom-buy {
  position: relative;
  overflow: hidden;
  color: #2a1400;
  border: 1px solid #f8d883;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9) 0 20%, transparent 46%),
    linear-gradient(135deg, #9d640e 0%, #f9d877 24%, #fff3bd 46%, #d79a24 68%, #7a4607 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.55) inset,
    0 5px 0 #6a3e08,
    0 11px 18px rgba(111, 66, 10, 0.28);
}

.bottom-buy::before {
  content: "";
  position: absolute;
  inset: -70% -20%;
  background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.78) 46%, transparent 60%);
  animation: ctaShine 3s ease-in-out infinite;
}

.bottom-buy span,
.bottom-buy strong {
  position: relative;
  z-index: 1;
}

.bottom-buy span {
  font-size: 10px;
  font-weight: 900;
}

.bottom-buy strong {
  font-size: clamp(17px, 4.6vw, 22px);
  font-weight: 900;
  letter-spacing: 0;
}

.bottom-cta a:last-child {
  color: #fff8dc;
  background: rgba(49, 31, 9, 0.9);
  border: 1px solid rgba(255, 232, 166, 0.34);
  font-size: 13px;
}

.floating-coupon {
  position: fixed;
  left: max(10px, calc(50% - 365px));
  bottom: calc(88px + env(safe-area-inset-bottom));
  z-index: 28;
  width: min(42vw, 188px);
  touch-action: none;
  user-select: none;
  transition: opacity 180ms ease, transform 180ms ease;
  animation: couponFloat 3.6s ease-in-out infinite;
}

.floating-coupon.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
}

.floating-coupon.is-dragging {
  animation: none;
  transition: none;
}

.coupon-ticket {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: #2a1400;
  background: transparent;
  box-shadow:
    0 12px 24px rgba(57, 34, 6, 0.25);
  font: inherit;
  cursor: grab;
}

.coupon-ticket:active {
  cursor: grabbing;
}

.coupon-ticket img {
  width: 100%;
  height: auto;
  border-radius: inherit;
  pointer-events: none;
}

.coupon-close {
  position: absolute;
  top: -10px;
  right: -8px;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 232, 166, 0.7);
  border-radius: 50%;
  color: #fff8dc;
  background: rgba(43, 26, 7, 0.94);
  box-shadow: 0 5px 12px rgba(43, 26, 7, 0.25);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.lp-chatbot {
  position: fixed;
  right: max(12px, calc(50% - 365px));
  bottom: calc(92px + env(safe-area-inset-bottom));
  z-index: 30;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  touch-action: none;
  user-select: none;
}

.lp-chatbot.is-dragging {
  transition: none;
}

.chat-launcher {
  display: grid;
  width: 72px;
  height: 72px;
  padding: 6px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(20, 45, 90, 0.24);
  cursor: grab;
  touch-action: none;
}

.chat-launcher:active {
  cursor: grabbing;
}

.chat-launcher img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.chat-launcher span {
  margin-top: -5px;
  color: #0b4bb3;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 86px;
  display: none;
  width: min(330px, calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid rgba(35, 88, 165, 0.22);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(10, 24, 48, 0.28);
}

.lp-chatbot.is-open .chat-panel {
  display: block;
}

.chat-header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  gap: 10px;
  align-items: center;
  padding: 12px;
  color: #fff;
  background: linear-gradient(135deg, #10afe8 0%, #2955f4 100%);
}

.chat-header img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
}

.chat-header p,
.chat-header span {
  display: block;
  margin: 0;
  line-height: 1.35;
}

.chat-header p {
  font-size: 14px;
  font-weight: 900;
}

.chat-header span {
  font-size: 11px;
  opacity: 0.9;
}

.chat-header button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 22, 70, 0.22);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.chat-messages {
  display: grid;
  max-height: 300px;
  gap: 9px;
  overflow-y: auto;
  padding: 14px 12px;
  background: #f5f9ff;
}

.chat-message {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-line;
}

.chat-message.bot {
  justify-self: start;
  color: #20324d;
  background: #fff;
  border: 1px solid rgba(23, 89, 187, 0.12);
}

.chat-message.user {
  justify-self: end;
  color: #fff;
  background: #1d68e8;
}

.chat-suggestions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 10px 10px 0;
  background: #fff;
}

.chat-suggestions button {
  min-height: 34px;
  padding: 0 6px;
  border: 1px solid rgba(29, 104, 232, 0.22);
  border-radius: 999px;
  color: #1456c7;
  background: #f4f8ff;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 8px;
  padding: 10px;
  background: #fff;
}

.chat-form input {
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(31, 59, 100, 0.18);
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.chat-form input:focus {
  border-color: #1d68e8;
  box-shadow: 0 0 0 3px rgba(29, 104, 232, 0.14);
}

.chat-form button {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #1d68e8;
  font-weight: 900;
  cursor: pointer;
}

.instant-offer {
  position: fixed;
  inset: 0;
  z-index: 78;
  display: grid;
  place-items: center;
  padding: 72px 14px 96px;
  background: rgba(34, 24, 12, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.instant-offer.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.instant-offer-panel {
  position: relative;
  width: min(86vw, 330px);
  overflow: hidden;
  border: 1px solid rgba(191, 145, 60, 0.52);
  border-radius: 14px;
  background: #fffaf0;
  box-shadow: 0 18px 54px rgba(61, 37, 8, 0.28);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.24s ease;
}

.instant-offer.is-visible .instant-offer-panel {
  transform: translateY(0) scale(1);
}

.instant-offer-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.instant-offer-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(128, 85, 18, 0.25);
  border-radius: 999px;
  color: #5e4218;
  background: rgba(255, 252, 244, 0.86);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.instant-offer-body {
  display: grid;
  gap: 10px;
  padding: 10px 14px 14px;
  background:
    linear-gradient(180deg, #fffdf8, #fff3dc);
  text-align: center;
}

.instant-offer-body p {
  margin: 0;
  color: #5d3b12;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.instant-offer-body strong {
  display: inline-block;
  min-width: 2ch;
  color: #d95d68;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", serif;
}

.instant-offer-cta {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fffdf3;
  background:
    linear-gradient(180deg, #d9a842 0%, #9d650f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 10px 20px rgba(119, 73, 8, 0.22);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.instant-offer-mini {
  position: fixed;
  top: calc(50px + env(safe-area-inset-top));
  left: 50%;
  z-index: 79;
  display: none;
  align-items: center;
  gap: 8px;
  max-width: calc(100vw - 24px);
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(197, 147, 51, 0.48);
  border-radius: 999px;
  color: #5b3a10;
  background: rgba(255, 250, 237, 0.96);
  box-shadow: 0 8px 24px rgba(72, 48, 15, 0.16);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  transform: translateX(-50%);
  cursor: pointer;
}

.instant-offer-mini.is-visible {
  display: inline-flex;
}

.instant-offer-mini strong {
  color: #d95d68;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", serif;
}

.instant-offer-mini small {
  color: #946512;
  font-size: 11px;
}

@keyframes couponFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-1.5deg);
  }

  35% {
    transform: translate3d(4px, -7px, 0) rotate(1.5deg);
  }

  70% {
    transform: translate3d(-3px, -3px, 0) rotate(-0.5deg);
  }
}

.secure-checkout-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #f8f1e5 0%, #ffffff 42%, #e7d3a8 100%);
  color: #2b241b;
}

.checkout-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  width: min(100%, 750px);
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(152, 105, 21, 0.28);
  background: rgba(255, 250, 238, 0.94);
  backdrop-filter: blur(10px);
}

.checkout-nav a {
  color: #6b4811;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.checkout-nav span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.secure-checkout {
  display: grid;
  width: min(100%, 750px);
  gap: 18px;
  margin: 0 auto;
  padding: 28px 16px 42px;
}

.secure-checkout-label {
  margin: 0;
  color: #8a6015;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.secure-checkout h1 {
  margin: -12px 0 2px;
  color: #241a10;
  font-size: clamp(28px, 8vw, 44px);
  line-height: 1.2;
}

.checkout-form,
.checkout-trust {
  border: 1px solid rgba(152, 105, 21, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 14px 34px rgba(88, 55, 8, 0.12);
}

.checkout-form {
  overflow: hidden;
}

.checkout-step {
  display: none;
  gap: 14px;
  padding: 22px 18px;
}

.checkout-step.is-active {
  display: grid;
}

.checkout-step-label {
  width: fit-content;
  margin: 0;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff8dc;
  background: #2b241b;
  font-size: 12px;
  font-weight: 900;
}

.checkout-step h2,
.checkout-payment h2 {
  margin: 0;
  color: #2b241b;
  font-size: 18px;
  line-height: 1.45;
}

.checkout-product {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(152, 105, 21, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.95), rgba(248, 233, 197, 0.78));
}

.checkout-quantity-select {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(152, 105, 21, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.95), rgba(248, 233, 197, 0.78));
}

.checkout-quantity-select > span,
.checkout-quantity-select small {
  font-weight: 900;
  line-height: 1.45;
}

.checkout-quantity-select > span {
  color: #4a3514;
  font-size: 13px;
}

.checkout-quantity-select select {
  appearance: none;
  width: 100%;
  min-height: 50px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(157, 100, 14, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(45deg, transparent 50%, #7c520d 50%) calc(100% - 19px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #7c520d 50%, transparent 50%) calc(100% - 14px) 50% / 7px 7px no-repeat,
    #fff;
  color: #222;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.checkout-quantity-select small {
  color: #946512;
  font-size: 14px;
}

.checkout-quantity-select small strong {
  color: #c01818;
  font-size: 1.12em;
  font-weight: 900;
}

.bulk-contact {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(6, 199, 85, 0.24);
  border-radius: 8px;
  background: #f2fff7;
}

.bulk-contact[hidden] {
  display: none;
}

.bulk-contact h3,
.bulk-contact p {
  margin: 0;
  line-height: 1.7;
}

.bulk-contact h3 {
  color: #116b35;
  font-size: 16px;
}

.bulk-contact p {
  color: #244432;
  font-size: 13px;
}

.bulk-contact a {
  color: #057a32;
  font-weight: 900;
}

.bulk-contact > a {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #06c755;
  text-decoration: none;
}

.checkout-step label:not(.checkout-product) {
  display: grid;
  gap: 6px;
}

.checkout-step label > span {
  color: #4a3514;
  font-size: 13px;
  font-weight: 900;
}

.checkout-step input[type="text"],
.checkout-step input[type="tel"],
.checkout-step input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(31, 59, 100, 0.18);
  border-radius: 8px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 16px;
  outline: none;
}

.checkout-step input:focus {
  border-color: #1d68e8;
  box-shadow: 0 0 0 3px rgba(29, 104, 232, 0.14);
}

.checkout-zip-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 10px;
  align-items: end;
}

.checkout-zip-row button,
.checkout-actions button,
.checkout-primary {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.checkout-zip-row button,
.checkout-actions button:not(.checkout-primary) {
  color: #fff8dc;
  background: #2b241b;
}

.checkout-primary {
  color: #2a1400;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9) 0 18%, transparent 45%),
    linear-gradient(135deg, #9d640e 0%, #f9d877 24%, #fff3bd 46%, #d79a24 68%, #7a4607 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.55) inset,
    0 5px 0 #6a3e08,
    0 11px 18px rgba(111, 66, 10, 0.2);
  font-size: 17px;
}

.checkout-note {
  margin: -6px 0 2px;
  color: rgba(43, 36, 27, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.checkout-actions {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
}

.checkout-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
}

.checkout-trust div {
  display: grid;
  gap: 4px;
  min-height: 76px;
  place-items: center;
  padding: 12px 8px;
  background: rgba(255, 250, 238, 0.86);
  text-align: center;
}

.checkout-trust strong,
.checkout-trust span {
  display: block;
  line-height: 1.35;
}

.checkout-trust strong {
  color: #7c520d;
  font-size: 13px;
}

.checkout-trust span {
  font-size: 12px;
}

.checkout-payment {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(88, 55, 8, 0.12);
}

.checkout-payment img {
  display: block;
  width: 100%;
  height: auto;
}

.checkout-footer {
  display: grid;
  gap: 12px;
  color: #2b241b;
}

.checkout-footer details {
  padding: 16px;
  border: 1px solid rgba(150, 113, 42, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 10px 24px rgba(88, 55, 8, 0.08);
}

.checkout-footer summary {
  cursor: pointer;
  color: #7c520d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.checkout-footer p,
.checkout-footer dl {
  margin: 12px 0 0;
}

.checkout-footer p,
.checkout-footer dt,
.checkout-footer dd {
  font-size: 12px;
  line-height: 1.8;
}

.checkout-footer p,
.checkout-footer dd {
  color: rgba(43, 36, 27, 0.78);
}

.checkout-footer dl {
  display: grid;
}

.checkout-footer dl div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(150, 113, 42, 0.16);
}

.checkout-footer dt,
.checkout-footer dd {
  margin: 0;
}

.checkout-footer dt {
  color: #7c520d;
  font-weight: 900;
}

.checkout-result-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px 18px;
  background:
    linear-gradient(180deg, #fffaf0, #e7d3a8);
}

.checkout-result {
  width: min(100%, 560px);
  padding: 34px 24px;
  border: 1px solid rgba(152, 105, 21, 0.3);
  border-radius: 8px;
  background: rgba(255, 252, 244, 0.92);
  box-shadow: 0 18px 44px rgba(88, 55, 8, 0.18);
  text-align: center;
}

.checkout-result-brand {
  margin: 0 0 18px;
  color: #7c520d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.checkout-result h1 {
  margin: 0 0 14px;
  color: #2b241b;
  font-size: 24px;
  line-height: 1.35;
}

.checkout-result p {
  margin: 0 0 24px;
  color: rgba(43, 36, 27, 0.78);
  font-size: 15px;
  line-height: 1.8;
}

.checkout-result a {
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff8dc;
  background: #2b241b;
  font-weight: 800;
  text-decoration: none;
}


@media (max-width: 750px) {
  body,
  html {
    background: var(--lp-bg);
  }

  .lp-shell {
    max-width: none;
    box-shadow: none;
  }
}

@media (max-width: 430px) {
  .secure-checkout {
    gap: 14px;
    padding: 20px 10px 34px;
  }

  .secure-checkout h1 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .checkout-form,
  .checkout-trust,
  .checkout-payment,
  .checkout-footer details {
    border-radius: 7px;
  }

  .checkout-step {
    gap: 11px;
    padding: 16px 12px;
  }

  .checkout-step h2,
  .checkout-payment h2 {
    font-size: 16px;
  }

  .checkout-step-label {
    padding: 4px 9px;
    font-size: 11px;
  }

  .checkout-quantity-select {
    gap: 7px;
    padding: 11px;
  }

  .checkout-quantity-select select {
    min-height: 46px;
    padding-right: 30px;
    background:
      linear-gradient(45deg, transparent 50%, #7c520d 50%) calc(100% - 17px) 50% / 6px 6px no-repeat,
      linear-gradient(135deg, #7c520d 50%, transparent 50%) calc(100% - 13px) 50% / 6px 6px no-repeat,
      #fff;
    font-size: 13px;
  }

  .checkout-quantity-select small {
    font-size: 12px;
  }

  .checkout-step label > span,
  .checkout-note,
  .bulk-contact p {
    font-size: 12px;
  }

  .checkout-step input[type="text"],
  .checkout-step input[type="tel"],
  .checkout-step input[type="email"] {
    min-height: 44px;
    padding: 0 11px;
    font-size: 15px;
  }

  .checkout-zip-row {
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 7px;
  }

  .checkout-zip-row button,
  .checkout-actions button,
  .checkout-primary {
    min-height: 44px;
    font-size: 13px;
  }

  .checkout-actions {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
  }

  .bulk-contact {
    gap: 8px;
    padding: 12px;
  }

  .bulk-contact h3 {
    font-size: 14px;
  }

  .checkout-trust strong {
    font-size: 11px;
  }

  .checkout-trust span {
    font-size: 10px;
  }

  .checkout-footer details {
    padding: 13px;
  }

  .checkout-footer dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .instant-offer {
    padding-top: 66px;
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .instant-offer-panel {
    width: min(84vw, 292px);
    border-radius: 12px;
  }

  .instant-offer-body {
    gap: 8px;
    padding: 9px 12px 12px;
  }

  .instant-offer-body p {
    font-size: 13px;
  }

  .instant-offer-body strong {
    font-size: 18px;
  }

  .instant-offer-cta {
    min-height: 42px;
    font-size: 15px;
  }

  .floating-coupon {
    left: 10px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: min(46vw, 148px);
  }

  .lp-chatbot {
    right: 10px;
    bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .chat-launcher {
    width: 64px;
    height: 64px;
  }

  .chat-launcher img {
    width: 39px;
    height: 39px;
  }

  .chat-panel {
    bottom: 76px;
    width: calc(100vw - 20px);
  }

  .fit-narrow {
    padding: 14px 10% !important;
  }

  .contact {
    min-height: 330px;
  }

  .contact > img {
    min-height: 330px;
  }

  .contact-text {
    padding: 36px 18px;
  }

  .contact h2 {
    font-size: 19px;
  }

  .contact p {
    font-size: 13px;
  }

  .legal-section div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
