:root {
  --bg: #f4f6f3;
  --ink: #111a14;
  --muted: #5e6660;
  --green-900: #052e1f;
  --green-800: #063b26;
  --green-700: #0d5833;
  --green-500: #6bb53e;
  --line: #dde4dd;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1220px, calc(100% - 2.8rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(4, 35, 22, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.brand small {
  display: block;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 500;
}

.brand-logo {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.brand-logo::before {
  content: "";
  position: absolute;
  inset: 4px 7px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.main-nav {
  display: flex;
  gap: 1.2rem;
  margin-left: auto;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.84);
  align-items: center;
}

.main-nav a:hover {
  color: #fff;
}

.nav-item {
  position: relative;
}

.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 140px;
  background: #0b3f29;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(4, 18, 10, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  padding: 0.3rem;
}

.submenu a {
  display: block;
  padding: 0.45rem 0.55rem;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
}

.submenu a:hover {
  background: rgba(255, 255, 255, 0.09);
}

.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-actions {
  display: flex;
  gap: 0.55rem;
  margin-left: 0.6rem;
}

.nav-btn {
  padding: 0.46rem 0.9rem;
  border-radius: 8px;
  font-size: 0.83rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.nav-btn.ghost {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.nav-btn.solid {
  background: #8bc34a;
  color: #102112;
}

.menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  padding: 7px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

.hero {
  position: relative;
  min-height: 600px;
  background: linear-gradient(180deg, #062d1d 0%, #073927 100%);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 21, 13, 0.96) 0%, rgba(5, 45, 29, 0.82) 48%, rgba(5, 30, 19, 0.88) 100%),
    radial-gradient(circle at 72% 42%, rgba(146, 214, 87, 0.22) 0, rgba(146, 214, 87, 0) 42%),
    radial-gradient(circle at 24% 20%, rgba(84, 169, 84, 0.15) 0, rgba(84, 169, 84, 0) 30%);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(162, 235, 105, 0.5) 1px, transparent 1px),
    linear-gradient(140deg, transparent 0 28%, rgba(142, 220, 85, 0.12) 28.3%, transparent 29% 58%, rgba(142, 220, 85, 0.08) 58.3%, transparent 59%);
  background-size: 34px 34px, 100% 100%;
  opacity: 0.26;
  animation: floatDots 13s linear infinite;
}

.hero-bg::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  width: min(46vw, 580px);
  height: 72%;
  background:
    radial-gradient(circle at 60% 30%, rgba(179, 236, 96, 0.22), transparent 34%),
    radial-gradient(ellipse at 50% 88%, rgba(54, 84, 48, 0.9) 0 18%, rgba(34, 53, 34, 0.58) 19% 26%, transparent 27%),
    linear-gradient(130deg, transparent 0 45%, rgba(94, 154, 73, 0.16) 46%, transparent 68%);
  filter: blur(0.2px);
  opacity: 0.9;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 600px;
  padding: 5.2rem 0 3rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
  align-items: center;
}

.pill {
  display: inline-block;
  margin: 0 0 1rem;
  color: #eaf8e6;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
}

.hero-copy h1 {
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.55rem);
  line-height: 1.18;
}

.hero-copy h1 span {
  color: #9ee044;
}

.hero-copy p {
  margin: 0;
  color: rgba(235, 247, 234, 0.9);
}

.hero-cta {
  margin-top: 1.55rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0.76rem 1.08rem;
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.cta-btn.solid {
  background: #87ce4f;
  color: #12230d;
}

.cta-btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
}

.hero-metrics {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-metrics article {
  color: #fff;
}

.hero-metrics strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.hero-metrics span {
  font-size: 0.78rem;
  color: rgba(233, 246, 231, 0.86);
}

.hero-emblem {
  width: min(420px, 100%);
  margin-left: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(206, 238, 161, 0.66);
  box-shadow: 0 0 0 0 rgba(169, 230, 91, 0.2);
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  animation: pulseRing 4.8s ease-in-out infinite;
  background: radial-gradient(circle at 50% 50%, rgba(130, 210, 78, 0.12), rgba(130, 210, 78, 0.02) 55%, transparent 70%);
}

.ring {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 1px solid rgba(206, 238, 161, 0.5);
}

.symbol {
  width: 130px;
  height: 130px;
  border: 12px solid #fff;
  border-radius: 50%;
  position: relative;
}

.symbol::before {
  content: "";
  position: absolute;
  inset: 18px 32px;
  border: 11px solid #fff;
  border-radius: 50%;
}

.hero-emblem h2 {
  margin: 1rem 0 0.2rem;
  font-size: 2.7rem;
}

.hero-emblem p {
  margin: 0;
  font-size: 1.35rem;
}

.platform {
  background: #fff;
  padding: 3.6rem 0;
}

.mission-vision {
  background: #f8fbf8;
  padding: 0.6rem 0 3rem;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.mission-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.35rem;
}

.sub.left {
  text-align: left;
}

.mission-card h3 {
  margin: 0.2rem 0 0.8rem;
  font-size: 1.35rem;
}

.mission-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.ceo-section {
  background: #ffffff;
  padding: 3.2rem 0;
  display: none;
  scroll-margin-top: 88px;
}

.ceo-section:target {
  display: block;
}

.ceo-inner {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 1.4rem;
  align-items: start;
}

.ceo-photo-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(17, 34, 22, 0.12);
}

.ceo-photo {
  display: block;
  width: 100%;
  height: auto;
}

.ceo-copy h2 {
  margin: 0.3rem 0 1rem;
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
}

.ceo-copy p {
  margin: 0 0 0.8rem;
  color: var(--muted);
  line-height: 1.7;
}

.ceo-copy ul {
  margin: 0.8rem 0 1rem;
  padding-left: 1.1rem;
  color: #2a3b2e;
}

.ceo-copy li {
  margin-bottom: 0.45rem;
}

.sub {
  text-align: center;
  margin: 0;
  color: #4f5f54;
  font-weight: 600;
}

.platform h2,
.maysin-banner h2 {
  margin: 0.45rem 0 1.9rem;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.platform h2 span {
  color: #1a8441;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
}

.solution-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 8px 18px rgba(22, 36, 25, 0.06);
  transition: transform 0.22s ease;
}

.solution-card:hover {
  transform: translateY(-4px);
}

.solution-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.solution-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.5;
}

.maysin-banner {
  background: #fff;
  padding: 0 0 1.3rem;
}

.banner-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, #f7faf6 0%, #f9f9f9 100%);
  padding: 2.1rem 2rem;
}

.banner-inner .sub,
.banner-inner h2 {
  text-align: left;
}

.banner-inner p {
  margin: 0 0 1.2rem;
  color: var(--muted);
}

.banner-inner.single {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.banner-inner.single .sub,
.banner-inner.single h2 {
  text-align: center;
}

.banner-inner.single .cta-btn {
  margin: 0 auto;
}

.banner-product {
  align-self: center;
  justify-self: center;
  display: flex;
  gap: 0.55rem;
  align-items: end;
}

.can,
.dropper {
  display: block;
  border-radius: 10px;
  background: linear-gradient(180deg, #10492e, #0a311f);
  box-shadow: 0 12px 22px rgba(7, 35, 22, 0.2);
}

.can {
  width: 62px;
  height: 150px;
}

.can.large {
  width: 72px;
  height: 170px;
}

.dropper {
  width: 36px;
  height: 92px;
  border-radius: 8px;
}

.kpi-bar {
  padding: 0 0 2.4rem;
}

.kpi-grid {
  background: linear-gradient(180deg, #034828 0%, #023b21 100%);
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 1.2rem;
  color: #fff;
}

.kpi-grid article {
  text-align: center;
}

.kpi-grid strong {
  display: block;
  font-size: 2.05rem;
}

.kpi-grid span {
  font-size: 0.9rem;
  color: rgba(231, 244, 229, 0.9);
}

.shopping-section {
  background: #fff;
  padding: 0.6rem 0 2.2rem;
}

.section-title {
  text-align: center;
  margin: 0.45rem 0 1.2rem;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.shop-image-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
}

.shop-image-link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 18px rgba(20, 34, 23, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-image-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(20, 34, 23, 0.12);
}

.shop-image-placeholder {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f2f7ef 0%, #e6efe1 100%);
  color: #3d5a42;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

thead th {
  background: #edf5ec;
  color: #274130;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem;
}

tbody td {
  border-top: 1px solid #e7ece7;
  padding: 0.7rem 0.75rem;
  color: #3f4c43;
  font-size: 0.88rem;
}

.product-quick-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.quick-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfdfb;
  padding: 0.85rem 0.95rem;
}

.quick-card h4 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
}

.quick-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.office-section {
  background: #fff;
  padding: 0.4rem 0 2.2rem;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.shopping-info-grid {
  margin-top: 1rem;
}

.office-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbf7;
  padding: 1rem;
}

.office-card h3 {
  margin: 0 0 0.6rem;
}

.office-card p,
.office-card li {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.office-card ul {
  margin: 0;
  padding-left: 1rem;
}

.customer-center {
  background: #fff;
  padding: 0.2rem 0 2.4rem;
}

.center-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.center-grid article {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1rem;
  background: #fff;
}

.center-grid h3 {
  margin: 0 0 0.45rem;
}

.center-grid p {
  margin: 0 0 0.25rem;
  color: var(--muted);
}

.site-footer {
  background: #f0f3ef;
  border-top: 1px solid var(--line);
}

.footer-wrap {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4e5d51;
  font-size: 0.9rem;
}

@keyframes floatDots {
  from { transform: translateY(0); }
  to { transform: translateY(34px); }
}

@keyframes pulseRing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(169, 230, 91, 0.2); }
  50% { box-shadow: 0 0 0 20px rgba(169, 230, 91, 0); }
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 0.75rem;
    font-size: 0.84rem;
  }
  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mission-grid,
  .office-grid,
  .center-grid,
  .product-quick-grid,
  .shop-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shop-image-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .main-nav {
    position: absolute;
    top: 78px;
    left: 1rem;
    right: 1rem;
    background: #0a3f29;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 0.8rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav.open {
    display: flex;
  }
  .nav-item {
    width: 100%;
  }
  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0.1rem 0 0.2rem 0.7rem;
  }
  .submenu a {
    padding: 0.3rem 0;
    color: rgba(255, 255, 255, 0.76);
  }
  .nav-actions {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 4.8rem 0 2.6rem;
  }
  .hero-emblem {
    margin: 1rem auto 0;
    width: min(360px, 92%);
  }
  .banner-inner {
    grid-template-columns: 1fr;
  }
  .ceo-inner {
    grid-template-columns: 1fr;
  }
  .ceo-photo-wrap {
    max-width: 520px;
    margin: 0 auto;
  }
  .mission-grid,
  .office-grid,
  .center-grid,
  .product-quick-grid,
  .shop-image-grid {
    grid-template-columns: 1fr;
  }
  .shop-image-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(1220px, calc(100% - 1.5rem));
  }
  .solution-grid,
  .kpi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .shop-image-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .table-wrap {
    font-size: 0.82rem;
  }
  .hero {
    min-height: 540px;
  }
  .hero-emblem h2 {
    font-size: 2.1rem;
  }
  .hero-emblem p {
    font-size: 1.05rem;
  }
}

@media (max-width: 420px) {
  .shop-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===== Sub pages (rewards / guide / product-info) ===== */
.page-banner {
  position: relative;
  padding: 3.4rem 0 2.4rem;
  background: linear-gradient(180deg, #062d1d 0%, #073927 100%);
  color: #fff;
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 30%, rgba(146, 214, 87, 0.22) 0, rgba(146, 214, 87, 0) 42%),
    radial-gradient(circle at 15% 80%, rgba(84, 169, 84, 0.18) 0, rgba(84, 169, 84, 0) 34%);
}

.page-banner .container {
  position: relative;
  z-index: 1;
}

.page-banner .crumb {
  margin: 0 0 0.6rem;
  font-size: 0.82rem;
  color: rgba(233, 246, 231, 0.78);
}

.page-banner .crumb a {
  color: rgba(233, 246, 231, 0.92);
}

.page-banner .crumb a:hover {
  text-decoration: underline;
}

.page-banner h1 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
}

.page-banner p {
  margin: 0;
  max-width: 640px;
  color: rgba(235, 247, 234, 0.88);
  line-height: 1.6;
}

.page-section {
  background: #fff;
  padding: 3rem 0;
}

.page-section + .page-section {
  border-top: 1px solid var(--line);
}

.page-section.alt {
  background: #f8fbf8;
}

.page-section h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}

.page-section .lead {
  margin: 0 0 1.6rem;
  color: var(--muted);
  line-height: 1.65;
}

.section-tag {
  display: inline-block;
  margin: 0 0 0.6rem;
  color: #1a8441;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.reward-block {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.4rem 1.5rem;
  margin-bottom: 1.1rem;
  background: #fff;
}

.reward-block h3 {
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reward-block h3 .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eaf4e6;
  color: #1a5c33;
  font-size: 0.82rem;
  font-weight: 800;
}

.reward-block ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.92rem;
}

.reward-block ul li {
  margin-bottom: 0.25rem;
}

table.reward-table th,
table.reward-table td {
  text-align: center;
  white-space: nowrap;
}

table.reward-table thead th:first-child,
table.reward-table tbody td:first-child {
  text-align: left;
  white-space: normal;
}

.autoship-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.4rem;
}

.autoship-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.3rem 1.2rem;
  background: linear-gradient(160deg, #f7faf6 0%, #ffffff 100%);
  text-align: center;
}

.autoship-card .badge {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #eaf4e6;
  color: #1a5c33;
  font-size: 0.78rem;
  font-weight: 700;
}

.autoship-card h4 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}

.autoship-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.guide-block h3 {
  margin: 0 0 0.8rem;
  font-size: 1.15rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #1a8441;
  display: inline-block;
}

.guide-block ul,
.guide-block ol {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.guide-block ul li,
.guide-block ol li {
  margin-bottom: 0.4rem;
}

.notice-box {
  border: 1px solid #dfe9de;
  background: #f4f9f3;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  color: #3d5a42;
  font-size: 0.86rem;
  line-height: 1.6;
}

.notice-box strong {
  color: #1a5c33;
}

.info-disclosure {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.info-disclosure .info-head {
  background: #052e1f;
  color: #fff;
  padding: 0.9rem 1.1rem;
  font-weight: 700;
  font-size: 1rem;
}

.info-disclosure table {
  width: 100%;
  border-collapse: collapse;
}

.info-disclosure th,
.info-disclosure td {
  border-top: 1px solid #e7ece7;
  padding: 0.8rem 1rem;
  font-size: 0.88rem;
  line-height: 1.6;
  vertical-align: top;
}

.info-disclosure th {
  width: 190px;
  background: #f7faf6;
  color: #274130;
  text-align: left;
  font-weight: 700;
}

.info-disclosure td {
  color: #3f4c43;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.2rem;
  color: #1a8441;
  font-weight: 700;
  font-size: 0.9rem;
}

.back-link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .guide-grid {
    grid-template-columns: 1fr;
  }
  .autoship-grid {
    grid-template-columns: 1fr;
  }
  .info-disclosure th {
    width: 130px;
  }
}

