:root {
  --vf-brand: #15a34a;
  --vf-brand-deep: #0f5132;
  --vf-brand-soft: #edf7f0;
  --vf-cta: #f59e0b;
  --vf-cta-deep: #d48c08;
  --vf-ink: #16241d;
  --vf-muted: #5b6b63;
  --vf-line: #e8eeea;
  --vf-surface: #f4faf6;
  --vf-white: #ffffff;
  --vf-shell: 1200px;
  --vf-radius: 20px;
  --vf-shadow: 0 18px 48px rgba(18, 41, 25, 0.08);
}

.elementor-location-header,
.elementor-location-footer,
.wpml-ls-statics-footer {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.vinfruits-global {
  margin: 0;
  color: var(--vf-ink);
  background: var(--vf-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.vf-shell {
  width: min(calc(100% - 32px), var(--vf-shell));
  margin: 0 auto;
}

.vf-site-main {
  display: block;
}

.vf-section,
.vf-page-hero {
  padding: 80px 0;
}

.vf-section-soft {
  background: var(--vf-surface);
}

.vf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--vf-brand-deep);
}

.vf-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--vf-brand);
}

.vf-page h1,
.vf-page-hero h1,
.vf-hero h1,
.vf-section h2,
.vf-product-copy h1,
.vf-product-copy h2,
.vf-empty-state h1,
.vf-empty-state h2,
.vf-post-card h2,
.vf-catalog-card h2,
.vf-card-title {
  margin: 16px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--vf-ink);
}

.vf-page h1,
.vf-page-hero h1,
.vf-hero h1,
.vf-empty-state h1 {
  font-size: clamp(38px, 6vw, 68px);
}

.vf-section h2,
.vf-product-copy h2,
.vf-product-copy h1 {
  font-size: clamp(30px, 4vw, 50px);
}

.vf-page p,
.vf-page-hero p,
.vf-hero p,
.vf-section p,
.vf-catalog-card p,
.vf-product-copy p,
.vf-post-card p,
.vf-richtext {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: var(--vf-muted);
}

.vf-richtext > * {
  max-width: 900px;
}

.vf-richtext .vf-eyebrow {
  margin-bottom: 16px;
}

.vf-richtext p + p,
.vf-richtext ul + p,
.vf-richtext p + ul {
  margin-top: 16px;
}

.vf-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.vf-btn,
button.vf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vf-btn-primary {
  background: var(--vf-cta);
  color: var(--vf-ink);
}

.vf-btn-primary:hover {
  background: var(--vf-cta-deep);
}

.vf-btn-secondary {
  background: var(--vf-white);
  border-color: var(--vf-brand);
  color: var(--vf-brand-deep);
}

.vf-btn-secondary:hover {
  background: var(--vf-brand-soft);
}

.vf-global-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--vf-line);
}

.vf-topbar {
  border-bottom: 1px solid var(--vf-line);
  font-size: 13px;
  color: var(--vf-muted);
}

.vf-topbar .vf-shell,
.vf-mainbar .vf-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.vf-topbar .vf-shell {
  min-height: 42px;
}

.vf-topbar-copy,
.vf-topbar-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.vf-mainbar .vf-shell {
  min-height: 82px;
}

.vf-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.vf-logo-image {
  width: auto;
  height: 54px;
  max-width: 170px;
  object-fit: contain;
}

.vf-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vf-brand-name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vf-brand-deep);
}

.vf-brand-tag {
  font-size: 12px;
  color: var(--vf-muted);
}

.vf-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  color: var(--vf-muted);
}

.vf-nav > a:hover {
  color: var(--vf-brand-deep);
}

.vf-nav-dropdown {
  position: relative;
}

.vf-nav-dropdown summary {
  list-style: none;
  cursor: pointer;
}

.vf-nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.vf-nav-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 240px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--vf-line);
  border-radius: 16px;
  background: var(--vf-white);
  box-shadow: var(--vf-shadow);
}

.vf-nav-panel a {
  padding: 8px 6px;
  color: var(--vf-muted);
}

.vf-nav-panel-heading {
  font-weight: 700;
  color: var(--vf-brand-deep) !important;
  border-bottom: 1px solid var(--vf-line);
  margin-bottom: 4px;
  padding-bottom: 10px !important;
}

.vf-nav-cta {
  margin-left: 6px;
}

.vf-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vf-language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--vf-line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: var(--vf-muted);
}

.vf-language-link.is-active {
  border-color: var(--vf-brand);
  color: var(--vf-brand-deep);
  background: var(--vf-brand-soft);
}

.vf-mobile-nav {
  display: none;
}

.vf-hero {
  padding: 56px 0 80px;
}

.vf-hero-shell,
.vf-spotlight,
.vf-product-layout,
.vf-contact-grid,
.vf-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 36px;
  align-items: center;
}

.vf-hero-copy,
.vf-spotlight-copy,
.vf-product-copy {
  display: grid;
  gap: 22px;
}

.vf-hero-media,
.vf-spotlight-media,
.vf-product-media {
  position: relative;
}

.vf-hero-image,
.vf-spotlight-image,
.vf-product-image,
.vf-page-hero-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--vf-shadow);
}

.vf-page-hero-image {
  aspect-ratio: 1 / 0.92;
}

.vf-hero-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: grid;
  gap: 4px;
  max-width: 340px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(18, 41, 25, 0.14);
}

.vf-hero-badge strong {
  font-size: 15px;
}

.vf-hero-badge span {
  font-size: 13px;
  color: var(--vf-muted);
}

.vf-proof-grid,
.vf-simple-grid,
.vf-feature-grid,
.vf-process-grid,
.vf-catalog-grid,
.vf-post-list,
.vf-certification-strip,
.vf-stats-band {
  display: grid;
  gap: 18px;
}

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

.vf-proof-grid span,
.vf-stats-band article {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid var(--vf-line);
  border-radius: 16px;
  background: var(--vf-white);
  font-size: 14px;
  font-weight: 600;
  color: var(--vf-brand-deep);
}

.vf-stats-band {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vf-stats-band article {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 148px;
  gap: 10px;
}

.vf-stats-band strong {
  font-size: 38px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--vf-ink);
}

.vf-stats-band span {
  font-size: 14px;
  color: var(--vf-muted);
}

.vf-section-intro,
.vf-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

.vf-card-grid-products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vf-card,
.vf-feature-card,
.vf-catalog-card,
.vf-contact-card,
.vf-post-card,
.vf-cert-card,
.vf-simple-grid article {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--vf-line);
  border-radius: var(--vf-radius);
  background: var(--vf-white);
  box-shadow: 0 12px 24px rgba(18, 41, 25, 0.04);
}

.vf-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
}

.vf-card-title,
.vf-catalog-card h2 {
  font-size: 22px;
}

.vf-card-copy,
.vf-card-link,
.vf-card-meta,
.vf-feature-card p,
.vf-catalog-card p,
.vf-contact-card p,
.vf-contact-card li,
.vf-post-card p,
.vf-cert-card p,
.vf-simple-grid article p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--vf-muted);
}

.vf-card-link,
.vf-card-meta {
  font-weight: 700;
  color: var(--vf-brand-deep);
}

.vf-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vf-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--vf-line);
  border-radius: 999px;
  background: var(--vf-brand-soft);
  color: var(--vf-brand-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vf-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vf-feature-card h3,
.vf-process-grid h3,
.vf-contact-card h2,
.vf-cert-card h3 {
  margin: 0;
  font-size: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--vf-ink);
}

.vf-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vf-process-grid article {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--vf-line);
  border-radius: 20px;
  background: var(--vf-white);
}

.vf-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--vf-brand-soft);
  color: var(--vf-brand-deep);
  font-size: 18px;
  font-weight: 700;
}

.vf-certification-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vf-cert-visual {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.vf-cert-image {
  max-width: 320px;
  object-fit: contain;
}

.vf-final-cta {
  padding: 32px;
  border-radius: 28px;
  background: var(--vf-brand-soft);
}

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

.vf-simple-grid h2 {
  margin: 0;
}

.vf-contact-grid {
  align-items: stretch;
}

.vf-contact-card ul {
  margin: 0;
  padding-left: 18px;
}

.vf-catalog-grid,
.vf-post-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vf-empty-state {
  display: grid;
  gap: 16px;
  padding: 40px;
  border: 1px dashed var(--vf-line);
  border-radius: 24px;
  text-align: center;
  background: var(--vf-white);
}

.vf-spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--vf-line);
  border-radius: 18px;
  background: var(--vf-white);
}

.vf-spec-table th,
.vf-spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--vf-line);
  text-align: left;
  font-size: 15px;
  vertical-align: top;
}

.vf-spec-table th {
  width: 42%;
  color: var(--vf-brand-deep);
}

.vf-spec-table tr:last-child th,
.vf-spec-table tr:last-child td {
  border-bottom: 0;
}

.vf-breadcrumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  color: var(--vf-muted);
}

.vf-rfq-form {
  display: grid;
  gap: 16px;
}

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

.vf-rfq-form label {
  display: grid;
  gap: 8px;
}

.vf-rfq-form label span {
  font-size: 13px;
  font-weight: 700;
  color: var(--vf-brand-deep);
}

.vf-rfq-form input,
.vf-rfq-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--vf-line);
  border-radius: 14px;
  background: var(--vf-white);
  color: var(--vf-ink);
}

.vf-rfq-form textarea {
  min-height: 160px;
  resize: vertical;
}

.vf-form-full {
  grid-column: 1 / -1;
}

.vf-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.vf-form-notice {
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.vf-form-notice.is-success {
  background: #e8f8ee;
  color: var(--vf-brand-deep);
}

.vf-form-notice.is-error {
  background: #fff3f0;
  color: #8b3f2d;
}

.vf-global-footer {
  margin-top: 56px;
  border-top: 1px solid var(--vf-line);
  background: var(--vf-surface);
}

.vf-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 24px;
  padding: 48px 0 24px;
}

.vf-footer-grid h2,
.vf-footer-grid h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.vf-footer-grid p,
.vf-footer-grid a,
.vf-footer-grid span {
  font-size: 14px;
  line-height: 1.7;
  color: var(--vf-muted);
}

.vf-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 28px;
  border-top: 1px solid var(--vf-line);
  font-size: 13px;
  color: var(--vf-muted);
}

.vf-post-card h2 a,
.vf-catalog-card h2 a {
  color: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .vf-card-grid-products,
  .vf-feature-grid,
  .vf-process-grid,
  .vf-catalog-grid,
  .vf-post-list,
  .vf-footer-grid,
  .vf-certification-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .vf-topbar {
    display: none;
  }

  .vf-nav {
    display: none;
  }

  .vf-mobile-nav {
    display: block;
  }

  .vf-mobile-nav details {
    position: relative;
  }

  .vf-mobile-nav summary {
    list-style: none;
    cursor: pointer;
    padding: 10px 14px;
    border: 1px solid var(--vf-line);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--vf-brand-deep);
  }

  .vf-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .vf-mobile-nav-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    display: grid;
    min-width: 250px;
    padding: 12px;
    border: 1px solid var(--vf-line);
    border-radius: 18px;
    background: var(--vf-white);
    box-shadow: var(--vf-shadow);
  }

  .vf-mobile-nav-panel a {
    padding: 10px 6px;
    font-size: 14px;
    color: var(--vf-muted);
  }

  .vf-mobile-sub {
    padding-left: 18px !important;
  }

  .vf-hero-shell,
  .vf-spotlight,
  .vf-product-layout,
  .vf-contact-grid,
  .vf-section-intro,
  .vf-final-cta,
  .vf-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .vf-proof-grid,
  .vf-card-grid-products,
  .vf-simple-grid,
  .vf-feature-grid,
  .vf-process-grid,
  .vf-catalog-grid,
  .vf-post-list,
  .vf-footer-grid,
  .vf-footer-bottom,
  .vf-certification-strip,
  .vf-stats-band,
  .vf-form-grid {
    grid-template-columns: 1fr;
  }

  .vf-section,
  .vf-page-hero {
    padding: 56px 0;
  }

  .vf-page p,
  .vf-page-hero p,
  .vf-hero p,
  .vf-section p,
  .vf-catalog-card p,
  .vf-product-copy p,
  .vf-post-card p {
    font-size: 17px;
  }

  .vf-logo-image {
    height: 46px;
    max-width: 144px;
  }

  .vf-brand-copy {
    display: none;
  }
}
