:root {
  --gold: #cba864;
  --gold-dark: #a88445;
  --ink: #171717;
  --muted: #5f5f5f;
  --line: #e8e4dc;
  --bg: #ffffff;
  --panel: #ffffff;
  --section-space-xl: 160px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

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

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 22px;
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 34px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
}

.brand {
  text-decoration: none;
  color: #111;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.02em;
  font-size: 1.85rem;
}

.top-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(112px, 1fr));
  align-items: stretch;
  gap: 34px;
  min-width: 0;
}

.top-nav a {
  display: block;
  padding: 0 2px;
  text-decoration: none;
  color: #5a5a5a;
  font-size: 0.78rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  transition: color 180ms ease;
  min-width: 0;
}

.top-nav .line-1 {
  display: block;
  white-space: nowrap;
}

.top-nav .line-2 {
  display: block;
}

.top-nav a:hover {
  color: var(--gold);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.membership-btn {
  border: 0;
  border-radius: 12px;
  background: color-mix(in srgb, var(--gold) 92%, white);
  color: white;
  padding: 10px 18px;
  font-size: 0.88rem;
  white-space: nowrap;
  min-width: 142px;
  cursor: pointer;
}

.menu-btn {
  border: 0;
  border-radius: 8px;
  background: #f2f2f2;
  color: #565656;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: none;
}

.updates-banner {
  border-bottom: 1px solid rgba(203, 168, 100, 0.18);
  background: #ffffff;
  overflow: hidden;
}

.updates-track {
  height: 44px;
  display: flex;
  align-items: center;
  width: max-content;
}

.updates-track.is-animating {
  animation: marquee 35s linear infinite;
}

.updates-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 26px;
  white-space: nowrap;
  color: #5e5e5e;
  font-size: 0.74rem;
}

.party-icon {
  color: var(--gold);
}

.dot-sep {
  color: #7d7d7d;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  display: inline-block;
  margin-right: 6px;
  background: #d62222;
  animation: pulse 1.4s infinite;
}

.page {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px 0;
}

.hero {
  min-height: calc(100vh - 122px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
  padding: 52px 0 36px;
  background: #ffffff;
  border-radius: 18px;
}

.hero h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.hero p {
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  max-width: 760px;
  white-space: nowrap;
}

.hero-logo-wrap {
  margin-bottom: 14px;
}

.hero-logo {
  width: 200px;
  max-width: 44vw;
  height: auto;
  margin: 0 auto;
  opacity: 0.8;
  transition: opacity 220ms ease;
}

.hero-logo:hover {
  opacity: 1;
}

.hero-title-main {
  display: block;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
}

.hero-title-accent {
  display: block;
  margin-top: 10px;
  color: var(--gold);
  font-weight: 400;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.hero-actions .btn {
  min-width: 370px;
  min-height: 40px;
  padding: 8px 40px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  box-shadow: none;
}

.hero-actions .btn.primary {
  background: var(--gold);
  color: #ffffff;
}

.hero-actions .btn.primary:hover {
  background: var(--gold);
}

.btn.secondary-outline {
  background: #ffffff;
  border: 2px solid rgba(203, 168, 100, 0.35);
  color: var(--gold);
}

.btn.secondary-outline:hover {
  background: #ffffff;
}

.problem-section {
  margin: 0 0 var(--section-space-xl);
  text-align: center;
}

.trade-context-section {
  padding: 64px 0 var(--section-space-xl);
  background: #fff;
}

.trade-context-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.trade-context-inner h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 400;
  color: #111827;
}

.trade-context-inner p {
  margin: 0 auto;
  max-width: 940px;
  color: #374151;
  font-size: 1.08rem;
  line-height: 1.68;
  font-weight: 400;
}

.trade-context-inner p + p {
  margin-top: 18px;
}

.problem-section h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #111;
}

.problem-title-main {
  color: #111;
}

.problem-title-accent {
  color: var(--gold);
}

.problem-intro {
  margin: 18px auto 64px;
  background: #f5f3f0;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 56rem;
  color: #374151;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
}

.problem-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.problem-card {
  background: #fff;
  border: 1px solid rgba(243, 244, 246, 0.9);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
  transition: all 300ms ease;
  cursor: pointer;
}

.problem-card:hover {
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
  transform: translateY(-8px);
}

.problem-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 14px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  background: rgba(203, 168, 100, 0.08);
}

.problem-icon-svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
}

.problem-card h3 {
  margin: 0 0 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  color: #111827;
}

.problem-card p {
  margin: 0;
  color: #4b5563;
  font-weight: 300;
  line-height: 1.625;
  font-size: 1rem;
}

.problem-outro {
  margin: 24px auto 0;
  max-width: 900px;
  color: #2f2f2f;
  font-size: 1.15rem;
  line-height: 1.6;
}

.info-needed-section {
  margin: 0 0 92px;
  text-align: center;
}

.info-needed-section h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1.05;
  font-weight: 400;
  color: #111;
}

.info-needed-section h2 span {
  color: var(--gold);
}

.info-needed-intro {
  margin: 16px auto 0;
  max-width: 860px;
  color: #4b5563;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
}

.info-needed-grid {
  margin-top: 28px;
  counter-reset: req;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-needed-card {
  position: relative;
  background: #fff;
  border: 1px solid #e8ebef;
  border-radius: 1rem;
  padding: 1.5rem 1.2rem 1.2rem;
  text-align: left;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
  min-height: 196px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
  cursor: pointer;
}

.info-needed-card:hover {
  transform: translateY(-6px);
  border-color: rgba(203, 168, 100, 0.35);
  background: linear-gradient(to bottom, #ffffff 0%, #fffdf8 100%);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.11);
}

.info-needed-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(to bottom, rgba(203, 168, 100, 0.75), rgba(203, 168, 100, 0.4));
  transition: width 220ms ease;
}

.info-needed-card:hover::after {
  width: 4px;
}

.info-needed-card::before {
  counter-increment: req;
  content: counter(req, decimal-leading-zero);
  position: absolute;
  top: 12px;
  right: 12px;
  min-width: 32px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #7a6335;
  background: rgba(203, 168, 100, 0.17);
}

.info-needed-card h3 {
  margin: 0 0 10px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #111827;
}

.info-needed-card p {
  margin: 0;
  color: #4b5563;
  font-size: 0.94rem;
  line-height: 1.62;
  font-weight: 400;
}

.progress-wrap {
  margin-bottom: 18px;
}

.submission-header {
  text-align: center;
  margin: 0 0 20px;
}

.submission-header h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.08;
  color: #111;
}

.submission-header h2 span {
  color: var(--gold);
}

.submission-header p {
  margin: 10px auto 0;
  max-width: 760px;
  color: #4b5563;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.progress-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: var(--muted);
  font-weight: 500;
}

#progressPercent {
  color: var(--gold-dark);
}

.progress-track {
  width: 100%;
  background: #ece8e0;
  border-radius: 999px;
  height: 8px;
}

.progress-fill {
  width: 11%;
  background: var(--gold);
  border-radius: inherit;
  height: 100%;
  transition: width 180ms ease-out;
}

.step-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.step-btn {
  width: 38px;
  height: 32px;
  border: 0;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
  color: #686868;
  background: #ece9e3;
  transition: all 160ms ease;
}

.step-btn:hover {
  transform: translateY(-1px);
}

.step-btn.is-active {
  background: var(--gold);
  color: #3b2f1b;
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(20, 20, 20, 0.04);
}

.form-section {
  display: none;
}

.form-section.is-visible {
  display: block;
}

.section-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.section-number {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  font-weight: 700;
  color: #6d5628;
  border-radius: 10px;
  background: #f3eee3;
}

.section-head h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.08;
  color: #111;
}

.section-head p {
  margin: 6px 0 0;
  color: var(--muted);
}

.question {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.question:last-child {
  border-bottom: 0;
}

.question label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.04rem;
  font-weight: 600;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  border: 1px solid #ddd8cd;
  border-radius: 8px;
  background: #fff;
  color: #1f1f1f;
  padding: 12px 13px;
  font-size: 0.96rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(203, 168, 100, 0.32);
  border-color: var(--gold);
}

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

.inline-fields.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.address-fields {
  margin-top: 10px;
}

.beneficial-owners-list {
  display: grid;
  gap: 10px;
}

.beneficial-owners-panel {
  margin-top: 10px;
}

.beneficial-owners-panel.is-hidden {
  display: none;
}

.beneficial-owners-disclosure summary {
  list-style: none;
}

.beneficial-owners-disclosure summary::-webkit-details-marker {
  display: none;
}

.reveal-owners-btn {
  display: inline-block;
  border: 1px solid #d9cfbc;
  background: #fff;
  color: #5d4a26;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}

.reveal-owners-btn:hover {
  background: #f8f4ec;
}

.beneficial-owner-item {
  border: 1px solid #e6e1d7;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.beneficial-owner-item-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.remove-owner-btn {
  border: 0;
  background: #f3efe7;
  color: #6b7280;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 0.8rem;
}

.remove-owner-btn:hover {
  color: #111827;
}

.add-owner-btn {
  margin-top: 10px;
  border: 1px solid #d9cfbc;
  background: #f8f4ec;
  color: #5d4a26;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}

.add-owner-btn:hover {
  background: #f1e8d8;
}

.choice-row,
.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 18px;
}

.choice-grid {
  gap: 12px 24px;
}

.choice-row label,
.choice-grid label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.96rem;
  color: #2c2c2c;
}

.question-helper {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 0.9rem;
}

.commodity-specs {
  display: grid;
  gap: 10px;
}

.commodity-spec-card {
  border: 1px solid #e6e1d7;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
}

.commodity-spec-card.is-hidden {
  display: none;
}

.commodity-spec-card h4 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  color: #2c2c2c;
}

.spec-field label {
  margin-bottom: 6px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #4b5563;
}

.label-with-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.info-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #cba864;
  color: #8c6b2a;
  font-size: 0.7rem;
  line-height: 1;
  cursor: help;
  background: #fff9ee;
}

.info-tip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  width: min(280px, 70vw);
  padding: 8px 10px;
  border-radius: 8px;
  background: #111827;
  color: #f9fafb;
  font-size: 0.75rem;
  line-height: 1.35;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.12s ease;
  z-index: 30;
}

.info-tip:hover::after,
.info-tip:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.option-choice-help {
  margin: 6px 0 0;
  font-size: 0.8rem;
  line-height: 1.35;
  color: #6b7280;
}

.option-choice-help.is-hidden {
  display: none;
}

.choice-row input,
.choice-grid input {
  margin-right: 7px;
  accent-color: var(--gold);
}

.test-shipment-acknowledgement {
  margin-top: 18px;
}

.engagement-options-row {
  margin-top: 12px;
}

.is-dark-disabled {
  background: #e5e7eb !important;
  border-color: #cbd5e1 !important;
  color: #4b5563 !important;
  cursor: not-allowed;
}

.benchmark-configs {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.benchmark-config-panel {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #faf8f4;
  padding: 10px;
}

.discount-tier-details {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.discount-tier-detail-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #faf8f4;
  padding: 10px;
}

.discount-tier-detail-title {
  margin: 0 0 8px;
  font-size: 0.86rem;
  color: #4b5563;
  font-weight: 600;
}

.discount-followup-panels {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.discount-followup-panel {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #faf8f4;
  padding: 10px;
}

.discount-followup-panel .inline-fields {
  gap: 12px;
}

.discount-followup-panel .inline-fields + input,
.discount-followup-panel .inline-fields + textarea {
  margin-top: 12px;
}

.quick-select-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.quick-select-btn {
  border: 1px solid #d9cfbc;
  background: #f8f4ec;
  color: #5d4a26;
  border-radius: 8px;
  padding: 7px 11px;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.86rem;
}

.quick-select-btn:hover {
  background: #f1e8d8;
}

.banking-profile-block {
  margin-top: 12px;
}

.buyer-confirmation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.budget-currency-row {
  margin-bottom: 10px;
}

.budget-range-fields {
  gap: 12px;
}

.budget-notes-input {
  margin-top: 12px;
}

.engagement-helper-text {
  margin-top: 12px;
}

.kyc-information-panel {
  margin-top: 12px;
  border: 1px solid #d9cfbc;
  background: #f8f4ec;
  border-radius: 10px;
  padding: 12px;
}

.kyc-information-panel h4 {
  margin: 0 0 6px;
  font-size: 0.96rem;
  color: #5d4a26;
}

.kyc-information-panel p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  color: #6b7280;
}

.kyc-role-section + .kyc-role-section {
  margin-top: 10px;
}

.kyc-role-section h5 {
  margin: 0 0 8px;
  font-size: 0.86rem;
  color: #5d4a26;
}

.kyc-action-list {
  margin: 0;
  padding-left: 18px;
  color: #374151;
  font-size: 0.9rem;
}

.kyc-information-panel textarea {
  margin-top: 10px;
}

#bankingProfileDetails {
  margin-top: 10px;
  gap: 12px;
}

.question .choice-grid + textarea {
  margin-top: 12px;
}

.banking-profile-block + textarea {
  margin-top: 12px;
}

.actions {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.form-status {
  margin: 12px 0 0;
  font-size: 0.92rem;
  min-height: 1.2em;
  color: #4b5563;
}

.standards-section {
  margin: 88px 0 0;
  text-align: center;
  background: #f5f3f0;
  border-radius: 0;
  padding: 44px 0 38px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.standards-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
}

.standards-section h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.08;
  color: #111827;
}

.standards-section h2 span {
  color: var(--gold);
}

.standards-intro {
  margin: 14px auto 0;
  max-width: 860px;
  color: #374151;
  font-size: 1.03rem;
  line-height: 1.68;
  font-weight: 400;
}

.standards-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.standards-pillar {
  background: #fff;
  border: 1px solid rgba(243, 244, 246, 0.9);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
  transition: all 300ms ease;
}

.standards-pillar:hover {
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.12);
  transform: translateY(-4px);
}

.pillar-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(203, 168, 100, 0.1);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pillar-icon-lucide {
  width: 22px;
  height: 22px;
  color: var(--gold);
  stroke-width: 1.9;
}

.pillar-icon svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
  stroke-width: 1.9;
}

.standards-pillar h4 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.25;
  color: #111827;
  letter-spacing: 0.02em;
}

.standards-outro {
  margin: 26px auto 0;
  max-width: 900px;
  color: #1f2937;
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 400;
}

.standards-ethics-points {
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, max-content);
  justify-content: center;
  align-items: center;
  gap: 10px 24px;
  max-width: 980px;
}

.standards-ethics-points li {
  grid-column: span 2;
  position: relative;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.45;
  padding-left: 18px;
}

.standards-ethics-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.standards-ethics-points li:nth-child(4) {
  grid-column: 2 / span 2;
}

.standards-ethics-points li:nth-child(5) {
  grid-column: 4 / span 2;
}

.btn {
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  padding: 11px 18px;
  cursor: pointer;
}

.btn.primary {
  background: var(--gold);
  color: #2f2311;
}

.btn.secondary {
  background: #efede8;
  color: #373737;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.is-hidden {
  display: none;
}

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

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

@media (max-width: 720px) {
  .top-nav {
    display: none;
  }

  .menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .membership-btn {
    padding: 9px 12px;
    font-size: 0.8rem;
  }

  .header-inner {
    padding: 0 16px;
  }

  .page {
    padding: 0 16px 0;
  }

  .hero {
    min-height: calc(100vh - 122px);
    padding: 34px 12px 24px;
  }

  .problem-intro {
    padding: 16px 14px;
    font-size: 0.98rem;
  }

  .trade-context-section {
    padding: 42px 0 72px;
  }

  .trade-context-inner p {
    font-size: 1rem;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card h3 {
    font-size: 1.4rem;
  }

  .problem-outro {
    font-size: 1.03rem;
  }

  .info-needed-grid {
    grid-template-columns: 1fr;
  }

  .info-needed-section h2 {
    font-size: 1.85rem;
  }

  .card {
    padding: 18px;
  }

  .section-head h2 {
    font-size: 1.65rem;
  }

  .submission-header h2 {
    font-size: 1.85rem;
  }

  .actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .standards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .standards-section h2 {
    font-size: 1.85rem;
  }

  .standards-inner {
    padding: 0 16px;
  }

  .standards-pillar {
    padding: 1.2rem;
  }

  .standards-ethics-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 16px;
  }

  .standards-ethics-points li {
    font-size: 0.72rem;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    font-size: 0.875rem;
    border-radius: 14px;
  }

  .inline-fields {
    grid-template-columns: 1fr;
  }

  .inline-fields.two-columns {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero h1 {
    font-size: 3.75rem;
  }
}

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

.site-footer {
  background: #f5f3f0;
  color: #1f2937;
  padding: 126px 0 64px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand {
  margin: 0 0 24px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold);
  font-size: 2rem;
  font-weight: 400;
}

.footer-family-btn {
  border: 0;
  background: transparent;
  color: #4b5563;
  padding: 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-family-btn:hover {
  color: var(--gold);
}

.footer-family-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.footer-heading {
  margin: 0 0 24px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.footer-list a {
  text-decoration: none;
  color: #4b5563;
  font-weight: 300;
}

.footer-list a:hover {
  color: var(--gold);
}

.footer-socials {
  display: flex;
  gap: 22px;
}

.footer-socials a {
  color: #4b5563;
}

.footer-socials a:hover {
  color: var(--gold);
}

.footer-socials svg {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  border-top: 1px solid rgba(156, 163, 175, 0.35);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  color: #4b5563;
  font-size: 0.88rem;
  font-weight: 300;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-legal-links button {
  border: 0;
  background: transparent;
  color: #4b5563;
  font-size: 0.88rem;
  font-weight: 300;
  cursor: pointer;
}

.footer-legal-links button:hover {
  color: var(--gold);
}

.footer-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.46);
  display: grid;
  place-items: center;
  z-index: 80;
  padding: 20px;
}

.footer-modal.is-hidden {
  display: none;
}

.footer-modal-content {
  width: min(560px, 100%);
  background: #fff;
  border-radius: 14px;
  border: 1px solid #ebe6db;
  padding: 22px 20px 18px;
  position: relative;
}

.footer-modal-content h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.footer-modal-content p {
  margin: 0;
  color: #374151;
  line-height: 1.6;
}

.family-history-modal-content {
  width: min(1100px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px 28px 22px;
}

.family-history-header h3 {
  margin: 0 0 6px;
  font-size: 2rem;
}

.family-history-header p {
  margin: 0;
  color: #6b7280;
  font-weight: 300;
}

.family-history-body {
  margin-top: 22px;
  display: grid;
  gap: 24px;
}

.family-history-logo-block {
  text-align: center;
}

.family-history-logo {
  max-width: 100%;
  max-height: 300px;
  height: auto;
}

.family-history-logo-note {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #6b7280;
}

.family-history-logo-note a,
.family-history-section a {
  color: var(--gold);
  text-decoration: none;
  margin-left: 4px;
}

.family-history-logo-note a:hover,
.family-history-section a:hover {
  text-decoration: underline;
}

.family-history-section h4 {
  margin: 0 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: #111827;
}

.family-history-section p {
  margin: 0 0 14px;
  color: #374151;
  line-height: 1.7;
}

.family-history-highlight {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
}

.family-pillars-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.family-pillar-card {
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 10px;
  text-align: center;
  padding: 16px 10px;
  box-shadow: 0 5px 14px rgba(17, 24, 39, 0.08);
}

.family-pillar-numeral {
  font-size: 1.8rem;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1;
  margin-bottom: 8px;
}

.family-pillar-card h5 {
  margin: 0;
  font-size: 0.82rem;
  color: #1f2937;
  line-height: 1.35;
}

.family-history-footer {
  margin-top: 12px;
  border-top: 1px solid #e5e7eb;
  padding-top: 14px;
  text-align: center;
}

.family-history-handshake-block {
  margin-top: 8px;
}

.family-history-handshake-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.14);
}

.family-history-footer p {
  margin: 0;
  color: #6b7280;
  font-size: 0.82rem;
}

.privacy-modal-content {
  width: min(960px, 100%);
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.privacy-modal-header {
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.privacy-modal-header h3 {
  margin: 0;
  font-size: 2rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  color: #111827;
}

.privacy-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1 1 auto;
}

.privacy-policy-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
}

.privacy-policy-card h4 {
  margin: 0 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #111827;
}

.privacy-policy-content {
  color: #374151;
  font-size: 0.87rem;
  line-height: 1.65;
}

.privacy-policy-title {
  font-weight: 600;
  color: #111827;
}

.privacy-policy-updated {
  font-size: 0.78rem;
  color: #4b5563;
}

.privacy-policy-content h5 {
  margin: 14px 0 6px;
  font-size: 0.94rem;
  font-weight: 600;
  color: #111827;
}

.privacy-policy-content h6 {
  margin: 10px 0 4px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1f2937;
}

.privacy-policy-content p {
  margin: 0 0 10px;
}

.privacy-policy-content ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.privacy-policy-content li {
  margin-bottom: 6px;
}

.privacy-contact-box {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px;
  margin-left: 10px;
}

.privacy-contact-box p {
  margin: 0 0 4px;
}

.privacy-note-box {
  margin-top: 16px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--gold);
  background: #fdf8f0;
}

.privacy-note-box p {
  margin: 0;
  font-size: 0.84rem;
  color: #7a6335;
}

.contact-modal-content {
  width: min(760px, 100%);
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.contact-modal-header {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.contact-modal-header h3 {
  margin: 0;
  font-size: 2rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  color: #111827;
}

.contact-modal-body {
  padding: 24px;
  overflow-y: auto;
  display: grid;
  gap: 28px;
}

.contact-section h4 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: #1f2937;
}

.contact-section p {
  margin: 0 0 6px;
  color: #374151;
}

.contact-name {
  font-weight: 600;
  color: #1f2937;
}

.contact-section a {
  color: var(--gold);
  text-decoration: none;
}

.contact-section a:hover {
  color: #b8945a;
}

.terms-modal-content {
  width: min(960px, 100%);
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.terms-modal-header {
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.terms-modal-header h3 {
  margin: 0;
  font-size: 2rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  color: #111827;
}

.terms-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1 1 auto;
}

.terms-policy-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
}

.terms-policy-card h4 {
  margin: 0 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #111827;
}

.terms-policy-content {
  color: #374151;
  font-size: 0.87rem;
  line-height: 1.65;
}

.terms-policy-title {
  font-weight: 600;
  color: #111827;
}

.terms-policy-content h5 {
  margin: 14px 0 6px;
  font-size: 0.94rem;
  font-weight: 600;
  color: #111827;
}

.terms-policy-content h6 {
  margin: 10px 0 4px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1f2937;
}

.terms-policy-content p {
  margin: 0 0 10px;
}

.terms-policy-content ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.terms-policy-content li {
  margin-bottom: 6px;
}

.terms-contact-box {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px;
}

.terms-contact-box p {
  margin: 0 0 4px;
}

.terms-policy-acknowledgement {
  margin-top: 12px;
  font-weight: 600;
  color: #111827;
}

.terms-modal-footer {
  border-top: 1px solid #e5e7eb;
  padding: 16px 24px;
  display: flex;
  justify-content: flex-end;
}

.terms-close-btn {
  border: 0;
  border-radius: 8px;
  padding: 8px 22px;
  background: var(--gold);
  color: #fff;
  cursor: pointer;
}

.terms-close-btn:hover {
  background: #b8945a;
}

.footer-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 2rem;
  color: #6b7280;
  cursor: pointer;
}

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

@media (max-width: 640px) {
  .footer-container {
    padding: 0 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .family-history-modal-content {
    padding: 18px 14px 14px;
  }

  .family-history-header h3 {
    font-size: 1.6rem;
  }

  .family-pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-modal-header {
    padding: 18px 16px;
  }

  .privacy-modal-header h3 {
    font-size: 1.55rem;
  }

  .privacy-modal-body {
    padding: 16px;
  }

  .privacy-policy-card {
    padding: 16px;
  }

  .contact-modal-header {
    padding: 18px 16px;
  }

  .contact-modal-header h3 {
    font-size: 1.55rem;
  }

  .contact-modal-body {
    padding: 16px;
    gap: 22px;
  }

  .terms-modal-header {
    padding: 18px 16px;
  }

  .terms-modal-header h3 {
    font-size: 1.55rem;
  }

  .terms-modal-body {
    padding: 16px;
  }

  .terms-policy-card {
    padding: 16px;
  }

  .terms-modal-footer {
    padding: 14px 16px;
  }
}
