/* =========================================================
   My Little Boss Frozen Kids Meals
   Approved mockup-aligned landing page
   ========================================================= */

:root {
  --frozen-ink: #0b2146;
  --frozen-red: #b9151d;
  --frozen-gold: #e9a300;
  --frozen-line: #06c755;
  --frozen-cream: #fbf6ee;
  --frozen-paper: #fffaf3;
  --frozen-border: #ecdcc9;
  --frozen-muted: #566070;
  --frozen-soft-shadow: 0 18px 44px rgba(11, 33, 70, 0.1);
  --frozen-food-shadow: 0 28px 42px rgba(72, 47, 28, 0.18);
}

body {
  background: #fff;
}

.frozen-page {
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  color: var(--frozen-ink);
  font-family: var(--mlb-font-thai);
}

.frozen-shell {
  width: min(100% - 88px, 1180px);
  margin: 0 auto;
}

.mlb-nav-links a[aria-current="page"],
.mlb-mobile-menu a[aria-current="page"] {
  color: var(--frozen-red);
}

.line-cta {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 24px;
  border-radius: 999px;
  background: var(--frozen-line);
  color: #fff;
  font-family: var(--mlb-font-thai);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(6, 199, 85, 0.28);
}

.line-cta svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-bubble {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--frozen-line);
  font-size: 9px;
  font-weight: 900;
}

.hero-section {
  position: relative;
  background:
    radial-gradient(circle at 94% 10%, rgba(241, 227, 207, 0.9) 0 12%, transparent 26%),
    linear-gradient(90deg, #fff 0 51%, var(--frozen-paper) 51% 100%);
}

.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
  gap: 36px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 26px 0 58px;
}

.hero-copy h1 {
  font-family: var(--mlb-font-thai);
  font-size: clamp(40px, 4.2vw, 60px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.red-line {
  color: var(--frozen-red);
}

.navy-line {
  display: inline-block;
  color: var(--frozen-ink);
  font-size: 0.78em;
  line-height: 1.12;
}

.hero-kicker {
  margin-top: 15px;
  color: var(--frozen-ink);
  font-family: var(--mlb-font-body);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-text {
  max-width: 520px;
  margin-top: 34px;
  color: var(--frozen-ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.85;
}

.hero-line {
  margin-top: 24px;
  min-width: 286px;
}

.hero-proofs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 560px;
  margin-top: 34px;
}

.proof-item {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: var(--frozen-ink);
  text-align: center;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.proof-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 6px solid #f2eadc;
  border-radius: 50%;
  background: #fff;
  color: var(--frozen-ink);
}

.proof-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  min-height: 690px;
  align-self: stretch;
}

.hero-texture {
  position: absolute;
  inset: 0 -80px 0 -26px;
  background:
    radial-gradient(ellipse at 16% 6%, rgba(227, 207, 181, 0.45), transparent 24%),
    radial-gradient(ellipse at 82% 18%, rgba(255, 255, 255, 0.9), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(251, 246, 238, 0.15));
}

.hero-texture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 220px;
  height: 138px;
  border: 14px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  transform: translateY(-48px) rotate(16deg);
  box-shadow: inset 0 0 0 2px rgba(221, 205, 186, 0.55);
}

.meal-cutout {
  position: absolute;
  margin: 0;
  filter: drop-shadow(var(--frozen-food-shadow));
}

.meal-cutout img {
  width: 100%;
  height: auto;
}

.meal-cutout figcaption {
  position: absolute;
  font-family: "Comic Sans MS", "Bradley Hand", var(--mlb-font-thai), cursive;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.meal-cutout figcaption::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 32px;
  border-bottom: 4px solid currentColor;
  border-left: 4px solid currentColor;
  border-radius: 0 0 0 28px;
}

.spaghetti-cutout {
  top: 54px;
  left: 24px;
  width: min(640px, 92%);
  transform: rotate(0.8deg);
}

.spaghetti-cutout figcaption {
  top: 170px;
  right: -6px;
  color: var(--frozen-red);
  transform: rotate(-4deg);
}

.spaghetti-cutout figcaption::after {
  left: 8px;
  top: 58px;
  transform: rotate(-28deg);
}

.mac-cutout {
  right: -46px;
  bottom: 18px;
  width: min(650px, 94%);
  transform: rotate(-1.2deg);
}

.mac-cutout figcaption {
  top: 48px;
  left: 12px;
  color: var(--frozen-gold);
  transform: rotate(-2deg);
}

.mac-cutout figcaption::after {
  right: -58px;
  top: 51px;
  transform: rotate(210deg);
}

.trust-band {
  min-height: 326px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-top: 1px solid #f0e5d7;
  border-bottom: 1px solid #f0e5d7;
  background: #fff;
}

.trust-photo {
  overflow: hidden;
}

.trust-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trust-copy {
  display: grid;
  align-content: center;
  padding: 44px clamp(36px, 7vw, 92px);
}

.trust-copy h2,
.section-heading h2,
.pack-copy h2 {
  color: var(--frozen-ink);
  font-family: var(--mlb-font-thai);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.18;
}

.trust-copy p {
  margin-top: 4px;
  color: var(--frozen-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--frozen-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.check-list li {
  position: relative;
  padding-left: 34px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 10px;
  border-left: 3px solid var(--frozen-red);
  border-bottom: 3px solid var(--frozen-red);
  transform: rotate(-45deg);
}

.menu-section,
.heat-section {
  padding: 76px 0 52px;
  background: #fff;
}

.section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.section-heading p {
  margin-top: 2px;
  color: var(--frozen-ink);
  font-size: 20px;
  font-weight: 800;
}

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.flavor-card {
  position: relative;
  min-height: 292px;
  display: grid;
  grid-template-columns: 265px 1fr;
  gap: 18px;
  align-items: center;
  padding: 30px 34px 26px;
  border: 2px solid var(--frozen-border);
  border-radius: 18px;
  background: #fff;
}

.flavor-card img {
  width: 360px;
  max-width: none;
  margin-left: -92px;
  filter: drop-shadow(0 20px 26px rgba(11, 33, 70, 0.12));
}

.best-label {
  position: absolute;
  top: -17px;
  left: 0;
  padding: 9px 13px;
  border-radius: 7px;
  background: var(--frozen-red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.flavor-copy h3 {
  color: var(--frozen-red);
  font-family: var(--mlb-font-thai);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.18;
}

.flavor-copy h3.gold {
  color: var(--frozen-gold);
}

.flavor-copy h4 {
  margin-top: 4px;
  color: var(--frozen-ink);
  font-family: var(--mlb-font-thai);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.flavor-copy p {
  margin-top: 16px;
  color: var(--frozen-ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

.meat-choice-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.meat-choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 12px 6px 8px;
  border: 1px solid #ecdcc9;
  border-radius: 999px;
  background: #fffaf3;
  color: var(--frozen-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.flavor-card .meat-choice img {
  width: 34px;
  height: 34px;
  max-width: 34px;
  margin: 0;
  object-fit: contain;
  filter: none;
}

.flavor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.flavor-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--frozen-ink);
  font-size: 12px;
  font-weight: 800;
}

.flavor-meta svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pack-section {
  padding: 0 0 62px;
  background: #fff;
}

.pack-panel {
  min-height: 250px;
  display: grid;
  grid-template-columns: 0.88fr 1.15fr 0.72fr;
  gap: 28px;
  align-items: center;
  padding: 34px 44px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf3, #f8efe4);
}

.pack-copy h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15;
}

.pack-copy p {
  margin-top: 12px;
  color: var(--frozen-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.mini-pack {
  display: grid;
  gap: 13px;
  align-items: center;
}

.mini-row {
  display: grid;
  grid-template-columns: repeat(4, 58px);
  justify-content: center;
  gap: 15px;
}

.mini-row span {
  position: relative;
  width: 58px;
  height: 66px;
  border: 4px solid #e5e5e5;
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.1)),
    #c7c7c7;
  box-shadow: inset 0 0 0 1px rgba(67, 67, 67, 0.16), 0 8px 16px rgba(11, 33, 70, 0.07);
}

.mini-row span::before {
  content: "";
  position: absolute;
  inset: 9px 8px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 22% 22%, var(--dot-a) 0 6px, transparent 7px),
    radial-gradient(circle at 72% 38%, var(--dot-b) 0 7px, transparent 8px),
    radial-gradient(circle at 47% 70%, var(--dot-c) 0 6px, transparent 7px),
    linear-gradient(135deg, var(--fill-a), var(--fill-b));
}

.red-row {
  --fill-a: #cc4b25;
  --fill-b: #8d2f1f;
  --dot-a: #e06a36;
  --dot-b: #a73521;
  --dot-c: #f1b077;
}

.gold-row {
  --fill-a: #fac33f;
  --fill-b: #e59816;
  --dot-a: #fff0a5;
  --dot-b: #cc7410;
  --dot-c: #ffd96a;
}

.mini-row span:nth-child(2) {
  transform: translateY(2px) rotate(-1.5deg);
}

.mini-row span:nth-child(3) {
  transform: translateY(-1px) rotate(0.8deg);
}

.mini-row span:nth-child(4) {
  transform: translateY(3px) rotate(1.4deg);
}

.mini-row span:nth-child(5) {
  transform: translateY(-2px) rotate(-0.6deg);
}

.mix-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  color: var(--frozen-ink);
  text-align: center;
}

.mix-divider::before,
.mix-divider::after {
  content: "";
  height: 1px;
  background: #dfcdb9;
}

.mix-divider span {
  min-width: 168px;
  gap: 2px;
  justify-items: center;
  padding: 9px 18px;
  border: 1px solid #e4c9ad;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

body:not(.lang-th) .mix-divider > span[data-en],
body.lang-th .mix-divider > span[data-th] {
  display: grid !important;
}

.mix-divider strong {
  color: var(--frozen-red);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.05;
}

.mix-divider small {
  color: var(--frozen-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.05;
}

.mini-pack-note {
  margin: 2px 0 0;
  color: var(--frozen-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.pack-price {
  display: grid;
  gap: 7px;
  justify-items: center;
  padding: 20px 18px;
  border: 1px solid rgba(228, 201, 173, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--frozen-ink);
  text-align: center;
}

.pack-price em {
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--frozen-red);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.compare-price {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #806d58;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.compare-price del {
  color: #806d58;
  font-size: 18px;
  font-weight: 950;
  text-decoration-thickness: 2px;
}

.pack-price strong {
  color: var(--frozen-ink);
  font-family: var(--mlb-font-display);
  font-size: 62px;
  font-weight: 900;
  line-height: 0.95;
}

.pack-price b {
  margin-top: -2px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #ffe3d5;
  color: var(--frozen-red);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

.pack-price > span {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.42;
}

.pack-price small {
  margin-top: 4px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #efe0cd;
  color: var(--frozen-ink);
  font-size: 14px;
  font-weight: 800;
}

.heat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.heat-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 322px;
  padding: 0 28px;
  border-right: 1px solid #e6d8c7;
  color: var(--frozen-ink);
  text-align: center;
}

.heat-card:last-child {
  border-right: 0;
}

.heat-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  color: var(--frozen-ink);
}

.heat-icon svg {
  width: 65px;
  height: 65px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.heat-card h3 {
  margin-top: 16px;
  color: var(--frozen-ink);
  font-family: var(--mlb-font-thai);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.heat-card strong {
  margin-top: 4px;
  color: var(--frozen-red);
  font-size: 21px;
  font-weight: 900;
}

.heat-card ol {
  margin: 18px 0 0;
  padding-left: 21px;
  color: var(--frozen-ink);
  text-align: left;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.78;
}

.heat-card em {
  margin-top: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #efe0cd;
  color: #84664b;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.info-section {
  padding: 12px 0 42px;
  background: #fff;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 0;
  padding: 30px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffaf3, #f8efe4);
}

.info-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 18px 26px;
  border-right: 1px solid #dfcdb9;
}

.info-card h3 {
  color: var(--frozen-ink);
  font-family: var(--mlb-font-thai);
  font-size: 20px;
  font-weight: 900;
}

.info-card p {
  margin-top: 8px;
  color: var(--frozen-ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

.info-icon {
  color: var(--frozen-ink);
}

.info-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-cta {
  display: grid;
  align-items: center;
  padding-left: 26px;
}

.footer-line {
  min-height: 116px;
  justify-content: space-between;
  border-radius: 14px;
  padding: 22px 26px;
  text-align: left;
}

.footer-line .line-bubble {
  width: 62px;
  height: 62px;
  font-size: 13px;
}

.footer-line span:not(.line-bubble) {
  display: grid;
  gap: 6px;
}

.footer-line b {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}

.footer-line small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 750;
}

.frozen-footer {
  padding: 18px 0 34px;
  background: #fff;
  color: var(--frozen-muted);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 12px;
  color: var(--frozen-line);
  font-size: 12px;
  font-weight: 900;
}

.footer-social span:nth-child(2) {
  color: #1877f2;
}

.footer-social span:nth-child(3) {
  color: #e1306c;
}

.mobile-line-sticky {
  display: none;
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-section {
    background: #fff;
  }

  .hero-copy {
    padding-bottom: 12px;
  }

  .hero-visual {
    min-height: 560px;
    background: var(--frozen-paper);
    border-radius: 22px;
  }

  .spaghetti-cutout {
    left: 7%;
  }

  .mac-cutout {
    right: 3%;
  }

  .trust-band,
  .pack-panel,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .pack-panel {
    justify-items: center;
    text-align: center;
  }

  .pack-copy {
    max-width: 620px;
  }

  .pack-price {
    width: min(100%, 360px);
  }

  .trust-photo {
    min-height: 340px;
  }

  .info-card {
    border-right: 0;
    border-bottom: 1px solid #dfcdb9;
  }

  .info-cta {
    padding: 20px 0 0;
  }
}

@media (max-width: 900px) {
  .frozen-shell {
    width: min(100% - 34px, 1180px);
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-proofs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .spaghetti-cutout {
    top: 18px;
    width: 82%;
  }

  .mac-cutout {
    bottom: 0;
    width: 84%;
  }

  .meal-cutout figcaption {
    font-size: 18px;
  }

  .spaghetti-cutout figcaption {
    right: -4px;
    top: 124px;
  }

  .mac-cutout figcaption {
    top: 38px;
    left: 8px;
  }

  .flavor-grid,
  .heat-grid {
    grid-template-columns: 1fr;
  }

  .flavor-card {
    grid-template-columns: 240px 1fr;
  }

  .flavor-card img {
    width: 330px;
    margin-left: -76px;
  }

  .heat-card {
    border-right: 0;
    border-bottom: 1px solid #e6d8c7;
    padding-bottom: 30px;
  }

  .heat-card:last-child {
    border-bottom: 0;
  }

  .mini-row {
    grid-template-columns: repeat(4, 48px);
    gap: 10px;
  }

  .mini-row span {
    width: 48px;
    height: 56px;
  }
}

@media (max-width: 620px) {
  .hero-copy {
    padding-top: 18px;
  }

  .hero-copy h1 {
    font-size: 32px;
  }

  .hero-kicker {
    font-size: 13px;
  }

  .hero-text {
    margin-top: 18px;
  }

  .line-cta {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .hero-line {
    margin-top: 18px;
  }

  .hero-proofs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 28px;
  }

  .proof-icon {
    width: 48px;
    height: 48px;
    border-width: 5px;
  }

  .proof-icon svg {
    width: 26px;
    height: 26px;
  }

  .proof-item {
    font-size: 10px;
  }

  .hero-visual {
    min-height: 334px;
    border-radius: 16px;
  }

  .hero-texture::before {
    display: none;
  }

  .spaghetti-cutout {
    top: 18px;
    left: 8%;
    width: 82%;
  }

  .mac-cutout {
    right: 2%;
    bottom: -2px;
    width: 84%;
  }

  .spaghetti-cutout figcaption {
    top: 84px;
    right: -2px;
  }

  .mac-cutout figcaption {
    top: 26px;
    left: -2px;
  }

  .meal-cutout figcaption::after {
    display: none;
  }

  .meal-cutout figcaption {
    display: none;
  }

  .trust-photo {
    min-height: 250px;
  }

  .trust-copy {
    padding: 32px 22px;
  }

  .trust-copy h2,
  .section-heading h2,
  .pack-copy h2 {
    font-size: 28px;
  }

  .trust-copy p,
  .section-heading p {
    font-size: 16px;
  }

  .menu-section,
  .heat-section {
    padding: 54px 0 38px;
  }

  .flavor-card {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .flavor-card img {
    width: min(100%, 340px);
    margin: -10px auto 0;
  }

  .flavor-meta {
    gap: 12px;
  }

  .meat-choice-strip {
    gap: 8px;
  }

  .meat-choice {
    min-height: 40px;
    padding: 5px 10px 5px 7px;
    font-size: 12px;
  }

  .flavor-card .meat-choice img {
    width: 30px;
    height: 30px;
    max-width: 30px;
  }

  .pack-panel {
    padding: 28px 18px;
  }

  .mix-divider {
    gap: 8px;
  }

  .mix-divider span {
    min-width: 148px;
    padding: 7px 12px;
  }

  .mini-row {
    grid-template-columns: repeat(4, 38px);
    gap: 6px;
  }

  .mini-row span {
    width: 38px;
    height: 46px;
    border-width: 3px;
  }

  .mini-row span::before {
    inset: 7px 6px;
  }

  .mini-pack-note {
    font-size: 12px;
  }

  .compare-price {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 3px;
  }

  .pack-price strong {
    font-size: 52px;
  }

  .info-grid {
    padding: 18px;
  }

  .info-card {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .info-icon svg {
    width: 38px;
    height: 38px;
  }

  .footer-line {
    min-height: 96px;
    padding: 18px;
  }

  .footer-line .line-bubble {
    width: 50px;
    height: 50px;
  }

  .footer-line b {
    font-size: 17px;
  }

  .mobile-line-sticky {
    position: fixed;
    right: 14px;
    bottom: -110px;
    left: 14px;
    z-index: 60;
    display: block;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(0);
    transition: bottom 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  .mobile-line-sticky.visible {
    bottom: 14px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .frozen-footer {
    padding-bottom: 92px;
  }
}
