/* Neoalgae Official — compiled from assets/scss/main.scss */
:root {
  --bs-body-font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-body-color: #1C2B22;
  --bs-link-color-rgb: 0, 122, 59;
  --bs-link-hover-color-rgb: 14, 59, 42;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1C2B22;
  background: #FFFFFF;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-top: 76px;
}

h1, h2, h3, h4, h5 {
  color: #0E3B2A;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

p {
  color: #5E6B62;
}

main, footer {
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
}

:focus-visible {
  outline: 3px solid #9BC62A;
  outline-offset: 3px;
  border-radius: 6px;
}

::selection {
  background: #DCE200;
  color: #0E3B2A;
}

.section {
  padding: 96px 0;
}

@media (max-width: 768px) {
.section {
  padding: 64px 0;
}
}

.section-mist {
  background: #F1F5EC;
}

.section-head {
  max-width: 620px;
  margin-bottom: 48px;
}

.section-head h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  margin-bottom: 14px;
}

.section-head p {
  font-size: 1.075rem;
  margin: 0;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 600;
  color: #007A3B;
  margin-bottom: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s cubic-bezier(.22, .8, .28, 1), transform .8s cubic-bezier(.22, .8, .28, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
html {
  scroll-behavior: auto;
}
}

@media (prefers-reduced-motion: reduce) {
.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
}

@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
}
}

.btn-na {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .98rem;
  border: 2px solid transparent;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.22, .8, .28, 1), background-color .25s cubic-bezier(.22, .8, .28, 1), color .25s cubic-bezier(.22, .8, .28, 1), box-shadow .25s cubic-bezier(.22, .8, .28, 1), border-color .25s cubic-bezier(.22, .8, .28, 1);
}

.btn-na:hover {
  transform: translateY(-2px);
}

.btn-na:active {
  transform: translateY(0);
}

.btn-na i {
  font-size: 1.1em;
}

.btn-na-primary {
  background: #009A4A;
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(0, 154, 74, 0.18);
}

.btn-na-primary:hover {
  background: #007A3B;
  color: #FFFFFF;
}

.btn-na-outline {
  background: transparent;
  color: #0E3B2A;
  border-color: #DDE5D6;
}

.btn-na-outline:hover {
  border-color: #0E3B2A;
  color: #0E3B2A;
}

.btn-na-lime {
  background: #DCE200;
  color: #0E3B2A;
}

.btn-na-lime:hover {
  background: #FFFFFF;
  color: #0E3B2A;
}

.btn-na-ghost-light {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, .35);
}

.btn-na-ghost-light:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.na-nav {
  background: rgba(255, 255, 255, .86);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s cubic-bezier(.22, .8, .28, 1), box-shadow .3s cubic-bezier(.22, .8, .28, 1), padding .3s cubic-bezier(.22, .8, .28, 1);
  padding: 16px 0;
}

.na-nav.is-scrolled {
  border-color: #DDE5D6;
  padding: 10px 0;
  box-shadow: 0 6px 24px rgba(14, 59, 42, 0.10);
}

.na-nav .navbar-brand img {
  height: 36px;
  width: auto;
}

.na-nav .nav-link {
  color: #1C2B22;
  font-weight: 600;
  padding: 8px 16px !important;
  border-radius: 999px;
  transition: background-color .2s cubic-bezier(.22, .8, .28, 1), color .2s cubic-bezier(.22, .8, .28, 1);
}

.na-nav .nav-link:hover {
  color: #007A3B;
}

.na-nav .nav-link.active {
  color: #0E3B2A;
  background: #F1F5EC;
}

.na-nav .navbar-toggler {
  border: 0;
  padding: 8px;
}

.na-nav .navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 992px) {
.na-nav .navbar-collapse {
  padding: 16px 0 8px;
}
}

@media (max-width: 992px) {
.na-nav .nav-link {
  padding: 12px 16px !important;
}
}

.leaf {
  position: absolute;
  border-radius: 64px 8px 64px 8px;
  transform: skewY(-14deg);
  transform-origin: bottom left;
}

.leaf-lime {
  background: #DCE200;
}

.leaf-leaf {
  background: #9BC62A;
}

.leaf-forest {
  background: #009A4A;
}

.marquee {
  display: block;
  background: #0E3B2A;
  color: #FFFFFF;
  overflow: hidden;
  padding: 18px 0;
  text-decoration: none;
}

.marquee:hover {
  color: #DCE200;
}

.marquee .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 38s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee .marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 28px;
  font-weight: 600;
  white-space: nowrap;
}

.marquee .marquee-item i {
  color: #DCE200;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 28px;
  background: #FFFFFF;
  border: 1px solid #DDE5D6;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.22, .8, .28, 1), box-shadow .4s cubic-bezier(.22, .8, .28, 1), border-color .4s cubic-bezier(.22, .8, .28, 1);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(14, 59, 42, 0.10);
  border-color: transparent;
  color: inherit;
}

.product-card:hover .product-card-media img {
  transform: scale(1.06) rotate(-1.5deg);
}

.product-card .product-card-media {
  position: relative;
  aspect-ratio: 5 / 4;
  display: grid;
  place-items: center;
  padding: 28px;
  background: var(--accent-soft, #F1F5EC);
}

.product-card .product-card-media img {
  position: absolute;
  inset: 28px;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  object-fit: contain;
  transition: transform .6s cubic-bezier(.22, .8, .28, 1);
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .14));
}

.product-card .product-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 24px 26px;
  flex: 1;
}

.product-card .product-card-cat {
  font-size: .82rem;
  font-weight: 600;
  color: var(--accent, #007A3B);
}

.product-card h3 {
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.3;
}

.product-card p {
  font-size: .94rem;
  margin: 0;
}

.product-card .product-card-foot {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.product-card .product-card-go {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #F1F5EC;
  color: #0E3B2A;
  transition: background-color .3s cubic-bezier(.22, .8, .28, 1), color .3s cubic-bezier(.22, .8, .28, 1);
}

.product-card:hover .product-card-go {
  background: #009A4A;
  color: #FFFFFF;
}

.badge-na {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  background: #0E3B2A;
  color: #DCE200;
  font-size: .78rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}

.badge-off {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  background: #FFFFFF;
  color: #C4161C;
  font-size: .78rem;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
}

.price {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.price .price-now {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0E3B2A;
}

.price .price-old {
  font-size: .88rem;
  color: #5E6B62;
  text-decoration: line-through;
}

.testi-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 380px);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 20px;
  scrollbar-width: none;
}

.testi-track::-webkit-scrollbar {
  display: none;
}

.testi-card {
  scroll-snap-align: start;
  background: #FFFFFF;
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #DDE5D6;
}

.testi-card .stars {
  color: #F2B01E;
  letter-spacing: 2px;
}

.testi-card blockquote {
  margin: 0;
  color: #1C2B22;
  font-size: 1rem;
  line-height: 1.6;
}

.testi-card .testi-who {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .9rem;
}

.testi-card .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #E3F2E8;
  color: #007A3B;
  font-weight: 800;
}

.testi-card strong {
  display: block;
  color: #0E3B2A;
}

.testi-card small {
  color: #5E6B62;
}

.round-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #DDE5D6;
  background: #FFFFFF;
  color: #0E3B2A;
  display: grid;
  place-items: center;
  transition: background-color .2s cubic-bezier(.22, .8, .28, 1), color .2s cubic-bezier(.22, .8, .28, 1), border-color .2s cubic-bezier(.22, .8, .28, 1);
}

.round-btn:hover {
  background: #0E3B2A;
  color: #FFFFFF;
  border-color: #0E3B2A;
}

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1040;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  box-shadow: 0 12px 28px rgba(37, 211, 102, .4);
  transition: transform .3s cubic-bezier(.22, .8, .28, 1);
}

.wa-float:hover {
  color: #FFFFFF;
  transform: scale(1.08);
}

.wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25D366;
  animation: pulse 2.4s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: .7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.na-footer {
  background: #0A2E20;
  color: rgba(255, 255, 255, .72);
  padding: 72px 0 28px;
}

.na-footer .footer-logo {
  height: 40px;
  width: auto;
  margin-bottom: 18px;
}

.na-footer p {
  color: rgba(255, 255, 255, .72);
  max-width: 340px;
}

.na-footer h4 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.na-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.na-footer li {
  margin-bottom: 10px;
}

.na-footer a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
}

.na-footer a:hover {
  color: #DCE200;
}

.na-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 48px;
  padding-top: 24px;
  font-size: .88rem;
}

.hero {
  position: relative;
  padding: 56px 0 96px;
  overflow: hidden;
}

@media (max-width: 992px) {
.hero {
  padding: 32px 0 64px;
}
}

.hero h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 22px;
}

.hero .hero-lead {
  font-size: 1.15rem;
  max-width: 480px;
  margin-bottom: 32px;
}

.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #F1F5EC;
  color: #0E3B2A;
  font-size: .88rem;
  font-weight: 600;
}

.trust-row i {
  color: #009A4A;
}

.hero-stage {
  position: relative;
  height: 560px;
}

@media (max-width: 992px) {
.hero-stage {
  height: 420px;
  margin-top: 40px;
}
}

.hero-stage .leaf {
  bottom: 40px;
  width: 30%;
  opacity: 0;
  animation: leafRise 1s cubic-bezier(.22, .8, .28, 1) forwards;
}

.hero-stage .leaf-lime {
  left: 4%;
  height: 42%;
  animation-delay: .1s;
}

.hero-stage .leaf-leaf {
  left: 36%;
  height: 54%;
  bottom: 95px;
  animation-delay: .25s;
}

.hero-stage .leaf-forest {
  left: 68%;
  height: 64%;
  bottom: 150px;
  animation-delay: .4s;
}

.hero-stage .hero-product {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  max-width: 500px;
  z-index: 1;
  transform: translateX(-50%);
  filter: drop-shadow(0 34px 40px rgba(14, 59, 42, .28));
  opacity: 0;
  animation: productIn .8s cubic-bezier(.22, .8, .28, 1) .2s forwards;
}

.hero-stage .hero-chip {
  position: absolute;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 16px 36px rgba(14, 59, 42, 0.10);
  font-size: .86rem;
  font-weight: 600;
  color: #0E3B2A;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  opacity: 0;
  animation: productIn .7s cubic-bezier(.22, .8, .28, 1) .6s forwards;
}

.hero-stage .hero-chip i {
  font-size: 1.2rem;
  color: #009A4A;
}

@media (max-width: 768px) {
.hero-stage .hero-chip {
  display: none;
}
}

.hero-stage .chip-a {
  top: 12%;
  left: 0;
}

.hero-stage .chip-b {
  top: 44%;
  right: -2%;
}

@keyframes leafRise {
  from {
    opacity: 0;
    transform: skewY(-14deg) translateY(60px);
  }
  to {
    opacity: 1;
    transform: skewY(-14deg) translateY(0);
  }
}

@keyframes productIn {
  from {
    opacity: 0;
    translate: 0 24px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

.concern-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

@media (max-width: 768px) {
.concern-list {
  grid-template-columns: 1fr;
}
}

.concern {
  border-top: 1px solid #DDE5D6;
  padding: 28px 0;
  display: flex;
  gap: 18px;
  align-items: center;
}

.concern .concern-img {
  flex: none;
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 30px 6px 30px 6px;
  transition: transform .3s cubic-bezier(.22, .8, .28, 1), box-shadow .3s cubic-bezier(.22, .8, .28, 1);
}

.concern:hover .concern-img {
  transform: rotate(-4deg) scale(1.04);
  box-shadow: 0 12px 24px rgba(14, 59, 42, 0.10);
}

.concern h3 {
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.concern p {
  margin: 0;
  font-size: .95rem;
}

@media (min-width: 992px) {
.sticky-lg {
  position: sticky;
  top: 110px;
}
}

.spotlight {
  border-radius: 36px;
  background: #FBE9E7;
  overflow: hidden;
  position: relative;
}

.spotlight .spotlight-body {
  padding: 64px;
}

@media (max-width: 768px) {
.spotlight .spotlight-body {
  padding: 36px 28px;
}
}

.spotlight h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  margin-bottom: 16px;
}

.spotlight .spot-media {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 32px;
}

@media (max-width: 992px) {
.spotlight .spot-media {
  min-height: 320px;
}
}

.spotlight .spot-media img {
  position: relative;
  z-index: 1;
  width: 86%;
  filter: drop-shadow(0 30px 30px rgba(120, 10, 10, .22));
  transition: transform .6s cubic-bezier(.22, .8, .28, 1);
}

.spotlight .spot-media:hover img {
  transform: rotate(-3deg) scale(1.03);
}

.spotlight .spot-disc {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: .7;
}

.spotlight .spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 28px 0 32px;
}

.spotlight .spec-row div {
  display: flex;
  flex-direction: column;
}

.spotlight .spec-row strong {
  font-size: 1.5rem;
  color: #C4161C;
  font-weight: 800;
  line-height: 1.1;
}

.spotlight .spec-row span {
  font-size: .88rem;
  color: #5E6B62;
}

.why-item {
  padding: 32px 28px;
  border-radius: 18px;
  background: #FFFFFF;
  height: 100%;
}

.why-item i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #E3F2E8;
  color: #007A3B;
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.why-item h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.why-item p {
  margin: 0;
  font-size: .95rem;
}

.cta-band {
  position: relative;
  border-radius: 36px;
  background: #0E3B2A;
  padding: 72px 64px;
  overflow: hidden;
}

@media (max-width: 768px) {
.cta-band {
  padding: 48px 28px;
}
}

.cta-band h2 {
  color: #FFFFFF;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  margin-bottom: 14px;
  position: relative;
}

.cta-band p {
  color: rgba(255, 255, 255, .75);
  max-width: 480px;
  position: relative;
}

.cta-band .leaf {
  width: 110px;
  opacity: .9;
}

@media (max-width: 768px) {
.cta-band .leaf {
  display: none;
}
}

.cta-band .cl-1 {
  right: 250px;
  bottom: -40px;
  height: 150px;
}

.cta-band .cl-2 {
  right: 140px;
  bottom: -10px;
  height: 190px;
}

.cta-band .cl-3 {
  right: 30px;
  bottom: 20px;
  height: 230px;
}

.page-hero {
  padding: 56px 0 40px;
}

.page-hero h1 {
  font-size: clamp(2.3rem, 4.6vw, 3.6rem);
  letter-spacing: -0.035em;
  margin-bottom: 12px;
}

.page-hero p {
  font-size: 1.1rem;
  max-width: 560px;
}

.breadcrumb-na {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .9rem;
  margin-bottom: 18px;
  color: #5E6B62;
}

.breadcrumb-na a {
  color: #5E6B62;
  text-decoration: none;
}

.breadcrumb-na a:hover {
  color: #007A3B;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pills button {
  border: 1px solid #DDE5D6;
  background: #FFFFFF;
  color: #1C2B22;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  transition: background-color .25s cubic-bezier(.22, .8, .28, 1), color .25s cubic-bezier(.22, .8, .28, 1), border-color .25s cubic-bezier(.22, .8, .28, 1);
}

.filter-pills button:hover {
  border-color: #0E3B2A;
}

.filter-pills button.active {
  background: #0E3B2A;
  border-color: #0E3B2A;
  color: #FFFFFF;
}

.filter-pills .count {
  opacity: .6;
  margin-left: 4px;
}

.filter-tools {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-tools .form-control, .filter-tools .form-select {
  border-radius: 999px;
  border-color: #DDE5D6;
  padding: 10px 18px;
  min-width: 200px;
}

.filter-tools .form-control:focus, .filter-tools .form-select:focus {
  border-color: #009A4A;
  box-shadow: 0 0 0 4px rgba(0, 154, 74, 0.18);
}

.search-wrap {
  position: relative;
}

.search-wrap i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #5E6B62;
}

.search-wrap .form-control {
  padding-left: 42px;
}

.grid-item {
  transition: opacity .35s cubic-bezier(.22, .8, .28, 1), transform .35s cubic-bezier(.22, .8, .28, 1);
}

.grid-item.is-hiding {
  opacity: 0;
  transform: scale(.96);
}

.empty-state {
  text-align: center;
  padding: 64px 16px;
  border: 1px dashed #DDE5D6;
  border-radius: 28px;
}

.empty-state i {
  font-size: 2rem;
  color: #9BC62A;
}

.pd-media {
  position: relative;
  border-radius: 32px;
  background: var(--accent-soft, #F1F5EC);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 48px;
  overflow: hidden;
}

.pd-media img {
  position: absolute;
  z-index: 1;
  inset: 48px;
  width: calc(100% - 96px);
  height: calc(100% - 96px);
  object-fit: contain;
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, .18));
  transition: transform .2s linear;
}

.pd-media .badge-na {
  z-index: 2;
}

.pd-media .pd-disc {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: .65;
}

.pd-info .pd-cat {
  display: inline-block;
  font-weight: 700;
  font-size: .88rem;
  color: var(--accent, #007A3B);
  margin-bottom: 10px;
}

.pd-info h1 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  margin-bottom: 14px;
}

.pd-info .pd-short {
  font-size: 1.08rem;
  margin-bottom: 24px;
}

.pd-info .price {
  flex-direction: row;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}

.pd-info .price .price-now {
  font-size: 2.1rem;
}

.pd-info .price .price-old {
  font-size: 1.05rem;
}

.pd-info .save-tag {
  background: #F6F8C9;
  color: #0E3B2A;
  font-weight: 700;
  font-size: .85rem;
  padding: 4px 10px;
  border-radius: 999px;
}

.buy-box {
  margin-top: 28px;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #DDE5D6;
}

.buy-box h2 {
  font-size: 1rem;
  margin-bottom: 14px;
}

.buy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 420px) {
.buy-grid {
  grid-template-columns: 1fr;
}
}

.buy-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1px solid #DDE5D6;
  background: #FFFFFF;
  color: #1C2B22;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.22, .8, .28, 1), border-color .25s cubic-bezier(.22, .8, .28, 1), box-shadow .25s cubic-bezier(.22, .8, .28, 1);
}

.buy-btn .buy-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #FFFFFF;
  background: var(--mp, #009A4A);
  font-size: 1.05rem;
  flex: none;
}

.buy-btn .bi-arrow-up-right {
  margin-left: auto;
  color: #5E6B62;
  transition: transform .25s cubic-bezier(.22, .8, .28, 1);
}

.buy-btn:hover {
  color: #1C2B22;
  transform: translateY(-2px);
  border-color: var(--mp, #009A4A);
  box-shadow: 0 10px 24px rgba(14, 59, 42, 0.10);
}

.buy-btn:hover .bi-arrow-up-right {
  transform: translate(2px, -2px);
}

.buy-btn.is-wa {
  grid-column: 1 / -1;
  background: #25D366;
  border-color: #25D366;
  color: #FFFFFF;
  justify-content: center;
}

.buy-btn.is-wa .buy-ico {
  background: rgba(255, 255, 255, .2);
}

.buy-btn.is-wa .bi-arrow-up-right {
  color: #FFFFFF;
  margin-left: 0;
}

.buy-btn.is-wa:hover {
  color: #FFFFFF;
  background: #1EBE5A;
}

.pd-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  font-size: .9rem;
  color: #5E6B62;
}

.pd-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pd-points i {
  color: #009A4A;
}

.pd-tabs {
  border-bottom: 1px solid #DDE5D6;
  gap: 4px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.pd-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #5E6B62;
  font-weight: 700;
  padding: 14px 18px;
  white-space: nowrap;
}

.pd-tabs .nav-link:hover {
  color: #0E3B2A;
}

.pd-tabs .nav-link.active {
  color: #0E3B2A;
  border-bottom-color: #009A4A;
  background: transparent;
}

.pd-panel {
  padding: 32px 0 0;
  max-width: 760px;
}

.pd-panel .tab-pane.active {
  animation: fadeUp .45s cubic-bezier(.22, .8, .28, 1);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #DDE5D6;
}

.check-list i {
  color: #009A4A;
  font-size: 1.15rem;
  line-height: 1.4;
}

.check-list.is-warn i {
  color: #D98A00;
}

.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}

.step-list li {
  counter-increment: step;
  position: relative;
  padding: 12px 0 12px 50px;
  border-bottom: 1px solid #DDE5D6;
}

.step-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E3F2E8;
  color: #007A3B;
  font-weight: 800;
  display: grid;
  place-items: center;
  font-size: .9rem;
}

.note-box {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #F1F5EC;
  font-size: .9rem;
  color: #5E6B62;
}

.mobile-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: #FFFFFF;
  border-top: 1px solid #DDE5D6;
  padding: 12px 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.22, .8, .28, 1);
}

.mobile-buy.is-shown {
  transform: none;
}

@media (max-width: 992px) {
.mobile-buy {
  display: flex;
}
}

.mobile-buy .price-now {
  font-size: 1.15rem;
}

@media (max-width: 992px) {
.has-mobile-buy .wa-float {
  bottom: 92px;
}
}

.story {
  max-width: 720px;
}

.story p {
  font-size: 1.12rem;
  line-height: 1.8;
  color: #1C2B22;
  margin-bottom: 1.4em;
}

.story .story-lead {
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  line-height: 1.4;
  font-weight: 700;
  color: #0E3B2A;
  letter-spacing: -0.015em;
}

.about-visual {
  position: relative;
  height: 340px;
  border-radius: 32px;
  background: #F1F5EC;
  overflow: hidden;
}

.about-visual .leaf {
  width: 22%;
}

.about-visual .al-1 {
  left: 16%;
  bottom: 20px;
  height: 40%;
}

.about-visual .al-2 {
  left: 40%;
  bottom: 70px;
  height: 52%;
}

.about-visual .al-3 {
  left: 64%;
  bottom: 120px;
  height: 62%;
}

.source-card {
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  background: var(--accent-soft, #F1F5EC);
}

.source-card h3 {
  font-size: 1.15rem;
  margin-bottom: 4px;
}

.source-card em {
  color: var(--accent, #007A3B);
  font-weight: 600;
}

.source-card p {
  margin: 12px 0 0;
  font-size: .95rem;
}

.contact-main {
  border-radius: 32px;
  background: #0E3B2A;
  color: #FFFFFF;
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
.contact-main {
  padding: 32px 24px;
}
}

.contact-main h2 {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 12px;
}

.contact-main p {
  color: rgba(255, 255, 255, .75);
}

.contact-main .wa-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: #DCE200;
  display: block;
  margin: 24px 0;
  letter-spacing: -0.01em;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 28px;
}

.topic-list a {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #FFFFFF;
  font-size: .88rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.22, .8, .28, 1), color .2s cubic-bezier(.22, .8, .28, 1);
}

.topic-list a:hover {
  background: #DCE200;
  color: #0E3B2A;
  border-color: #DCE200;
}

.store-list {
  display: grid;
  gap: 12px;
}
