.neo-core-corp-page {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 32px 0 56px;
  color: #101510;
}

.neo-core-corp-page .corp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 20px;
}

.neo-core-corp-page .corp-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.neo-core-corp-page .corp-icon-grid span {
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid #e4ede3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 42, 24, .045);
}

.neo-core-corp-page .corp-icon-grid i {
  width: 30px;
  height: 30px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: #eaffef;
  color: #067338;
  font-style: normal;
  font-weight: 800;
}

.neo-core-corp-page .corp-icon-grid strong {
  color: #101510;
  font-size: 13px;
  font-weight: 700;
}

.neo-core-corp-page .corp-icon-grid small {
  color: #6c766d;
  font-size: 12px;
  line-height: 1.45;
}

.neo-core-corp-page .corp-hero-copy,
.neo-core-corp-page .corp-hero-card {
  border: 1px solid #e4ede3;
  border-radius: 28px;
  background: linear-gradient(135deg, #f7fff7, #fff);
  box-shadow: 0 18px 48px rgba(15, 42, 24, .07);
}

.neo-core-corp-page .corp-hero-copy {
  padding: 30px 32px;
}

.neo-core-corp-page .corp-overline {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #eaffef;
  color: #067338;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}

.neo-core-corp-page .corp-hero h1 {
  max-width: 720px;
  margin: 0 0 10px;
  font-size: clamp(36px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 600;
  color: #101510;
}

.neo-core-corp-page .corp-hero p {
  max-width: 720px;
  margin: 0;
  color: #5d675e;
  font-size: 15px;
  line-height: 1.7;
}

.neo-core-corp-page .corp-hero-card {
  padding: 24px;
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 200, 83, .22), transparent 30%),
    linear-gradient(135deg, #101510, #17351f);
  color: #fff;
}

.neo-core-corp-page .corp-hero-card span {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #bbf7d0;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.neo-core-corp-page .corp-hero-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.035em;
  margin-bottom: 10px;
}

.neo-core-corp-page .corp-hero-card p {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.65;
}

.neo-core-corp-page .corp-legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.neo-core-corp-page .corp-legal-nav,
.neo-core-corp-page .corp-panel {
  border: 1px solid #e4ede3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(15, 42, 24, .055);
}

.neo-core-corp-page .corp-legal-nav {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.neo-core-corp-page .corp-legal-nav strong {
  display: block;
  margin-bottom: 6px;
  color: #101510;
  font-size: 13px;
  font-weight: 700;
}

.neo-core-corp-page .corp-legal-nav a {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 13px;
  color: #4d5a50;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background: #f8fbf7;
}

.neo-core-corp-page .corp-legal-nav a:hover {
  color: #067338;
  background: #eaffef;
}

.neo-core-corp-page .corp-panel {
  padding: 28px;
}

.neo-core-corp-page .legal-intro {
  margin: 0 0 20px;
  padding: 15px 17px;
  border-radius: 16px;
  background: #f7fff7;
  border: 1px solid #d8f5df;
  color: #314236;
  font-size: 14px;
  line-height: 1.7;
}

.neo-core-corp-page .corp-legal h2 {
  margin: 24px 0 10px;
  color: #101510;
  font-size: clamp(22px, 2.4vw, 25px);
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 600;
}

.neo-core-corp-page .corp-legal h2:first-of-type {
  margin-top: 0;
}

.neo-core-corp-page .corp-legal p,
.neo-core-corp-page .corp-legal dd {
  color: #566158;
  font-size: 14.5px;
  line-height: 1.72;
}

.neo-core-corp-page .corp-legal dl {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 10px 14px;
  padding: 18px;
  border-radius: 18px;
  background: #f8fbf7;
}

.neo-core-corp-page .corp-legal dt {
  color: #101510;
  font-weight: 700;
}

.neo-core-corp-page .corp-legal dd {
  margin: 0;
}

.neo-core-corp-page .neo-core-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.neo-core-corp-page .neo-core-trust-grid span {
  padding: 14px;
  border-radius: 16px;
  background: #f7fff7;
  border: 1px solid #d8f5df;
  color: #11351d;
  font-weight: 700;
}

.neo-core-corp-page.corp-contact .corp-legal-layout {
  grid-template-columns: 1fr;
}

.neo-core-corp-page.corp-contact .corp-legal-nav {
  display: none;
}

.neo-core-corp-page.corp-contact .corp-panel {
  box-shadow: 0 16px 44px rgba(15, 42, 24, .055);
}

.neo-core-corp-page.corp-contact .corp-contact-body {
  display: block;
}

.neo-contact-page {
  margin-top: 4px;
}

.neo-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .8fr);
  gap: 24px;
  align-items: start;
}

.neo-contact-main {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.neo-contact-info-card,
.neo-contact-form,
.neo-contact-support-card {
  background: #fff;
  border: 1px solid #e4ede3;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 14px 42px rgba(15, 42, 24, .055);
}

.neo-contact-info-card h2,
.neo-contact-form h2 {
  margin: 0 0 16px;
  color: #101510;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 650;
}

.neo-contact-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.neo-contact-info-list div {
  padding: 12px;
  border: 1px solid #edf3eb;
  border-radius: 15px;
  background: #f8fbf7;
}

.neo-contact-info-list .is-wide {
  grid-column: 1 / -1;
}

.neo-contact-info-list span {
  display: block;
  margin-bottom: 4px;
  color: #6c766d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

.neo-contact-info-list strong {
  display: block;
  color: #101510;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
}

.neo-contact-form {
  display: grid;
  gap: 16px;
}

.neo-contact-form p {
  margin: -6px 0 2px;
  color: #5d675e;
  font-size: 13px;
  line-height: 1.55;
}

.neo-contact-form label {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px;
  margin: 0 !important;
  color: #26352b;
  font-size: 13px;
  font-weight: 700;
}

.neo-contact-form label span {
  display: block;
}

.neo-contact-form input:not([type="hidden"]),
.neo-contact-form select,
.neo-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dce8da;
  border-radius: 16px;
  background: #fff;
  padding: 0 14px;
  color: #101510;
  font: inherit;
  outline: none;
  box-shadow: 0 8px 18px rgba(15, 42, 24, .025);
}

.neo-contact-form input:not([type="hidden"]),
.neo-contact-form select {
  height: 52px;
}

.neo-contact-form textarea {
  min-height: 150px;
  padding-top: 13px;
  resize: vertical;
}

.neo-contact-form input:focus,
.neo-contact-form select:focus,
.neo-contact-form textarea:focus {
  border-color: #aee9bc;
  box-shadow: 0 0 0 4px rgba(0, 200, 83, .1);
}

.neo-contact-form button {
  width: fit-content;
  min-width: 158px;
  height: 52px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #00c853, #8efa4d);
  color: #07140c;
  padding: 0 20px;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
  box-shadow: 0 14px 28px rgba(0, 200, 83, .18);
}

.neo-contact-aside {
  display: grid;
  gap: 16px;
}

.neo-contact-support-card {
  display: grid;
  gap: 8px;
}

.neo-contact-support-card i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 2px;
  border-radius: 16px;
  background: #eaffef;
  color: #067338;
  font-style: normal;
  font-weight: 800;
}

.neo-contact-support-card strong {
  display: block;
  color: #101510;
  font-size: 16px;
  letter-spacing: -.02em;
}

.neo-contact-support-card span {
  display: block;
  color: #5d675e;
  font-size: 13px;
  line-height: 1.55;
}

.neo-contact-support-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: 4px;
  color: #067338;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.neo-core-corp-page .corp-contact-info {
  margin-bottom: 22px;
}

.neo-core-corp-page .corp-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 18px;
  align-items: start;
  margin: 20px 0 24px;
}

.neo-core-corp-page .contact-form {
  display: grid;
  gap: 13px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #f9fff9);
}

.neo-core-corp-page .contact-form h2 {
  margin: 0 0 4px;
}

.neo-core-corp-page .contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #26352b;
  font-size: 13px;
  font-weight: 700;
}

.neo-core-corp-page .contact-form input,
.neo-core-corp-page .contact-form select,
.neo-core-corp-page .contact-form textarea {
  width: 100%;
  border: 1px solid #dce8da;
  border-radius: 16px;
  background: #fff;
  padding: 0 14px;
  color: #101510;
  font: inherit;
  outline: none;
  box-shadow: 0 8px 18px rgba(15, 42, 24, .025);
}

.neo-core-corp-page .contact-form input,
.neo-core-corp-page .contact-form select {
  height: 50px;
}

.neo-core-corp-page .contact-form textarea {
  min-height: 138px;
  padding-top: 13px;
  resize: vertical;
}

.neo-core-corp-page .contact-form input:focus,
.neo-core-corp-page .contact-form select:focus,
.neo-core-corp-page .contact-form textarea:focus {
  border-color: #aee9bc;
  box-shadow: 0 0 0 4px rgba(0, 200, 83, .1);
}

.neo-core-corp-page .contact-form button {
  height: 52px;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(135deg, #00c853, #8efa4d);
  color: #07140c;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 200, 83, .18);
}

.neo-core-corp-page .corp-contact-side {
  display: grid;
  gap: 12px;
}

.neo-core-corp-page .corp-contact-side .corp-panel {
  padding: 20px;
  border-radius: 22px;
}

.neo-core-corp-page .corp-contact-side i,
.neo-core-corp-page .neo-core-help-card i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eaffef;
  color: #067338;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 12px;
}

.neo-core-corp-page .corp-contact-side strong {
  display: block;
  color: #101510;
  font-size: 16px;
  letter-spacing: -.02em;
}

.neo-core-corp-page .corp-contact-side span {
  display: block;
  margin-top: 7px;
  color: #5d675e;
  font-size: 13px;
  line-height: 1.55;
}

.neo-core-corp-page .corp-contact-side a {
  display: inline-flex;
  margin-top: 12px;
  color: #067338;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.neo-notify-wrap {
  position: relative;
}

.neo-notify-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #00c853;
  color: #07140c;
  border: 2px solid #fff;
  font-size: 10px;
  font-weight: 800;
}

.notify-btn:hover .neo-notify-badge {
  transform: translateY(-1px) scale(1.04);
}

.neo-notify-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 80;
  width: min(360px, calc(100vw - 28px));
  padding: 10px;
  border: 1px solid #e4ede3;
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 70px rgba(15, 42, 24, .18);
  backdrop-filter: blur(14px);
  animation: neoNotifyIn .18s ease-out;
}

@keyframes neoNotifyIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.neo-notify-panel[hidden] {
  display: none;
}

.neo-notify-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 12px;
}

.neo-notify-panel-head strong {
  color: #101510;
  font-size: 15px;
}

.neo-notify-panel-head span {
  color: #6c766d;
  font-size: 12px;
}

.neo-notify-item {
  display: block;
  padding: 13px;
  border-radius: 16px;
  background: #f8fbf7;
  border: 1px solid #edf3eb;
  color: #101510;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.neo-notify-item:hover {
  transform: translateY(-1px);
  border-color: #cdebd4;
  background: #f2fff4;
}

.neo-notify-item + .neo-notify-item {
  margin-top: 8px;
}

.neo-notify-item b {
  display: inline-flex;
  height: 22px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #eaffef;
  color: #067338;
  font-size: 11px;
  margin-bottom: 7px;
}

.neo-notify-item b::before {
  content: "●";
  margin-right: 5px;
  font-size: 9px;
}

.neo-notify-item.is-campaign b::before {
  content: "★";
}

.neo-notify-item.is-trust b::before {
  content: "✓";
}

.neo-notify-item.is-system b::before {
  content: "!";
}

.neo-notify-item strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 4px;
}

.neo-notify-item p {
  margin: 0;
  color: #5d675e;
  font-size: 12px;
  line-height: 1.45;
}

.neo-notify-link {
  display: inline-flex;
  margin-top: 8px;
  color: #067338;
  font-size: 12px;
  font-weight: 700;
}

.neo-notify-empty {
  padding: 18px;
  border-radius: 16px;
  background: #f8fbf7;
  color: #6c766d;
  font-size: 13px;
  text-align: center;
}

.neo-core-campaign-page {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 34px 0 64px;
}

.neo-core-campaign-hero,
.neo-core-empty-state {
  border: 1px solid #e4ede3;
  border-radius: 28px;
  background: linear-gradient(135deg, #f7fff7, #fff);
  box-shadow: 0 18px 48px rgba(15, 42, 24, .07);
}

.neo-core-campaign-hero {
  padding: 32px;
  margin-bottom: 18px;
}

.neo-core-campaign-hero span {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #eaffef;
  color: #067338;
  font-size: 12px;
  font-weight: 700;
}

.neo-core-campaign-hero h1 {
  margin: 12px 0 8px;
  color: #101510;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 600;
}

.neo-core-campaign-hero p,
.neo-core-empty-state p {
  margin: 0;
  color: #5d675e;
  line-height: 1.65;
}

.neo-core-campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.neo-core-campaign-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #e4ede3;
  border-radius: 22px;
  background: #fff;
  color: #101510;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(15, 42, 24, .055);
}

.neo-core-campaign-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  background: #f3f8f1;
}

.neo-core-campaign-card span {
  color: #067338;
  font-size: 12px;
  font-weight: 700;
}

.neo-core-campaign-card strong,
.neo-core-empty-state strong {
  color: #101510;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.neo-core-campaign-card p {
  margin: 0;
  color: #5d675e;
  font-size: 14px;
  line-height: 1.55;
}

.neo-core-empty-state {
  padding: 32px;
  text-align: center;
}

.neo-core-hp {
  position: absolute;
  left: -9999px;
}

.neo-core-form-notice {
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
}

.neo-core-form-notice.is-success {
  background: #eaffef;
  color: #067338;
}

.neo-core-form-notice.is-error {
  background: #fff7ed;
  color: #9a3412;
}

.neo-help-page {
  display: grid;
  gap: 22px;
}

.neo-help-hero {
  padding: 28px;
  border: 1px solid #e4ede3;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(0, 200, 83, .12), transparent 34%),
    linear-gradient(135deg, #fff, #f7fbf5);
  box-shadow: 0 16px 44px rgba(15, 42, 24, .055);
}

.neo-help-hero span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaffef;
  color: #067338;
  font-size: 12px;
  font-weight: 700;
}

.neo-help-hero h2 {
  margin: 0;
  color: #101510;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 650;
}

.neo-help-hero p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #5d675e;
  font-size: 15px;
  line-height: 1.65;
}

.neo-help-faq-item {
  border: 1px solid #e4ede3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 42, 24, .05);
}

.neo-help-faq-item h2 {
  margin: 0;
  color: #101510;
  letter-spacing: -.02em;
  font-weight: 650;
}

.neo-help-faq-item p {
  margin: 8px 0 0;
  color: #5d675e;
  font-size: 14px;
  line-height: 1.62;
}

.neo-help-faq {
  display: grid;
  gap: 12px;
}

.neo-help-faq-item {
  padding: 18px 20px;
}

.neo-help-faq-item h2 {
  font-size: 17px;
}

.neo-help-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #101510, #17351f);
  color: #fff;
  box-shadow: 0 18px 46px rgba(15, 42, 24, .12);
}

.neo-help-cta strong {
  display: block;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.neo-help-cta p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.55;
}

.neo-help-cta a {
  min-height: 44px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 14px;
  background: #8efa4d;
  color: #07140c;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.neo-core-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.neo-core-help-card {
  padding: 18px;
  border: 1px solid #e4ede3;
  border-radius: 20px;
  background: #f8fbf7;
}

.neo-core-help-card h2 {
  margin-top: 0 !important;
}

.neo-core-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.neo-core-faq-list article {
  padding: 16px 18px;
  border: 1px solid #e4ede3;
  border-radius: 18px;
  background: #fff;
}

.neo-core-faq-list h2 {
  margin: 0 0 6px !important;
  font-size: 18px !important;
}

.neo-core-faq-list p {
  margin: 0 !important;
}

.neo-core-help-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #101510, #17351f);
  color: #fff;
}

.neo-core-help-cta strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.025em;
}

.neo-core-help-cta p {
  margin: 5px 0 0 !important;
  color: rgba(255, 255, 255, .76) !important;
}

.neo-core-help-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 14px;
  background: #00c853;
  color: #07140c;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.woocommerce-checkout .neo-bank-transfer-box {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  margin-top: 2px;
  padding: 12px 13px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(234, 255, 239, .78), rgba(255, 255, 255, .82));
  color: #101510;
  box-shadow: none;
}

.woocommerce-checkout .neo-bank-transfer-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eaffef;
  color: #067338;
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-checkout .neo-bank-transfer-box strong {
  color: #067338;
  font-size: 13px;
  font-weight: 700;
}

.woocommerce-checkout .neo-bank-transfer-box p {
  margin: 0;
  color: #5d675e;
  font-size: 12.5px;
  line-height: 1.55;
}

.woocommerce-checkout .neo-bank-transfer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.woocommerce-checkout .neo-bank-transfer-points small {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #48624f;
  font-size: 11px;
  font-weight: 600;
}

/* Checkout rollback guard: keep the bank-transfer note readable even if theme payment cards change. */
body.woocommerce-checkout #payment .payment_box {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  display: block !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout #payment .neo-bank-transfer-box {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout #payment .neo-bank-transfer-icon {
  display: none !important;
}

body.woocommerce-checkout #payment .neo-bank-transfer-box p,
body.woocommerce-checkout #payment .neo-bank-transfer-box div {
  max-width: none !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
}

@media (max-width: 768px) {
  .neo-core-corp-page {
    width: min(100% - 24px, 1180px);
    padding: 20px 0 96px;
  }

  .neo-core-corp-page .corp-hero,
  .neo-core-corp-page .corp-legal-layout {
    grid-template-columns: 1fr;
  }

  .neo-core-corp-page .corp-icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .neo-core-corp-page .corp-hero-copy,
  .neo-core-corp-page .corp-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .neo-core-corp-page .corp-hero h1 {
    font-size: clamp(30px, 8vw, 34px);
    line-height: 1.08;
    letter-spacing: -.032em;
  }

  .neo-core-corp-page .corp-hero-card {
    padding: 20px;
    border-radius: 22px;
  }

  .neo-core-corp-page .corp-legal-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    padding: 10px;
  }

  .neo-core-corp-page .corp-legal-nav strong {
    display: none;
  }

  .neo-core-corp-page .corp-legal-nav a {
    white-space: nowrap;
  }

  .neo-core-corp-page .corp-legal dl,
  .neo-core-corp-page .neo-core-trust-grid {
    grid-template-columns: 1fr;
  }

  .neo-core-corp-page .corp-contact-layout,
  .neo-contact-grid,
  .neo-core-help-grid {
    grid-template-columns: 1fr;
  }

  .neo-help-page {
    gap: 16px;
  }

  .neo-help-hero {
    padding: 20px;
    border-radius: 22px;
  }

  .neo-help-hero h2 {
    font-size: clamp(30px, 8vw, 34px);
  }

  .neo-help-faq-item {
    border-radius: 18px;
  }

  .neo-help-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
  }

  .neo-help-cta a {
    width: 100%;
  }

  .neo-contact-info-card,
  .neo-contact-form,
  .neo-contact-support-card {
    padding: 20px;
    border-radius: 20px;
  }

  .neo-contact-info-list {
    grid-template-columns: 1fr;
  }

  .neo-contact-form button {
    width: 100%;
  }

  .neo-core-help-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .neo-core-help-cta a {
    width: 100%;
  }

  .neo-notify-wrap {
    position: static;
  }

  .neo-notify-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    top: auto;
    bottom: calc(86px + env(safe-area-inset-bottom));
    width: auto;
    max-height: min(70vh, 520px);
    overflow: auto;
  }

  .neo-core-campaign-page {
    width: min(100% - 24px, 1180px);
    padding: 22px 0 96px;
  }

  .neo-core-campaign-grid {
    grid-template-columns: 1fr;
  }

  .neo-core-campaign-hero,
  .neo-core-empty-state {
    padding: 22px;
    border-radius: 22px;
  }
}

@media (max-width: 520px) {
  .neo-core-corp-page .corp-icon-grid {
    grid-template-columns: 1fr;
  }
}
