/* =========================================================================
   Viniseed design tokens
   ========================================================================= */
:root {
  /* Color system */
  --bx-bg: #F7F7F2;
  --bx-surface: #FFFFFF;
  --bx-text: #111111;
  --bx-text-secondary: #555555;
  --bx-text-tertiary: #777777;
  --bx-border: #E5E5E0;
  --bx-border-light: #F0F0EB;
  --bx-accent: #DBA514;
  --bx-accent-hover: #C29211;
  --bx-accent-soft: rgba(219, 165, 20, 0.12);
  --bx-dark: #111111;
  --bx-dark-secondary: #1A1A1A;
  --bx-dark-text-secondary: #BDBDBD;
  --bx-white: #FFFFFF;
  --bx-success: #16A34A;
  --bx-success-bg: #F0FDF4;
  --bx-error: #DC2626;
  --bx-error-bg: #FEF2F2;
  --bx-warning: #D97706;
  --bx-warning-bg: #FFFBEB;
  --bx-info: #2563EB;
  --bx-info-bg: #EFF6FF;

  /* Typography */
  --bx-font-sans: "Inter", "Geist", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --bx-font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --bx-text-xs: 0.8125rem;
  --bx-text-sm: 0.875rem;
  --bx-text-md: 0.9375rem;
  --bx-text-base: 1rem;
  --bx-text-lg: 1.125rem;
  --bx-text-xl: 1.25rem;
  --bx-text-2xl: 1.5rem;
  --bx-text-3xl: 1.75rem;
  --bx-text-4xl: 2rem;

  --bx-heading-h1: clamp(2.5rem, 4vw, 3.5rem);
  --bx-heading-h2: clamp(2rem, 3vw, 2.5rem);
  --bx-heading-h3: clamp(1.5rem, 2vw, 1.75rem);

  --bx-leading-tight: 1.15;
  --bx-leading-heading: 1.20;
  --bx-leading-body: 1.65;
  --bx-leading-relaxed: 1.7;

  --bx-weight-regular: 400;
  --bx-weight-medium: 500;
  --bx-weight-semibold: 600;
  --bx-weight-bold: 700;

  --bx-letter-space-tight: -0.025em;
  --bx-letter-space-normal: 0;
  --bx-letter-space-wide: 0.08em;

  /* Semantic typography */
  --bx-font-size-caption: var(--bx-text-xs);
  --bx-font-size-label: var(--bx-text-sm);
  --bx-font-size-button: var(--bx-text-md);
  --bx-font-size-navigation: var(--bx-text-md);
  --bx-font-size-footer: var(--bx-text-sm);
  --bx-font-size-legal: var(--bx-text-xs);

  /* Spacing */
  --bx-space-1: 4px;
  --bx-space-2: 8px;
  --bx-space-3: 12px;
  --bx-space-4: 16px;
  --bx-space-5: 20px;
  --bx-space-6: 24px;
  --bx-space-8: 32px;
  --bx-space-10: 40px;
  --bx-space-12: 48px;
  --bx-space-16: 64px;

  /* Radius */
  --bx-radius-xs: 6px;
  --bx-radius-sm: 10px;
  --bx-radius: 14px;
  --bx-radius-lg: 18px;
  --bx-radius-xl: 24px;
  --bx-radius-full: 999px;

  /* Shadows */
  --bx-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --bx-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --bx-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.04);
  --bx-shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
  --bx-shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.10), 0 8px 16px rgba(0, 0, 0, 0.05);
  --bx-shadow-focus: 0 0 0 3px rgba(219, 165, 20, 0.25);

  /* Layout */
  --bx-container: min(calc(100% - 48px), 1320px);
  --bx-header-height: 80px;
  --bx-header-height-compact: 64px;

  /* Animation */
  --bx-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --bx-ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --bx-duration-fast: 150ms;
  --bx-duration-normal: 200ms;
  --bx-duration-slow: 300ms;
  --bx-duration-slower: 400ms;
}

/* ==========================================================================
   VINISEED conversion homepage
   ========================================================================== */
body.home {
  background: #f4f5f0;
}

.viniseed-home {
  --vh-ink: #0b0d0c;
  --vh-muted: #667069;
  --vh-line: #dfe3dc;
  --vh-surface: #ffffff;
  --vh-soft: #f4f5f0;
  --vh-green: #DBA514;
  --vh-green-bright: #F2C23A;
  --vh-green-deep: #664C09;
  --vh-red: #ff5b62;
  overflow: hidden;
  color: var(--vh-ink);
  background: var(--vh-soft);
}

.viniseed-home *,
.viniseed-home *::before,
.viniseed-home *::after {
  box-sizing: border-box;
}

.vhome-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.vhome-section {
  padding: clamp(80px, 9vw, 132px) 0;
}

.vhome-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--vh-green-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vhome-kicker > span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.vhome-kicker-dark {
  color: #26793b;
}

.vhome-section-heading {
  max-width: 710px;
  margin-bottom: 48px;
}

.vhome-section-heading-wide {
  max-width: 860px;
}

.vhome-section-heading h2,
.vhome-product-copy h2,
.vhome-demo-copy h2,
.vhome-funding-section h2,
.vhome-final h2 {
  margin: 0;
  color: var(--vh-ink);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.vhome-section-heading > p:last-child,
.vhome-product-copy > p,
.vhome-demo-copy > p,
.vhome-funding-section p {
  color: var(--vh-muted);
  font-size: 17px;
  line-height: 1.72;
}

.vhome-section-heading > p:last-child {
  max-width: 750px;
  margin: 24px 0 0;
}

.vhome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vhome-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.vhome-button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.vhome-button .viniseed-icon,
.vhome-text-link .viniseed-icon {
  width: 18px;
  height: 18px;
}

.vhome-button-primary {
  color: #071008;
  background: var(--vh-green);
  box-shadow: 0 14px 32px rgba(219, 165, 20, 0.17);
}

.vhome-button-primary:hover {
  color: #071008;
  background: var(--vh-green-bright);
}

.vhome-button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.vhome-button-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.vhome-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vh-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vhome-text-link:hover {
  color: #26793b;
  text-decoration: none;
}

/* Hero */
.vhome-hero {
  position: relative;
  padding: clamp(70px, 8vw, 112px) 0 96px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 65% 15%, rgba(219, 165, 20, 0.14), transparent 34%),
    linear-gradient(145deg, #070908 0%, #101512 55%, #070908 100%);
}

.vhome-orb {
  position: absolute;
  border: 1px solid rgba(219, 165, 20, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.vhome-orb-one {
  width: 560px;
  height: 560px;
  right: -220px;
  top: -300px;
}

.vhome-orb-two {
  width: 400px;
  height: 400px;
  left: -290px;
  bottom: -270px;
}

.vhome-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.vhome-hero-copy {
  min-width: 0;
}

.vhome-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(51px, 6vw, 84px);
  font-weight: 740;
  letter-spacing: -0.064em;
  line-height: 0.93;
}

.vhome-lead {
  max-width: 600px;
  margin: 28px 0 34px;
  color: #b8c1bb;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.vhome-hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 23px 0 0;
  color: #93a198;
  font-size: 12px;
  line-height: 1.5;
}

.vhome-hero-note .viniseed-icon {
  width: 17px;
  height: 17px;
  color: var(--vh-green);
}

.vhome-hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38);
}

.vhome-visual-topline {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.vhome-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 11px;
  color: #e7ebe8;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(7, 9, 8, 0.64);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vhome-status-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vh-green);
  box-shadow: 0 0 0 4px rgba(219, 165, 20, 0.15);
}

.vhome-hero-visual > img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
}

.vhome-hero-visual figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 10px 8px 12px;
  color: #9ca7a0;
  font-size: 12px;
}

.vhome-hero-visual figcaption strong {
  color: #fff;
}

.vhome-visual-mark {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  color: var(--vh-green);
  border-radius: 10px;
  background: rgba(219, 165, 20, 0.12);
}

.vhome-visual-mark .viniseed-icon {
  width: 19px;
  height: 19px;
}

.vhome-risk-float {
  position: absolute;
  right: -25px;
  bottom: 76px;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 210px;
  padding: 13px 15px;
  color: #111;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.vhome-risk-float > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: #185c2b;
  border-radius: 10px;
  background: rgba(219, 165, 20, 0.2);
}

.vhome-risk-float .viniseed-icon {
  width: 21px;
  height: 21px;
}

.vhome-risk-float small,
.vhome-risk-float strong {
  display: block;
}

.vhome-risk-float small {
  margin-bottom: 2px;
  color: #7d877f;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.vhome-risk-float strong {
  font-size: 13px;
}

/* Trust strip */
.vhome-trust {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--vh-line);
  background: var(--vh-surface);
}

.vhome-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vhome-trust-grid > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 105px;
  padding: 22px 28px;
  border-right: 1px solid var(--vh-line);
}

.vhome-trust-grid > div:first-child {
  border-left: 1px solid var(--vh-line);
}

.vhome-trust-grid .viniseed-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #26793b;
}

.vhome-trust-grid strong,
.vhome-trust-grid small {
  display: block;
}

.vhome-trust-grid strong {
  margin-bottom: 4px;
  font-size: 13px;
}

.vhome-trust-grid small {
  color: #7d877f;
  font-size: 11px;
  line-height: 1.4;
}

/* Threats */
.vhome-threat-section {
  background: #f4f5f0;
}

.vhome-threat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vhome-threat-card {
  position: relative;
  min-height: 330px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--vh-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vhome-threat-card:hover {
  transform: translateY(-5px);
  border-color: #c3cbc2;
  box-shadow: 0 22px 50px rgba(16, 24, 18, 0.08);
}

.vhome-card-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: #bdc4be;
  font-family: var(--bx-font-mono);
  font-size: 11px;
}

.vhome-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 70px;
  place-items: center;
  color: #26793b;
  border: 1px solid #d5e7d7;
  border-radius: 14px;
  background: #eef9ef;
}

.vhome-card-icon .viniseed-icon {
  width: 23px;
  height: 23px;
}

.vhome-threat-card h3 {
  margin: 0 0 12px;
  color: var(--vh-ink);
  font-size: 19px;
  letter-spacing: -0.025em;
}

.vhome-threat-card p {
  margin: 0;
  color: var(--vh-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* Physical product story */
.vhome-product-story {
  color: #fff;
  background: #0b0e0c;
}

.vhome-product-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.vhome-product-image-wrap {
  position: relative;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.vhome-product-image-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
}

.vhome-image-caption {
  display: block;
  padding: 13px 8px 3px;
  color: #879189;
  font-size: 11px;
}

.vhome-product-copy h2,
.vhome-demo-copy h2,
.vhome-funding-section h2,
.vhome-final h2 {
  color: #fff;
}

.vhome-product-copy > p {
  margin: 26px 0;
  color: #aab4ad;
}

.vhome-check-list {
  display: grid;
  gap: 14px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.vhome-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #dbe1dd;
  font-size: 14px;
  line-height: 1.55;
}

.vhome-check-list .viniseed-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  color: var(--vh-green);
}

.vhome-product-story .vhome-text-link {
  color: var(--vh-green-bright);
}

/* Shop cards */
.vhome-shop-section {
  background: #fff;
}

.vhome-heading-row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.vhome-heading-row > div {
  max-width: 770px;
}

.vhome-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vhome-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--vh-line);
  border-radius: 18px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vhome-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(13, 20, 15, 0.09);
}

.vhome-product-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 0.82;
  background: #e9ece7;
}

.vhome-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 400ms ease;
}

.vhome-product-card:hover .vhome-product-media img {
  transform: scale(1.035);
}

.vhome-concept-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 9px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(7, 9, 8, 0.7);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vhome-product-body {
  padding: 20px;
}

.vhome-product-type {
  margin: 0 0 8px;
  color: #26793b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vhome-product-body h3 {
  min-height: 46px;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.35;
}

.vhome-product-body h3 a {
  color: var(--vh-ink);
  text-decoration: none;
}

.vhome-product-footer {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vhome-product-price {
  color: var(--vh-ink);
  font-size: 14px;
  font-weight: 800;
}

.vhome-product-price del {
  margin-right: 5px;
  color: #8b938d;
  font-weight: 500;
}

.vhome-product-arrow {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  color: var(--vh-ink);
  border-radius: 10px;
  background: #edf0eb;
}

.vhome-product-arrow:hover {
  color: #081009;
  background: var(--vh-green);
}

.vhome-product-arrow .viniseed-icon {
  width: 17px;
  height: 17px;
}

/* Wallet demo */
.vhome-demo-section {
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(219, 165, 20, 0.15), transparent 28%),
    #111512;
}

.vhome-demo-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.vhome-demo-copy > p {
  margin: 27px 0 26px;
  color: #aab4ad;
}

.vhome-demo-points {
  display: grid;
  gap: 11px;
  margin: 0 0 30px;
}

.vhome-demo-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #dbe1dd;
  font-size: 13px;
  font-weight: 650;
}

.vhome-demo-points .viniseed-icon {
  width: 17px;
  height: 17px;
  color: var(--vh-green);
}

.vhome-demo-disclosure {
  display: block;
  margin-top: 15px;
  color: #7f8a82;
  font-size: 10px;
}

.vhome-wallet-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: #f5f6f3;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38);
}

.vhome-window-bar {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  color: #222;
  border-bottom: 1px solid #dde1db;
  background: #fff;
}

.vhome-window-bar > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #d5d9d4;
}

.vhome-window-bar > span:first-child {
  background: #ff7777;
}

.vhome-window-bar strong {
  margin-left: 9px;
  font-size: 11px;
}

.vhome-window-bar em {
  margin-left: auto;
  padding: 5px 8px;
  color: #216b35;
  border-radius: 999px;
  background: #e5f6e7;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vhome-wallet-body {
  min-height: 455px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
}

.vhome-wallet-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  padding-top: 28px;
  border-right: 1px solid #dde1db;
  background: #ecf0ea;
}

.vhome-wallet-sidebar > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #879087;
  border-radius: 10px;
}

.vhome-wallet-sidebar > span.is-active {
  color: #185c2b;
  background: #d9f2dc;
}

.vhome-wallet-sidebar .viniseed-icon {
  width: 18px;
  height: 18px;
}

.vhome-wallet-main {
  min-width: 0;
  padding: 34px;
  color: #121513;
}

.vhome-wallet-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.vhome-wallet-title small {
  color: #7f887f;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vhome-wallet-title h3 {
  margin: 7px 0 0;
  color: #111;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.vhome-risk-score {
  color: var(--vh-red);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.vhome-risk-score small {
  color: #8d958f;
  font-size: 11px;
  letter-spacing: 0;
}

.vhome-risk-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #facdd0;
  border-radius: 13px;
  background: #fff0f1;
}

.vhome-risk-banner .viniseed-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  color: #d93e47;
}

.vhome-risk-banner strong,
.vhome-risk-banner span {
  display: block;
}

.vhome-risk-banner strong {
  margin-bottom: 3px;
  color: #b1262f;
  font-size: 12px;
}

.vhome-risk-banner span {
  color: #754b4e;
  font-size: 11px;
  line-height: 1.45;
}

.vhome-transaction-list {
  margin: 22px 0;
  border-top: 1px solid #dde1db;
}

.vhome-transaction-list > div {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dde1db;
}

.vhome-transaction-list dt,
.vhome-transaction-list dd {
  margin: 0;
  font-size: 11px;
}

.vhome-transaction-list dt {
  color: #758078;
}

.vhome-transaction-list dd {
  color: #272c28;
  font-family: var(--bx-font-mono);
  font-weight: 700;
}

.vhome-wallet-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.vhome-wallet-actions button {
  min-height: 39px;
  padding: 0 14px;
  color: #333;
  border: 1px solid #d3d8d2;
  border-radius: 9px;
  background: #fff;
  font-size: 10px;
  font-weight: 750;
}

.vhome-wallet-actions button:disabled {
  color: #808780;
  background: #e2e5e0;
  cursor: not-allowed;
}

/* Comparison */
.vhome-compare-section {
  background: #f4f5f0;
}

.vhome-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--vh-line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.vhome-approach-grid article {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-right: 1px solid var(--vh-line);
}

.vhome-approach-grid article:last-child {
  border-right: 0;
}

.vhome-approach-grid article.is-viniseed {
  color: #fff;
  background: #111512;
}

.vhome-approach-label {
  margin-bottom: 64px;
  color: #788179;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vhome-approach-grid .is-viniseed .vhome-approach-label {
  color: var(--vh-green);
}

.vhome-approach-grid h3 {
  margin: 0 0 13px;
  color: #111;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.vhome-approach-grid .is-viniseed h3 {
  color: #fff;
}

.vhome-approach-grid p {
  margin: 0 0 28px;
  color: #677168;
  font-size: 14px;
  line-height: 1.65;
}

.vhome-approach-grid .is-viniseed p {
  color: #aab4ad;
}

.vhome-approach-grid small {
  margin-top: auto;
  color: #26793b;
  font-size: 11px;
  font-weight: 750;
}

.vhome-approach-grid .is-viniseed small {
  color: var(--vh-green);
}

.vhome-compare-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 28px;
  border: 1px solid var(--vh-line);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #fff;
  font-size: 13px;
}

/* Funding */
.vhome-funding-section {
  color: #fff;
  background:
    radial-gradient(circle at 15% 0%, rgba(219, 165, 20, 0.16), transparent 25%),
    #080a09;
}

.vhome-funding-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.72fr);
  align-items: center;
  gap: clamp(60px, 9vw, 125px);
}

.vhome-funding-section h2 {
  max-width: 720px;
}

.vhome-funding-section p {
  max-width: 720px;
  color: #9fa9a2;
}

.vhome-funding-section .vhome-funding-lead {
  margin: 28px 0 18px;
  color: #d4dad6;
  font-size: 19px;
}

.vhome-funding-section .vhome-actions {
  margin-top: 31px;
}

.vhome-funding-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.vhome-funding-card > p {
  margin: 0 0 18px;
  color: #e9eeeb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vhome-funding-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vhome-funding-card li {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vhome-funding-card li > span {
  color: var(--vh-green);
  font-family: var(--bx-font-mono);
  font-size: 11px;
}

.vhome-funding-card strong,
.vhome-funding-card small {
  display: block;
}

.vhome-funding-card strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
}

.vhome-funding-card small {
  color: #849087;
  font-size: 11px;
  line-height: 1.45;
}

.vhome-funding-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  padding: 14px;
  color: #b6c0b9;
  border: 1px solid rgba(219, 165, 20, 0.14);
  border-radius: 12px;
  background: rgba(219, 165, 20, 0.06);
  font-size: 10px;
  line-height: 1.5;
}

.vhome-funding-note .viniseed-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--vh-green);
}

/* Roadmap */
.vhome-roadmap-section {
  background: #fff;
}

.vhome-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vhome-roadmap::before {
  position: absolute;
  top: 43px;
  left: 6%;
  right: 6%;
  height: 1px;
  content: "";
  background: #dce1da;
}

.vhome-roadmap article {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid var(--vh-line);
  border-radius: 16px;
  background: #fff;
}

.vhome-roadmap article > span {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  margin-bottom: 52px;
  padding: 0 10px;
  color: #69736b;
  border: 1px solid #dce1da;
  border-radius: 999px;
  background: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vhome-roadmap article.is-current > span {
  color: #153e20;
  border-color: #9be3a1;
  background: #dcf8df;
}

.vhome-roadmap h3 {
  margin: 0 0 11px;
  color: var(--vh-ink);
  font-size: 19px;
  letter-spacing: -0.03em;
}

.vhome-roadmap p {
  margin: 0;
  color: #69736b;
  font-size: 13px;
  line-height: 1.6;
}

/* FAQ */
.vhome-faq-section {
  border-top: 1px solid var(--vh-line);
  background: #f4f5f0;
}

.vhome-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1.3fr);
  align-items: start;
  gap: clamp(60px, 10vw, 130px);
}

.vhome-faq-grid .vhome-section-heading {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.vhome-faq-item {
  border-top: 1px solid #cfd5ce;
}

.vhome-faq-item:last-child {
  border-bottom: 1px solid #cfd5ce;
}

.vhome-faq-item summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--vh-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 750;
  list-style: none;
}

.vhome-faq-item summary::-webkit-details-marker {
  display: none;
}

.vhome-faq-item summary .viniseed-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform 180ms ease;
}

.vhome-faq-item[open] summary .viniseed-icon {
  transform: rotate(45deg);
}

.vhome-faq-item > p {
  max-width: 680px;
  margin: -2px 50px 25px 0;
  color: #667069;
  font-size: 14px;
  line-height: 1.7;
}

/* Final CTA */
.vhome-final {
  padding: 82px 0;
  color: #fff;
  background: #0b0e0c;
}

.vhome-final-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.vhome-final-inner > div:first-child {
  max-width: 780px;
}

.vhome-final h2 {
  font-size: clamp(38px, 4.5vw, 62px);
}

.vhome-final .vhome-actions {
  flex: 0 0 auto;
}

/* Brand line in the shared header */
.viniseed-logo-copy {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.viniseed-logo-copy small {
  color: #778078;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.viniseed-footer-logo small {
  color: #808b83;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .vhome-hero-grid,
  .vhome-product-story-grid,
  .vhome-demo-grid,
  .vhome-funding-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .vhome-hero h1 {
    font-size: clamp(48px, 6.4vw, 68px);
  }

  .vhome-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vhome-trust-grid > div:nth-child(3) {
    border-left: 1px solid var(--vh-line);
  }

  .vhome-trust-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--vh-line);
  }

  .vhome-threat-grid,
  .vhome-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vhome-wallet-main {
    padding: 28px;
  }
}

@media (max-width: 820px) {
  .vhome-shell {
    width: min(100% - 32px, 720px);
  }

  .vhome-section {
    padding: 82px 0;
  }

  .vhome-hero-grid,
  .vhome-product-story-grid,
  .vhome-demo-grid,
  .vhome-funding-grid,
  .vhome-faq-grid {
    grid-template-columns: 1fr;
  }

  .vhome-hero-copy {
    max-width: 690px;
  }

  .vhome-hero-visual {
    max-width: 680px;
  }

  .vhome-risk-float {
    right: 18px;
  }

  .vhome-product-story-grid,
  .vhome-demo-grid {
    gap: 58px;
  }

  .vhome-product-copy,
  .vhome-demo-copy {
    max-width: 650px;
  }

  .vhome-approach-grid {
    grid-template-columns: 1fr;
  }

  .vhome-approach-grid article {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--vh-line);
  }

  .vhome-approach-grid article:last-child {
    border-bottom: 0;
  }

  .vhome-approach-label {
    margin-bottom: 38px;
  }

  .vhome-faq-grid {
    gap: 26px;
  }

  .vhome-faq-grid .vhome-section-heading {
    position: static;
    margin-bottom: 20px;
  }

  .vhome-final-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .vhome-shell {
    width: min(100% - 24px, 560px);
  }

  .vhome-hero {
    padding: 62px 0 72px;
  }

  .vhome-hero h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .vhome-section-heading h2,
  .vhome-product-copy h2,
  .vhome-demo-copy h2,
  .vhome-funding-section h2,
  .vhome-final h2 {
    font-size: clamp(36px, 10.5vw, 49px);
  }

  .vhome-actions,
  .vhome-button {
    width: 100%;
  }

  .vhome-trust-grid,
  .vhome-threat-grid,
  .vhome-product-grid,
  .vhome-roadmap {
    grid-template-columns: 1fr;
  }

  .vhome-trust-grid > div {
    min-height: 85px;
    padding: 18px;
    border-right: 1px solid var(--vh-line);
    border-bottom: 1px solid var(--vh-line);
    border-left: 1px solid var(--vh-line);
  }

  .vhome-trust-grid > div:last-child {
    border-bottom: 0;
  }

  .vhome-visual-topline {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .vhome-status {
    min-height: 26px;
    font-size: 8px;
  }

  .vhome-risk-float {
    right: 14px;
    bottom: 74px;
    min-width: 190px;
    padding: 10px 12px;
  }

  .vhome-threat-card {
    min-height: 290px;
  }

  .vhome-card-icon {
    margin-bottom: 55px;
  }

  .vhome-heading-row,
  .vhome-compare-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .vhome-product-body h3 {
    min-height: 0;
  }

  .vhome-wallet-body {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .vhome-wallet-sidebar {
    display: none;
  }

  .vhome-wallet-main {
    padding: 22px 18px;
  }

  .vhome-wallet-title {
    align-items: flex-start;
  }

  .vhome-wallet-title h3 {
    font-size: 18px;
  }

  .vhome-risk-score {
    font-size: 30px;
  }

  .vhome-wallet-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vhome-approach-grid article {
    min-height: 280px;
    padding: 26px;
  }

  .vhome-funding-card {
    padding: 22px;
  }

  .vhome-roadmap::before {
    display: none;
  }

  .vhome-roadmap article > span {
    margin-bottom: 34px;
  }

  .vhome-faq-item summary {
    min-height: 74px;
    font-size: 15px;
  }

  .vhome-final {
    padding: 70px 0;
  }

  .viniseed-logo-copy small {
    display: none;
  }
}


@media (prefers-reduced-motion: reduce) {
  .vhome-button,
  .vhome-threat-card,
  .vhome-product-card,
  .vhome-product-media img,
  .vhome-faq-item summary .viniseed-icon {
    transition: none;
  }
}

/* =========================================================================
   Base
   ========================================================================= */
html {
  /* Woostify's style.css hardcodes 14px here (and prints itself a second
     time after this stylesheet), so this must win regardless of load
     order. Every rem value in this stylesheet was authored against 16px. */
  font-size: 16px !important;
}

body {
  background: var(--bx-bg);
  color: var(--bx-text);
  font-size: 1rem !important;
}

.viniseed-skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: var(--bx-dark);
  color: #fff;
  padding: 12px 24px;
  border-radius: 0 0 8px 8px;
  font-weight: 600;
  text-decoration: none;
  transition: top 0.2s ease;
}

.viniseed-skip-link:focus {
  top: 0;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bx-font-sans);
  font-weight: var(--bx-weight-semibold);
  line-height: var(--bx-leading-tight);
  color: var(--bx-text);
  margin: 0 0 16px;
}

h1 {
  font-size: var(--bx-heading-h1);
  font-weight: var(--bx-weight-bold);
  letter-spacing: var(--bx-letter-space-tight);
  line-height: 1.08;
}

h2 {
  font-size: var(--bx-heading-h2);
  font-weight: var(--bx-weight-bold);
  letter-spacing: var(--bx-letter-space-tight);
  line-height: 1.15;
}

h3 {
  font-size: var(--bx-heading-h3);
  font-weight: var(--bx-weight-semibold);
  line-height: 1.25;
}

h4 {
  font-size: var(--bx-text-2xl);
  font-weight: var(--bx-weight-semibold);
  line-height: 1.3;
}

h5 {
  font-size: var(--bx-text-xl);
  font-weight: var(--bx-weight-medium);
  line-height: 1.4;
}

h6 {
  font-size: var(--bx-text-lg);
  font-weight: var(--bx-weight-medium);
  line-height: 1.5;
}

.viniseed-container {
  width: var(--bx-container);
  max-width: var(--bx-container);
  margin: 0 auto;
}

.viniseed-noscroll {
  overflow: hidden;
}

.viniseed-icon {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.viniseed-icon svg {
  width: 1em;
  height: 1em;
  display: block;
}

a {
  color: inherit;
}

.viniseed-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 600;
  font-size: var(--bx-text-base);
  padding: 13px 26px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
}
.viniseed-btn:active {
  transform: translateY(1px);
}
.viniseed-btn-primary {
  background: var(--bx-accent);
  border-color: var(--bx-accent);
  color: #08240c;
}
.viniseed-btn-primary:hover {
  background: var(--bx-accent-hover);
  border-color: var(--bx-accent-hover);
  color: #08240c;
}
.viniseed-btn-dark {
  background: var(--bx-dark);
  border-color: var(--bx-dark);
  color: #fff;
}
.viniseed-btn-dark:hover {
  background: var(--bx-dark-secondary);
  border-color: var(--bx-dark-secondary);
  color: #fff;
}
.viniseed-btn-outline {
  background: transparent;
  border-color: var(--bx-border);
  color: var(--bx-text);
}
.viniseed-btn-outline:hover {
  border-color: var(--bx-text);
}
.viniseed-btn-block {
  width: 100%;
}

*:focus-visible {
  outline: 2px solid var(--bx-text);
  outline-offset: 2px;
}
.viniseed-accent-focus:focus-visible {
  outline-color: var(--bx-accent-hover);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================================
   Global base
   ========================================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: var(--bx-accent-soft);
  color: var(--bx-text);
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--bx-font-sans);
  line-height: var(--bx-leading-normal);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}



/* =========================================================================
   Toast notifications
   ========================================================================= */
.viniseed-toast-stack {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 500;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  pointer-events: none;
}

.viniseed-toast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: var(--bx-dark);
  color: #fff;
  border-radius: var(--bx-radius-sm);
  box-shadow: var(--bx-shadow-lg);
  font-size: var(--bx-text-sm);
  font-weight: var(--bx-weight-medium);
  min-width: 280px;
  max-width: 420px;
  transform: translateY(12px);
  opacity: 0;
  animation: viniseed-toast-in 0.35s var(--bx-ease-out) forwards;
}

.viniseed-toast.is-leaving {
  animation: viniseed-toast-out 0.25s ease forwards;
}

@keyframes viniseed-toast-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes viniseed-toast-out {
  to {
    transform: translateY(8px);
    opacity: 0;
  }
}

.viniseed-toast svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.viniseed-toast--success {
  background: var(--bx-success);
}

.viniseed-toast--error {
  background: var(--bx-error);
}

.viniseed-toast--info {
  background: var(--bx-info);
}

@media (max-width: 480px) {
  .viniseed-toast-stack {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .viniseed-toast {
    min-width: auto;
    max-width: none;
  }
}

/* =========================================================================
   Header
   ========================================================================= */
.viniseed-header {
  position: sticky;
  top: 0;
  z-index: 60;
  width: 100%;
  background: var(--bx-bg);
  border-bottom: 1px solid var(--bx-border);
}

.viniseed-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--bx-header-height);
}

.viniseed-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: var(--bx-text-xl);
  letter-spacing: -0.01em;
  text-decoration: none;
  color: var(--bx-text);
  flex-shrink: 0;
}
.viniseed-logo img {
  display: block;
  max-height: 40px;
  width: auto;
}
.viniseed-logo-mark {
  color: var(--bx-accent-hover);
}

.viniseed-nav-primary {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.viniseed-nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  flex-direction: row;
}
.viniseed-nav-list li > a {
  text-decoration: none;
  color: var(--bx-text);
  font-size: var(--bx-text-base);
  font-weight: 500;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}
.viniseed-nav-list li > a:hover {
  border-bottom-color: var(--bx-accent);
}
.viniseed-nav-list li.menu-item-has-children {
  position: relative;
}

.viniseed-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.viniseed-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--bx-text);
  cursor: pointer;
  font-size: var(--bx-text-lg);
  position: relative;
  text-decoration: none;
}
.viniseed-icon-btn:hover {
  background: var(--bx-white);
}

.viniseed-cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--bx-accent-hover);
  color: #08240c;
  font-size: var(--bx-text-xs);
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.viniseed-cart-count[data-count="0"] {
  display: none;
}

.viniseed-header-shop-btn {
  margin-left: 8px;
  padding: 10px 20px;
}

.viniseed-mobile-toggle {
  display: none;
}

@media (max-width: 1199px) {
  .viniseed-nav-list {
    gap: 18px;
  }
}

@media (max-width: 1023px) {
  :root {
    --bx-header-height: 68px;
  }
  .viniseed-nav-primary,
  .viniseed-header-actions .viniseed-header-account {
    display: none;
  }
  .viniseed-header-shop-btn {
    display: none;
  }
  .viniseed-mobile-toggle {
    display: inline-flex;
  }
  .viniseed-logo {
    font-size: var(--bx-text-xl);
  }
}

/* Mobile nav panel */
.viniseed-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 65;
}
.viniseed-mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(340px, 86vw);
  background: var(--bx-white);
  border-left: 1px solid var(--bx-border);
  z-index: 70;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.viniseed-header.is-mobile-open .viniseed-mobile-overlay {
  opacity: 1;
  pointer-events: auto;
}
.viniseed-header.is-mobile-open .viniseed-mobile-nav {
  transform: translateX(0);
}
.viniseed-mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--bx-border);
}
.viniseed-mobile-nav .viniseed-nav-list {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 8px 0;
}
.viniseed-mobile-nav .viniseed-nav-list li > a {
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid var(--bx-border);
}
.viniseed-mobile-nav-actions {
  margin-top: auto;
  padding: 20px;
  border-top: 1px solid var(--bx-border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* =========================================================================
   Cart drawer
   ========================================================================= */
.viniseed-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 85;
}
.viniseed-cart-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.viniseed-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(420px, 92vw);
  background: var(--bx-white);
  z-index: 90;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}
.viniseed-cart-drawer.is-open {
  transform: translateX(0);
}
.viniseed-cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--bx-border);
}
.viniseed-cart-drawer-head h2 {
  margin: 0;
  font-size: var(--bx-text-lg);
}
.viniseed-cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 20px;
}
.viniseed-cart-drawer-foot {
  padding: 20px;
  border-top: 1px solid var(--bx-border);
}

/* Style WooCommerce's own mini-cart markup inside the drawer */
.viniseed-cart-drawer .widget_shopping_cart_content ul.woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}
.viniseed-cart-drawer .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bx-border);
  position: relative;
}
.viniseed-cart-drawer .woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.viniseed-cart-drawer .woocommerce-mini-cart-item img {
  position: static;
  width: 64px;
  height: 64px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  border-radius: var(--bx-radius-sm);
  border: 1px solid var(--bx-border);
  flex-shrink: 0;
}
.viniseed-cart-drawer .woocommerce-mini-cart-item a.remove {
  position: absolute;
  top: 12px;
  right: 0;
  color: var(--bx-text-tertiary);
  text-decoration: none;
}
.viniseed-cart-drawer .woocommerce-mini-cart__empty-message {
  color: var(--bx-text-secondary);
  padding: 24px 0;
}
.viniseed-cart-drawer .total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 16px;
}
.viniseed-cart-drawer .wc-forward {
  display: block;
  text-align: center;
  margin-top: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  text-decoration: none;
  background: var(--bx-white) !important;
  border: 1px solid var(--bx-border) !important;
  color: var(--bx-text) !important;
}
.viniseed-cart-drawer .wc-forward:hover {
  background: var(--bx-bg) !important;
}
.viniseed-cart-drawer a.checkout.wc-forward {
  background: var(--bx-accent) !important;
  border-color: var(--bx-accent) !important;
  color: #08240c !important;
  font-weight: 700;
}
.viniseed-cart-drawer a.checkout.wc-forward:hover {
  background: var(--bx-accent-hover) !important;
  border-color: var(--bx-accent-hover) !important;
}

/* =========================================================================
   Search overlay
   ========================================================================= */
.viniseed-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(247, 247, 242, 0.98);
  z-index: 95;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  overflow-y: auto;
}
.viniseed-search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.viniseed-search-panel {
  width: var(--bx-container);
  padding: 90px 0 40px;
}
.viniseed-search-panel-head {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 2px solid var(--bx-text);
  padding-bottom: 14px;
}
.viniseed-search-panel-head input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  font-size: var(--bx-text-2xl);
  outline: none;
  color: var(--bx-text);
}
.viniseed-search-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.viniseed-search-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 8px;
  text-decoration: none;
  color: var(--bx-text);
  border-radius: var(--bx-radius-sm);
}
.viniseed-search-list a:hover {
  background: var(--bx-white);
}
.viniseed-search-list img,
.viniseed-search-noimg {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  flex-shrink: 0;
}
.viniseed-search-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.viniseed-search-price {
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-base);
}
.viniseed-search-empty {
  color: var(--bx-text-secondary);
  margin-top: 24px;
}

@media (max-width: 767px) {
  .viniseed-search-panel {
    padding-top: 76px;
  }
  .viniseed-search-panel-head input[type="search"] {
    font-size: var(--bx-text-xl);
  }
}

/* =========================================================================
   Homepage sections
   ========================================================================= */
.viniseed-section {
  width: 100%;
  padding: 72px 0;
}
.viniseed-section-tight {
  padding: 48px 0;
}
.viniseed-section-dark {
  background: var(--bx-dark);
  color: #fff;
}
.viniseed-section-white {
  background: var(--bx-white);
}

.viniseed-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--bx-accent-hover);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: var(--bx-text-sm);
}

.viniseed-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 32px;
}
.viniseed-section-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}
.viniseed-section-head p {
  margin: 8px 0 0;
  color: var(--bx-text-secondary);
  max-width: 60ch;
}
.viniseed-section-head a {
  flex-shrink: 0;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid var(--bx-accent);
  padding-bottom: 2px;
}

.viniseed-empty-state {
  border: 1px dashed var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 48px 24px;
  text-align: center;
  color: var(--bx-text-secondary);
  background: var(--bx-white);
}

/* --- Hero --- */
.viniseed-hero {
  padding: 64px 0 56px;
}
.viniseed-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.viniseed-hero h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.viniseed-hero-subtitle {
  margin-top: 18px;
  max-width: 52ch;
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-lg);
}
.viniseed-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.viniseed-hero-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viniseed-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
}

@media (max-width: 1199px) {
  .viniseed-hero-grid {
    grid-template-columns: 1fr;
  }
  .viniseed-hero-media {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* --- Trust bar --- */
/* --- Category grid --- */
.viniseed-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.viniseed-category-card {
  display: block;
  text-decoration: none;
  color: var(--bx-text);
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 26px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.viniseed-category-card:hover {
  border-color: var(--bx-accent);
  transform: translateY(-2px);
}
.viniseed-category-card h3 {
  margin: 14px 0 4px;
  font-size: var(--bx-text-lg);
}
.viniseed-category-card p {
  margin: 0;
  color: var(--bx-text-tertiary);
  font-size: var(--bx-text-sm);
}
.viniseed-category-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--bx-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--bx-text-xl);
  color: var(--bx-accent-hover);
}
@media (max-width: 1199px) {
  .viniseed-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .viniseed-category-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Product grid (shared: featured products, related products, shop archive) --- */
.viniseed-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.viniseed-product-card {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s ease;
}
.viniseed-product-card:hover {
  border-color: var(--bx-accent);
}
.viniseed-product-thumb {
  display: block;
  aspect-ratio: 1;
  border-radius: var(--bx-radius-sm);
  overflow: hidden;
  background: var(--bx-bg);
  margin-bottom: 14px;
}
.viniseed-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.viniseed-product-card h3 {
  margin: 0 0 6px;
  font-size: var(--bx-text-lg);
}
.viniseed-product-card h3 a {
  text-decoration: none;
  color: var(--bx-text);
}
.viniseed-product-category {
  font-size: var(--bx-text-sm);
  color: var(--bx-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 6px;
}
.viniseed-product-price {
  font-weight: 700;
  margin: 4px 0 12px;
}
.viniseed-product-price del {
  color: var(--bx-text-tertiary);
  font-weight: 400;
  margin-right: 6px;
}
.viniseed-product-card .viniseed-btn {
  margin-top: auto;
}
.viniseed-product-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--bx-accent-hover);
  font-size: var(--bx-text-sm);
  margin-bottom: 6px;
}
.viniseed-product-rating .viniseed-icon {
  font-size: var(--bx-text-sm);
}


@media (max-width: 1199px) {
  .viniseed-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .viniseed-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .viniseed-product-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Why hardware wallet / feature grid --- */
.viniseed-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.viniseed-feature-card {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 26px;
}
.viniseed-feature-card .viniseed-icon {
  color: var(--bx-accent-hover);
  font-size: var(--bx-text-2xl);
}
.viniseed-feature-card h3 {
  margin: 16px 0 8px;
  font-size: var(--bx-text-lg);
}
.viniseed-feature-card p {
  margin: 0;
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-base);
}
@media (max-width: 900px) {
  .viniseed-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* --- How it works --- */
.viniseed-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: viniseed-step;
}
.viniseed-step {
  position: relative;
  padding-top: 8px;
}
.viniseed-step::before {
  counter-increment: viniseed-step;
  content: counter(viniseed-step, decimal-leading-zero);
  display: block;
  font-size: var(--bx-text-sm);
  font-weight: 700;
  color: var(--bx-accent-hover);
  margin-bottom: 10px;
}
.viniseed-step h3 {
  margin: 0 0 8px;
  font-size: var(--bx-text-base);
}
.viniseed-step p {
  margin: 0;
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-base);
}
@media (max-width: 900px) {
  .viniseed-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .viniseed-steps {
    grid-template-columns: 1fr;
  }
}

/* --- Product finder --- */
.viniseed-finder {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: 24px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.viniseed-finder-options {
  display: grid;
  gap: 12px;
}
.viniseed-finder-option {
  display: block;
}
.viniseed-finder-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.viniseed-finder-option span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-sm);
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 600;
}
.viniseed-finder-option input:checked + span {
  border-color: var(--bx-accent);
  background: rgba(219, 165, 20, 0.1);
}
.viniseed-finder-result {
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 20px;
  background: var(--bx-bg);
}
@media (max-width: 900px) {
  .viniseed-finder {
    grid-template-columns: 1fr;
    padding: 26px;
  }
}

/* --- Security (dark) --- */
.viniseed-security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.viniseed-section-dark .viniseed-eyebrow {
  color: var(--bx-accent);
}
.viniseed-section-dark h2 {
  color: #fff;
}
.viniseed-section-dark p {
  color: var(--bx-dark-text-secondary);
}
.viniseed-security-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.viniseed-security-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.viniseed-security-list .viniseed-icon {
  color: var(--bx-accent);
  flex-shrink: 0;
  margin-top: 3px;
}
.viniseed-security-list strong {
  display: block;
  color: #fff;
}
.viniseed-security-list span {
  color: var(--bx-dark-text-secondary);
  font-size: var(--bx-text-base);
}
.viniseed-security-visual {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: var(--bx-dark-secondary);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bx-accent);
  font-size: var(--bx-text-display);
}
@media (max-width: 1199px) {
  .viniseed-security-grid {
    grid-template-columns: 1fr;
  }
  .viniseed-security-visual {
    order: -1;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* --- Social proof --- */
.viniseed-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.viniseed-review-card {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 22px;
}
.viniseed-review-stars {
  display: flex;
  gap: 2px;
  color: var(--bx-accent-hover);
  margin-bottom: 10px;
  font-size: var(--bx-text-base);
}
.viniseed-review-card p {
  margin: 0 0 14px;
  color: var(--bx-text);
  font-size: var(--bx-text-base);
}
.viniseed-review-author {
  font-size: var(--bx-text-sm);
  color: var(--bx-text-tertiary);
  font-weight: 600;
}
@media (max-width: 900px) {
  .viniseed-review-grid {
    grid-template-columns: 1fr;
  }
}

/* --- FAQ --- */
.viniseed-faq-list {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--bx-border);
}
.viniseed-faq-item {
  border-bottom: 1px solid var(--bx-border);
}
.viniseed-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 4px;
  font-weight: 600;
}
.viniseed-faq-item summary::-webkit-details-marker {
  display: none;
}
.viniseed-faq-item .viniseed-icon {
  transition: transform 0.15s ease;
  flex-shrink: 0;
}
.viniseed-faq-item[open] .viniseed-icon {
  transform: rotate(180deg);
}
.viniseed-faq-item p {
  margin: 0 0 20px;
  padding: 0 4px;
  color: var(--bx-text-secondary);
}

/* --- Final CTA --- */
.viniseed-final-cta {
  border-radius: 28px;
  background: var(--bx-dark);
  color: #fff;
  padding: 56px;
  text-align: center;
}
.viniseed-final-cta h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.viniseed-final-cta p {
  margin: 14px auto 26px;
  max-width: 52ch;
  color: var(--bx-dark-text-secondary);
}
.viniseed-final-cta .viniseed-hero-actions {
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  .viniseed-final-cta {
    padding: 36px 22px;
  }
}

/* =========================================================================
   Shop / category archive
   ========================================================================= */
.viniseed-shop-header {
  padding: 40px 0 24px;
  border-bottom: 1px solid var(--bx-border);
  background: var(--bx-white);
}
.viniseed-shop-header h1 {
  margin: 0 0 8px;
}
.viniseed-shop-header .viniseed-shop-desc {
  color: var(--bx-text-secondary);
  max-width: 70ch;
}
.viniseed-shop-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.viniseed-shop-cats a {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--bx-border);
  text-decoration: none;
  color: var(--bx-text);
  font-size: var(--bx-text-sm);
  font-weight: 600;
}
.viniseed-shop-cats a.is-active,
.viniseed-shop-cats a:hover {
  border-color: var(--bx-accent);
  background: rgba(219, 165, 20, 0.12);
}

.viniseed-shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  padding: 40px 0 72px;
  align-items: start;
}
.viniseed-shop-filters {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 22px;
  position: sticky;
  top: calc(var(--bx-header-height) + 20px);
}
.viniseed-filter-group {
  margin-bottom: 22px;
}
.viniseed-filter-group:last-child {
  margin-bottom: 0;
}
.viniseed-filter-group h3 {
  margin: 0 0 12px;
  font-size: var(--bx-text-sm);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--bx-text-secondary);
}
.viniseed-filter-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--bx-text-base);
  padding: 6px 0;
  cursor: pointer;
}
.viniseed-filter-apply {
  margin-top: 16px;
}

.viniseed-filter-price-row {
  display: flex;
  gap: 8px;
}

.viniseed-filter-price-input {
  width: 50%;
  padding: 9px;
  border: 1px solid var(--bx-border);
  border-radius: 8px;
}

.viniseed-filter-clear {
  margin-top: 8px;
}

.viniseed-shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.viniseed-shop-count {
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-base);
}
.viniseed-shop-sort select {
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-sm);
  padding: 9px 14px;
  background: var(--bx-white);
  font-size: var(--bx-text-base);
}

.viniseed-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.viniseed-pagination a,
.viniseed-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: var(--bx-radius-sm);
  border: 1px solid var(--bx-border);
  text-decoration: none;
  color: var(--bx-text);
  font-size: var(--bx-text-base);
}
.viniseed-pagination span.current {
  background: var(--bx-dark);
  border-color: var(--bx-dark);
  color: #fff;
}

@media (max-width: 1199px) {
  .viniseed-shop-layout {
    grid-template-columns: 220px 1fr;
  }
}
@media (max-width: 900px) {
  .viniseed-shop-layout {
    grid-template-columns: 1fr;
  }
  .viniseed-shop-filters {
    position: static;
  }
}

/* =========================================================================
   Single product
   ========================================================================= */
.viniseed-breadcrumb {
  padding: 18px 0;
  font-size: var(--bx-text-sm);
  color: var(--bx-text-tertiary);
}
.viniseed-breadcrumb .viniseed-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.viniseed-breadcrumb a {
  text-decoration: none;
  color: var(--bx-text-tertiary);
}
.viniseed-breadcrumb a:hover {
  color: var(--bx-text);
}

.viniseed-product-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding-bottom: 56px;
  align-items: start;
}

.viniseed-gallery-main {
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  background: var(--bx-white);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.viniseed-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}
.viniseed-gallery-main img.is-hidden {
  display: none;
}
.viniseed-gallery-main video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--bx-dark);
}
.viniseed-gallery-main video.is-active {
  display: block;
}
.viniseed-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.viniseed-gallery-thumb {
  width: 72px;
  height: 72px;
  border-radius: var(--bx-radius-sm);
  border: 1px solid var(--bx-border);
  background: var(--bx-white);
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.viniseed-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.viniseed-gallery-thumb.is-active {
  border-color: var(--bx-accent);
  border-width: 2px;
}
.viniseed-gallery-thumb-video .viniseed-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  color: #fff;
  background: rgba(17, 17, 17, 0.55);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.viniseed-product-summary h1 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
}
.viniseed-product-rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.viniseed-product-summary .viniseed-price {
  font-size: var(--bx-text-2xl);
  font-weight: 700;
  margin-bottom: 16px;
}
.viniseed-product-summary .viniseed-price del {
  font-size: var(--bx-text-lg);
  color: var(--bx-text-tertiary);
  font-weight: 400;
  margin-right: 8px;
}
.viniseed-short-description {
  color: var(--bx-text-secondary);
  margin-bottom: 20px;
}
.viniseed-short-description p:first-child {
  margin-top: 0;
}

.viniseed-benefits {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.viniseed-benefits li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: var(--bx-text-base);
  color: var(--bx-text-secondary);
}
.viniseed-benefits .viniseed-icon {
  color: var(--bx-accent-hover);
  margin-top: 2px;
}

.viniseed-purchase-box {
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 20px;
  background: var(--bx-white);
}

form.cart {
  margin: 0;
}
form.cart .quantity {
  display: inline-flex;
  flex: 0 0 auto;
}
form.cart .quantity .qty {
  width: 68px;
  height: 48px;
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-sm);
  text-align: center;
  font-size: var(--bx-text-base);
}
form.cart .variations {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
form.cart .variations tr {
  display: block;
  margin-bottom: 12px;
}
form.cart .variations td,
form.cart .variations th {
  display: block;
  padding: 0;
  text-align: left;
  border: none;
}
form.cart .variations label {
  font-size: var(--bx-text-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--bx-text-secondary);
  margin-bottom: 6px;
  display: block;
}
form.cart .variations select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-sm);
  background: var(--bx-white);
  font-size: var(--bx-text-base);
}
form.cart .reset_variations {
  font-size: var(--bx-text-sm);
  color: var(--bx-text-tertiary);
  margin-left: 8px;
}
.woocommerce-variation-price {
  margin-bottom: 14px;
  font-weight: 700;
}
.woocommerce-variation-availability {
  margin-bottom: 14px;
  font-size: var(--bx-text-sm);
}

.viniseed-add-to-cart-row {
  display: block;
}
.viniseed-add-to-cart-row form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.viniseed-add-to-cart-row .single_add_to_cart_button,
.viniseed-add-to-cart-row .viniseed-buy-now {
  flex: 1 1 150px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  font-size: var(--bx-text-base);
  padding: 0 20px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.single_add_to_cart_button {
  background: var(--bx-accent);
  border-color: var(--bx-accent) !important;
  color: #08240c !important;
}
.single_add_to_cart_button:hover {
  background: var(--bx-accent-hover);
}
.single_add_to_cart_button.disabled {
  background: var(--bx-border);
  border-color: var(--bx-border) !important;
  color: var(--bx-text-tertiary) !important;
  cursor: not-allowed;
}
.viniseed-buy-now {
  background: var(--bx-dark);
  border-color: var(--bx-dark);
  color: #fff;
}
.viniseed-buy-now:hover {
  background: var(--bx-dark-secondary);
}
.viniseed-buy-now:disabled {
  opacity: 0.6;
  cursor: wait;
}

.viniseed-stock-note {
  margin-top: 14px;
  font-size: var(--bx-text-sm);
  color: var(--bx-text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.viniseed-stock-note.in-stock {
  color: #1e7d2b;
}

@media (max-width: 1199px) {
  .viniseed-product-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* --- Tabs --- */
.viniseed-tabs {
  padding-bottom: 64px;
}
.viniseed-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border-bottom: 1px solid var(--bx-border);
  margin-bottom: 28px;
}
.viniseed-tabs-nav button {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 16px;
  font-size: var(--bx-text-base);
  font-weight: 600;
  color: var(--bx-text-secondary);
  cursor: pointer;
}
.viniseed-tabs-nav button.is-active {
  color: var(--bx-text);
  border-bottom-color: var(--bx-accent);
}
.viniseed-tab-panel {
  display: none;
  max-width: 820px;
  color: var(--bx-text-secondary);
}
.viniseed-tab-panel.is-active {
  display: block;
}
.viniseed-tab-panel h3 {
  color: var(--bx-text);
  margin-top: 0;
}
.viniseed-tab-panel pre {
  white-space: pre-wrap;
  font-family: inherit;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-sm);
  padding: 16px;
}
.viniseed-tab-faq .viniseed-faq-item summary {
  padding-left: 0;
  padding-right: 0;
}

/* --- Shipping Information tab --- */
.viniseed-tab-panel.is-active {
  animation: viniseed-fade-in 0.25s ease;
}
.viniseed-shipping-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 820px;
}
.viniseed-shipping-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.viniseed-shipping-card:hover {
  border-color: var(--bx-accent);
  box-shadow: var(--bx-shadow-sm);
}
.viniseed-shipping-card--full {
  grid-column: 1 / -1;
}
.viniseed-shipping-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--bx-radius-sm);
  background: var(--bx-accent-soft);
  color: var(--bx-accent-hover);
  flex-shrink: 0;
}
.viniseed-shipping-icon svg {
  width: 20px;
  height: 20px;
}
.viniseed-shipping-card h3 {
  margin: 0 0 4px;
  font-size: var(--bx-text-base);
  color: var(--bx-text);
}
.viniseed-shipping-card p {
  margin: 0;
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-sm);
  line-height: 1.5;
}
.viniseed-shipping-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  color: var(--bx-text-tertiary);
  font-size: var(--bx-text-sm);
}
@keyframes viniseed-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 600px) {
  .viniseed-shipping-grid {
    grid-template-columns: 1fr;
  }
}

/* Reviews (native WooCommerce output) inside the Reviews tab */
#tab-viniseed-reviews #reviews {
  max-width: 820px;
}
#tab-viniseed-reviews .comment-form-rating select {
  width: auto;
}
#tab-viniseed-reviews #respond input#submit,
#tab-viniseed-reviews #respond input[type="submit"] {
  background: var(--bx-accent) !important;
  border: 1px solid var(--bx-accent) !important;
  color: #08240c !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  padding: 12px 28px !important;
  cursor: pointer;
}
#tab-viniseed-reviews #respond input#submit:hover,
#tab-viniseed-reviews #respond input[type="submit"]:hover {
  background: var(--bx-accent-hover) !important;
  border-color: var(--bx-accent-hover) !important;
}

/* Related products (native WC loop appended after tabs) */
.viniseed-related {
  padding-bottom: 72px;
}


/* =========================================================================
   Viniseed Checkout — CSS overrides for parent theme conflicts
   ========================================================================= */

/* Reset parent theme checkout layout that breaks our grid */
body.woocommerce-checkout #order_review {
  float: none !important;
  width: auto !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Reset parent theme table row flex that destroys table layout */
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
  display: table-row !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr td {
  display: table-cell !important;
}

/* =========================================================================
   Checkout page body
   ========================================================================= */
body.woocommerce-checkout {
  background: #F7F7F3;
}

/* =========================================================================
   Checkout header
   ========================================================================= */
.viniseed-checkout-header {
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 24px;
}

.viniseed-checkout-header .viniseed-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 0;
}

.viniseed-checkout-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1F2933;
}

.viniseed-checkout-logo .viniseed-logo-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: rgba(219, 165, 20, 0.15);
  border-radius: 8px;
  color: #1B8A28;
}

.viniseed-checkout-logo .viniseed-logo-mark svg {
  width: 18px;
  height: 18px;
}

.viniseed-checkout-logo span:last-child {
  font-weight: 700;
  font-size: var(--bx-text-lg);
  letter-spacing: 0.04em;
  color: #1F2933;
}

.viniseed-checkout-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--bx-font-size-caption);
  font-weight: 600;
  color: #6B7280;
}

.viniseed-checkout-secure svg {
  width: 16px;
  height: 16px;
  color: #1B8A28;
}

/* =========================================================================
    Checkout main layout
    ========================================================================= */
.viniseed-checkout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

.viniseed-checkout-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  gap: 48px;
  align-items: start;
}

/* =========================================================================
   Left column — billing form card
   ========================================================================= */
.viniseed-checkout-form {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #E5E5E5;
  padding: 32px;
  min-width: 0;
}

/* =========================================================================
   Right column — order summary sidebar
   ========================================================================= */
.viniseed-checkout-sidebar {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #E5E5E5;
  padding: 28px;
  position: sticky;
  top: 24px;
  min-width: 0;
  width: 100%;
}

/* =========================================================================
   Coupon toggle — subtle inline style
   ========================================================================= */
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 12px 0;
  margin: 0;
  font-size: var(--bx-font-size-caption);
  color: #6B7280;
  box-shadow: none;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #1B8A28;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.woocommerce-checkout form.checkout_coupon {
  max-width: 1240px;
  margin: 0 auto 24px;
  padding: 0 24px;
  background: transparent;
  border: none;
}

body.woocommerce-checkout form.checkout_coupon .form-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

body.woocommerce-checkout form.checkout_coupon .input-text {
  height: 44px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  padding: 0 14px;
  font-size: var(--bx-font-size-label);
  background: #fff;
  max-width: 320px;
}

body.woocommerce-checkout form.checkout_coupon .button {
  height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  background: #1F2933;
  color: #fff;
  font-weight: 600;
  font-size: var(--bx-font-size-caption);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

/* =========================================================================
   Section headings inside left form
   ========================================================================= */
.viniseed-checkout-form .woocommerce-billing-fields > h3,
.viniseed-checkout-form .woocommerce-shipping-fields > h3,
.viniseed-checkout-form .woocommerce-additional-fields > h3 {
  font-size: var(--bx-text-xl);
  font-weight: 600;
  margin: 0 0 20px;
  color: #1F2933;
}

.viniseed-checkout-form .woocommerce-billing-fields > h3 {
  margin-bottom: 6px;
}

.viniseed-checkout-form .woocommerce-additional-fields {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #E5E5E5;
}

.viniseed-checkout-form .woocommerce-additional-fields > h3 {
  margin-top: 0;
}

/* =========================================================================
   Field grid — compact two-column for name, city/state/zip
   ========================================================================= */
.viniseed-checkout-form .woocommerce-billing-fields__field-wrapper,
.viniseed-checkout-form .woocommerce-shipping-fields__field-wrapper,
.viniseed-checkout-form .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.viniseed-checkout-form .form-row-wide,
.viniseed-checkout-form #billing_country_field,
.viniseed-checkout-form #billing_address_1_field,
.viniseed-checkout-form #billing_address_2_field,
.viniseed-checkout-form #billing_email_field,
.viniseed-checkout-form #billing_phone_field,
.viniseed-checkout-form #shipping_country_field,
.viniseed-checkout-form #shipping_address_1_field,
.viniseed-checkout-form #shipping_address_2_field,
.viniseed-checkout-form #order_comments_field {
  grid-column: 1 / -1;
}

.viniseed-checkout-form .form-row-first {
  grid-column: 1;
}

.viniseed-checkout-form .form-row-last {
  grid-column: 2;
}

/* Field labels */
.viniseed-checkout-form .form-row label {
  display: block;
  font-size: var(--bx-font-size-caption);
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 6px;
}

.viniseed-checkout-form .form-row .required {
  color: #DC2626;
}

.viniseed-checkout-form .form-row .optional {
  color: #9CA3AF;
  font-weight: 400;
}

/* Input fields */
.viniseed-checkout-form .form-row input.input-text,
.viniseed-checkout-form .form-row select,
.viniseed-checkout-form .form-row textarea {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background: #fff;
  padding: 0 14px;
  font-size: var(--bx-font-size-button);
  color: #1F2933;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.viniseed-checkout-form .form-row textarea {
  height: auto;
  padding: 12px 14px;
  min-height: 110px;
  resize: vertical;
  line-height: 1.5;
}

.viniseed-checkout-form .form-row input:focus,
.viniseed-checkout-form .form-row select:focus,
.viniseed-checkout-form .form-row textarea:focus {
  border-color: #1B8A28;
  box-shadow: 0 0 0 3px rgba(219, 165, 20, 0.15);
  outline: none;
}

.viniseed-checkout-form .form-row input::placeholder,
.viniseed-checkout-form .form-row textarea::placeholder {
  color: #9CA3AF;
}

.viniseed-checkout-form .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

/* Select2 overrides */
body.woocommerce-checkout .select2-container .select2-selection--single {
  height: 48px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding: 0;
  color: #1F2933;
  font-size: var(--bx-font-size-button);
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 10px;
}

body.woocommerce-checkout .select2-container--open .select2-selection--single {
  border-color: #1B8A28;
  box-shadow: 0 0 0 3px rgba(219, 165, 20, 0.15);
}

/* =========================================================================
   Order summary table inside sidebar
   ========================================================================= */
.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0 0 20px;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table thead {
  display: none;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tbody td,
.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tfoot th,
.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
  border: none;
  font-size: var(--bx-font-size-label);
  background: transparent;
  color: #1F2933;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tbody td.product-name {
  font-weight: 600;
  color: #1F2933;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tbody td.product-total {
  text-align: right;
  font-weight: 500;
  color: #1F2933;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tbody tr:last-child td {
  padding-bottom: 16px;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tfoot tr {
  border-top: 1px solid #E5E5E5;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tfoot th {
  font-weight: 500;
  color: #6B7280;
  text-align: left;
  text-transform: none;
  font-size: var(--bx-font-size-label);
  padding-top: 12px;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 500;
  color: #1F2933;
  padding-top: 12px;
}

.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tfoot .order-total th,
.viniseed-checkout-sidebar .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: var(--bx-text-lg);
  font-weight: 700;
  color: #1F2933;
  padding-top: 16px;
  padding-bottom: 4px;
}

/* =========================================================================
   Sidebar title
   ========================================================================= */
.viniseed-sidebar-title {
  font-size: var(--bx-text-lg);
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
  color: #1F2933;
}

/* =========================================================================
   Payment methods inside sidebar
   ========================================================================= */
.viniseed-checkout-sidebar #payment {
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
  margin-top: 4px;
  background: transparent !important;
}

.viniseed-checkout-sidebar #payment ul.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  overflow: hidden;
}

.viniseed-checkout-sidebar #payment ul.payment_methods li {
  padding: 14px 16px;
  border-bottom: 1px solid #E5E5E5;
  margin: 0;
  background: #fff;
}

.viniseed-checkout-sidebar #payment ul.payment_methods li:last-child {
  border-bottom: none;
}

.viniseed-checkout-sidebar #payment ul.payment_methods li label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: var(--bx-font-size-label);
  color: #1F2933;
  margin: 0;
}

.viniseed-checkout-sidebar #payment ul.payment_methods li input[type="radio"] {
  accent-color: #1B8A28;
  margin: 0;
  width: 18px;
  height: 18px;
}

.viniseed-checkout-sidebar #payment div.payment_box {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 12px 14px;
  margin-top: 10px;
  font-size: var(--bx-font-size-caption);
  color: #6B7280;
  line-height: 1.5;
}

.viniseed-checkout-sidebar #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.viniseed-checkout-sidebar #payment div.payment_box::before {
  display: none;
}

/* Privacy / terms */
.viniseed-checkout-sidebar .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 16px;
}

.viniseed-checkout-sidebar .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: var(--bx-font-size-caption);
  color: #9CA3AF;
  line-height: 1.6;
}

.viniseed-checkout-sidebar .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: #1B8A28;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Place order button */
.viniseed-checkout-sidebar #payment .place-order {
  padding: 0;
}

.viniseed-checkout-sidebar #payment #place_order,
.viniseed-checkout-sidebar .place-order .button {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 10px !important;
  background: #1B8A28 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: var(--bx-text-base);
  border: none !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  letter-spacing: 0.01em;
  text-transform: none !important;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}

.viniseed-checkout-sidebar #payment #place_order:hover,
.viniseed-checkout-sidebar .place-order .button:hover {
  background: #166F20 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(27, 138, 40, 0.25);
}

.viniseed-checkout-sidebar #payment #place_order:active,
.viniseed-checkout-sidebar .place-order .button:active {
  transform: translateY(0);
  box-shadow: none;
}

.viniseed-checkout-sidebar #payment #place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* =========================================================================
   Trust badges below order summary
   ========================================================================= */
.viniseed-trust-strip {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #E5E5E5;
}

.viniseed-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--bx-font-size-caption);
  color: #6B7280;
  font-weight: 500;
}

.viniseed-trust-badge svg {
  width: 16px;
  height: 16px;
  color: #1B8A28;
  flex-shrink: 0;
}

/* =========================================================================
   Parent theme layout overrides
   ========================================================================= */
body.woocommerce-checkout .woocommerce {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

body.woocommerce-checkout #primary {
  padding: 0;
  max-width: 100%;
}

body.woocommerce-checkout .content-area {
  padding: 0;
}

body.woocommerce-checkout .site-main {
  padding: 0;
}

body.woocommerce-checkout article.page {
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper:empty {
  display: none;
}

body.woocommerce-checkout .page-title,
body.woocommerce-checkout .entry-title {
  display: none;
}

body.woocommerce-checkout form.checkout {
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout #customer_details {
  display: block;
  width: 100%;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}

body.woocommerce-checkout #order_review_heading {
  display: none;
}

/* Override parent theme checkout layout-3 styles */
body.woocommerce-checkout.checkout-layout-3 #order_review,
body.woocommerce-checkout .checkout-layout-3 #order_review {
  float: none !important;
  width: auto !important;
  background: transparent !important;
  padding: 0 !important;
}

/* Override parent theme right-bg darkening */
body.woocommerce-checkout .form-distr-free-bg .woostify-col.right-bg {
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 1) !important;
}

/* Hide any pseudo-element overlays on checkout */
body.woocommerce-checkout .viniseed-checkout-sidebar::before,
body.woocommerce-checkout .viniseed-checkout-sidebar::after,
body.woocommerce-checkout #order_review::before,
body.woocommerce-checkout #order_review::after {
  display: none !important;
}

/* Override parent theme payment_box darkening */
body.woocommerce-checkout .payment_box {
  background-color: #F9FAFB !important;
}

/* =========================================================================
   Footer on checkout — reuse homepage footer styling
   ========================================================================= */
body.woocommerce-checkout .viniseed-footer {
  border-top: 1px solid #E5E5E5;
}

/* =========================================================================
   Responsive — checkout
   ========================================================================= */
@media (max-width: 1024px) {
  .viniseed-checkout-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .viniseed-checkout-sidebar {
    position: static;
    order: 1;
  }

  .viniseed-checkout-form {
    order: 0;
  }
}

@media (max-width: 768px) {
  .viniseed-checkout {
    padding: 24px 16px 40px;
  }

  .viniseed-checkout-inner {
    gap: 24px;
  }

  .viniseed-checkout-header .viniseed-container {
    padding: 12px 0;
  }

  .viniseed-checkout-steps {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
  }

  .viniseed-checkout-step-line {
    display: none;
  }

  .viniseed-checkout-sidebar {
    padding: 20px;
  }

  .viniseed-checkout-form {
    padding: 20px;
  }

  .viniseed-checkout-form .woocommerce-billing-fields__field-wrapper,
  .viniseed-checkout-form .woocommerce-shipping-fields__field-wrapper,
  .viniseed-checkout-form .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .viniseed-checkout-form .form-row-first,
  .viniseed-checkout-form .form-row-last {
    grid-column: 1 / -1;
  }
}

/* Phone country code selector */
body.woocommerce-checkout .viniseed-phone-component {
  display: flex;
  align-items: stretch;
  height: 50px;
  border: 1px solid #D8D8D8;
  border-radius: 9px;
  background: #FFFFFF;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-checkout .viniseed-phone-component:focus-within {
  border-color: #1B8A28;
  box-shadow: 0 0 0 3px rgba(219, 165, 20, 0.15);
}

body.woocommerce-checkout .viniseed-phone-country {
  position: relative;
  flex: 0 0 110px;
  display: flex;
  align-items: stretch;
}

body.woocommerce-checkout .viniseed-phone-country-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: var(--bx-font-size-label);
  font-weight: 600;
  color: #1F2933;
  transition: background 0.15s ease;
}

body.woocommerce-checkout .viniseed-phone-country-trigger:hover {
  background: rgba(0, 0, 0, 0.03);
}

body.woocommerce-checkout .viniseed-phone-country-flag {
  font-size: var(--bx-text-lg);
  line-height: 1;
}

body.woocommerce-checkout .viniseed-phone-country-code {
  font-size: var(--bx-font-size-caption);
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.woocommerce-checkout .viniseed-phone-country-arrow {
  margin-left: auto;
  color: #6B7280;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}

body.woocommerce-checkout .viniseed-phone-country-trigger[aria-expanded="true"] .viniseed-phone-country-arrow {
  transform: rotate(180deg);
}

body.woocommerce-checkout .viniseed-phone-country-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 220px;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  z-index: 99999;
  display: none;
  padding: 4px;
}

body.woocommerce-checkout .viniseed-phone-country-dropdown.is-open {
  display: block;
}

body.woocommerce-checkout .viniseed-phone-country-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 6px;
  font-size: var(--bx-font-size-label);
  color: #1F2933;
  transition: background 0.1s ease;
  white-space: nowrap;
}

body.woocommerce-checkout .viniseed-phone-country-option:hover,
body.woocommerce-checkout .viniseed-phone-country-option.is-selected {
  background: rgba(219, 165, 20, 0.12);
}

body.woocommerce-checkout .viniseed-phone-country-option .viniseed-phone-country-flag {
  font-size: var(--bx-text-lg);
}

body.woocommerce-checkout .viniseed-phone-country-option .viniseed-phone-country-dial {
  font-weight: 600;
  font-size: var(--bx-font-size-caption);
  color: #4B5563;
}

body.woocommerce-checkout .viniseed-phone-country-option .viniseed-phone-country-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--bx-font-size-caption);
  color: #4B5563;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.woocommerce-checkout .viniseed-phone-divider {
  width: 1px;
  background: #D8D8D8;
  flex-shrink: 0;
}

body.woocommerce-checkout .viniseed-phone-input-wrap {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

body.woocommerce-checkout .viniseed-phone-input-wrap .form-row {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

body.woocommerce-checkout .viniseed-phone-input-wrap label {
  display: none !important;
}

body.woocommerce-checkout .viniseed-phone-input-wrap .woocommerce-input-wrapper {
  flex: 1;
  height: 100%;
}

body.woocommerce-checkout .viniseed-phone-input-wrap input {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 14px !important;
  font-size: var(--bx-font-size-button);
  box-shadow: none !important;
}

body.woocommerce-checkout .viniseed-phone-input-wrap input:focus {
  box-shadow: none !important;
}

body.woocommerce-checkout .viniseed-native-phone {
  display: none !important;
}


/* =========================================================================
   Footer
   ========================================================================= */
.viniseed-footer {
  background: #0f1417;
  color: #cbd5e1;
  padding: 64px 0 0;
  font-size: var(--bx-font-size-label);
}

.viniseed-footer .viniseed-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.viniseed-footer-grid {
  display: grid;
  grid-template-columns: minmax(140px, 2fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(120px, 1.2fr);
  gap: 32px;
}

.viniseed-footer-col {
  min-width: 120px;
}

.viniseed-footer-col h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}

.viniseed-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.viniseed-footer-col ul a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.15s ease;
  word-break: normal;
  overflow-wrap: normal;
}

.viniseed-footer-col ul a:hover {
  color: #fff;
}

.viniseed-footer-brand p {
  color: #94a3b8;
  line-height: 1.6;
  margin: 14px 0 0;
  max-width: 28ch;
  font-size: 17px;
  word-break: normal;
  overflow-wrap: normal;
}

.viniseed-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  font-size: var(--bx-text-lg);
  letter-spacing: 0.04em;
}

.viniseed-footer-logo .viniseed-icon {
  color: #DBA514;
}

.viniseed-footer-bottom {
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  color: #64748b;
  font-size: 15px;
  word-break: normal;
  overflow-wrap: normal;
}

.viniseed-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.viniseed-footer-legal a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s ease;
}

.viniseed-footer-legal a:hover,
.viniseed-footer-legal a:focus-visible {
  color: #fff;
}

@media (max-width: 1024px) {
  .viniseed-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .viniseed-footer {
    padding: 40px 0 0;
  }
  .viniseed-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .viniseed-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}


/* =========================================================================
   Support page
   ========================================================================= */
.viniseed-support-hero {
  padding: 64px 0 40px;
  background: var(--bx-bg);
}
.viniseed-support-hero h1 {
  margin: 0;
}
.viniseed-support-hero p {
  color: var(--bx-text-secondary);
  max-width: 60ch;
  margin: 8px 0 0;
}
.viniseed-support-search {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 14px 18px;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-sm);
  max-width: 640px;
}
.viniseed-support-search .viniseed-icon {
  color: var(--bx-text-tertiary);
  flex-shrink: 0;
}
.viniseed-support-search input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: var(--bx-text-lg);
  outline: none;
  color: var(--bx-text);
}
.viniseed-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.viniseed-support-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  text-decoration: none;
  color: var(--bx-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.viniseed-support-card:hover {
  border-color: var(--bx-accent);
  box-shadow: var(--bx-shadow-sm);
  transform: translateY(-2px);
}
.viniseed-support-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--bx-radius-sm);
  background: var(--bx-accent-soft);
  color: var(--bx-accent-hover);
  flex-shrink: 0;
}
.viniseed-support-card-icon svg {
  width: 20px;
  height: 20px;
}
.viniseed-support-card h3 {
  margin: 0 0 4px;
  font-size: var(--bx-text-base);
}
.viniseed-support-card p {
  margin: 0;
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-sm);
}
.viniseed-support-card-arrow {
  margin-left: auto;
  color: var(--bx-text-tertiary);
}
.viniseed-support-contact {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}
.viniseed-support-contact h2 {
  margin: 0 0 8px;
}
.viniseed-support-contact p {
  color: var(--bx-text-secondary);
  margin: 0 0 20px;
}
.viniseed-support-form-wrap {
  max-width: 720px;
  margin: 0 auto;
}
.viniseed-support-form {
  display: grid;
  gap: 14px;
}
.viniseed-form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.viniseed-form-row label {
  font-size: var(--bx-text-sm);
  font-weight: 600;
  color: var(--bx-text-secondary);
}
.viniseed-form-row input,
.viniseed-form-row textarea {
  padding: 12px 14px;
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-sm);
  background: var(--bx-white);
  font-size: var(--bx-text-base);
  color: var(--bx-text);
}
.viniseed-form-row textarea {
  resize: vertical;
}
.viniseed-support-form button {
  justify-self: start;
}
.viniseed-support-success {
  color: var(--bx-accent-hover);
  font-weight: 600;
}

@media (max-width: 900px) {
  .viniseed-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .viniseed-support-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================================
   Checkout — Order Summary alignment
   ========================================================================= */
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:first-child {
  border-top: none;
}

/* =========================================================================
   Checkout — Payment methods
   ========================================================================= */
body.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.woocommerce-checkout .wc_payment_method > li {
  margin-bottom: 12px;
}

body.woocommerce-checkout .wc_payment_method input.input-radio {
  margin-right: 10px;
}

body.woocommerce-checkout .wc_payment_method label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: var(--bx-font-size-button);
  color: #1F2933;
  cursor: pointer;
}

body.woocommerce-checkout .wc_payment_method .payment_box {
  margin-top: 8px;
  padding: 12px 16px;
  background: #F9FAFB;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-size: var(--bx-font-size-label);
  color: #4B5563;
  line-height: 1.5;
}

body.woocommerce-checkout .wc_payment_method .payment_box {
  display: none;
}

body.woocommerce-checkout .wc_payment_method input[type="radio"]:checked ~ .payment_box {
  display: block;
}

/* =========================================================================
   Checkout — Typography
   ========================================================================= */
body.woocommerce-checkout .button.alt {
  width: 100%;
  height: 48px;
  font-size: var(--bx-font-size-button);
  font-weight: 600;
  border-radius: 10px;
  background: #1B8A28;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

body.woocommerce-checkout .button.alt:hover {
  background: #166e20;
}

/* =========================================================================
   Checkout — Trust badges
   ========================================================================= */
/* =========================================================================
   Checkout — Footer sync
   ========================================================================= */
body.woocommerce-checkout #viniseed-footer {
  margin-top: 0;
}

body.woocommerce-checkout .viniseed-checkout + #viniseed-footer,
body.woocommerce-checkout #viniseed-footer {
  clear: both;
}

/* =========================================================================
   Responsive — checkout
   ========================================================================= */
@media (max-width: 1024px) {
  body.woocommerce-checkout .viniseed-checkout-inner {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout .viniseed-checkout-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  body.woocommerce-checkout .viniseed-checkout {
    padding: 24px 16px 40px;
  }

  body.woocommerce-checkout .viniseed-checkout-form {
    padding: 20px;
  }

  body.woocommerce-checkout .viniseed-checkout-sidebar {
    padding: 20px;
  }
}



/* =========================================================================
   Checkout — Order Summary shipping list reset
   ========================================================================= */
body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
  margin: 0;
  cursor: default;
}

/* Force shipping row alignment — override parent theme layout rules */
body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
  display: table-row !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  text-align: right !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td ul {
  display: inline;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td li {
  display: inline;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
  display: inline !important;
  justify-content: flex-start !important;
  flex: none !important;
}

/* =========================================================================
   Affiliate / Partner Page
   ========================================================================= */

.viniseed-affiliate-page {
  color: var(--bx-text);
  line-height: var(--bx-leading-normal);
}

/* Labels */
.va-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--bx-font-size-caption);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--bx-bg);
  color: var(--bx-text-secondary);
  border: 1px solid var(--bx-border);
}
.va-label-available {
  background: var(--bx-accent-soft);
  color: #1a7a1f;
  border-color: rgba(219, 165, 20, 0.25);
}
.va-label-concept {
  background: #EFF6FF;
  color: #1e40af;
  border-color: #bfdbfe;
}
.va-label-future {
  background: #FDF4FF;
  color: #86198f;
  border-color: #e9d5ff;
}

/* Hero */
.viniseed-affiliate-hero {
  padding: 80px 0 64px;
  background: var(--bx-white);
  border-bottom: 1px solid var(--bx-border);
}
.viniseed-affiliate-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.viniseed-affiliate-eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--bx-accent-hover);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: var(--bx-text-sm);
}
.viniseed-affiliate-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.viniseed-affiliate-lede {
  margin: 18px 0 0;
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-lg);
  max-width: 56ch;
}
.viniseed-affiliate-hero-actions {
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.viniseed-affiliate-status {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: var(--bx-text-sm);
  color: var(--bx-text-secondary);
  font-weight: 600;
}
.viniseed-affiliate-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--bx-accent-hover);
  box-shadow: 0 0 0 3px rgba(219, 165, 20, 0.25);
}
.viniseed-affiliate-status-dot--vision {
  background: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
}
.viniseed-affiliate-status-sep {
  color: var(--bx-border);
  margin: 0 4px;
}
.viniseed-affiliate-hero-visual {
  position: relative;
}
.viniseed-affiliate-visual-card {
  position: relative;
  background: var(--bx-bg);
  border: 1px solid var(--bx-border);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}
.viniseed-affiliate-visual-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(219, 165, 20, 0.08), transparent 55%);
  pointer-events: none;
}
.viniseed-affiliate-visual-card img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 28px;
}
.viniseed-affiliate-visual-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border: 1px solid var(--bx-border);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: var(--bx-text-sm);
  font-weight: 700;
}

/* Sections */
.viniseed-affiliate-section {
  padding: 72px 0;
}
.viniseed-affiliate-section--dark {
  background: var(--bx-dark);
  color: #fff;
}
.viniseed-affiliate-section--light {
  background: var(--bx-bg);
}
.viniseed-affiliate-section--cinematic {
  background: #0a0e14;
  color: #fff;
  padding: 96px 0;
  text-align: center;
}
.viniseed-affiliate-head {
  margin-bottom: 40px;
}
.viniseed-affiliate-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}
.viniseed-affiliate-head p {
  margin: 10px 0 0;
  color: var(--bx-text-secondary);
  max-width: 64ch;
}
.viniseed-affiliate-section--dark .viniseed-affiliate-head p {
  color: var(--bx-dark-text-secondary);
}

/* Cards */
.viniseed-affiliate-grid-2,
.viniseed-affiliate-grid-3,
.viniseed-affiliate-grid-4 {
  display: grid;
  gap: 20px;
}
.viniseed-affiliate-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.viniseed-affiliate-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.viniseed-affiliate-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.viniseed-affiliate-card {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.viniseed-affiliate-section--dark .viniseed-affiliate-card {
  background: var(--bx-dark-secondary);
  border-color: rgba(255, 255, 255, 0.08);
}
.viniseed-affiliate-card:hover {
  border-color: var(--bx-accent);
  transform: translateY(-2px);
}
.viniseed-affiliate-card-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--bx-radius-sm);
  background: var(--bx-accent-soft);
  color: var(--bx-accent-hover);
  font-size: var(--bx-text-xl);
}
.viniseed-affiliate-card h3 {
  margin: 0;
  font-size: var(--bx-text-lg);
}
.viniseed-affiliate-card p {
  margin: 0;
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-base);
}
.viniseed-affiliate-section--dark .viniseed-affiliate-card p {
  color: var(--bx-dark-text-secondary);
}

/* Partner journey */
.viniseed-affiliate-journey {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
}
.viniseed-affiliate-journey::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 40px;
  right: 40px;
  height: 1px;
  background: var(--bx-border);
  z-index: 0;
}
.viniseed-affiliate-section--dark .viniseed-affiliate-journey::before {
  background: rgba(255, 255, 255, 0.12);
}
.viniseed-affiliate-journey-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.viniseed-affiliate-journey-num {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  font-weight: 700;
  font-size: var(--bx-text-sm);
  color: var(--bx-accent-hover);
}
.viniseed-affiliate-section--dark .viniseed-affiliate-journey-num {
  background: var(--bx-dark-secondary);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--bx-accent);
}
.viniseed-affiliate-journey-content h4 {
  margin: 0;
  font-size: var(--bx-text-base);
}
.viniseed-affiliate-journey-content p {
  margin: 0;
  color: var(--bx-text-secondary);
  font-size: var(--bx-text-sm);
}
.viniseed-affiliate-section--dark .viniseed-affiliate-journey-content p {
  color: var(--bx-dark-text-secondary);
}

/* Product spot */
.viniseed-affiliate-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: 24px;
  padding: 40px;
}
.viniseed-affiliate-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viniseed-affiliate-product-img img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
}
.viniseed-affiliate-product-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.viniseed-affiliate-product-info h3 {
  margin: 0;
  font-size: var(--bx-text-3xl);
}
.viniseed-affiliate-product-info p {
  margin: 0;
  color: var(--bx-text-secondary);
}

/* Roadmap */
.viniseed-affiliate-roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.viniseed-affiliate-roadmap-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--bx-radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.viniseed-affiliate-roadmap-item h4 {
  margin: 0;
  font-size: var(--bx-text-lg);
  color: #fff;
}
.viniseed-affiliate-roadmap-item p {
  margin: 0;
  color: var(--bx-dark-text-secondary);
  font-size: var(--bx-text-sm);
}

/* Cinematic */
.viniseed-affiliate-cinematic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.viniseed-affiliate-cinematic h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.15;
}
.viniseed-affiliate-cinematic p {
  max-width: 64ch;
  color: var(--bx-dark-text-secondary);
  margin: 0;
}

/* CTA blocks */
.viniseed-affiliate-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.viniseed-affiliate-cta h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.viniseed-affiliate-cta p {
  margin: 0;
  color: var(--bx-text-secondary);
  max-width: 56ch;
}
.viniseed-affiliate-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* FAQ */
.viniseed-affiliate-faq {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--bx-border);
}
.viniseed-affiliate-faq-item {
  border-bottom: 1px solid var(--bx-border);
}
.viniseed-affiliate-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 4px;
  font-weight: 600;
  font-size: var(--bx-text-base);
}
.viniseed-affiliate-faq-item summary::-webkit-details-marker {
  display: none;
}
.viniseed-affiliate-faq-item .viniseed-icon {
  transition: transform 0.15s ease;
  flex-shrink: 0;
}
.viniseed-affiliate-faq-item[open] .viniseed-icon {
  transform: rotate(180deg);
}
.viniseed-affiliate-faq-item p {
  margin: 0 0 20px;
  padding: 0 4px;
  color: var(--bx-text-secondary);
}

/* Dual CTA */
.viniseed-affiliate-dual-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.viniseed-affiliate-dual-card {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.viniseed-affiliate-dual-card--alt {
  background: var(--bx-dark);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
.viniseed-affiliate-dual-card h3 {
  margin: 0;
  font-size: var(--bx-text-2xl);
}
.viniseed-affiliate-dual-card p {
  margin: 0;
  color: var(--bx-text-secondary);
}
.viniseed-affiliate-dual-card--alt p {
  color: var(--bx-dark-text-secondary);
}
.viniseed-affiliate-dual-card .viniseed-btn {
  margin-top: 6px;
  align-self: flex-start;
}
.viniseed-affiliate-dual-card--alt .viniseed-btn-dark {
  background: var(--bx-accent);
  border-color: var(--bx-accent);
  color: #08240c;
}

/* Notify form */
.viniseed-affiliate-form-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.viniseed-affiliate-form-wrap h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.viniseed-affiliate-form-wrap p {
  margin: 0;
  color: var(--bx-text-secondary);
  max-width: 56ch;
}
.viniseed-affiliate-form-wrap form {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.viniseed-affiliate-form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.viniseed-affiliate-form-row label {
  font-size: var(--bx-text-sm);
  font-weight: 600;
  color: var(--bx-text-secondary);
}
.viniseed-affiliate-form-row input[type="email"] {
  min-width: 280px;
  padding: 12px 14px;
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-sm);
  background: var(--bx-white);
  font-size: var(--bx-text-base);
  color: var(--bx-text);
}

/* Responsive */
@media (max-width: 1199px) {
  .viniseed-affiliate-hero-grid {
    grid-template-columns: 1fr;
  }
  .viniseed-affiliate-hero-visual {
    order: -1;
    max-width: 420px;
    margin: 0 auto;
  }
  .viniseed-affiliate-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .viniseed-affiliate-journey {
    grid-template-columns: repeat(3, 1fr);
  }
  .viniseed-affiliate-roadmap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .viniseed-affiliate-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .viniseed-affiliate-product {
    grid-template-columns: 1fr;
  }
  .viniseed-affiliate-dual-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .viniseed-affiliate-hero,
  .viniseed-affiliate-section {
    padding: 56px 0;
  }
  .viniseed-affiliate-section--cinematic {
    padding: 72px 0;
  }
  .viniseed-affiliate-grid-2,
  .viniseed-affiliate-grid-3,
  .viniseed-affiliate-grid-4 {
    grid-template-columns: 1fr;
  }
  .viniseed-affiliate-journey {
    grid-template-columns: 1fr;
  }
  .viniseed-affiliate-journey::before {
    display: none;
  }
  .viniseed-affiliate-roadmap {
    grid-template-columns: 1fr;
  }
  .viniseed-affiliate-dual-card {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .viniseed-affiliate-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .viniseed-affiliate-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .viniseed-affiliate-form-wrap form {
    flex-direction: column;
    align-items: stretch;
  }
  .viniseed-affiliate-form-row input[type="email"] {
    min-width: auto;
  }
}

/* =========================================================================
   Affiliate Public Page — Light theme overrides for partner.css dark tokens
   Scoped under .va-public-wrap so dashboard dark theme is untouched.
   ========================================================================= */

.va-public-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
  color: var(--bx-text);
  line-height: var(--bx-leading-body);
}

/* Hero */
.va-public-wrap .va-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  min-height: auto;
  padding: 64px 0;
  background: transparent;
  border-bottom: 1px solid var(--bx-border);
}

.va-public-wrap .va-hero-eyebrow {
  font-size: var(--bx-text-xs);
  font-weight: var(--bx-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--bx-letter-space-wide);
  color: var(--bx-accent-hover);
  margin-bottom: 20px;
}

.va-public-wrap .va-hero-heading {
  font-size: var(--bx-heading-h1);
  font-weight: var(--bx-weight-bold);
  letter-spacing: var(--bx-letter-space-tight);
  line-height: 1.12;
  margin: 0 0 24px;
  color: var(--bx-text);
}

.va-public-wrap .va-hero-body {
  font-size: var(--bx-text-lg);
  color: var(--bx-text-secondary);
  line-height: var(--bx-leading-body);
  margin: 0 0 28px;
  max-width: 34rem;
}

.va-public-wrap .va-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.va-public-wrap .va-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.va-public-wrap .va-hero-visual-inner {
  width: 100%;
  aspect-ratio: 1;
  max-width: 440px;
  background: var(--bx-bg);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.va-public-wrap .va-hero-visual-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(219, 165, 20, 0.08) 0%, transparent 70%);
}

.va-public-wrap .va-hero-visual-icon {
  width: 64px;
  height: 64px;
  color: var(--bx-text-secondary);
  position: relative;
  z-index: 1;
}

/* Trust Bar */
.va-public-wrap .va-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 64px 0;
  border-bottom: 1px solid var(--bx-border);
}

.va-public-wrap .va-trust-item {
  text-align: center;
  padding: 24px;
}

.va-public-wrap .va-trust-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 16px;
  color: var(--bx-accent-hover);
}

.va-public-wrap .va-trust-title {
  font-size: var(--bx-text-md);
  font-weight: var(--bx-weight-semibold);
  margin-bottom: 8px;
  color: var(--bx-text);
}

.va-public-wrap .va-trust-desc {
  font-size: var(--bx-text-sm);
  color: var(--bx-text-secondary);
  line-height: 1.6;
}

/* Sections */
.va-public-wrap .va-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--bx-border);
}

.va-public-wrap .va-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.va-public-wrap .va-section-eyebrow {
  font-size: var(--bx-text-xs);
  font-weight: var(--bx-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--bx-letter-space-wide);
  color: var(--bx-accent-hover);
  margin-bottom: 16px;
}

.va-public-wrap .va-section-title {
  font-size: var(--bx-heading-h2);
  font-weight: var(--bx-weight-bold);
  letter-spacing: var(--bx-letter-space-tight);
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--bx-text);
}

.va-public-wrap .va-section-body {
  font-size: var(--bx-text-lg);
  color: var(--bx-text-secondary);
  line-height: var(--bx-leading-body);
  max-width: 600px;
  margin: 0 auto;
}

.va-public-wrap .va-section-desc {
  font-size: var(--bx-text-lg);
  color: var(--bx-text-secondary);
  line-height: var(--bx-leading-body);
  max-width: 600px;
  margin: 0 auto;
}

/* Steps */
.va-public-wrap .va-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.va-public-wrap .va-step {
  text-align: center;
  padding: 32px 20px;
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  transition: all 0.2s ease;
}

.va-public-wrap .va-step:hover {
  border-color: var(--bx-accent);
  transform: translateY(-3px);
  box-shadow: var(--bx-shadow-md);
}

.va-public-wrap .va-step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bx-bg);
  border: 1px solid var(--bx-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: var(--bx-text-lg);
  font-weight: var(--bx-weight-bold);
  color: var(--bx-text);
}

.va-public-wrap .va-step-title {
  font-size: var(--bx-text-lg);
  font-weight: var(--bx-weight-semibold);
  color: var(--bx-text);
  margin-bottom: 10px;
}

.va-public-wrap .va-step-desc {
  font-size: var(--bx-text-sm);
  color: var(--bx-text-secondary);
  line-height: 1.6;
}

/* Commission */
.va-public-wrap .va-commission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.va-public-wrap .va-commission-card {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 32px;
  transition: all 0.2s ease;
}

.va-public-wrap .va-commission-card:hover {
  border-color: var(--bx-accent);
}

.va-public-wrap .va-commission-rate {
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: var(--bx-weight-bold);
  letter-spacing: var(--bx-letter-space-tight);
  color: var(--bx-text);
  margin-bottom: 8px;
}

.va-public-wrap .va-commission-label {
  font-size: var(--bx-text-sm);
  color: var(--bx-text-secondary);
  margin-bottom: 16px;
}

.va-public-wrap .va-commission-desc {
  font-size: var(--bx-text-base);
  color: var(--bx-text-secondary);
  line-height: var(--bx-leading-body);
}

.va-public-wrap .va-timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.va-public-wrap .va-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.va-public-wrap .va-timeline-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--bx-accent-hover);
  margin-top: 2px;
}

.va-public-wrap .va-timeline-icon svg {
  width: 100%;
  height: 100%;
}

.va-public-wrap .va-timeline-text {
  font-size: 0.9375rem;
  color: var(--bx-text-secondary);
  line-height: 1.6;
}

/* Audience */
.va-public-wrap .va-audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.va-public-wrap .va-audience-card {
  background: var(--bx-white);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  padding: 28px;
  text-align: center;
  transition: all 0.2s ease;
}

.va-public-wrap .va-audience-card:hover {
  border-color: var(--bx-accent);
  transform: translateY(-2px);
  box-shadow: var(--bx-shadow-md);
}

.va-public-wrap .va-audience-title {
  font-size: var(--bx-text-lg);
  font-weight: var(--bx-weight-semibold);
  color: var(--bx-text);
  margin-bottom: 8px;
}

.va-public-wrap .va-audience-desc {
  font-size: var(--bx-text-sm);
  color: var(--bx-text-secondary);
  line-height: 1.6;
}

.va-public-wrap .va-audience-channels {
  font-size: var(--bx-text-sm);
  color: var(--bx-text-secondary);
  line-height: 1.6;
}

/* Telegram Section */
.va-public-wrap .va-telegram-section {
  background: var(--bx-bg);
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius-lg);
  padding: 48px;
  text-align: center;
}

.va-public-wrap .va-telegram-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  color: var(--bx-accent-hover);
}

.va-public-wrap .va-telegram-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--bx-text);
}

.va-public-wrap .va-telegram-desc {
  font-size: 1rem;
  color: var(--bx-text-secondary);
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto 24px;
}

/* FAQ */
.va-public-wrap .va-faq {
  max-width: 800px;
  margin: 0 auto;
}

.va-public-wrap .va-faq-item {
  border-bottom: 1px solid var(--bx-border);
}

.va-public-wrap .va-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--bx-text);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.va-public-wrap .va-faq-question:hover {
  color: var(--bx-text);
}

.va-public-wrap .va-faq-icon {
  width: 20px;
  height: 20px;
  color: var(--bx-text-secondary);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.va-public-wrap .va-faq-item.open .va-faq-icon {
  transform: rotate(180deg);
}

.va-public-wrap .va-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, padding 0.2s ease;
}

.va-public-wrap .va-faq-item.open .va-faq-answer {
  max-height: 500px;
  padding-bottom: 24px;
}

.va-public-wrap .va-faq-answer p {
  font-size: 0.9375rem;
  color: var(--bx-text-secondary);
  line-height: 1.7;
}

/* Final CTA */
.va-public-wrap .va-final-cta {
  text-align: center;
  padding: 80px 0;
  border-bottom: none;
}

.va-public-wrap .va-final-cta-title {
  font-size: var(--bx-heading-h2);
  font-weight: var(--bx-weight-bold);
  letter-spacing: var(--bx-letter-space-tight);
  margin: 0 0 20px;
  color: var(--bx-text);
}

.va-public-wrap .va-final-cta-heading {
  font-size: var(--bx-heading-h2);
  font-weight: var(--bx-weight-bold);
  letter-spacing: var(--bx-letter-space-tight);
  margin: 0 0 20px;
  color: var(--bx-text);
}

.va-public-wrap .va-final-cta-body {
  font-size: var(--bx-text-lg);
  color: var(--bx-text-secondary);
  margin: 0 0 36px;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  line-height: var(--bx-leading-body);
}

.va-public-wrap .va-final-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Buttons */
.va-public-wrap .va-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: var(--bx-radius-sm);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  line-height: 1.4;
  transition: all 0.2s ease;
  font-family: inherit;
  white-space: nowrap;
}

.va-public-wrap .va-btn-primary {
  background: var(--bx-accent);
  color: var(--bx-bg);
}

.va-public-wrap .va-btn-primary:hover {
  background: var(--bx-accent-hover);
  transform: translateY(-1px);
  box-shadow: var(--bx-shadow-md);
}

.va-public-wrap .va-btn-secondary {
  background: transparent;
  color: var(--bx-text);
  border: 1px solid var(--bx-border);
}

.va-public-wrap .va-btn-secondary:hover {
  background: var(--bx-bg);
  border-color: var(--bx-text-secondary);
}

.va-public-wrap .va-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

/* Misc */
.va-public-wrap .va-h3 {
  font-size: var(--bx-heading-h3);
  font-weight: var(--bx-weight-semibold);
  line-height: 1.25;
  color: var(--bx-text);
}

.va-public-wrap .va-mb-16 {
  margin-bottom: 16px;
}

.va-public-wrap .va-mb-24 {
  margin-bottom: 24px;
}

.va-public-wrap .va-justify-center {
  justify-content: center;
}

/* Responsive */
@media (max-width: 1023px) {
  .va-public-wrap .va-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 64px 0;
  }
  .va-public-wrap .va-hero-visual {
    order: -1;
    max-width: 320px;
    margin: 0 auto;
  }
  .va-public-wrap .va-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .va-public-wrap .va-commission-grid {
    grid-template-columns: 1fr;
  }
  .va-public-wrap .va-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .va-public-wrap {
    padding: 0 16px 48px;
  }
  .va-public-wrap .va-hero {
    padding: 48px 0;
    gap: 32px;
  }
  .va-public-wrap .va-section {
    padding: 48px 0;
  }
  .va-public-wrap .va-steps {
    grid-template-columns: 1fr;
  }
  .va-public-wrap .va-audience-grid {
    grid-template-columns: 1fr;
  }
  .va-public-wrap .va-trust-bar {
    grid-template-columns: 1fr;
  }
  .va-public-wrap .va-final-cta {
    padding: 48px 0;
  }
  .va-public-wrap .va-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ==========================================================================
   VINISEED Future UI — experimental homepage direction
   ========================================================================== */
body.home {
  background: #040706;
  overflow-x: clip;
}

/* The shared JavaScript toggles .is-open on these panels. Keeping closed
   fixed drawers out of layout also prevents false horizontal page overflow. */
.viniseed-mobile-nav:not(.is-open),
.viniseed-cart-drawer:not(.is-open) {
  display: none;
}

.viniseed-mobile-nav.is-open,
.viniseed-cart-drawer.is-open {
  display: flex;
  transform: translateX(0);
}

.viniseed-mobile-nav.is-open {
  height: 100vh;
  height: 100dvh;
}

.viniseed-mobile-overlay.is-open,
.viniseed-cart-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.home .viniseed-header {
  color: #e9fff0;
  border-bottom-color: rgba(115, 255, 158, 0.15);
  background: rgba(4, 8, 6, 0.93);
  box-shadow: 0 1px 0 rgba(116, 255, 158, 0.04), 0 14px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

body.home .viniseed-logo,
body.home .viniseed-nav-list a,
body.home .viniseed-icon-btn {
  color: #d8e7dc;
}

body.home .viniseed-logo {
  color: #f4fff6;
  text-shadow: 0 0 24px rgba(219, 165, 20, 0.24);
}

body.home .viniseed-logo-mark,
body.home .viniseed-nav-list a:hover,
body.home .viniseed-nav-list a.is-active {
  color: #77f58b;
}

body.home .viniseed-nav-list a::after {
  background: #77f58b;
  box-shadow: 0 0 12px rgba(119, 245, 139, 0.75);
}

body.home .viniseed-logo-copy small {
  color: #6e8876;
}

body.home .viniseed-mobile-nav {
  color: #e7f4ea;
  border-left: 1px solid rgba(119, 245, 139, 0.16);
  background: #070b08;
}

body.home .viniseed-mobile-nav .viniseed-nav-list a {
  color: #dbe8de;
  border-bottom-color: rgba(119, 245, 139, 0.09);
}

.vhome-future {
  --vh-ink: #f4fff7;
  --vh-muted: #91a298;
  --vh-line: rgba(119, 245, 139, 0.15);
  --vh-surface: #09100c;
  --vh-soft: #050906;
  --vh-green: #68f47d;
  --vh-green-bright: #98ffa7;
  --vh-green-deep: #173d23;
  --vf-cyan: #65f2dc;
  --vf-panel: rgba(10, 19, 14, 0.78);
  --vf-panel-solid: #0b120e;
  --vf-grid: rgba(119, 245, 139, 0.055);
  color: #effbf2;
  background:
    linear-gradient(rgba(119, 245, 139, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 245, 139, 0.024) 1px, transparent 1px),
    #050806;
  background-size: 68px 68px;
}

.vhome-future .vhome-section {
  position: relative;
  border-top: 1px solid rgba(119, 245, 139, 0.1);
}

.vhome-future .vhome-section::after {
  position: absolute;
  top: -1px;
  left: max(24px, calc((100% - 1240px) / 2));
  width: 96px;
  height: 1px;
  content: "";
  background: #71f589;
  box-shadow: 0 0 18px rgba(113, 245, 137, 0.8);
}

.vhome-future .vhome-section-heading h2,
.vhome-future .vhome-product-copy h2,
.vhome-future .vhome-demo-copy h2,
.vhome-future .vhome-funding-section h2,
.vhome-future .vhome-final h2 {
  color: #f5fff7;
  text-shadow: 0 0 42px rgba(101, 242, 220, 0.06);
}

.vhome-future .vhome-section-heading > p:last-child,
.vhome-future .vhome-product-copy > p,
.vhome-future .vhome-demo-copy > p,
.vhome-future .vhome-funding-section p {
  color: #91a298;
}

.vhome-future .vhome-kicker {
  color: #79f58e;
  font-family: var(--bx-font-mono);
  text-shadow: 0 0 12px rgba(121, 245, 142, 0.34);
}

.vhome-future .vhome-kicker > span {
  box-shadow: 0 0 10px rgba(121, 245, 142, 0.6);
}

.vhome-future .vhome-button {
  position: relative;
  border-radius: 4px;
  font-family: var(--bx-font-mono);
  letter-spacing: -0.02em;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.vhome-future .vhome-button-primary {
  color: #021006;
  background: linear-gradient(100deg, #64e978, #77f4d4);
  box-shadow: 0 0 0 1px rgba(121, 245, 142, 0.2), 0 0 34px rgba(219, 165, 20, 0.18);
}

.vhome-future .vhome-button-primary:hover {
  background: linear-gradient(100deg, #8aff9b, #8affea);
  box-shadow: 0 0 44px rgba(219, 165, 20, 0.26);
}

.vhome-future .vhome-button-ghost {
  color: #d9ebe0;
  border-color: rgba(120, 245, 145, 0.2);
  background: rgba(112, 245, 137, 0.035);
}

.vhome-future .vhome-text-link {
  color: #83f797;
  font-family: var(--bx-font-mono);
}

/* Hero system grid and HUD */
.vhome-future .vhome-hero {
  min-height: 810px;
  padding-top: 28px;
  background:
    radial-gradient(circle at 78% 30%, rgba(68, 255, 159, 0.14), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(82, 238, 217, 0.08), transparent 30%),
    linear-gradient(145deg, #020504 0%, #07100b 54%, #020604 100%);
}

.vfuture-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.52;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(113, 245, 137, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 245, 137, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), transparent 92%);
}

.vfuture-grid::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(101, 242, 220, 0.08), transparent);
  transform: translateX(-100%);
  animation: vfuture-scan-wide 9s linear infinite;
}

.vfuture-systembar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 66px;
  border-top: 1px solid rgba(119, 245, 139, 0.18);
  border-bottom: 1px solid rgba(119, 245, 139, 0.12);
}

.vfuture-systembar > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  color: #70857a;
  border-right: 1px solid rgba(119, 245, 139, 0.1);
  font-family: var(--bx-font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vfuture-systembar > span:last-child {
  border-right: 0;
}

.vfuture-systembar i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #72f68a;
  box-shadow: 0 0 0 4px rgba(114, 246, 138, 0.08), 0 0 14px rgba(114, 246, 138, 0.8);
  animation: vfuture-pulse 2s ease-in-out infinite;
}

.vhome-future .vhome-hero h1 {
  color: #f4fff7;
  background: linear-gradient(125deg, #ffffff 25%, #d8ffe1 64%, #84efd7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.vhome-future .vhome-lead,
.vhome-future .vhome-hero-note {
  color: #8fa298;
}

.vhome-future .vhome-hero-visual {
  border-color: rgba(119, 245, 139, 0.28);
  border-radius: 6px;
  background: rgba(8, 18, 12, 0.72);
  box-shadow:
    0 0 0 1px rgba(101, 242, 220, 0.03),
    0 0 70px rgba(36, 255, 128, 0.09),
    0 44px 100px rgba(0, 0, 0, 0.55);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.vhome-future .vhome-hero-visual::before {
  position: absolute;
  z-index: 2;
  inset: 10px 10px 70px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(101, 242, 220, 0.1);
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 7px, rgba(117, 255, 143, 0.025) 8px);
}

.vhome-future .vhome-hero-visual::after {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 78px;
  content: attr(data-hud);
  color: #72f68a;
  font-family: var(--bx-font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-shadow: 0 0 10px rgba(114, 246, 138, 0.6);
}

.vhome-future .vhome-hero-visual > img {
  border-radius: 2px;
  filter: saturate(0.85) contrast(1.06) brightness(0.82);
}

.vhome-future .vhome-status {
  border-color: rgba(119, 245, 139, 0.26);
  border-radius: 3px;
  font-family: var(--bx-font-mono);
  background: rgba(2, 8, 4, 0.82);
}

.vhome-future .vhome-visual-mark,
.vhome-future .vhome-risk-float > span {
  border-radius: 4px;
}

.vhome-future .vhome-risk-float {
  border-color: rgba(117, 255, 143, 0.3);
  border-radius: 4px;
  background: rgba(235, 255, 240, 0.94);
  box-shadow: 0 0 36px rgba(103, 247, 129, 0.14), 0 22px 55px rgba(0, 0, 0, 0.42);
  clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
}

/* Dark data panels */
.vhome-future .vhome-trust,
.vhome-future .vhome-threat-section,
.vhome-future .vhome-shop-section,
.vhome-future .vhome-compare-section,
.vhome-future .vhome-roadmap-section,
.vhome-future .vhome-faq-section {
  color: #eef9f1;
  border-color: rgba(119, 245, 139, 0.12);
  background: rgba(4, 9, 6, 0.96);
}

.vhome-future .vhome-trust-grid > div {
  border-color: rgba(119, 245, 139, 0.12);
  background: rgba(10, 19, 13, 0.68);
}

.vhome-future .vhome-trust-grid > div:hover {
  background: rgba(23, 47, 29, 0.5);
}

.vhome-future .vhome-trust-grid strong {
  color: #eaffee;
}

.vhome-future .vhome-trust-grid small {
  color: #718078;
}

.vhome-future .vhome-trust-grid .viniseed-icon {
  color: #70f286;
  filter: drop-shadow(0 0 7px rgba(112, 242, 134, 0.32));
}

.vhome-future .vhome-threat-card,
.vhome-future .vhome-product-card,
.vhome-future .vhome-approach-grid,
.vhome-future .vhome-roadmap article {
  color: #edf9f0;
  border-color: rgba(119, 245, 139, 0.15);
  border-radius: 5px;
  background:
    linear-gradient(140deg, rgba(119, 245, 139, 0.035), transparent 45%),
    var(--vf-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.vhome-future .vhome-threat-card:hover,
.vhome-future .vhome-product-card:hover {
  border-color: rgba(119, 245, 139, 0.42);
  box-shadow: 0 0 40px rgba(219, 165, 20, 0.075), inset 0 0 30px rgba(219, 165, 20, 0.025);
}

.vhome-future .vhome-card-number,
.vhome-future .vhome-product-type,
.vhome-future .vhome-approach-label,
.vhome-future .vhome-roadmap article > span {
  font-family: var(--bx-font-mono);
}

.vhome-future .vhome-card-number {
  color: #54715d;
}

.vhome-future .vhome-card-icon {
  color: #79f58e;
  border-color: rgba(119, 245, 139, 0.24);
  border-radius: 4px;
  background: rgba(119, 245, 139, 0.06);
  box-shadow: 0 0 24px rgba(119, 245, 139, 0.06);
}

.vhome-future .vhome-threat-card h3,
.vhome-future .vhome-product-body h3 a,
.vhome-future .vhome-product-price,
.vhome-future .vhome-approach-grid h3,
.vhome-future .vhome-roadmap h3,
.vhome-future .vhome-faq-item summary {
  color: #effaf2;
}

.vhome-future .vhome-threat-card p,
.vhome-future .vhome-approach-grid p,
.vhome-future .vhome-roadmap p,
.vhome-future .vhome-faq-item > p {
  color: #82938a;
}

.vhome-future .vhome-product-story,
.vhome-future .vhome-demo-section,
.vhome-future .vhome-funding-section,
.vhome-future .vhome-final {
  background:
    radial-gradient(circle at 82% 10%, rgba(68, 255, 159, 0.09), transparent 27%),
    #020504;
}

.vhome-future .vhome-product-image-wrap,
.vhome-future .vhome-wallet-window,
.vhome-future .vhome-funding-card {
  border-color: rgba(119, 245, 139, 0.22);
  border-radius: 5px;
  box-shadow: 0 0 54px rgba(61, 255, 129, 0.055), 0 35px 85px rgba(0, 0, 0, 0.42);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.vhome-future .vhome-product-image-wrap img {
  border-radius: 2px;
  filter: saturate(0.8) contrast(1.06) brightness(0.88);
}

.vhome-future .vhome-product-media {
  background: #07100a;
}

.vhome-future .vhome-product-media img {
  filter: saturate(0.78) contrast(1.04) brightness(0.78);
}

.vhome-future .vhome-concept-label {
  border-color: rgba(119, 245, 139, 0.3);
  border-radius: 2px;
  font-family: var(--bx-font-mono);
  background: rgba(2, 8, 4, 0.82);
}

.vhome-future .vhome-product-arrow {
  color: #7af590;
  border: 1px solid rgba(119, 245, 139, 0.15);
  border-radius: 3px;
  background: rgba(119, 245, 139, 0.05);
}

.vhome-future .vhome-wallet-window {
  border-color: rgba(101, 242, 220, 0.25);
}

.vhome-future .vhome-approach-grid {
  overflow: hidden;
  border-radius: 5px;
  background: #08100b;
}

.vhome-future .vhome-approach-grid article {
  border-color: rgba(119, 245, 139, 0.12);
  background: transparent;
}

.vhome-future .vhome-approach-grid article.is-viniseed {
  background:
    linear-gradient(145deg, rgba(101, 242, 220, 0.06), transparent 55%),
    #0b1810;
  box-shadow: inset 0 0 50px rgba(219, 165, 20, 0.035);
}

.vhome-future .vhome-compare-cta {
  color: #93a299;
  border-color: rgba(119, 245, 139, 0.13);
  border-radius: 0 0 4px 4px;
  background: #07100a;
}

.vhome-future .vhome-funding-card {
  background: rgba(10, 22, 14, 0.72);
}

.vhome-future .vhome-funding-card li {
  border-color: rgba(119, 245, 139, 0.1);
}

.vhome-future .vhome-funding-note {
  border-color: rgba(101, 242, 220, 0.18);
  border-radius: 3px;
  background: rgba(101, 242, 220, 0.035);
}

.vhome-future .vhome-roadmap::before {
  background: rgba(119, 245, 139, 0.22);
  box-shadow: 0 0 14px rgba(119, 245, 139, 0.12);
}

.vhome-future .vhome-roadmap article > span {
  color: #718078;
  border-color: rgba(119, 245, 139, 0.18);
  border-radius: 2px;
  background: #07100a;
}

.vhome-future .vhome-roadmap article.is-current > span {
  color: #9dffaa;
  border-color: rgba(119, 245, 139, 0.48);
  background: rgba(119, 245, 139, 0.09);
  box-shadow: 0 0 18px rgba(119, 245, 139, 0.08);
}

.vhome-future .vhome-faq-item {
  border-color: rgba(119, 245, 139, 0.15);
}

.vhome-future .vhome-faq-item summary .viniseed-icon {
  color: #79f58e;
}

.vhome-future .vhome-final {
  position: relative;
  overflow: hidden;
}

.vhome-future .vhome-final::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(119, 245, 139, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 245, 139, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.vhome-future .vhome-final-inner {
  position: relative;
  z-index: 1;
}

body.home .viniseed-footer {
  border-top: 1px solid rgba(119, 245, 139, 0.16);
  background: #020403;
}

@keyframes vfuture-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.88); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes vfuture-scan-wide {
  to { transform: translateX(100%); }
}

@media (max-width: 820px) {
  .vhome-future .vhome-hero {
    min-height: 0;
    padding-top: 18px;
  }

  .vfuture-systembar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 52px;
  }

  .vfuture-systembar > span:nth-child(2) {
    border-right: 0;
  }

  .vfuture-systembar > span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(119, 245, 139, 0.1);
  }
}

@media (max-width: 620px) {
  body.home .viniseed-header {
    background: rgba(4, 8, 6, 0.97);
  }

  .vfuture-grid {
    background-size: 44px 44px;
  }

  .vfuture-systembar > span {
    padding: 10px 8px;
    font-size: 7px;
  }

  .vhome-future .vhome-hero h1 {
    font-size: clamp(42px, 12.6vw, 58px);
  }

  .vhome-future .vhome-hero-visual,
  .vhome-future .vhome-product-image-wrap,
  .vhome-future .vhome-wallet-window,
  .vhome-future .vhome-funding-card {
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  }

  .vhome-future .vhome-section::after {
    left: 12px;
    width: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vfuture-grid::after,
  .vfuture-systembar i {
    animation: none;
  }
}

/* ==========================================================================
   VINISEED Market UI — informed by leading wallet storefront patterns
   ========================================================================== */
body.home {
  color: #111310;
  background: #f1f1e9;
}

.viniseed-security-notice {
  position: relative;
  z-index: 61;
  color: #edf5ee;
  background: #111310;
}

.viniseed-security-notice .viniseed-container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.viniseed-security-notice span,
.viniseed-security-notice a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.viniseed-security-notice span {
  flex: 0 0 auto;
  color: #bdf195;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.viniseed-security-notice .viniseed-icon {
  width: 14px;
  height: 14px;
}

.viniseed-security-notice p {
  margin: 0;
  color: #a9b2ab;
  font-size: 11px;
  line-height: 1.4;
}

.viniseed-security-notice a {
  flex: 0 0 auto;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.home .viniseed-header {
  padding: 12px 0;
  color: #111310;
  border: 0;
  background: #f1f1e9;
  box-shadow: none;
  backdrop-filter: none;
}

body.home .viniseed-header-inner {
  min-height: 64px;
  padding-inline: 22px;
  border: 1px solid #dcddd5;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 30px rgba(20, 24, 18, 0.055);
}

body.home .viniseed-header.is-compact {
  background: rgba(241, 241, 233, 0.9);
  backdrop-filter: blur(16px);
}

body.home .viniseed-logo,
body.home .viniseed-nav-list a,
body.home .viniseed-icon-btn {
  color: #161916;
  text-shadow: none;
}

body.home .viniseed-logo-mark,
body.home .viniseed-nav-list a:hover,
body.home .viniseed-nav-list a.is-active {
  color: #21843d;
}

body.home .viniseed-nav-list a::after {
  height: 2px;
  background: #2a9b48;
  box-shadow: none;
}

body.home .viniseed-logo-copy small {
  color: #858c85;
}

body.home .viniseed-mobile-nav {
  color: #151815;
  border-color: #dedfd7;
  background: #fff;
}

body.home .viniseed-mobile-nav .viniseed-nav-list a {
  color: #151815;
  border-color: #e7e8e1;
}

.vhome-market {
  --vh-ink: #101310;
  --vh-muted: #626a63;
  --vh-line: #dfe1d9;
  --vh-surface: #ffffff;
  --vh-soft: #f2f2ea;
  --vh-green: #DBA514;
  --vh-green-bright: #86ee8e;
  --vh-green-deep: #1d6d34;
  color: #101310;
  background: #f2f2ea;
}

.vhome-market .vhome-section {
  border-top: 0;
}

.vhome-market .vhome-kicker {
  color: #247b3b;
  font-family: var(--bx-font-sans);
  letter-spacing: 0.1em;
  text-shadow: none;
}

.vhome-market .vhome-section-heading h2,
.vhome-market .vhome-product-copy h2,
.vhome-market .vhome-demo-copy h2,
.vhome-market .vhome-funding-section h2,
.vhome-market .vhome-final h2 {
  color: #101310;
  text-shadow: none;
}

.vhome-market .vhome-section-heading > p:last-child,
.vhome-market .vhome-product-copy > p,
.vhome-market .vhome-demo-copy > p,
.vhome-market .vhome-funding-section p {
  color: #626a63;
}

.vhome-market .vhome-button {
  min-height: 54px;
  padding-inline: 24px;
  border-radius: 999px;
  clip-path: none;
  font-family: var(--bx-font-sans);
  letter-spacing: 0;
}

.vhome-market .vhome-button-primary {
  color: #fff;
  background: #111310;
  box-shadow: none;
}

.vhome-market .vhome-button-primary:hover {
  color: #fff;
  background: #267c3b;
  box-shadow: 0 12px 28px rgba(38, 124, 59, 0.18);
}

.vhome-market .vhome-button-ghost {
  color: #151815;
  border-color: #c7cbc3;
  background: rgba(255, 255, 255, 0.65);
}

.vhome-market .vhome-button-ghost:hover {
  color: #151815;
  border-color: #9da59d;
  background: #fff;
}

.vhome-market .vhome-text-link {
  color: #151815;
  font-family: var(--bx-font-sans);
}

/* Clear, product-led hero */
.vhome-market .vhome-hero {
  min-height: 0;
  padding: 76px 0 92px;
  color: #111310;
  background:
    radial-gradient(circle at 76% 24%, rgba(219, 165, 20, 0.22), transparent 30%),
    #e6f1d7;
}

.vhome-market .vhome-orb-one {
  width: 520px;
  height: 520px;
  right: -210px;
  top: -260px;
  border-color: rgba(24, 96, 43, 0.08);
}

.vhome-market .vhome-orb-two {
  border-color: rgba(24, 96, 43, 0.07);
}

.vhome-market .vhome-hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(55px, 7vw, 100px);
}

.vhome-market .vhome-hero h1 {
  max-width: 760px;
  color: #101310;
  background: none;
  -webkit-text-fill-color: currentColor;
  font-size: clamp(56px, 6.3vw, 90px);
  letter-spacing: -0.066em;
  line-height: 0.91;
  text-shadow: none;
}

.vhome-market .vhome-lead {
  color: #535c54;
}

.vhome-market .vhome-hero-note {
  color: #657067;
}

.vhome-market .vhome-hero-note .viniseed-icon {
  color: #21843d;
}

.vhome-market .vhome-hero-visual {
  padding: 10px;
  border-color: rgba(21, 34, 23, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 28px 70px rgba(38, 58, 39, 0.16);
  clip-path: none;
}

.vhome-market .vhome-hero-visual::before,
.vhome-market .vhome-hero-visual::after {
  display: none;
}

.vhome-market .vhome-hero-visual > img {
  border-radius: 18px;
  filter: saturate(0.92) contrast(1.02) brightness(1);
}

.vhome-market .vhome-status {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-family: var(--bx-font-sans);
  background: rgba(10, 13, 11, 0.72);
}

.vhome-market .vhome-hero-visual figcaption {
  color: #6f786f;
}

.vhome-market .vhome-hero-visual figcaption strong {
  color: #171a17;
}

.vhome-market .vhome-risk-float {
  right: -22px;
  color: #111;
  border-color: #e5e8e1;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(35, 52, 37, 0.17);
  clip-path: none;
}

/* Proof strip directly after hero */
.vhome-market .vhome-trust {
  color: #111310;
  border-color: #dfe1d9;
  background: #fff;
}

.vhome-market .vhome-trust-grid > div {
  border-color: #e2e4dd;
  background: #fff;
}

.vhome-market .vhome-trust-grid > div:hover {
  background: #f7f8f3;
}

.vhome-market .vhome-trust-grid strong {
  color: #151815;
}

.vhome-market .vhome-trust-grid small {
  color: #777f78;
}

.vhome-market .vhome-trust-grid .viniseed-icon {
  color: #278b42;
  filter: none;
}

/* Simple educational cards */
.vhome-market .vhome-threat-section {
  color: #111310;
  background: #f2f2ea;
}

.vhome-market .vhome-threat-card {
  color: #111310;
  border-color: #dcdfd6;
  border-radius: 20px;
  background: #fbfcf8;
  box-shadow: none;
  clip-path: none;
}

.vhome-market .vhome-threat-card:hover {
  border-color: #bfc6bc;
  box-shadow: 0 18px 38px rgba(22, 31, 23, 0.075);
}

.vhome-market .vhome-card-icon {
  color: #267b3b;
  border-color: #d5e7d7;
  border-radius: 14px;
  background: #eaf6e9;
  box-shadow: none;
}

.vhome-market .vhome-card-number {
  color: #a1a9a1;
}

.vhome-market .vhome-threat-card h3,
.vhome-market .vhome-product-body h3 a,
.vhome-market .vhome-product-price,
.vhome-market .vhome-approach-grid h3,
.vhome-market .vhome-roadmap h3,
.vhome-market .vhome-faq-item summary {
  color: #151815;
}

.vhome-market .vhome-threat-card p,
.vhome-market .vhome-approach-grid p,
.vhome-market .vhome-roadmap p,
.vhome-market .vhome-faq-item > p {
  color: #69716a;
}

/* Black product editorial block */
.vhome-market .vhome-product-story {
  color: #fff;
  background: #111310;
}

.vhome-market .vhome-product-story .vhome-kicker,
.vhome-market .vhome-product-story .vhome-text-link {
  color: #83e88c;
}

.vhome-market .vhome-product-story h2 {
  color: #fff;
}

.vhome-market .vhome-product-story .vhome-product-copy > p {
  color: #abb4ac;
}

.vhome-market .vhome-product-image-wrap {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.28);
  clip-path: none;
}

.vhome-market .vhome-product-image-wrap img {
  border-radius: 16px;
  filter: saturate(0.9) contrast(1.03) brightness(0.96);
}

/* Product shelf */
.vhome-market .vhome-shop-section {
  color: #111310;
  background: #fff;
}

.vhome-market .vhome-product-card {
  color: #111310;
  border-color: #dfe1d9;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
  clip-path: none;
}

.vhome-market .vhome-product-card:hover {
  border-color: #c5c9c0;
  box-shadow: 0 18px 42px rgba(25, 34, 26, 0.08);
}

.vhome-market .vhome-product-media {
  background: #e8ebe3;
}

.vhome-market .vhome-product-media img {
  filter: saturate(0.92) contrast(1.02) brightness(0.98);
}

.vhome-market .vhome-concept-label {
  border-radius: 999px;
  font-family: var(--bx-font-sans);
  background: rgba(12, 15, 13, 0.7);
}

.vhome-market .vhome-product-arrow {
  color: #151815;
  border: 0;
  border-radius: 50%;
  background: #edf0e9;
}

/* Friendly wallet preview, like a product rather than a terminal */
.vhome-market .vhome-demo-section {
  color: #111310;
  background:
    radial-gradient(circle at 86% 20%, rgba(121, 110, 235, 0.13), transparent 28%),
    #e6eadf;
}

.vhome-market .vhome-demo-copy h2 {
  color: #111310;
}

.vhome-market .vhome-demo-copy > p {
  color: #616961;
}

.vhome-market .vhome-demo-points span {
  color: #303630;
}

.vhome-market .vhome-demo-disclosure {
  color: #737b74;
}

.vhome-market .vhome-wallet-window {
  border-color: rgba(28, 35, 29, 0.13);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(43, 50, 44, 0.16);
  clip-path: none;
}

/* Comparison and roadmap stay calm and scannable */
.vhome-market .vhome-compare-section,
.vhome-market .vhome-faq-section {
  color: #111310;
  background: #f2f2ea;
}

.vhome-market .vhome-approach-grid {
  color: #111310;
  border-color: #dfe1d9;
  border-radius: 20px;
  background: #fff;
  clip-path: none;
}

.vhome-market .vhome-approach-grid article {
  border-color: #dfe1d9;
  background: #fff;
}

.vhome-market .vhome-approach-grid article.is-viniseed {
  color: #fff;
  background: #111310;
  box-shadow: none;
}

.vhome-market .vhome-approach-grid .is-viniseed h3 {
  color: #fff;
}

.vhome-market .vhome-approach-grid .is-viniseed p {
  color: #aab3ab;
}

.vhome-market .vhome-compare-cta {
  color: #626a63;
  border-color: #dfe1d9;
  border-radius: 0 0 16px 16px;
  background: #fff;
}

.vhome-market .vhome-funding-section {
  color: #fff;
  background: #111310;
}

.vhome-market .vhome-funding-section h2 {
  color: #fff;
}

.vhome-market .vhome-funding-section p {
  color: #a6afa7;
}

.vhome-market .vhome-funding-card {
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  clip-path: none;
}

.vhome-market .vhome-roadmap-section {
  color: #111310;
  background: #fff;
}

.vhome-market .vhome-roadmap::before {
  background: #dce1da;
  box-shadow: none;
}

.vhome-market .vhome-roadmap article {
  color: #111310;
  border-color: #dfe1d9;
  border-radius: 17px;
  background: #fff;
  box-shadow: none;
  clip-path: none;
}

.vhome-market .vhome-roadmap article > span {
  color: #69736b;
  border-color: #dce1da;
  border-radius: 999px;
  background: #fff;
}

.vhome-market .vhome-roadmap article.is-current > span {
  color: #153e20;
  border-color: #9be3a1;
  background: #dcf8df;
  box-shadow: none;
}

.vhome-market .vhome-faq-item {
  border-color: #cfd5ce;
}

.vhome-market .vhome-faq-item summary .viniseed-icon {
  color: #267b3b;
}

.vhome-market .vhome-final {
  color: #101310;
  background: #ccecae;
}

.vhome-market .vhome-final::before {
  display: none;
}

.vhome-market .vhome-final h2 {
  color: #101310;
}

.vhome-market .vhome-final .vhome-button-ghost {
  color: #151815;
  border-color: rgba(17, 19, 16, 0.32);
  background: transparent;
}

body.home .viniseed-footer {
  border-top: 0;
  background: #111310;
}

@media (max-width: 1080px) {
  .vhome-market .vhome-hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  body.home .viniseed-header {
    padding: 0;
    background: #fff;
  }

  body.home .viniseed-header-inner {
    width: 100%;
    min-height: 68px;
    padding-inline: 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .vhome-market .vhome-hero {
    padding: 68px 0 76px;
  }

  .vhome-market .vhome-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .viniseed-security-notice .viniseed-container {
    min-height: 38px;
    justify-content: space-between;
    gap: 10px;
  }

  .viniseed-security-notice p {
    display: none;
  }

  .viniseed-security-notice span,
  .viniseed-security-notice a {
    font-size: 9px;
  }

  .vhome-market .vhome-hero h1 {
    font-size: clamp(44px, 13.4vw, 61px);
  }

  .vhome-market .vhome-button {
    border-radius: 14px;
  }

  .vhome-market .vhome-hero-visual,
  .vhome-market .vhome-product-image-wrap,
  .vhome-market .vhome-wallet-window,
  .vhome-market .vhome-funding-card {
    clip-path: none;
  }
}

/* ========================================================================== 
   VINISEED Market UI — sitewide storefront extension
   ========================================================================== */
body:not(.woocommerce-checkout) {
  color: #111310;
  background: #f2f2ea;
}

body:not(.woocommerce-checkout) .viniseed-header {
  padding: 12px 0;
  color: #111310;
  border: 0;
  background: #f2f2ea;
  box-shadow: none;
  backdrop-filter: none;
}

body:not(.woocommerce-checkout) .viniseed-header.is-compact {
  background: rgba(242, 242, 234, 0.9);
  backdrop-filter: blur(16px);
}

body:not(.woocommerce-checkout) .viniseed-header-inner {
  min-height: 64px;
  padding-inline: 22px;
  border: 1px solid #dcddd5;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 30px rgba(20, 24, 18, 0.055);
}

body:not(.woocommerce-checkout) .viniseed-logo,
body:not(.woocommerce-checkout) .viniseed-nav-list a,
body:not(.woocommerce-checkout) .viniseed-icon-btn {
  color: #161916;
  text-shadow: none;
}

body:not(.woocommerce-checkout) .viniseed-logo-mark,
body:not(.woocommerce-checkout) .viniseed-nav-list a:hover,
body:not(.woocommerce-checkout) .viniseed-nav-list a.is-active {
  color: #21843d;
}

body:not(.woocommerce-checkout) .viniseed-nav-list a::after {
  height: 2px;
  background: #2a9b48;
  box-shadow: none;
}

body:not(.woocommerce-checkout) .viniseed-logo-copy small {
  color: #858c85;
}

body:not(.woocommerce-checkout) .viniseed-mobile-nav {
  color: #151815;
  border-color: #dedfd7;
  background: #fff;
}

body:not(.woocommerce-checkout) .viniseed-mobile-nav .viniseed-nav-list a {
  color: #151815;
  border-color: #e7e8e1;
}

body:not(.woocommerce-checkout) .viniseed-footer {
  border-top: 0;
  background: #111310;
}

body:not(.woocommerce-checkout) .viniseed-footer-col h4 {
  font-size: 13px;
  letter-spacing: 0.1em;
}

body:not(.woocommerce-checkout) .viniseed-footer-col ul a,
body:not(.woocommerce-checkout) .viniseed-footer-brand p {
  color: #9ca59d;
  font-size: 15px;
}

/* Shared market-shaped controls */
body:not(.woocommerce-checkout) .viniseed-btn {
  min-height: 48px;
  border-radius: 999px;
  font-weight: 750;
}

body:not(.woocommerce-checkout) .viniseed-btn-primary,
body:not(.woocommerce-checkout) .viniseed-btn-dark {
  color: #fff;
  border-color: #111310;
  background: #111310;
}

body:not(.woocommerce-checkout) .viniseed-btn-primary:hover,
body:not(.woocommerce-checkout) .viniseed-btn-dark:hover {
  color: #fff;
  border-color: #267c3b;
  background: #267c3b;
}

body:not(.woocommerce-checkout) input,
body:not(.woocommerce-checkout) select,
body:not(.woocommerce-checkout) textarea {
  border-color: #d7dad2;
  border-radius: 12px;
}

/* Shop hero */
.post-type-archive-product #viniseed-main,
.tax-product_cat #viniseed-main,
.single-product #viniseed-main {
  background: #f2f2ea;
}

.viniseed-shop-header {
  padding: 62px 0 34px;
  border: 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(219, 165, 20, 0.28), transparent 31%),
    #e6f1d7;
}

.viniseed-shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.78fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: end;
}

.viniseed-shop-hero-copy {
  max-width: 780px;
}

.viniseed-shop-header .viniseed-eyebrow,
.viniseed-product-overline > span:first-child {
  color: #247b3b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.viniseed-shop-header h1 {
  max-width: 760px;
  margin: 18px 0 22px;
  color: #101310;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.viniseed-shop-header .viniseed-shop-desc {
  max-width: 680px;
  margin: 0;
  color: #586159;
  font-size: 17px;
  line-height: 1.7;
}

.viniseed-shop-hero-proof {
  overflow: hidden;
  color: #fff;
  border-radius: 22px;
  background: #111310;
  box-shadow: 0 24px 55px rgba(25, 35, 26, 0.16);
}

.viniseed-shop-hero-proof > div {
  min-height: 94px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 4px 14px;
  align-content: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.viniseed-shop-hero-proof > div:last-child {
  border-bottom: 0;
}

.viniseed-shop-hero-proof span {
  grid-row: 1 / span 2;
  color: #7ee889;
  font: 700 10px/1.4 var(--bx-font-mono);
}

.viniseed-shop-hero-proof strong {
  color: #fff;
  font-size: 15px;
}

.viniseed-shop-hero-proof small {
  color: #9ba69d;
  font-size: 12px;
}

.viniseed-shop-cats {
  margin-top: 38px;
}

.viniseed-shop-cats a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  border-color: rgba(17, 19, 16, 0.18);
  color: #151815;
  background: rgba(255, 255, 255, 0.4);
}

.viniseed-shop-cats a.is-active,
.viniseed-shop-cats a:hover {
  color: #fff;
  border-color: #111310;
  background: #111310;
}

.viniseed-shop-promise {
  color: #151815;
  border-bottom: 1px solid #e2e4dc;
  background: #fff;
}

.viniseed-shop-promise .viniseed-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.viniseed-shop-promise .viniseed-container > div {
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 30px;
  border-right: 1px solid #e2e4dc;
}

.viniseed-shop-promise .viniseed-container > div:last-child {
  border-right: 0;
}

.viniseed-shop-promise .viniseed-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #278b42;
}

.viniseed-shop-promise span {
  display: grid;
  gap: 3px;
}

.viniseed-shop-promise strong {
  font-size: 13px;
}

.viniseed-shop-promise small {
  color: #747c75;
  font-size: 11px;
  line-height: 1.45;
}

/* Shop collection and filters */
.viniseed-shop-layout {
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 38px;
  padding-top: 56px;
  padding-bottom: 100px;
}

.viniseed-shop-filters {
  top: 102px;
  padding: 24px;
  border-color: #dde0d8;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(25, 35, 26, 0.045);
}

.viniseed-filter-heading {
  display: grid;
  gap: 5px;
  margin: -3px 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7e0;
}

.viniseed-filter-heading strong {
  color: #171a17;
  font-size: 17px;
}

.viniseed-filter-heading span {
  color: #7a827b;
  font-size: 11px;
  line-height: 1.45;
}

.viniseed-filter-group h3 {
  color: #7b837c;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.viniseed-filter-group label {
  font-size: 13px;
}

.viniseed-filter-price-input {
  min-width: 0;
  height: 44px;
  background: #fafbf8;
}

.viniseed-shop-toolbar {
  min-height: 48px;
  margin-bottom: 18px;
}

.viniseed-shop-sort select {
  min-height: 44px;
  border-color: #daddd5;
  border-radius: 999px;
  background: #fff;
}

.viniseed-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.viniseed-product-card {
  min-width: 0;
  padding: 13px;
  border-color: #dfe1d9;
  border-radius: 22px;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.viniseed-product-card:hover {
  border-color: #c6cbc2;
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(25, 34, 26, 0.09);
}

.viniseed-product-thumb {
  position: relative;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #e7eadf;
}

.viniseed-product-thumb img {
  object-fit: cover;
  transition: transform 380ms var(--bx-ease-out);
}

.viniseed-product-card:hover .viniseed-product-thumb img {
  transform: scale(1.025);
}

.viniseed-concept-badge,
.viniseed-product-stock,
.viniseed-gallery-concept {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.viniseed-concept-badge {
  left: 10px;
  bottom: 10px;
  color: #fff;
  background: rgba(13, 16, 14, 0.72);
}

.viniseed-product-stock {
  top: 10px;
  right: 10px;
}

.viniseed-product-stock.is-stocked,
.viniseed-product-overline .is-stocked {
  color: #153e20;
  background: rgba(220, 248, 223, 0.94);
}

.viniseed-product-stock.is-unavailable,
.viniseed-product-overline .is-unavailable {
  color: #5e4930;
  background: rgba(250, 239, 214, 0.95);
}

.viniseed-product-category {
  margin-inline: 3px;
  color: #7a827a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.viniseed-product-card h3 {
  margin: 2px 3px 9px;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.viniseed-product-price {
  margin: 4px 3px 16px;
  font-size: 16px;
}

.viniseed-product-card .viniseed-btn {
  min-height: 46px;
  gap: 9px;
  color: #fff;
  border-color: #111310;
  background: #111310;
}

.viniseed-product-card .viniseed-btn:hover {
  color: #fff;
  border-color: #267c3b;
  background: #267c3b;
}

.viniseed-product-card .viniseed-btn .viniseed-icon {
  width: 15px;
  height: 15px;
}

/* Product detail */
.viniseed-breadcrumb {
  padding: 24px 0 20px;
  color: #7c847c;
}

.viniseed-product-main {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(42px, 6vw, 84px);
  padding: 8px 0 78px;
}

.viniseed-gallery-main {
  position: relative;
  border-color: #dce0d7;
  border-radius: 28px;
  background: #e7eddd;
  box-shadow: 0 24px 64px rgba(35, 45, 36, 0.11);
}

.viniseed-gallery-main img {
  padding: 0;
  object-fit: cover;
}

.viniseed-gallery-concept {
  left: 18px;
  bottom: 18px;
  color: #fff;
  background: rgba(13, 16, 14, 0.74);
}

.viniseed-product-summary {
  position: sticky;
  top: 108px;
  padding-top: 8px;
}

.viniseed-product-overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.viniseed-product-overline > span:last-child {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.viniseed-product-summary h1 {
  margin-bottom: 16px;
  color: #111310;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.viniseed-product-summary .viniseed-price {
  margin: 0 0 22px;
  color: #111310;
  font-size: 28px;
}

.viniseed-short-description {
  color: #5f685f;
  font-size: 16px;
  line-height: 1.7;
}

.viniseed-purchase-box {
  padding: 22px;
  border-color: #daddd4;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(25, 34, 26, 0.06);
}

.viniseed-add-to-cart-row .single_add_to_cart_button,
.viniseed-add-to-cart-row .viniseed-buy-now {
  height: 54px;
}

.viniseed-purchase-assurance {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e5e7e1;
}

.viniseed-purchase-assurance span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #6f786f;
  font-size: 11px;
}

.viniseed-purchase-assurance .viniseed-icon {
  width: 15px;
  height: 15px;
  color: #278b42;
}

.viniseed-tabs {
  margin-bottom: 84px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dde0d8;
  border-radius: 24px;
  background: #fff;
}

.viniseed-tabs-nav {
  gap: 0;
  margin: 0;
  padding: 10px 14px 0;
  overflow-x: auto;
  flex-wrap: nowrap;
  background: #f8f9f5;
}

.viniseed-tabs-nav button {
  flex: 0 0 auto;
  padding: 16px 15px;
  white-space: nowrap;
}

.viniseed-tab-panel {
  max-width: none;
  padding: 32px;
  color: #616961;
  line-height: 1.75;
}

/* Tracking and content hubs */
.viniseed-tracking-hero,
.viniseed-content-hub-header {
  padding: 80px 0 76px;
  color: #111310;
  background:
    radial-gradient(circle at 75% 15%, rgba(219, 165, 20, 0.24), transparent 30%),
    #e6f1d7;
}

.viniseed-tracking-hero .viniseed-container,
.viniseed-content-hub-header .viniseed-container {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.viniseed-tracking-hero h1,
.viniseed-content-hub-header h1 {
  margin: 16px 0;
  color: #111310;
  font-size: clamp(50px, 6vw, 82px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.viniseed-tracking-hero p,
.viniseed-content-hub-header p {
  max-width: 660px;
  margin: 0 auto;
  color: #59625a;
  font-size: 17px;
}

.viniseed-tracking-layout {
  max-width: 850px;
  margin: 0 auto;
}

.viniseed-tracking-form,
.viniseed-tracking-result {
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid #dde0d8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(25, 34, 26, 0.07);
}

.viniseed-tracking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.viniseed-tracking-form label {
  display: grid;
  gap: 8px;
  color: #343a34;
  font-size: 12px;
  font-weight: 700;
}

.viniseed-tracking-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  background: #fafbf8;
}

.viniseed-tracking-form button,
.viniseed-tracking-error {
  grid-column: 1 / -1;
}

.viniseed-tracking-result {
  margin-top: 24px;
}

.viniseed-hub-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.viniseed-hub-cats a {
  padding: 10px 16px;
  color: #151815;
  border: 1px solid rgba(17, 19, 16, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.viniseed-hub-cats a.is-active,
.viniseed-hub-cats a:hover {
  color: #fff;
  border-color: #111310;
  background: #111310;
}

.viniseed-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 64px 0 90px;
}

.viniseed-hub-card {
  overflow: hidden;
  color: #111310;
  border: 1px solid #dde0d8;
  border-radius: 20px;
  background: #fff;
  text-decoration: none;
}

.viniseed-hub-card-thumb {
  aspect-ratio: 16 / 10;
  background: #e7eadf;
}

.viniseed-hub-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viniseed-hub-card-body {
  padding: 22px;
}

/* Support */
.viniseed-support-hero {
  padding: 86px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 30%, rgba(219, 165, 20, 0.18), transparent 28%),
    #111310;
}

.viniseed-support-hero .viniseed-container {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.viniseed-support-hero h1 {
  margin: 16px 0;
  color: #fff;
  font-size: clamp(50px, 6vw, 82px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.viniseed-support-hero p {
  color: #aeb7af;
  font-size: 17px;
}

.viniseed-support-search {
  max-width: 650px;
  min-height: 62px;
  margin: 30px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.viniseed-support-search input {
  color: #fff;
  background: transparent;
}

.viniseed-support-grid {
  gap: 16px;
}

.viniseed-support-card {
  min-height: 136px;
  border-color: #dde0d8;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
}

.viniseed-support-card:hover {
  border-color: #bfc6bc;
  box-shadow: 0 18px 38px rgba(22, 31, 23, 0.075);
}

.viniseed-support-card-icon {
  color: #267b3b;
  border-radius: 14px;
  background: #eaf6e9;
}

.viniseed-support-contact {
  padding: 52px;
  color: #fff;
  border-radius: 24px;
  background: #111310;
}

.viniseed-support-contact h2 {
  color: #fff;
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -0.05em;
}

.viniseed-support-contact p {
  color: #aeb7af;
}

.viniseed-support-form-wrap {
  max-width: 900px;
  margin: 26px auto 0;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid #dde0d8;
  border-radius: 24px;
  background: #fff;
}

.viniseed-support-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.viniseed-support-form .viniseed-form-row {
  display: grid;
  gap: 8px;
}

.viniseed-support-form .viniseed-form-row:nth-child(5),
.viniseed-support-form button,
.viniseed-support-success {
  grid-column: 1 / -1;
}

.viniseed-support-form input,
.viniseed-support-form textarea {
  width: 100%;
  padding: 14px;
  background: #fafbf8;
}

/* Affiliate landing page */
.va-public-wrap {
  max-width: 1240px;
  padding-bottom: 96px;
}

.va-public-wrap .va-hero {
  min-height: 620px;
  margin-top: 24px;
  padding: clamp(38px, 6vw, 72px);
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 22%, rgba(219, 165, 20, 0.27), transparent 29%),
    #e6f1d7;
}

.va-public-wrap .va-hero-heading {
  max-width: 650px;
  color: #111310;
  font-size: clamp(52px, 6vw, 82px);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.va-public-wrap .va-hero-visual-inner {
  border: 0;
  border-radius: 24px;
  color: #7ee889;
  background: #111310;
  box-shadow: 0 28px 65px rgba(27, 37, 29, 0.18);
}

.va-public-wrap .va-hero-visual-icon {
  width: 96px;
  height: 96px;
  color: #7ee889;
}

.va-public-wrap .va-btn {
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 999px;
  font-weight: 750;
}

.va-public-wrap .va-btn-primary {
  color: #fff;
  background: #111310;
}

.va-public-wrap .va-btn-primary:hover {
  color: #fff;
  background: #267c3b;
}

.va-public-wrap .va-trust-bar {
  gap: 14px;
  padding: 30px 0 70px;
}

.va-public-wrap .va-trust-item,
.va-public-wrap .va-step,
.va-public-wrap .va-audience-card,
.va-public-wrap .va-commission-card {
  border: 1px solid #dde0d8;
  border-radius: 20px;
  background: #fff;
}

.va-public-wrap .va-trust-item {
  text-align: left;
}

.va-public-wrap .va-trust-icon {
  margin: 0 0 16px;
}

.va-public-wrap .va-step:hover,
.va-public-wrap .va-audience-card:hover,
.va-public-wrap .va-commission-card:hover {
  border-color: #bfc6bc;
  box-shadow: 0 18px 38px rgba(22, 31, 23, 0.075);
}

.va-public-wrap .va-telegram-section {
  color: #fff;
  border: 0;
  border-radius: 24px;
  background: #111310;
}

.va-public-wrap .va-telegram-section .va-section-title {
  color: #fff;
}

.va-public-wrap .va-telegram-section .va-section-desc {
  color: #aeb7af;
}

@media (max-width: 1100px) {
  .viniseed-shop-hero-grid {
    grid-template-columns: 1fr 0.8fr;
  }

  .viniseed-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .viniseed-product-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
}

@media (max-width: 900px) {
  .viniseed-shop-hero-grid,
  .viniseed-product-main {
    grid-template-columns: 1fr;
  }

  .viniseed-shop-layout {
    grid-template-columns: 1fr;
  }

  .viniseed-shop-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .viniseed-shop-hero-proof > div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }

  .viniseed-shop-promise .viniseed-container {
    grid-template-columns: 1fr;
  }

  .viniseed-shop-promise .viniseed-container > div {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid #e2e4dc;
  }

  .viniseed-product-summary {
    position: static;
  }

  .viniseed-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body:not(.woocommerce-checkout) .viniseed-header {
    padding: 0;
    background: #fff;
  }

  body:not(.woocommerce-checkout) .viniseed-header-inner {
    width: 100%;
    min-height: 68px;
    padding-inline: 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .viniseed-shop-header {
    padding-top: 54px;
  }

  .va-public-wrap .va-hero {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .viniseed-shop-header h1,
  .viniseed-tracking-hero h1,
  .viniseed-content-hub-header h1,
  .viniseed-support-hero h1,
  .va-public-wrap .va-hero-heading {
    font-size: clamp(43px, 13vw, 59px);
  }

  .viniseed-shop-header {
    padding: 50px 0 28px;
  }

  .viniseed-shop-hero-grid {
    gap: 32px;
  }

  .viniseed-shop-hero-proof {
    display: block;
  }

  .viniseed-shop-hero-proof > div {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .viniseed-shop-cats {
    flex-wrap: nowrap;
    margin-right: calc((100vw - 100%) / -2);
    padding-right: 20px;
    overflow-x: auto;
  }

  .viniseed-shop-cats a {
    flex: 0 0 auto;
  }

  .viniseed-shop-layout {
    padding-top: 34px;
    padding-bottom: 70px;
  }

  .viniseed-shop-filters {
    padding: 20px;
  }

  .viniseed-product-grid,
  .viniseed-hub-grid,
  .viniseed-tracking-form,
  .viniseed-support-form {
    grid-template-columns: 1fr;
  }

  .viniseed-product-main {
    padding-bottom: 52px;
  }

  .viniseed-product-summary h1 {
    font-size: 40px;
  }

  .viniseed-product-overline {
    align-items: flex-start;
  }

  .viniseed-gallery-main {
    border-radius: 20px;
  }

  .viniseed-tabs {
    width: calc(100% - 24px);
    margin-bottom: 64px;
  }

  .viniseed-tab-panel {
    padding: 24px 20px;
  }

  .viniseed-tracking-hero,
  .viniseed-content-hub-header,
  .viniseed-support-hero {
    padding: 60px 0;
  }

  .viniseed-support-contact {
    padding: 34px 24px;
  }

  .viniseed-support-form .viniseed-form-row:nth-child(5),
  .viniseed-support-form button,
  .viniseed-support-success {
    grid-column: auto;
  }

  .va-public-wrap {
    padding-inline: 12px;
  }

  .va-public-wrap .va-hero {
    margin-top: 12px;
    padding: 38px 24px;
    border-radius: 20px;
  }

  .va-public-wrap .va-hero-visual {
    max-width: 230px;
  }
}



