/*
Theme Name: Radiant Organics
Theme URI: https://radiantorganics.co.za
Author: Radiant Organics
Author URI: https://radiantorganics.co.za
Description: Custom WordPress theme for Radiant Organics — chlorella-based wellness brand. Pixel-perfect match to the React design. Elementor & WooCommerce compatible.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: radiant-organics
Tags: elementor, woocommerce, wellness, organic
*/

/* =========================================================
   DESIGN TOKENS — exact match to React source
   ========================================================= */
:root {
  /* Brand colours */
  --ro-dark:       #0F3D2E;
  --ro-mid:        #163528;
  --ro-light:      #edf4ea;
  --ro-muted:      #6b877a;
  --ro-bg:         #F7F7F5;
  --ro-gold:       #C6A769;
  --ro-whatsapp:   #25D366;

  /* Text colours */
  --ro-text-body:  #53685f;
  --ro-text-dark:  #163528;
  --ro-text-light: #54695f;
  --ro-text-mid:   #587066;
  --ro-text-muted: #6b877a;

  /* Border colours */
  --ro-border:     #dde7da;
  --ro-border-sm:  #e5efe8;
  --ro-border-mid: #e4ece1;

  /* Surface colours */
  --ro-surface:    #fbfcfa;
  --ro-surface-2:  #f7faf6;
  --ro-white:      #ffffff;

  /* Typography */
  --ro-font-serif: 'Playfair Display', Georgia, serif;
  --ro-font-sans:  'Inter', system-ui, sans-serif;

  /* Shadows */
  --ro-shadow-card:   0 16px 40px rgba(19,46,35,0.06);
  --ro-shadow-card-lg: 0 20px 50px rgba(19,46,35,0.08);
  --ro-shadow-card-xl: 0 18px 40px rgba(19,46,35,0.08);

  /* Radii */
  --ro-radius-sm:  14px;
  --ro-radius-md:  20px;
  --ro-radius-lg:  28px;
  --ro-radius-xl:  32px;
  --ro-radius-2xl: 36px;

  /* Container */
  --ro-container:  1280px;
  --ro-container-px: clamp(1rem, 5vw, 2.5rem);
  --ro-section-py: clamp(2.5rem, 6vw, 5rem);
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  background-color: var(--ro-bg);
  color: var(--ro-text-dark);
  font-family: var(--ro-font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; touch-action: manipulation; }
button { cursor: pointer; touch-action: manipulation; }

input, textarea, select {
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ro-font-serif);
  line-height: 1.1;
  margin: 0;
  color: var(--ro-mid);
}

p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

/* =========================================================
   LAYOUT HELPERS
   ========================================================= */
.ro-container {
  max-width: var(--ro-container);
  margin-inline: auto;
  padding-inline: var(--ro-container-px);
}

.ro-section {
  padding-block: var(--ro-section-py);
}

/* =========================================================
   TYPOGRAPHY SCALE
   ========================================================= */
.ro-eyebrow {
  font-family: var(--ro-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ro-muted);
}

.ro-h1 { font-size: clamp(2.25rem, 6vw, 4.5rem); line-height: 1.05; }
.ro-h2 { font-size: clamp(1.875rem, 4vw, 3rem); }
.ro-h3 { font-size: clamp(1.125rem, 2.5vw, 1.5rem); }
.ro-body { font-size: clamp(0.875rem, 1.5vw, 1rem); line-height: 1.8; color: var(--ro-text-body); }
.ro-body-sm { font-size: 0.875rem; line-height: 1.75; color: var(--ro-text-body); }

/* =========================================================
   BUTTONS
   ========================================================= */
.ro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 9999px;
  font-family: var(--ro-font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid transparent;
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.ro-btn:active { transform: scale(0.98); }

.ro-btn-primary {
  background: var(--ro-dark);
  color: #fff;
  border-color: var(--ro-dark);
}
.ro-btn-primary:hover { background: #123f30; }

.ro-btn-outline {
  background: transparent;
  color: var(--ro-dark);
  border-color: var(--ro-dark);
}
.ro-btn-outline:hover { background: var(--ro-light); }

.ro-btn-white {
  background: #fff;
  color: var(--ro-dark);
  border-color: #fff;
}
.ro-btn-white:hover { background: var(--ro-light); }

.ro-btn-ghost-white {
  background: rgba(255,255,255,0.05);
  color: #fff;
  border-color: rgba(255,255,255,0.4);
  backdrop-filter: blur(12px);
}
.ro-btn-ghost-white:hover { background: rgba(255,255,255,0.1); }

.ro-btn-whatsapp {
  background: var(--ro-whatsapp);
  color: #fff;
  border-color: var(--ro-whatsapp);
}
.ro-btn-whatsapp:hover { background: #20c05c; }

/* Mobile full-width buttons */
@media (max-width: 639px) {
  .ro-btn-mobile-full {
    width: 100%;
    height: 48px;
    padding-block: 0;
  }
}

/* =========================================================
   BADGES & PILLS
   ========================================================= */
.ro-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  background: var(--ro-light);
  color: var(--ro-dark);
}

.ro-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  background: #f2f7ef;
  color: #466257;
  font-size: 11px;
}

/* =========================================================
   CARDS
   ========================================================= */
.ro-card {
  background: var(--ro-surface);
  border-radius: var(--ro-radius-lg);
  box-shadow: var(--ro-shadow-card);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.ro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(19,46,35,0.12);
}

.ro-card-white {
  background: var(--ro-white);
  border-radius: var(--ro-radius-lg);
  box-shadow: var(--ro-shadow-card);
}

.ro-card-bordered {
  background: var(--ro-surface);
  border-radius: var(--ro-radius-lg);
  border: 1px solid var(--ro-border-mid);
  box-shadow: none;
}

/* =========================================================
   SECTION INTROS
   ========================================================= */
.ro-section-intro { max-width: 48rem; }
.ro-section-intro .ro-eyebrow { display: block; margin-bottom: 12px; }
.ro-section-intro h2 { margin-top: 0; }
.ro-section-intro p { margin-top: 16px; color: var(--ro-text-body); }

/* =========================================================
   GRIDS
   ========================================================= */
.ro-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ro-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ro-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }

@media (max-width: 639px) {
  .ro-grid-2 { gap: 10px; }
  .ro-grid-3 { grid-template-columns: 1fr; }
  .ro-grid-4 { grid-template-columns: 1fr 1fr; gap: 12px; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ro-grid-3 { grid-template-columns: 1fr 1fr; }
  .ro-grid-4 { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   HEADER
   ========================================================= */
#site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.90);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ro-border-sm);
}

.ro-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  max-width: var(--ro-container);
  margin-inline: auto;
}

@media (min-width: 640px) { .ro-header-inner { padding: 16px 24px; } }
@media (min-width: 1024px) { .ro-header-inner { padding: 16px 40px; } }

.ro-logo img { height: 32px; width: auto; }
@media (min-width: 640px) { .ro-logo img { height: 40px; } }

/* Desktop nav */
.ro-nav-desktop {
  display: none;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) { .ro-nav-desktop { display: flex; } }

.ro-nav-link {
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  color: #345246;
  transition: background 0.2s;
  background: none;
  border: none;
  font-family: var(--ro-font-sans);
  cursor: pointer;
}
.ro-nav-link:hover { background: var(--ro-light); }
.ro-nav-link.current-menu-item,
.ro-nav-link.active {
  background: var(--ro-dark);
  color: #fff;
  box-shadow: 0 4px 12px rgba(15,61,46,0.3);
}

/* Header CTAs */
.ro-header-ctas { display: flex; align-items: center; gap: 8px; }
@media (min-width: 640px) { .ro-header-ctas { gap: 12px; } }

.ro-reseller-cta { display: none; }
@media (min-width: 1024px) { .ro-reseller-cta { display: inline-flex; } }

/* Hamburger */
.ro-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 9999px;
  border: 1px solid #d7e3d3;
  background: #fff;
  color: var(--ro-dark);
}
@media (min-width: 768px) { .ro-hamburger { display: none; } }

/* Mobile drawer */
.ro-mobile-nav {
  display: none;
  border-top: 1px solid #e5ede2;
  background: #fff;
  padding: 16px;
}
.ro-mobile-nav.open { display: block; }

.ro-mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #345246;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 4px;
  font-family: var(--ro-font-sans);
}
.ro-mobile-nav-link:hover { background: var(--ro-light); }
.ro-mobile-nav-link.active { background: var(--ro-dark); color: #fff; }

.ro-mobile-nav-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eef3eb;
}

/* =========================================================
   FOOTER
   ========================================================= */
#site-footer {
  background: var(--ro-white);
  border-top: 1px solid var(--ro-border);
}

.ro-footer-inner {
  max-width: var(--ro-container);
  margin-inline: auto;
  padding: 40px 16px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ro-footer-inner { grid-template-columns: 1fr 1fr; padding: 56px 24px; gap: 40px; }
}
@media (min-width: 1024px) {
  .ro-footer-inner {
    grid-template-columns: 1.2fr 0.8fr 1fr 1.1fr;
    padding: 64px 40px;
    gap: 40px;
  }
}

.ro-footer-logo img { height: 48px; width: auto; }

.ro-footer-desc { margin-top: 20px; color: var(--ro-text-light); line-height: 1.75; font-size: 15px; }

.ro-footer-heading { font-family: var(--ro-font-serif); font-size: 1.5rem; color: var(--ro-mid); margin-bottom: 20px; }

.ro-footer-links li + li { margin-top: 12px; }
.ro-footer-links a,
.ro-footer-links button {
  color: var(--ro-text-light);
  font-size: 15px;
  transition: color 0.2s;
  background: none; border: none; cursor: pointer; padding: 0; font-family: inherit;
}
.ro-footer-links a:hover,
.ro-footer-links button:hover { color: var(--ro-dark); }

.ro-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ro-text-light);
  font-size: 15px;
  margin-bottom: 16px;
}
.ro-footer-contact li:last-child { margin-bottom: 0; }
.ro-footer-contact svg { flex-shrink: 0; margin-top: 2px; color: var(--ro-dark); }

.ro-payment-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.ro-payment-pill {
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid #dbe4d8;
  background: var(--ro-surface-2);
  font-size: 14px;
  color: #355246;
}

.ro-footer-bottom {
  border-top: 1px solid #eef3eb;
  padding: 20px 24px;
  text-align: center;
  font-size: 14px;
  color: #6d857a;
}

/* =========================================================
   HERO SECTION
   ========================================================= */
.ro-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(168,195,160,0.25), transparent 30%),
    linear-gradient(135deg, rgba(10,34,26,0.95), rgba(20,63,48,0.82));
}

.ro-hero-dot-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.20;
  background-image: radial-gradient(circle at 20% 20%, #c6a769 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}

.ro-hero-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ro-hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: 56px; padding-block: 40px; }
}

.ro-hero-product-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.10);
  padding: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
@media (min-width: 640px) { .ro-hero-product-card { max-width: 28rem; border-radius: 32px; padding: 24px; } }

.ro-hero-badge-float {
  position: absolute;
  top: -24px; right: 16px;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.10);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
}
@media (min-width: 640px) { .ro-hero-badge-float { top: -32px; right: 24px; font-size: 12px; padding: 8px 16px; } }

.ro-hero-product-img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding-block: 8px;
}
.ro-hero-product-img-wrap::before {
  content: '';
  position: absolute;
  inset-inline: 4rem;
  top: 4rem;
  height: 11rem;
  border-radius: 9999px;
  background: rgba(159,202,143,0.35);
  filter: blur(40px);
}
.ro-hero-product-img-wrap::after {
  content: '';
  position: absolute;
  inset-inline: 5rem;
  bottom: 2rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: rgba(0,0,0,0.15);
  filter: blur(16px);
}

.ro-hero-product-img {
  position: relative;
  z-index: 1;
  height: 220px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 45px rgba(0,0,0,0.24));
}
@media (min-width: 640px) { .ro-hero-product-img { height: 300px; } }
@media (min-width: 1024px) { .ro-hero-product-img { height: 360px; } }

.ro-hero-product-desc {
  margin-top: 0;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.10);
  padding: 16px;
}
@media (min-width: 640px) { .ro-hero-product-desc { border-radius: 28px; padding: 20px; } }

.ro-hero-product-desc .label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.60);
  display: block;
  margin-bottom: 8px;
}
.ro-hero-product-desc p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
}

/* Hero text col */
.ro-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.10);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  color: #edf4ea;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
}
@media (min-width: 640px) { .ro-hero-badge { font-size: 11px; letter-spacing: 0.22em; margin-bottom: 24px; padding: 8px 16px; } }

.ro-hero h1 { color: #fff; }
.ro-hero h1 span { color: #dfe9db; }

.ro-hero-lead { color: rgba(255,255,255,0.80); margin-top: 16px; line-height: 1.8; }
@media (min-width: 640px) { .ro-hero-lead { margin-top: 24px; font-size: 1.125rem; } }

.ro-hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 640px) { .ro-hero-ctas { flex-direction: row; flex-wrap: wrap; gap: 16px; margin-top: 40px; } }

.ro-hero-pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-top: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ro-hero-pills::-webkit-scrollbar { display: none; }
@media (min-width: 640px) { .ro-hero-pills { flex-wrap: wrap; overflow: visible; padding-bottom: 0; margin-top: 32px; } }

.ro-hero-pill {
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.10);
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  white-space: nowrap;
}
@media (min-width: 640px) { .ro-hero-pill { font-size: 14px; padding: 8px 16px; } }

.ro-hero-benefits {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 640px) { .ro-hero-benefits { grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px; } }

.ro-hero-benefit-card {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.10);
  padding: 16px;
  color: #fff;
  backdrop-filter: blur(16px);
}
@media (min-width: 640px) { .ro-hero-benefit-card { border-radius: 24px; padding: 20px; } }

.ro-hero-benefit-card svg { display: block; margin-bottom: 8px; color: #d6e4d2; width: 16px; height: 16px; }
.ro-hero-benefit-card h3 { font-family: var(--ro-font-sans); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: #f4f7f1; margin-bottom: 6px; }
.ro-hero-benefit-card p { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.75); }

/* =========================================================
   PRODUCT CARD
   ========================================================= */
.ro-product-card {
  border-radius: 24px;
  background: var(--ro-surface);
  box-shadow: var(--ro-shadow-card);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
@media (min-width: 640px) { .ro-product-card { border-radius: 28px; } }
.ro-product-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(19,46,35,0.12); }

.ro-product-card-inner { padding: 16px; }
@media (min-width: 640px) { .ro-product-card-inner { padding: 24px; } }

.ro-product-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

.ro-product-card-img-wrap {
  margin-top: 12px;
  border-radius: 18px;
  background: #fff;
  padding: 12px;
}
@media (min-width: 640px) { .ro-product-card-img-wrap { margin-top: 16px; border-radius: 22px; padding: 16px; } }

.ro-product-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: 100%;
}
@media (min-width: 640px) { .ro-product-visual { height: 208px; } }

.ro-product-visual img {
  position: relative;
  z-index: 1;
  height: 144px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,0.22));
}
@media (min-width: 640px) { .ro-product-visual img { height: 176px; } }

.ro-product-card h3 { font-family: var(--ro-font-serif); font-size: 1.25rem; color: var(--ro-mid); margin-top: 16px; }
@media (min-width: 640px) { .ro-product-card h3 { font-size: 1.5rem; margin-top: 24px; } }

.ro-product-card-desc { margin-top: 8px; font-size: 13px; line-height: 1.7; color: var(--ro-text-mid); }
@media (min-width: 640px) { .ro-product-card-desc { margin-top: 12px; font-size: 14px; } }

.ro-product-card-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }

.ro-product-card-actions { display: flex; gap: 8px; margin-top: 16px; }
@media (min-width: 640px) { .ro-product-card-actions { gap: 12px; margin-top: 24px; } }

.ro-product-card-actions .ro-btn { height: 44px; padding-block: 0; font-size: 14px; }
.ro-product-card-actions .ro-btn-primary { flex: 1; }
.ro-product-card-actions .ro-btn-outline { padding-inline: 16px; }

/* =========================================================
   WHATSAPP FLOATING BUTTON
   ========================================================= */
.ro-whatsapp-fab {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 9999px;
  background: var(--ro-whatsapp);
  color: #fff;
  box-shadow: 0 0 25px rgba(37,211,102,0.35);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.ro-whatsapp-fab:hover { transform: scale(1.05); box-shadow: 0 0 40px rgba(37,211,102,0.6); }

.ro-whatsapp-fab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 9999px;
  background: #fff;
  color: var(--ro-whatsapp);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.ro-whatsapp-fab-text { display: none; }
@media (min-width: 768px) {
  .ro-whatsapp-fab-text { display: block; text-align: left; padding-right: 4px; }
  .ro-whatsapp-fab-text .label { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(255,255,255,0.85); display: block; }
  .ro-whatsapp-fab-text .name { font-size: 14px; font-weight: 600; display: block; }
}

/* =========================================================
   DARK CTA BAND
   ========================================================= */
.ro-cta-band {
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(15,61,46,0.97), rgba(20,80,58,0.90));
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(19,46,35,0.18);
}
@media (min-width: 640px) { .ro-cta-band { border-radius: 36px; padding: 56px 32px; } }

.ro-cta-band .ro-eyebrow { color: rgba(255,255,255,0.60); }
.ro-cta-band h2 { color: #fff; margin-top: 12px; }
.ro-cta-band p { color: rgba(255,255,255,0.75); margin-top: 16px; max-width: 40rem; margin-inline: auto; }
.ro-cta-band-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
@media (min-width: 640px) { .ro-cta-band-actions { flex-direction: row; justify-content: center; gap: 16px; margin-top: 40px; } }

/* =========================================================
   DARK GLASS LIST (Why Choose)
   ========================================================= */
.ro-glass-panel {
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(15,61,46,0.95), rgba(126,161,119,0.55));
  padding: 20px;
  box-shadow: 0 20px 60px rgba(19,46,35,0.16);
}
@media (min-width: 640px) { .ro-glass-panel { border-radius: 32px; padding: 32px; } }

.ro-glass-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.10);
  padding: 12px;
  backdrop-filter: blur(16px);
  margin-bottom: 12px;
}
@media (min-width: 640px) { .ro-glass-item { gap: 16px; border-radius: 22px; padding: 16px; } }
.ro-glass-item:last-child { margin-bottom: 0; }

.ro-glass-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 12px;
  background: #fff;
  color: var(--ro-dark);
  flex-shrink: 0;
}
@media (min-width: 640px) { .ro-glass-icon { width: 40px; height: 40px; border-radius: 16px; } }
.ro-glass-item p { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.85); }
@media (min-width: 640px) { .ro-glass-item p { font-size: 14px; line-height: 1.75; } }

/* =========================================================
   TESTIMONIALS TICKER
   ========================================================= */
.ro-testimonials-ticker { overflow: hidden; position: relative; }
.ro-testimonials-track {
  display: flex;
  gap: 24px;
  animation: ticker 28s linear infinite;
  width: max-content;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ro-testimonials-track:hover { animation-play-state: paused; }

.ro-review-card {
  min-width: 300px;
  max-width: 300px;
  border-radius: 28px;
  background: var(--ro-white);
  box-shadow: var(--ro-shadow-card);
  padding: 24px;
  flex-shrink: 0;
}

.ro-stars { display: flex; gap: 4px; color: var(--ro-gold); }
.ro-stars svg { width: 16px; height: 16px; fill: currentColor; }
.ro-review-card p { margin-top: 16px; line-height: 1.8; color: #445a50; }
.ro-review-card .reviewer { margin-top: 16px; font-size: 14px; font-weight: 600; color: var(--ro-dark); }

/* =========================================================
   NOTICE BANNER
   ========================================================= */
.ro-notice {
  border-radius: 24px;
  border: 1px solid #e3ebe4;
  background: linear-gradient(135deg, #f7faf6, #eef4eb);
  padding: 20px 24px;
  margin-bottom: 40px;
}
.ro-notice .ro-eyebrow { color: var(--ro-muted); margin-bottom: 12px; }
.ro-notice p { font-size: 14px; line-height: 1.75; color: #4f665c; }
.ro-notice strong { color: var(--ro-dark); }

/* =========================================================
   FEATURE CHECK GRID
   ========================================================= */
.ro-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (min-width: 640px) { .ro-check-grid { gap: 16px; } }

.ro-check-item {
  border-radius: 18px;
  border: 1px solid #dfe8dc;
  background: var(--ro-surface);
  padding: 16px;
  box-shadow: 0 10px 30px rgba(19,46,35,0.05);
}
@media (min-width: 640px) { .ro-check-item { border-radius: 24px; padding: 20px; } }

.ro-check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 12px;
  background: var(--ro-light);
  color: var(--ro-dark);
  margin-bottom: 12px;
}
@media (min-width: 640px) { .ro-check-icon { width: 40px; height: 40px; border-radius: 16px; } }
.ro-check-item p { font-size: 12px; line-height: 1.6; color: var(--ro-text-mid); }
@media (min-width: 640px) { .ro-check-item p { font-size: 14px; } }

/* =========================================================
   PRODUCT VISUAL (large)
   ========================================================= */
.ro-product-visual-lg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
}
@media (min-width: 640px) { .ro-product-visual-lg { height: 320px; } }

.ro-product-visual-lg img {
  position: relative;
  z-index: 1;
  height: 240px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,0.22));
}
@media (min-width: 640px) { .ro-product-visual-lg img { height: 300px; } }

/* =========================================================
   ICON FEATURE CARDS
   ========================================================= */
.ro-icon-card {
  border-radius: 20px;
  background: var(--ro-white);
  box-shadow: var(--ro-shadow-card);
  padding: 16px;
}
@media (min-width: 640px) { .ro-icon-card { border-radius: 28px; padding: 32px; } }

.ro-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 14px;
  background: var(--ro-light);
  color: var(--ro-dark);
  margin-bottom: 12px;
}
@media (min-width: 640px) { .ro-icon-wrap { width: 56px; height: 56px; border-radius: 18px; margin-bottom: 20px; } }
.ro-icon-wrap svg { width: 20px; height: 20px; }
@media (min-width: 640px) { .ro-icon-wrap svg { width: 24px; height: 24px; } }

.ro-icon-card h3 { font-size: 1.125rem; color: var(--ro-mid); }
@media (min-width: 640px) { .ro-icon-card h3 { font-size: 1.5rem; } }
.ro-icon-card p { margin-top: 8px; font-size: 12px; line-height: 1.6; color: var(--ro-text-mid); }
@media (min-width: 640px) { .ro-icon-card p { margin-top: 16px; font-size: 16px; } }

/* =========================================================
   ABOUT — STAT ROWS
   ========================================================= */
.ro-stat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  border: 1px solid #dfe8dc;
  background: #fff;
  padding: 12px 16px;
  margin-bottom: 8px;
}
.ro-stat-row:last-child { margin-bottom: 0; }
.ro-stat-row .label { font-size: 13px; color: var(--ro-muted); }
.ro-stat-row .value { font-size: 14px; font-weight: 600; color: var(--ro-dark); }

/* =========================================================
   TIMELINE
   ========================================================= */
.ro-timeline { position: relative; padding-left: 40px; }
@media (min-width: 640px) { .ro-timeline { padding-left: 56px; } }

.ro-timeline::before {
  content: '';
  position: absolute;
  left: 16px; top: 0; bottom: 0;
  width: 1px;
  background: #dfe8dc;
}
@media (min-width: 640px) { .ro-timeline::before { left: 20px; } }

.ro-timeline-item { position: relative; margin-bottom: 16px; }
.ro-timeline-item:last-child { margin-bottom: 0; }

.ro-timeline-dot {
  position: absolute;
  left: -32px; top: 16px;
  width: 10px; height: 10px;
  border-radius: 9999px;
  background: var(--ro-dark);
  box-shadow: 0 0 0 4px #fff;
  transform: translateX(-50%);
}
@media (min-width: 640px) { .ro-timeline-dot { left: -36px; width: 12px; height: 12px; } }

.ro-timeline-card {
  border-radius: 18px;
  border: 1px solid var(--ro-border-mid);
  background: var(--ro-surface);
  padding: 16px;
}
@media (min-width: 640px) { .ro-timeline-card { border-radius: 24px; padding: 24px; } }

.ro-timeline-year { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; color: var(--ro-gold); }
.ro-timeline-card h3 { font-size: 1.125rem; margin-top: 6px; }
@media (min-width: 640px) { .ro-timeline-card h3 { font-size: 1.5rem; } }
.ro-timeline-card p { margin-top: 8px; font-size: 13px; line-height: 1.6; color: var(--ro-text-mid); }
@media (min-width: 640px) { .ro-timeline-card p { font-size: 16px; } }

/* =========================================================
   RESELLER TIERS
   ========================================================= */
.ro-tier-card {
  border-radius: 24px;
  background: var(--ro-white);
  box-shadow: var(--ro-shadow-card);
  padding: 20px;
  position: relative;
  height: 100%;
}
@media (min-width: 640px) { .ro-tier-card { border-radius: 28px; padding: 32px; } }

.ro-tier-card.popular {
  background: linear-gradient(135deg, rgba(15,61,46,0.97), rgba(20,80,58,0.90));
  color: #fff;
}

.ro-tier-popular-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  padding: 4px 16px;
  border-radius: 9999px;
  background: var(--ro-gold);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(198,167,105,0.4);
}
@media (min-width: 640px) { .ro-tier-popular-badge { font-size: 12px; } }

/* =========================================================
   CONTACT FORM
   ========================================================= */
.ro-form-group { margin-bottom: 14px; }
.ro-form-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ro-muted);
  margin-bottom: 8px;
}
.ro-form-input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #dfe8dc;
  background: #fff;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--ro-mid);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: var(--ro-font-sans);
  -webkit-appearance: none;
}
.ro-form-input:focus {
  border-color: var(--ro-dark);
  box-shadow: 0 0 0 3px rgba(15,61,46,0.10);
}
@media (min-width: 640px) { .ro-form-input { border-radius: 16px; } }

/* =========================================================
   COOKIE BANNER
   ========================================================= */
.ro-cookie-banner {
  position: fixed;
  inset-inline: 12px;
  bottom: 80px;
  z-index: 70;
  max-width: 36rem;
  margin-inline: auto;
  border-radius: 22px;
  border: 1px solid #dfe8dc;
  background: rgba(255,255,255,0.95);
  padding: 20px;
  box-shadow: 0 18px 50px rgba(19,46,35,0.16);
  backdrop-filter: blur(16px);
}
@media (min-width: 640px) {
  .ro-cookie-banner {
    inset-inline: initial;
    left: 16px; right: auto;
    bottom: 32px;
    border-radius: 28px;
    padding: 24px;
  }
}

.ro-cookie-banner h3 { font-size: 1.25rem; color: var(--ro-dark); margin: 8px 0; }
.ro-cookie-banner p { font-size: 13px; line-height: 1.6; color: #556b61; }
.ro-cookie-actions { display: flex; gap: 10px; margin-top: 16px; }
.ro-cookie-actions .ro-btn { flex: 1; height: 40px; padding-block: 0; font-size: 14px; }
@media (min-width: 640px) { .ro-cookie-actions .ro-btn { flex: none; } }

/* =========================================================
   WOOCOMMERCE — base overrides
   ========================================================= */
.woocommerce .ro-woo-wrap { max-width: var(--ro-container); margin-inline: auto; padding-inline: var(--ro-container-px); padding-block: var(--ro-section-py); }

/* Product archive grid */
.woocommerce ul.products { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 640px) { .woocommerce ul.products { gap: 16px; } }
@media (min-width: 1280px) { .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); } }

.woocommerce ul.products li.product { margin: 0 !important; padding: 0; }

/* Product card wrapper */
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  border-radius: 24px;
  background: var(--ro-surface);
  box-shadow: var(--ro-shadow-card);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 16px;
  text-decoration: none;
}
@media (min-width: 640px) { .woocommerce ul.products li.product a.woocommerce-loop-product__link { padding: 24px; border-radius: 28px; } }
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(19,46,35,0.12); }

.woocommerce ul.products li.product img { border-radius: 18px; aspect-ratio: 1; object-fit: contain; background: #fff; padding: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--ro-font-serif); font-size: 1.25rem; color: var(--ro-mid); margin: 12px 0 8px; }
.woocommerce ul.products li.product .price { color: var(--ro-dark); font-weight: 600; font-size: 14px; }

/* Single product */
.woocommerce div.product { display: grid; gap: 32px; align-items: start; }
@media (min-width: 1024px) { .woocommerce div.product { grid-template-columns: 0.85fr 1.15fr; } }

.woocommerce div.product .woocommerce-product-gallery { border-radius: 36px; background: linear-gradient(180deg,#f7faf6,#eef4eb); padding: 32px; box-shadow: var(--ro-shadow-card-xl); }
.woocommerce div.product .woocommerce-product-gallery img { border-radius: 0; box-shadow: none; filter: drop-shadow(0 18px 35px rgba(0,0,0,0.22)); max-height: 400px; width: auto; margin-inline: auto; }

.woocommerce div.product .product_title { font-family: var(--ro-font-serif); font-size: clamp(2rem, 5vw, 3.75rem); color: var(--ro-dark); line-height: 1.08; margin-bottom: 24px; }
.woocommerce div.product .price { font-size: 1.5rem; color: var(--ro-dark); font-weight: 700; margin-bottom: 20px; }
.woocommerce div.product p.stock { color: var(--ro-dark); font-weight: 600; margin-bottom: 16px; }
.woocommerce div.product .woocommerce-product-details__short-description { font-size: 15px; line-height: 1.8; color: var(--ro-text-body); margin-bottom: 24px; }

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--ro-dark) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  padding: 14px 28px !important;
  font-family: var(--ro-font-sans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: none !important;
  transition: background 0.2s !important;
  height: auto !important;
}
.woocommerce div.product form.cart .button:hover { background: #123f30 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--ro-border-sm); margin-bottom: 24px; display: flex; gap: 8px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-family: var(--ro-font-sans); color: var(--ro-muted); font-size: 14px; padding: 8px 16px; border-radius: 9999px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { background: var(--ro-dark); color: #fff; }

/* WC notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-radius: var(--ro-radius-md) !important;
  border-left: none !important;
  padding: 16px 24px !important;
}
.woocommerce-message { background: var(--ro-light) !important; color: var(--ro-dark) !important; }

/* =========================================================
   ELEMENTOR OVERRIDES
   ========================================================= */
.elementor-section .elementor-container { max-width: var(--ro-container); }

/* Remove Elementor default padding that breaks design */
.elementor-section.elementor-section-boxed > .elementor-container { max-width: var(--ro-container); }

/* Ensure Elementor inner sections have no extra margin */
.elementor-inner-section .elementor-container { max-width: 100%; }

/* Prevent Elementor from overriding our fonts */
.elementor-widget-text-editor *,
.elementor-widget-heading * {
  font-family: inherit;
}

/* =========================================================
   UTILITY CLASSES
   ========================================================= */
.ro-text-serif { font-family: var(--ro-font-serif); }
.ro-text-dark { color: var(--ro-dark); }
.ro-text-mid { color: var(--ro-mid); }
.ro-text-muted { color: var(--ro-muted); }
.ro-text-body { color: var(--ro-text-body); }
.ro-text-white { color: #fff; }
.ro-text-gold { color: var(--ro-gold); }
.ro-bg-brand { background-color: var(--ro-bg); }
.ro-bg-white { background-color: var(--ro-white); }
.ro-bg-dark { background: linear-gradient(135deg, rgba(15,61,46,0.97), rgba(20,80,58,0.90)); }
.ro-rounded-full { border-radius: 9999px; }

/* Scrollbar hide */
.ro-scrollbar-hide { scrollbar-width: none; -ms-overflow-style: none; }
.ro-scrollbar-hide::-webkit-scrollbar { display: none; }

/* Fade-up animation */
@keyframes ro-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ro-animate-fade-up { animation: ro-fade-up 0.6s ease forwards; }

/* =========================================================
   RESPONSIVE: WordPress admin bar
   ========================================================= */
@media screen and (min-width: 600px) {
  #site-header { top: 32px; }
}
@media screen and (max-width: 782px) {
  #site-header { top: 46px; }
}
