
/* V41: Premium Organic Gabrist Theme
   A stronger visual refresh layered after the original stylesheet.
   Palette: deep emerald + warm cream + harvest gold.
*/

:root {
  --bg: #f7f2e7;
  --off-white: #f7f2e7;
  --surface: #fffaf0;
  --surface-2: #f0eadc;
  --ink: #14271f;
  --text: #52645a;
  --muted: #75847b;
  --green: #0d7f63;
  --green-dark: #064b3c;
  --green-soft: #e7f4e6;
  --mint: #dcefd7;
  --gold: #d99632;
  --gold-soft: #fff0c9;
  --border: rgba(13, 127, 99, .16);
  --shadow: 0 22px 60px rgba(45, 67, 51, .13);
  --shadow-strong: 0 32px 90px rgba(22, 54, 43, .22);
  --radius-xl: 34px;
  --radius-lg: 24px;
}

body[data-theme="dark"] {
  --bg: #07100d;
  --off-white: #07100d;
  --surface: #0e1b16;
  --surface-2: #12241d;
  --ink: #f5fff8;
  --text: #bfd0c7;
  --muted: #8fa69a;
  --green: #43d5ad;
  --green-dark: #dffdf4;
  --green-soft: #102b24;
  --mint: #0f261f;
  --gold: #efb55f;
  --gold-soft: #2e2615;
  --border: rgba(124, 230, 199, .17);
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --shadow-strong: 0 36px 100px rgba(0,0,0,.48);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 78% 2%, rgba(13,127,99,.13), transparent 29%),
    radial-gradient(circle at 4% 18%, rgba(217,150,50,.13), transparent 27%),
    linear-gradient(180deg, var(--bg) 0%, #fffdf7 45%, var(--bg) 100%);
  color: var(--ink);
}

body[data-theme="dark"] {
  background:
    radial-gradient(circle at 78% 2%, rgba(67,213,173,.16), transparent 29%),
    radial-gradient(circle at 4% 18%, rgba(239,181,95,.09), transparent 27%),
    linear-gradient(180deg, #07100d 0%, #0a1511 45%, #07100d 100%) !important;
}

/* soft botanical texture */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .32;
  background-image:
    radial-gradient(circle at 12px 12px, rgba(13,127,99,.10) 1.2px, transparent 1.6px),
    linear-gradient(135deg, rgba(217,150,50,.045) 25%, transparent 25%),
    linear-gradient(225deg, rgba(13,127,99,.04) 25%, transparent 25%);
  background-size: 34px 34px, 42px 42px, 42px 42px;
}

body[data-theme="dark"]::before {
  opacity: .12;
}

/* Premium loader */
.site-loader {
  background:
    radial-gradient(circle at 50% 42%, rgba(13,127,99,.22), transparent 34%),
    linear-gradient(135deg, #fbf3dc, #eaf5e5 52%, #fff9e9);
}

body[data-theme="dark"] .site-loader {
  background:
    radial-gradient(circle at 50% 42%, rgba(67,213,173,.20), transparent 34%),
    linear-gradient(135deg, #07100d, #0c1d17 52%, #11140d);
}

.site-loader .loader-card {
  border-radius: 38px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(13,127,99,.20);
  box-shadow: 0 30px 90px rgba(13, 90, 72, .24);
}

body[data-theme="dark"] .site-loader .loader-card {
  background: rgba(12,27,22,.76);
}

.loader-ring {
  border-top-color: var(--gold);
  border-inline-end-color: var(--green);
}

/* Header: elegant glass bar */
.site-header {
  top: 12px;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(255,250,240,.78) !important;
  border: 1px solid rgba(13,127,99,.14);
  box-shadow: 0 18px 48px rgba(45, 67, 51, .11);
  backdrop-filter: blur(20px);
}

body[data-theme="dark"] .site-header {
  background: rgba(9, 22, 18, .76) !important;
  border-color: rgba(124,230,199,.14);
  box-shadow: 0 18px 54px rgba(0,0,0,.42);
}

.nav {
  min-height: 74px;
}

.brand {
  padding-inline-start: 4px;
}

.brand-mark {
  background:
    linear-gradient(135deg, #fff, var(--gold-soft));
  border: 1px solid rgba(13,127,99,.12);
}

body[data-theme="dark"] .brand-mark {
  background: #10231f;
  border-color: rgba(124,230,199,.14);
}

.brand strong {
  letter-spacing: -.02em;
}

.brand small {
  color: var(--muted);
}

.main-nav {
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(13,127,99,.10);
  border-radius: 999px;
  padding: 5px;
}

body[data-theme="dark"] .main-nav {
  background: rgba(255,255,255,.04);
  border-color: rgba(124,230,199,.10);
}

.main-nav a {
  padding: 9px 13px;
  border-radius: 999px;
}

.main-nav a:hover {
  background: var(--green-soft);
  color: var(--green-dark);
}

.main-nav a::after,
.footer nav a::after {
  display: none;
}

.header-phone,
.language-button,
.theme-toggle {
  border-radius: 999px;
  border-color: rgba(13,127,99,.15);
  background: rgba(255,255,255,.56);
}

body[data-theme="dark"] .header-phone,
body[data-theme="dark"] .language-button,
body[data-theme="dark"] .theme-toggle {
  background: rgba(255,255,255,.05);
  border-color: rgba(124,230,199,.15);
}

/* Hero: stronger editorial layout */
.hero {
  margin-top: -86px;
  padding-top: 164px;
  min-height: 760px;
  background:
    radial-gradient(circle at 75% 25%, rgba(13,127,99,.18), transparent 32%),
    radial-gradient(circle at 18% 75%, rgba(217,150,50,.16), transparent 30%),
    linear-gradient(135deg, #fff9ea 0%, #edf6e6 52%, #f9f0dc 100%) !important;
  overflow: hidden;
}

body[data-theme="dark"] .hero {
  background:
    radial-gradient(circle at 75% 25%, rgba(67,213,173,.16), transparent 32%),
    radial-gradient(circle at 18% 75%, rgba(239,181,95,.09), transparent 30%),
    linear-gradient(135deg, #08120f 0%, #0d211a 52%, #11140d 100%) !important;
}

.hero::before {
  width: 740px;
  height: 740px;
  inset-inline-end: -210px;
  top: 70px;
  background:
    radial-gradient(circle, rgba(13,127,99,.22) 0 32%, transparent 33% 100%),
    repeating-conic-gradient(from 0deg, rgba(255,255,255,.34) 0deg 8deg, transparent 8deg 18deg);
  opacity: .65;
  border-radius: 45% 55% 50% 50%;
  filter: blur(.1px);
}

body[data-theme="dark"] .hero::before {
  background:
    radial-gradient(circle, rgba(67,213,173,.12) 0 32%, transparent 33% 100%),
    repeating-conic-gradient(from 0deg, rgba(255,255,255,.05) 0deg 8deg, transparent 8deg 18deg);
  opacity: .85;
}

.hero::after {
  width: 620px;
  height: 620px;
  bottom: -320px;
  background: radial-gradient(circle, rgba(217,150,50,.20), transparent 66%);
}

.hero-content,
.hero-grid {
  position: relative;
  z-index: 1;
}

.hero h1,
.blog-hero h1,
.error-copy h1,
.section-heading h2 {
  color: var(--ink);
  letter-spacing: -.055em;
}

.hero h1 {
  font-size: clamp(2.55rem, 6.2vw, 5.35rem);
  line-height: 1.12;
}

.hero p {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: var(--text);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(13,127,99,.10);
  color: var(--green-dark);
  border: 1px solid rgba(13,127,99,.14);
  font-weight: 900;
}

body[data-theme="dark"] .eyebrow {
  background: rgba(67,213,173,.10);
  border-color: rgba(124,230,199,.14);
  color: var(--green-dark);
}

.hero-actions {
  gap: 14px;
}

/* New button language */
.btn {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.btn-primary,
.card-actions .request,
.mobile-actions .main-action {
  background:
    linear-gradient(135deg, var(--green-dark), var(--green));
  color: #fff !important;
  border: 0;
  box-shadow: 0 16px 34px rgba(13,127,99,.27);
}

.btn-primary:hover,
.card-actions .request:hover,
.mobile-actions .main-action:hover {
  box-shadow: 0 24px 48px rgba(13,127,99,.32);
}

.btn-secondary,
.btn-outline,
.card-actions button:not(.request) {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(13,127,99,.16);
  color: var(--green-dark);
  backdrop-filter: blur(14px);
}

body[data-theme="dark"] .btn-secondary,
body[data-theme="dark"] .btn-outline,
body[data-theme="dark"] .card-actions button:not(.request) {
  background: rgba(255,255,255,.06);
  border-color: rgba(124,230,199,.16);
  color: var(--green-dark);
}

/* Hero visual bottle zone */
.hero-visual,
.hero-card,
.hero-info {
  border-radius: var(--radius-xl);
}

.hero-card,
.hero-info {
  background: rgba(255,250,240,.66);
  border: 1px solid rgba(13,127,99,.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

body[data-theme="dark"] .hero-card,
body[data-theme="dark"] .hero-info {
  background: rgba(14,27,22,.70);
  border-color: rgba(124,230,199,.13);
}

.product-hero {
  filter: drop-shadow(0 30px 40px rgba(13, 74, 57, .20));
}

body[data-theme="dark"] .product-hero {
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.36));
}

/* Section surfaces */
.section,
.products,
.consultation,
.order,
.about,
.knowledge-teaser,
.contact {
  position: relative;
}

.section-heading {
  max-width: 820px;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 3.6vw, 3.1rem);
}

.section-heading p {
  color: var(--text);
}

/* Premium cards */
.feature-grid article,
.product-card,
.teaser-article,
.standard-local-card,
.blog-card,
.panel-form,
.order-form,
.contact-card,
.article-wrap,
.toc,
.share-card,
.related-card,
.author-card,
.error-plant-card,
.sender-choice-dialog {
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,250,240,.74));
  border: 1px solid rgba(13,127,99,.14);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

body[data-theme="dark"] .feature-grid article,
body[data-theme="dark"] .product-card,
body[data-theme="dark"] .teaser-article,
body[data-theme="dark"] .standard-local-card,
body[data-theme="dark"] .blog-card,
body[data-theme="dark"] .panel-form,
body[data-theme="dark"] .order-form,
body[data-theme="dark"] .contact-card,
body[data-theme="dark"] .article-wrap,
body[data-theme="dark"] .toc,
body[data-theme="dark"] .share-card,
body[data-theme="dark"] .related-card,
body[data-theme="dark"] .author-card,
body[data-theme="dark"] .error-plant-card,
body[data-theme="dark"] .sender-choice-dialog {
  background:
    linear-gradient(180deg, rgba(18,36,29,.86), rgba(11,21,18,.78));
  border-color: rgba(124,230,199,.13);
}

.feature-grid article:hover,
.product-card:hover,
.teaser-article:hover,
.standard-local-card:hover,
.blog-card:hover {
  transform: translateY(-9px);
  box-shadow: var(--shadow-strong);
}

/* product grid becomes more luxurious */
.product-card {
  overflow: hidden;
  position: relative;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 44%;
  background:
    radial-gradient(circle at 72% 18%, rgba(13,127,99,.13), transparent 48%),
    linear-gradient(135deg, rgba(255,240,201,.42), transparent);
  pointer-events: none;
}

body[data-theme="dark"] .product-card::before {
  background:
    radial-gradient(circle at 72% 18%, rgba(67,213,173,.11), transparent 48%),
    linear-gradient(135deg, rgba(239,181,95,.06), transparent);
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-image {
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(13,127,99,.12), transparent 60%),
    #fbf8ee;
}

body[data-theme="dark"] .product-image {
  background:
    radial-gradient(circle at 50% 45%, rgba(67,213,173,.12), transparent 60%),
    #10231f;
}

.product-card h3 {
  color: var(--ink);
}

.tag,
.product-tag,
.category-pill,
.blog-tag {
  background: var(--gold-soft);
  color: #754712;
  border: 1px solid rgba(217,150,50,.22);
  border-radius: 999px;
}

body[data-theme="dark"] .tag,
body[data-theme="dark"] .product-tag,
body[data-theme="dark"] .category-pill,
body[data-theme="dark"] .blog-tag {
  color: #ffd89a;
  background: rgba(239,181,95,.10);
  border-color: rgba(239,181,95,.18);
}

/* Filters */
.filter {
  background: rgba(255,255,255,.66);
  border-color: rgba(13,127,99,.16);
}

.filter.active {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: #fff;
  box-shadow: 0 12px 28px rgba(13,127,99,.22);
}

/* Forms: more premium input surfaces */
label {
  color: var(--ink);
}

input:not([type="checkbox"]),
textarea,
select {
  border-radius: 16px !important;
  background: rgba(255,255,255,.74) !important;
  border: 1px solid rgba(13,127,99,.18) !important;
  color: var(--ink) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

body[data-theme="dark"] input:not([type="checkbox"]),
body[data-theme="dark"] textarea,
body[data-theme="dark"] select {
  background: rgba(255,255,255,.055) !important;
  border-color: rgba(124,230,199,.16) !important;
  color: #f5fff8 !important;
}

input:not([type="checkbox"]):focus,
textarea:focus,
select:focus {
  border-color: var(--green) !important;
  box-shadow: 0 0 0 4px rgba(13,127,99,.10) !important;
}

body[data-theme="dark"] input:not([type="checkbox"]):focus,
body[data-theme="dark"] textarea:focus,
body[data-theme="dark"] select:focus {
  box-shadow: 0 0 0 4px rgba(67,213,173,.12) !important;
}

.form-note,
.privacy,
.auto-sender-status {
  color: var(--muted) !important;
}

/* Dialogs */
.product-dialog,
.sender-choice-dialog {
  border-radius: 34px !important;
}

.product-dialog::backdrop,
.sender-choice-dialog::backdrop {
  background: rgba(7,16,13,.72);
  backdrop-filter: blur(8px);
}

.dialog-content {
  background: var(--surface);
}

body[data-theme="dark"] .dialog-content {
  background: var(--surface);
}

.dialog-close,
.sender-dialog-close {
  border: 1px solid rgba(13,127,99,.12);
}

/* Blog and article hero */
.blog-hero,
.article-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(13,127,99,.15), transparent 30%),
    linear-gradient(135deg, #fff8e6, #edf6e6) !important;
}

body[data-theme="dark"] .blog-hero,
body[data-theme="dark"] .article-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(67,213,173,.13), transparent 30%),
    linear-gradient(135deg, #08120f, #0d211a) !important;
}

.blog-card-image {
  border-radius: 22px;
  overflow: hidden;
}

/* Footer */
.footer {
  margin-top: 36px;
  background:
    linear-gradient(135deg, #073d32, #0d7f63) !important;
  border-top: 0;
  color: rgba(255,255,255,.90);
  border-radius: 38px 38px 0 0;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.13), transparent 28%),
    radial-gradient(circle at 88% 90%, rgba(217,150,50,.20), transparent 32%);
  pointer-events: none;
}

.footer * {
  position: relative;
  z-index: 1;
}

.footer strong,
.footer a,
.footer-phone a {
  color: #fff !important;
}

.footer p,
.footer span,
.copyright {
  color: rgba(255,255,255,.76) !important;
}

/* 404 style better */
.error-page {
  background:
    radial-gradient(circle at 70% 28%, rgba(13,127,99,.16), transparent 32%),
    linear-gradient(135deg, #fff8e6, #edf6e6) !important;
}

body[data-theme="dark"] .error-page {
  background:
    radial-gradient(circle at 70% 28%, rgba(67,213,173,.12), transparent 32%),
    linear-gradient(135deg, #08120f, #0d211a) !important;
}

/* Mobile treatment */
@media (max-width: 980px) {
  .site-header {
    top: 8px;
    width: min(100% - 18px, 1180px);
    border-radius: 28px;
  }

  .main-nav {
    border-radius: 22px;
    background: var(--surface);
  }

  body[data-theme="dark"] .main-nav {
    background: var(--surface);
  }

  .hero {
    margin-top: -78px;
    padding-top: 148px;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at 100% 0%, rgba(13,127,99,.14), transparent 30%),
      var(--bg);
  }

  .site-header {
    border-radius: 24px;
  }

  .nav {
    min-height: 68px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(2.18rem, 11vw, 3.45rem);
  }

  .hero-actions .btn,
  .btn {
    min-height: 48px;
  }

  .feature-grid article,
  .product-card,
  .teaser-article,
  .standard-local-card,
  .blog-card,
  .panel-form,
  .order-form {
    border-radius: 22px;
  }

  .footer {
    border-radius: 30px 30px 0 0;
  }
}


/* V41 interaction polish */
.site-header.is-scrolled {
  box-shadow: 0 18px 56px rgba(22, 54, 43, .18);
  transform: translateY(-2px);
}

body[data-theme="dark"] .site-header.is-scrolled {
  box-shadow: 0 22px 66px rgba(0,0,0,.55);
}

.premium-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 340px;
  height: 340px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13,127,99,.075), transparent 65%);
  mix-blend-mode: multiply;
  will-change: transform;
}

body[data-theme="dark"] .premium-cursor-glow {
  background: radial-gradient(circle, rgba(67,213,173,.065), transparent 65%);
  mix-blend-mode: screen;
}

.product-card::after,
.blog-card::after,
.feature-grid article::after,
.standard-local-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s ease;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.55), transparent 130px);
}

body[data-theme="dark"] .product-card::after,
body[data-theme="dark"] .blog-card::after,
body[data-theme="dark"] .feature-grid article::after,
body[data-theme="dark"] .standard-local-card::after {
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(124,230,199,.11), transparent 130px);
}

.product-card:hover::after,
.blog-card:hover::after,
.feature-grid article:hover::after,
.standard-local-card:hover::after {
  opacity: 1;
}

.product-card > *,
.blog-card > *,
.feature-grid article > *,
.standard-local-card > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px), (pointer: coarse) {
  .premium-cursor-glow {
    display: none;
  }
}


/* V42: premium theme fixes based on visual QA screenshots */

/* Desktop header should stay compact and single-line */
@media (min-width: 981px) {
  .site-header {
    max-width: 1480px;
  }

  .nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(8px, 1vw, 16px);
    min-height: 68px;
  }

  .brand {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .brand strong,
  .brand small,
  .main-nav a,
  .header-phone,
  .language-current,
  .theme-toggle-text {
    white-space: nowrap;
  }

  .main-nav {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    gap: 2px;
    padding: 4px;
  }

  .main-nav a {
    line-height: 1.1;
    font-size: clamp(.78rem, .86vw, .96rem);
    padding: 9px clamp(8px, .9vw, 13px);
  }

  .language-switch,
  .theme-toggle,
  .header-phone {
    flex: 0 0 auto;
  }

  .header-phone {
    font-size: clamp(.78rem, .88vw, .95rem);
    padding-inline: 13px;
  }

  .language-button,
  .theme-toggle {
    padding-inline: 12px;
  }

  .brand small {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Contact CTA card: keep all text visible and balanced */
.contact-inner {
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.13), transparent 32%),
    linear-gradient(135deg, #0d7f63, #0a785f) !important;
  border: 0 !important;
  color: #fff;
  box-shadow: 0 28px 72px rgba(13, 127, 99, .22);
}

body[data-theme="dark"] .contact-inner {
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.09), transparent 32%),
    linear-gradient(135deg, #0b4235, #0a2f28) !important;
  box-shadow: 0 28px 82px rgba(0,0,0,.38);
}

.contact-inner h2,
.contact-inner p,
.contact-inner .large-phone,
.contact-inner .cta-email-under-phone {
  color: #fff !important;
}

.contact-inner p {
  opacity: .86;
}

.contact-inner > .btn-primary {
  background: #fff !important;
  color: #064b3c !important;
  min-width: 210px;
  justify-content: center;
  border: 0 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.12) !important;
}

.contact-inner > .btn-primary:hover {
  background: #fff8e6 !important;
  color: #064b3c !important;
  transform: translateY(-2px);
}

.cta-contact-stack .btn-follow {
  background: #e7f4e6 !important;
  color: #064b3c !important;
  border-color: transparent !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}

.cta-contact-stack .btn-follow:hover {
  background: #fff8e6 !important;
}

/* Make glass cards less transparent so background bands do not visually cut through them */
.feature-grid article,
.product-card,
.teaser-article,
.standard-local-card,
.blog-card,
.panel-form,
.order-form,
.contact-card,
.article-wrap,
.toc,
.share-card,
.related-card,
.author-card,
.error-plant-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,240,.96)) !important;
  backdrop-filter: blur(8px);
}

body[data-theme="dark"] .feature-grid article,
body[data-theme="dark"] .product-card,
body[data-theme="dark"] .teaser-article,
body[data-theme="dark"] .standard-local-card,
body[data-theme="dark"] .blog-card,
body[data-theme="dark"] .panel-form,
body[data-theme="dark"] .order-form,
body[data-theme="dark"] .contact-card,
body[data-theme="dark"] .article-wrap,
body[data-theme="dark"] .toc,
body[data-theme="dark"] .share-card,
body[data-theme="dark"] .related-card,
body[data-theme="dark"] .author-card,
body[data-theme="dark"] .error-plant-card {
  background:
    linear-gradient(180deg, rgba(18,36,29,.98), rgba(11,21,18,.96)) !important;
}

/* Standards/trust cards need cleaner logo boxes */
.standard-local-card {
  overflow: hidden;
}

.standard-local-card img {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(13,127,99,.08);
}

body[data-theme="dark"] .standard-local-card img {
  background: rgba(255,255,255,.94);
}

/* Better spacing where lower feature cards start */
.feature-grid,
.standards-grid,
.local-grid {
  position: relative;
  z-index: 2;
}

/* Keep mobile menu normal; do not force one-line nav on small screens */
@media (max-width: 980px) {
  .main-nav a {
    white-space: normal;
  }

  .contact-inner {
    text-align: center;
  }

  .contact-inner > .btn-primary {
    width: 100%;
    min-width: 0;
  }
}


/* V43: remove horizontal color band between standards and feature cards */
.standards-section {
  background:
    radial-gradient(circle at 78% 8%, rgba(13,127,99,.075), transparent 30%),
    linear-gradient(180deg, #fbfffc 0%, #f6fbf7 100%) !important;
  padding-bottom: 46px !important;
}

.features {
  margin-top: 0 !important;
  padding: 18px 24px 76px !important;
  background:
    radial-gradient(circle at 18% 100%, rgba(13,127,99,.055), transparent 30%),
    linear-gradient(180deg, #f6fbf7 0%, #fbfffc 100%) !important;
  position: relative;
  z-index: 3;
}

.features::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -46px;
  height: 92px;
  background: linear-gradient(180deg, rgba(246,251,247,0), #f6fbf7 42%, #f6fbf7 100%);
  pointer-events: none;
  z-index: 0;
}

.features .feature-grid {
  position: relative;
  z-index: 1;
}

.features + .knowledge-teaser,
.features + .section {
  margin-top: 0 !important;
}

body[data-theme="dark"] .standards-section {
  background:
    radial-gradient(circle at 78% 8%, rgba(67,213,173,.08), transparent 30%),
    linear-gradient(180deg, #07100d 0%, #0a1511 100%) !important;
}

body[data-theme="dark"] .features {
  background:
    radial-gradient(circle at 18% 100%, rgba(67,213,173,.055), transparent 30%),
    linear-gradient(180deg, #0a1511 0%, #07100d 100%) !important;
}

body[data-theme="dark"] .features::before {
  background: linear-gradient(180deg, rgba(10,21,17,0), #0a1511 42%, #0a1511 100%);
}

/* Make the two rows feel like one designed block */
.standards-local-grid {
  margin-bottom: 0 !important;
}

.feature-grid article {
  background: #ffffff !important;
  box-shadow: 0 22px 58px rgba(22,54,43,.10) !important;
}

body[data-theme="dark"] .feature-grid article {
  background: #0e1b16 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.36) !important;
}

@media (max-width: 720px) {
  .standards-section {
    padding-bottom: 28px !important;
  }

  .features {
    padding: 18px 16px 56px !important;
  }

  .features::before {
    top: -30px;
    height: 60px;
  }
}


/* V45: farm image only for homepage hero */
.hero {
  background:
    linear-gradient(90deg, rgba(255,249,234,.86) 0%, rgba(255,249,234,.76) 36%, rgba(237,246,230,.58) 64%, rgba(255,240,201,.44) 100%),
    url("backgrounds/farm-golden-hero.png") center center / cover no-repeat !important;
}

body[data-theme="dark"] .hero {
  background:
    linear-gradient(90deg, rgba(7,16,13,.88) 0%, rgba(7,16,13,.80) 40%, rgba(13,33,26,.66) 68%, rgba(17,20,13,.62) 100%),
    url("backgrounds/farm-golden-hero.png") center center / cover no-repeat !important;
}

/* keep text readable on the photo */
.hero-copy,
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -22px -26px;
  z-index: -1;
  border-radius: 32px;
  background: rgba(255,250,240,.42);
  border: 1px solid rgba(255,255,255,.34);
  backdrop-filter: blur(2px);
  pointer-events: none;
}

body[data-theme="dark"] .hero-copy::before {
  background: rgba(7,16,13,.38);
  border-color: rgba(124,230,199,.10);
}

.hero::before {
  opacity: .32 !important;
}

.hero::after {
  opacity: .42 !important;
}

@media (max-width: 900px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(255,249,234,.86) 0%, rgba(255,249,234,.76) 50%, rgba(237,246,230,.64) 100%),
      url("backgrounds/farm-golden-hero.png") 58% center / cover no-repeat !important;
  }

  body[data-theme="dark"] .hero {
    background:
      linear-gradient(180deg, rgba(7,16,13,.86) 0%, rgba(7,16,13,.78) 55%, rgba(13,33,26,.70) 100%),
      url("backgrounds/farm-golden-hero.png") 58% center / cover no-repeat !important;
  }

  .hero-copy::before {
    inset: -14px -12px;
    border-radius: 24px;
  }
}


/* V46: red fraud warning box on Persian homepage */
.fraud-warning-box {
  position: relative;
  z-index: 20;
  margin-top: 28px;
  padding: 0 0 8px;
}

.fraud-warning-inner {
  border: 1px solid rgba(185, 28, 28, .34);
  border-right: 7px solid #dc2626;
  border-radius: 22px;
  padding: 18px 22px;
  background:
    linear-gradient(135deg, rgba(254, 226, 226, .96), rgba(255, 247, 237, .94));
  color: #7f1d1d;
  box-shadow: 0 18px 42px rgba(185, 28, 28, .12);
}

.fraud-warning-inner strong {
  display: block;
  margin-bottom: 9px;
  color: #991b1b;
  font-size: 1.08rem;
  font-weight: 950;
}

.fraud-warning-inner p {
  margin: 4px 0;
  color: #7f1d1d;
  line-height: 1.95;
  font-weight: 650;
}

.fraud-warning-inner span[dir="ltr"] {
  display: inline-block;
  font-weight: 900;
  color: #991b1b;
}

body[data-theme="dark"] .fraud-warning-inner {
  background:
    linear-gradient(135deg, rgba(69, 10, 10, .88), rgba(48, 20, 12, .84));
  border-color: rgba(248, 113, 113, .34);
  border-right-color: #f87171;
  color: #fee2e2;
  box-shadow: 0 22px 55px rgba(0,0,0,.34);
}

body[data-theme="dark"] .fraud-warning-inner strong,
body[data-theme="dark"] .fraud-warning-inner p,
body[data-theme="dark"] .fraud-warning-inner span[dir="ltr"] {
  color: #fee2e2;
}

@media (max-width: 720px) {
  .fraud-warning-box {
    margin-top: 18px;
    padding-inline: 0;
  }

  .fraud-warning-inner {
    padding: 15px 16px;
    border-radius: 18px;
    border-right-width: 5px;
  }

  .fraud-warning-inner strong {
    font-size: .98rem;
  }

  .fraud-warning-inner p {
    font-size: .86rem;
    line-height: 1.85;
  }
}


/* V47: warning box layout fix inside hero + current ZIP root */
.hero .fraud-warning-box {
  position: relative;
  z-index: 4;
  margin: -28px 0 28px !important;
  padding: 0 !important;
}

.hero .fraud-warning-box .container {
  width: min(1120px, calc(100% - 40px));
}

.fraud-warning-inner {
  border: 1px solid rgba(220, 38, 38, .28) !important;
  border-right: 6px solid #dc2626 !important;
  border-radius: 18px !important;
  padding: 13px 18px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(254,242,242,.86)) !important;
  color: #8b1a1a !important;
  box-shadow: 0 14px 34px rgba(127, 29, 29, .10) !important;
  backdrop-filter: blur(12px);
}

.fraud-warning-inner strong {
  margin-bottom: 5px !important;
  color: #991b1b !important;
  font-size: .98rem !important;
}

.fraud-warning-inner p {
  margin: 2px 0 !important;
  color: #8b1a1a !important;
  line-height: 1.75 !important;
  font-size: .88rem;
  font-weight: 650;
}

.fraud-warning-inner span[dir="ltr"] {
  color: #991b1b !important;
}

body[data-theme="dark"] .fraud-warning-inner {
  background:
    linear-gradient(135deg, rgba(36, 11, 11, .72), rgba(20, 13, 10, .68)) !important;
  border-color: rgba(248, 113, 113, .30) !important;
  border-right-color: #f87171 !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.30) !important;
}

body[data-theme="dark"] .fraud-warning-inner strong,
body[data-theme="dark"] .fraud-warning-inner p,
body[data-theme="dark"] .fraud-warning-inner span[dir="ltr"] {
  color: #fee2e2 !important;
}

@media (max-width: 900px) {
  .hero .fraud-warning-box {
    margin: -14px 0 22px !important;
  }

  .hero .fraud-warning-box .container {
    width: min(100% - 24px, 1120px);
  }
}

@media (max-width: 720px) {
  .fraud-warning-inner {
    padding: 12px 13px !important;
    border-radius: 16px !important;
    border-right-width: 5px !important;
  }

  .fraud-warning-inner strong {
    font-size: .92rem !important;
  }

  .fraud-warning-inner p {
    font-size: .80rem !important;
    line-height: 1.72 !important;
  }
}


/* V48: make fraud warning use full width and avoid awkward wrapping */
.hero .fraud-warning-box .container {
  width: min(1320px, calc(100% - 40px)) !important;
  max-width: none !important;
}

.fraud-warning-inner {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  text-align: right !important;
  padding: 13px 20px !important;
}

.fraud-warning-inner strong,
.fraud-warning-inner p {
  max-width: none !important;
  width: 100% !important;
}

.fraud-warning-inner strong {
  display: block !important;
  margin-bottom: 4px !important;
  line-height: 1.55 !important;
}

.fraud-warning-inner p {
  display: block !important;
  white-space: normal !important;
  line-height: 1.62 !important;
  font-size: .84rem !important;
  margin: 1px 0 !important;
}

.fraud-warning-inner span[dir="ltr"] {
  white-space: nowrap !important;
}

@media (min-width: 1200px) {
  .fraud-warning-inner p:first-of-type {
    white-space: nowrap !important;
  }

  .fraud-warning-inner p:last-of-type {
    font-size: .82rem !important;
  }
}

@media (min-width: 1450px) {
  .fraud-warning-inner p:last-of-type {
    white-space: nowrap !important;
  }
}

@media (max-width: 720px) {
  .hero .fraud-warning-box .container {
    width: min(100% - 22px, 1320px) !important;
  }

  .fraud-warning-inner {
    padding: 12px 13px !important;
  }

  .fraud-warning-inner p {
    font-size: .78rem !important;
    line-height: 1.7 !important;
  }
}


/* V49: larger font for fraud warning box */
.fraud-warning-inner strong {
  font-size: 1.08rem !important;
  line-height: 1.6 !important;
}

.fraud-warning-inner p {
  font-size: .94rem !important;
  line-height: 1.82 !important;
}

@media (min-width: 1200px) {
  .fraud-warning-inner p:last-of-type {
    font-size: .91rem !important;
  }
}

@media (max-width: 720px) {
  .fraud-warning-inner strong {
    font-size: .98rem !important;
  }

  .fraud-warning-inner p {
    font-size: .86rem !important;
    line-height: 1.8 !important;
  }
}


/* V50: fraud warning box inside order/request section */
.order-warning-box {
  margin: 20px 0 18px;
}

.order-warning-inner {
  border: 1px solid rgba(220, 38, 38, .32);
  border-right: 6px solid #dc2626;
  border-radius: 18px;
  padding: 15px 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.90), rgba(254,242,242,.92));
  color: #8b1a1a;
  box-shadow: 0 14px 34px rgba(127, 29, 29, .10);
}

.order-warning-inner strong {
  display: block;
  margin-bottom: 6px;
  color: #991b1b;
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 950;
}

.order-warning-inner p {
  margin: 2px 0;
  color: #8b1a1a;
  line-height: 1.78;
  font-size: .92rem;
  font-weight: 700;
}

.order-warning-inner span[dir="ltr"] {
  display: inline-block;
  white-space: nowrap;
  color: #991b1b;
  font-weight: 900;
}

body[data-theme="dark"] .order-warning-inner {
  background:
    linear-gradient(135deg, rgba(36, 11, 11, .78), rgba(20, 13, 10, .74));
  border-color: rgba(248, 113, 113, .32);
  border-right-color: #f87171;
  color: #fee2e2;
  box-shadow: 0 18px 42px rgba(0,0,0,.32);
}

body[data-theme="dark"] .order-warning-inner strong,
body[data-theme="dark"] .order-warning-inner p,
body[data-theme="dark"] .order-warning-inner span[dir="ltr"] {
  color: #fee2e2;
}

@media (max-width: 720px) {
  .order-warning-box {
    margin: 16px 0 14px;
  }

  .order-warning-inner {
    padding: 13px 14px;
    border-radius: 16px;
    border-right-width: 5px;
  }

  .order-warning-inner strong {
    font-size: .98rem;
  }

  .order-warning-inner p {
    font-size: .84rem;
    line-height: 1.76;
  }
}


/* V51: mobile fix for homepage fraud warning under fixed header */
@media (max-width: 720px) {
  .hero .fraud-warning-box {
    margin: 22px 0 18px !important;
    z-index: 5 !important;
  }

  .hero .fraud-warning-box .container {
    width: min(100% - 20px, 1320px) !important;
  }

  .fraud-warning-inner {
    padding: 14px 14px !important;
    border-radius: 16px !important;
  }

  .fraud-warning-inner strong {
    font-size: .94rem !important;
    line-height: 1.7 !important;
  }

  .fraud-warning-inner p {
    font-size: .82rem !important;
    line-height: 1.85 !important;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 160px !important;
  }

  .hero .fraud-warning-box {
    margin: 28px 0 18px !important;
  }

  .hero .fraud-warning-box .container {
    width: calc(100% - 16px) !important;
  }

  .fraud-warning-inner {
    padding: 14px 12px !important;
    border-right-width: 4px !important;
  }

  .fraud-warning-inner strong {
    font-size: .91rem !important;
  }

  .fraud-warning-inner p {
    font-size: .79rem !important;
    line-height: 1.9 !important;
  }
}


/* V52: compact header icons + order tracking links */
.language-current,
.theme-toggle-text {
  display: none !important;
}

.language-button,
.theme-toggle {
  width: 52px;
  min-width: 52px;
  height: 44px;
  padding-inline: 0 !important;
  justify-content: center;
  gap: 0 !important;
}

.language-globe,
.theme-toggle-icon {
  font-size: 1.14rem;
  line-height: 1;
}

.track-nav-link {
  font-weight: 950 !important;
  color: var(--green-dark) !important;
}

.btn-track-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff8e6, #e7f4e6) !important;
  border: 1px solid rgba(13,127,99,.18) !important;
  color: #064b3c !important;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(13,127,99,.12);
}

.btn-track-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(13,127,99,.18);
}

.order-copy .btn-track-order {
  width: 100%;
  max-width: 360px;
}

.cta-contact-stack .btn-track-order {
  width: 100%;
  margin-top: 0;
}

body[data-theme="dark"] .btn-track-order {
  background: linear-gradient(135deg, rgba(53,197,176,.14), rgba(239,181,95,.08)) !important;
  border-color: rgba(124,230,199,.18) !important;
  color: #dffdf4 !important;
}

@media (min-width: 981px) {
  .main-nav a {
    font-size: clamp(.74rem, .78vw, .92rem);
    padding-inline: clamp(7px, .75vw, 11px);
  }
}

@media (max-width: 720px) {
  .language-button,
  .theme-toggle {
    width: 46px;
    min-width: 46px;
    height: 42px;
  }

  .btn-track-order {
    width: 100%;
  }
}


/* V53: highly visible mobile order tracking CTA */
.mobile-track-order-cta {
  display: none;
}

@media (max-width: 720px) {
  body {
    padding-bottom: 86px;
  }

  .mobile-track-order-cta {
    position: fixed;
    z-index: 999;
    inset-inline: 16px;
    bottom: 16px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #064b3c, #0d7f63);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.26);
    box-shadow: 0 18px 48px rgba(6, 75, 60, .34);
    font-size: 1rem;
    font-weight: 950;
    text-decoration: none !important;
    transform: translateY(0);
    animation: mobileTrackPop .72s ease both, mobileTrackPulse 2.4s ease-in-out infinite 1s;
  }

  .mobile-track-order-cta span {
    font-size: 1.25rem;
    line-height: 1;
  }

  .mobile-track-order-cta strong {
    font-weight: 950;
  }

  .mobile-track-order-cta:active {
    transform: scale(.98);
  }

  body[data-theme="dark"] .mobile-track-order-cta {
    background: linear-gradient(135deg, #1fbf9a, #43d5ad);
    color: #06231c !important;
    box-shadow: 0 18px 52px rgba(0,0,0,.48);
  }

  @keyframes mobileTrackPop {
    from {
      opacity: 0;
      transform: translateY(24px) scale(.96);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes mobileTrackPulse {
    0%, 100% {
      box-shadow: 0 18px 48px rgba(6, 75, 60, .34);
    }
    50% {
      box-shadow: 0 18px 58px rgba(13, 127, 99, .52);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-track-order-cta {
    animation: none !important;
  }
}


/* V54: visible mobile top order tracking CTA */
.mobile-top-track-order-cta {
  display: none;
}

@media (max-width: 720px) {
  .mobile-top-track-order-cta {
    position: sticky;
    top: 84px;
    z-index: 995;
    width: calc(100% - 26px);
    min-height: 52px;
    margin: 10px auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #064b3c, #0d7f63);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.32);
    box-shadow: 0 18px 46px rgba(6, 75, 60, .30);
    font-size: 1rem;
    font-weight: 950;
    text-decoration: none !important;
    animation: mobileTopTrackDrop .52s ease both, mobileTopTrackGlow 2.3s ease-in-out infinite .8s;
  }

  .mobile-top-track-order-cta span {
    font-size: 1.22rem;
    line-height: 1;
  }

  .mobile-top-track-order-cta strong {
    font-weight: 950;
  }

  .mobile-top-track-order-cta:active {
    transform: scale(.985);
  }

  body[data-theme="dark"] .mobile-top-track-order-cta {
    background: linear-gradient(135deg, #1fbf9a, #43d5ad);
    color: #06231c !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.48);
  }

  @keyframes mobileTopTrackDrop {
    from {
      opacity: 0;
      transform: translateY(-10px) scale(.98);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes mobileTopTrackGlow {
    0%, 100% {
      box-shadow: 0 18px 46px rgba(6, 75, 60, .30);
    }
    50% {
      box-shadow: 0 18px 58px rgba(13, 127, 99, .52);
    }
  }
}

/* On very small phones, keep the CTA close to the header. */
@media (max-width: 430px) {
  .mobile-top-track-order-cta {
    top: 80px;
    width: calc(100% - 18px);
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-top-track-order-cta {
    animation: none !important;
  }
}


/* V55: mobile tracking CTA spacing refinement and remove bottom CTA */
.mobile-track-order-cta {
  display: none !important;
}

@media (max-width: 720px) {
  body {
    padding-bottom: 0 !important;
  }

  .mobile-track-order-cta {
    display: none !important;
  }

  .mobile-top-track-order-cta {
    margin-top: 18px !important;
    margin-bottom: 6px !important;
  }

  .hero {
    padding-top: 6px !important;
  }

  .hero .fraud-warning-box {
    margin-top: 4px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 430px) {
  .mobile-top-track-order-cta {
    margin-top: 18px !important;
    margin-bottom: 5px !important;
  }

  .hero {
    padding-top: 4px !important;
  }

  .hero .fraud-warning-box {
    margin-top: 3px !important;
  }
}


/* V56: fix mobile overlap between tracking CTA and fraud warning */
@media (max-width: 720px) {
  .mobile-top-track-order-cta {
    position: relative !important;
    top: auto !important;
    z-index: 30 !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .hero {
    padding-top: 0 !important;
  }

  .hero .fraud-warning-box {
    position: relative !important;
    z-index: 5 !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    padding-top: 0 !important;
  }

  .fraud-warning-inner {
    margin-top: 0 !important;
  }
}

@media (max-width: 430px) {
  .mobile-top-track-order-cta {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .hero .fraud-warning-box {
    margin-top: 0 !important;
  }
}


/* V57: real mobile separation between top tracking CTA and hero warning */
@media (max-width: 720px) {
  .site-header {
    margin-bottom: 0 !important;
  }

  .mobile-top-track-order-cta {
    position: relative !important;
    top: auto !important;
    z-index: 50 !important;
    margin: 18px auto 18px !important;
  }

  main#main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hero .fraud-warning-box {
    display: block !important;
    margin: 0 0 22px !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  .hero .fraud-warning-box .container {
    padding-top: 0 !important;
  }

  .fraud-warning-inner {
    transform: none !important;
  }
}

@media (max-width: 430px) {
  .mobile-top-track-order-cta {
    margin-top: 16px !important;
    margin-bottom: 18px !important;
  }

  .hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hero .fraud-warning-box {
    margin-top: 0 !important;
  }
}


/* V58: put mobile tracking CTA inside hero so background matches warning */
@media (max-width: 720px) {
  .mobile-top-track-order-cta.in-hero {
    position: relative !important;
    top: auto !important;
    z-index: 40 !important;
    width: calc(100% - 26px) !important;
    margin: 18px auto 16px !important;
  }

  .hero {
    margin-top: 0 !important;
    padding-top: 1px !important;
  }

  .hero .fraud-warning-box {
    margin-top: 0 !important;
  }
}

@media (max-width: 430px) {
  .mobile-top-track-order-cta.in-hero {
    width: calc(100% - 18px) !important;
    margin-top: 16px !important;
    margin-bottom: 14px !important;
  }
}


/* V60: Ask Questions section + multi-product order form */
.questions {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(217,150,50,.10), transparent 30%),
    radial-gradient(circle at 82% 34%, rgba(13,127,99,.10), transparent 34%),
    linear-gradient(180deg, rgba(247,242,231,.92), rgba(251,255,252,.95)) !important;
}

body[data-theme="dark"] .questions {
  background:
    radial-gradient(circle at 14% 18%, rgba(239,181,95,.08), transparent 30%),
    radial-gradient(circle at 82% 34%, rgba(67,213,173,.10), transparent 34%),
    linear-gradient(180deg, rgba(7,16,13,.90), rgba(10,21,17,.94)) !important;
}

.questions-grid {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(320px,1.14fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.questions-copy h2 {
  margin: 16px 0 14px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--ink);
  letter-spacing: -.035em;
}

.questions-copy p {
  color: var(--text);
  line-height: 2;
}

.question-contact-card {
  margin-top: 22px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(13,127,99,.14);
  box-shadow: var(--shadow);
  display: grid;
  gap: 7px;
}

body[data-theme="dark"] .question-contact-card {
  background: rgba(255,255,255,.05);
  border-color: rgba(124,230,199,.14);
}

.question-contact-card span,
.question-contact-card small {
  color: var(--muted);
  font-weight: 750;
}

.question-contact-card a {
  color: var(--green-dark);
  font-size: 1.25rem;
  font-weight: 950;
}

.question-form textarea {
  min-height: 150px;
}

.extra-products-panel {
  margin: 18px 0;
  padding: 16px;
  border-radius: 20px;
  background: rgba(13,127,99,.055);
  border: 1px dashed rgba(13,127,99,.22);
}

.extra-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.extra-products-head strong {
  color: var(--green-dark);
  font-weight: 950;
}

.extra-products-container {
  display: grid;
  gap: 12px;
}

.extra-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, .8fr) auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(13,127,99,.12);
  animation: softRise .32s ease both;
}

body[data-theme="dark"] .extra-products-panel {
  background: rgba(67,213,173,.055);
  border-color: rgba(124,230,199,.18);
}

body[data-theme="dark"] .extra-product-row {
  background: rgba(255,255,255,.045);
  border-color: rgba(124,230,199,.12);
}

.remove-extra-product {
  min-height: 45px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background: #fee2e2;
  color: #991b1b;
  font-weight: 950;
  cursor: pointer;
}

.extra-products-help {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.8;
}

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

  .extra-product-row {
    grid-template-columns: 1fr;
  }

  .extra-products-head {
    align-items: stretch;
    flex-direction: column;
  }
}


/* V61: product registration and licence information */
.registration-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 4px 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(13,127,99,.09);
  border: 1px solid rgba(13,127,99,.16);
  color: var(--green-dark);
  font-size: .82rem;
  font-weight: 950;
}

.registration-section {
  padding: 16px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(13,127,99,.055), rgba(217,150,50,.055));
  border: 1px solid rgba(13,127,99,.15);
}

.registration-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.registration-heading h3 {
  margin: 0 !important;
}

.registration-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff8e6;
  color: #754712;
  border: 1px solid rgba(217,150,50,.20);
  font-weight: 950;
  white-space: nowrap;
}

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

.registration-grid div {
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(13,127,99,.10);
}

.registration-grid dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
}

.registration-grid dd {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
  line-height: 1.65;
}

body[data-theme="dark"] .registration-badge {
  background: rgba(67,213,173,.09);
  border-color: rgba(124,230,199,.14);
  color: var(--green-dark);
}

body[data-theme="dark"] .registration-section {
  background:
    linear-gradient(135deg, rgba(67,213,173,.075), rgba(239,181,95,.045));
  border-color: rgba(124,230,199,.14);
}

body[data-theme="dark"] .registration-grid div {
  background: rgba(255,255,255,.045);
  border-color: rgba(124,230,199,.10);
}

body[data-theme="dark"] .registration-heading span {
  background: rgba(239,181,95,.10);
  border-color: rgba(239,181,95,.16);
  color: #efb55f;
}

@media (max-width: 720px) {
  .registration-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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


/* V62: official registration tracking note */
.registration-track-note {
  margin: 13px 0 0;
  padding: 11px 13px;
  border-radius: 14px;
  background: rgba(13,127,99,.075);
  border: 1px solid rgba(13,127,99,.13);
  color: var(--green-dark);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.85;
}

body[data-theme="dark"] .registration-track-note {
  background: rgba(67,213,173,.08);
  border-color: rgba(124,230,199,.14);
  color: var(--green-dark);
}


/* V63: product registration hint + no-overlap product header/filter layout */
.products .section-heading {
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px 28px;
  margin-bottom: 14px !important;
}

.products .section-heading h2 {
  max-width: 920px;
  line-height: 1.26 !important;
  margin-bottom: 0 !important;
}

.product-registration-hint {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 980px;
  margin: 0 0 26px !important;
  padding: 13px 16px;
  border-radius: 18px;
  background: rgba(13,127,99,.065);
  border: 1px solid rgba(13,127,99,.14);
  color: var(--green-dark);
  font-weight: 850;
  line-height: 1.95;
}

.product-registration-hint span[dir="ltr"] {
  display: inline-block;
  direction: ltr;
  white-space: nowrap;
  font-weight: 950;
  color: var(--green-dark);
}

.products .filters {
  position: relative;
  z-index: 2;
  clear: both;
  margin-top: 0 !important;
  margin-bottom: 34px !important;
  row-gap: 10px;
}

.registration-info-product-card {
  min-height: 100%;
  justify-content: center;
  padding: 22px;
  background:
    radial-gradient(circle at 24% 16%, rgba(217,150,50,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,248,230,.96), rgba(235,247,234,.88)) !important;
  border: 1px solid rgba(217,150,50,.24) !important;
  text-align: right;
}

.registration-info-card-icon {
  width: 74px;
  height: 74px;
  margin: 8px auto 10px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(13,127,99,.14);
  font-size: 2.2rem;
  box-shadow: 0 18px 44px rgba(13,127,99,.12);
}

.registration-info-product-card .product-body {
  padding: 8px 0 0 !important;
  text-align: center;
}

.registration-info-product-card h3 {
  color: var(--green-dark);
  font-weight: 950;
  margin-top: 8px;
}

.registration-info-product-card p {
  flex: 0 !important;
  margin-bottom: 12px !important;
}

.registration-info-product-card small {
  display: block;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.8;
}

body[data-theme="dark"] .product-registration-hint {
  background: rgba(67,213,173,.07);
  border-color: rgba(124,230,199,.14);
  color: var(--green-dark);
}

body[data-theme="dark"] .registration-info-product-card {
  background:
    radial-gradient(circle at 24% 16%, rgba(239,181,95,.12), transparent 34%),
    linear-gradient(180deg, rgba(18,36,29,.92), rgba(11,21,18,.84)) !important;
  border-color: rgba(239,181,95,.18) !important;
}

body[data-theme="dark"] .registration-info-card-icon {
  background: rgba(255,255,255,.055);
  border-color: rgba(124,230,199,.14);
}

@media (max-width: 920px) {
  .products .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .product-registration-hint {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 720px) {
  .products .section-heading h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem) !important;
    line-height: 1.35 !important;
  }

  .products .filters {
    margin-top: 4px !important;
    margin-bottom: 24px !important;
  }

  .product-registration-hint {
    padding: 12px 14px;
    border-radius: 16px;
    font-size: .9rem;
    line-height: 1.9;
  }
}


/* V64: remove hero stats/info strip */
.hero-info {
  display: none !important;
}


/* V65: premium mobile bottom bar cleanup */
@media (max-width: 720px) {
  .mobile-actions a {
    border-radius: 14px;
  }
}


/* V66: migrated follow-us page into the main website bottom */
.follow-us-section {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 112px) 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(217,150,50,.13), transparent 32%),
    radial-gradient(circle at 86% 28%, rgba(13,127,99,.15), transparent 34%),
    linear-gradient(180deg, rgba(247,242,231,.88), rgba(251,255,252,.96));
}

.follow-us-section::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  inset-inline-start: -180px;
  bottom: -240px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(13,127,99,.05) 0deg 9deg, transparent 9deg 18deg);
  opacity: .75;
  pointer-events: none;
}

.follow-us-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(340px,1.08fr);
  align-items: center;
  gap: clamp(26px, 4vw, 58px);
}

.follow-us-copy h2 {
  margin: 16px 0 14px;
  color: var(--ink);
  font-size: clamp(1.95rem, 4.6vw, 3.65rem);
  line-height: 1.25;
  letter-spacing: -.055em;
}

.follow-us-copy p {
  max-width: 700px;
  margin: 0;
  color: var(--text);
  line-height: 2;
  font-weight: 650;
}

.follow-us-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.follow-us-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(13,127,99,.14);
  color: var(--green-dark);
  font-weight: 900;
}

.follow-us-mini-contact {
  margin-top: 24px;
  width: min(100%, 540px);
  padding: 20px;
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(13,127,99,.13);
  box-shadow: 0 18px 44px rgba(13,127,99,.09);
  display: grid;
  gap: 9px;
}

.follow-us-mini-contact strong {
  color: var(--green-dark);
  font-size: 1.1rem;
  font-weight: 950;
}

.follow-us-mini-contact span {
  color: var(--text);
  font-weight: 750;
}

.follow-us-mini-contact div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.follow-us-social-stack {
  position: relative;
  display: grid;
  gap: 18px;
}

.follow-us-social-stack::before {
  content: "";
  position: absolute;
  inset: -54px -34px;
  z-index: -1;
  border-radius: 42px;
  background:
    radial-gradient(circle at 70% 20%, rgba(8,123,107,.16), transparent 38%),
    linear-gradient(145deg, rgba(215,239,231,.72), rgba(255,255,255,.28));
  filter: blur(.2px);
}

.follow-social-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 86px minmax(0,1fr);
  gap: 18px;
  align-items: center;
  min-height: 188px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(13,127,99,.14);
  box-shadow: 0 12px 32px rgba(12,63,55,.06);
  color: var(--ink);
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease,
    background .2s ease;
}

.follow-social-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 62px rgba(13,127,99,.18);
  border-color: rgba(13,127,99,.24);
}

.follow-social-card:active,
.follow-social-card.is-pressed {
  transform: translateY(-1px) scale(.985);
}

.follow-social-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  inset-inline-end: -74px;
  bottom: -100px;
  background: rgba(8,123,107,.08);
  pointer-events: none;
}

.follow-social-card.telegram::after {
  background: rgba(34,158,217,.12);
}

.follow-social-card.rubika::after {
  background: rgba(8,123,107,.12);
}

.follow-icon-wrap {
  width: 86px;
  height: 86px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: var(--green-soft);
  border: 1px solid rgba(13,127,99,.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}

.follow-icon-wrap img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.follow-social-card .platform-label {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--green);
  font-weight: 950;
  font-size: .86rem;
}

.follow-social-card h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.35;
}

.follow-social-card p {
  margin: 0 0 14px;
  color: var(--text);
  direction: ltr;
  text-align: start;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.follow-card-button {
  grid-column: 2;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 13px;
  background: var(--green);
  color: #fff;
  font-weight: 950;
}

.follow-click-ripple {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: followRipple .58s ease-out forwards;
}

@keyframes followRipple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}

body[data-theme="dark"] .follow-us-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(239,181,95,.08), transparent 32%),
    radial-gradient(circle at 86% 28%, rgba(67,213,173,.10), transparent 34%),
    linear-gradient(180deg, rgba(7,16,13,.96), rgba(10,21,17,.98)) !important;
}

body[data-theme="dark"] .follow-us-badges span,
body[data-theme="dark"] .follow-us-mini-contact,
body[data-theme="dark"] .follow-social-card {
  background: rgba(18,36,29,.86);
  border-color: rgba(124,230,199,.13);
}

body[data-theme="dark"] .follow-us-social-stack::before {
  background: #0b1513;
  border: 1px solid rgba(124,230,199,.13);
}

body[data-theme="dark"] .follow-icon-wrap {
  background: rgba(67,213,173,.09);
  border-color: rgba(124,230,199,.14);
}

body[data-theme="dark"] .follow-card-button {
  background: #35c5b0;
  color: #061b18;
}

@media (max-width: 980px) {
  .follow-us-grid {
    grid-template-columns: 1fr;
  }

  .follow-us-social-stack {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .follow-us-section {
    padding: 54px 0 74px;
  }

  .follow-us-social-stack::before {
    inset: -24px -8px;
    border-radius: 30px;
  }

  .follow-social-card {
    grid-template-columns: 68px minmax(0,1fr);
    gap: 14px;
    padding: 18px;
    min-height: auto;
  }

  .follow-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 20px;
  }

  .follow-icon-wrap img {
    width: 48px;
    height: 48px;
  }

  .follow-card-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .follow-us-mini-contact div .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .follow-social-card,
  .follow-click-ripple {
    animation: none !important;
    transition: none !important;
  }
}


/* V67: make follow-us section blend with the main page background */
.follow-us-section {
  background: transparent !important;
  position: relative;
}

.follow-us-section::before {
  display: none !important;
}

.follow-us-grid {
  position: relative;
}

.follow-us-grid::before {
  content: "";
  position: absolute;
  inset: -12px -10px;
  z-index: 0;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 26%, rgba(232, 190, 107, 0.10), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(13, 127, 99, 0.10), transparent 32%),
    radial-gradient(circle at 80% 82%, rgba(13, 127, 99, 0.06), transparent 26%);
  pointer-events: none;
}

.follow-us-copy,
.follow-us-social-stack {
  position: relative;
  z-index: 1;
}

.follow-us-social-stack::before {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  inset: 0 !important;
}

.follow-us-copy p {
  max-width: 690px;
}

.follow-us-badges span {
  background: rgba(255,255,255,.60);
  backdrop-filter: blur(6px);
}

.follow-us-mini-contact {
  background: rgba(255,255,255,.58);
  border-color: rgba(13,127,99,.10);
  box-shadow: 0 14px 34px rgba(13,127,99,.07);
  backdrop-filter: blur(10px);
}

.follow-social-card {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(13,127,99,.12);
  box-shadow: 0 16px 40px rgba(12,63,55,.08);
  backdrop-filter: blur(10px);
}

.follow-social-card:hover {
  box-shadow: 0 26px 60px rgba(13,127,99,.12);
}

body[data-theme="dark"] .follow-us-grid::before {
  background:
    radial-gradient(circle at 18% 26%, rgba(239,181,95,.08), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(67,213,173,.08), transparent 32%),
    radial-gradient(circle at 80% 82%, rgba(67,213,173,.05), transparent 26%);
}

body[data-theme="dark"] .follow-us-badges span,
body[data-theme="dark"] .follow-us-mini-contact,
body[data-theme="dark"] .follow-social-card {
  background: rgba(18,36,29,.72);
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}

body[data-theme="dark"] .follow-us-social-stack::before {
  background: transparent !important;
  border: none !important;
}

@media (max-width: 720px) {
  .follow-us-grid::before {
    inset: -8px -2px;
    border-radius: 28px;
  }
}


/* V68: top navigation videos button */
.videos-nav-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #754712 !important;
  background: linear-gradient(135deg, #fff8e6, #e7f4e6);
  border: 1px solid rgba(217,150,50,.18);
  border-radius: 999px;
  padding-inline: 13px !important;
  font-weight: 950 !important;
  box-shadow: 0 8px 20px rgba(217,150,50,.08);
}

.videos-nav-link::before {
  content: "▶";
  font-size: .72em;
  line-height: 1;
}

.videos-nav-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(217,150,50,.14);
}

body[data-theme="dark"] .videos-nav-link {
  color: #ffe1a8 !important;
  background: rgba(239,181,95,.10);
  border-color: rgba(239,181,95,.18);
}

@media (min-width: 981px) {
  .main-nav {
    gap: clamp(4px, .45vw, 10px);
  }

  .main-nav a {
    font-size: clamp(.70rem, .74vw, .90rem) !important;
    padding-inline: clamp(6px, .62vw, 10px) !important;
  }

  .videos-nav-link {
    padding-inline: clamp(8px, .78vw, 12px) !important;
  }
}


/* V69: videos button belongs in the hero action row, not the top navbar */
.hero-actions .btn-videos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: linear-gradient(135deg, #fff8e6, #e7f4e6) !important;
  border: 1px solid rgba(217,150,50,.22) !important;
  color: #754712 !important;
  box-shadow: 0 14px 30px rgba(217,150,50,.12);
}

.hero-actions .btn-videos::before {
  content: "▶";
  font-size: .82em;
  line-height: 1;
}

.hero-actions .btn-videos:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(217,150,50,.18);
}

body[data-theme="dark"] .hero-actions .btn-videos {
  background: rgba(239,181,95,.11) !important;
  border-color: rgba(239,181,95,.20) !important;
  color: #ffe1a8 !important;
}

@media (max-width: 720px) {
  .hero-actions .btn-videos {
    width: 100%;
  }
}


/* V70: keep hero action buttons compact after adding videos */
.hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}

.hero-actions .btn,
.hero-actions a.btn,
.hero-actions .btn-primary,
.hero-actions .btn-secondary,
.hero-actions .btn-follow,
.hero-actions .btn-videos {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  aspect-ratio: auto !important;
}

.hero-actions .btn-videos {
  padding-inline: 18px !important;
}

@media (max-width: 720px) {
  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .hero-actions .btn,
  .hero-actions a.btn,
  .hero-actions .btn-videos {
    width: 100% !important;
    min-height: 46px !important;
    padding: 11px 12px !important;
    font-size: .88rem !important;
    white-space: normal !important;
  }
}

@media (max-width: 420px) {
  .hero-actions {
    grid-template-columns: 1fr !important;
  }
}
