/** Shopify CDN: Minification failed

Line 342:19 Unexpected "/"

**/
#shopify-section-horizontal-menu {
  display: contents; /* This makes the div behave like it doesn't exist in the DOM structure */
}

/* Base container styles */
.features-products {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 60px 0;
}

/* Container responsiveness */
.features-products .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Product wrap styles */
.features-products-wrap {
  margin-bottom: 40px;
}

/* Row layout */
.features-products .row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

/* Column styles */
.features-products .col-lg-6,
.features-products .col-md-8,
.features-products .col-md-10 {
  padding: 15px;
  width: 100%;
}

/* Image container */
.features-products-thumb {
  position: relative;
  margin-bottom: 30px;
}

.features-products-thumb .main-img {
  position: relative;
  width: 100%;
}

.features-products-thumb .main-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.features-products-thumb .shape-img {
  position: absolute;
  max-width: 100%;
  height: auto;
  z-index: -1;
}

/* Content styles */
.features-product-content {
  padding: 20px 0;
}

.features-product-content .title {
  margin-bottom: 15px;
  font-size: 24px;
}

.features-product-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

/* Shape animations */
.fp-shapes-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* Responsive breakpoints */
@media (min-width: 768px) {
  .features-products .col-md-8 {
    width: 66.666667%;
  }
  
  .features-products .col-md-10 {
    width: 83.333333%;
  }
}

@media (min-width: 992px) {
  .features-products .col-lg-6 {
    width: 50%;
  }
  
  .features-product-content {
    padding: 40px 0;
  }
  
  .features-product-content .title {
    font-size: 32px;
  }
}

/* Circles */
.fp-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.fp-circle.one { top: 10%; left: 5%; width: 100px; height: 100px; }
.fp-circle.two { top: 40%; right: 10%; width: 150px; height: 150px; }
.fp-circle.three { bottom: 20%; left: 15%; width: 80px; height: 80px; }
.fp-circle.four { top: 15%; right: 20%; width: 120px; height: 120px; }
.fp-circle.five { bottom: 10%; right: 5%; width: 90px; height: 90px; }



i[class*="flaticon-"] {
  display: block;
  line-height: 0;
}

/* Custom css */

:root {
  --brand-green: #bfd730; /* pulled from logo lime */
  --brand-green-deep: #9ab117;
  --ink: #0f172a; /* slate-900 */
  --ink-soft: #334155; /* slate-600 */
  --sky: #f8fbff; /* very light background with medical vibe */
  --card: #ffffff;
  --accent: #e8f4d1; /* subtle green tint */
  --ring: rgba(16, 185, 129, 0.25);
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--ink);
  background: radial-gradient(1200px 600px at 70% -100px, #ffffff 20%, var(--sky) 60%, #ffffff 100%);
  line-height: 1.6;
}

.container {
  /*width: min(1100px, 92%);*/
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus { left: 16px; top: 16px; width: auto; height: auto; background: #fff; padding: 8px 12px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.08); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,0.85); backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid rgba(0,0,0,0.04); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.brand-logo { height: 56px; width: auto; object-fit: contain; }
.brand-text { font-family: "Playfair Display", serif; letter-spacing: 6px; font-size: 22px; font-weight: 700; }
.main-nav ul { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; }
.main-nav a { text-decoration: none; color: var(--ink-soft); font-weight: 500; }
.main-nav a:hover { color: var(--ink); }

/* Hero */
.hero { position: relative; padding: 64px 0 40px; background: linear-gradient(180deg, #ffffff 0%, var(--sky) 70%, #ffffff 100%); }
@media (max-width: 767px) {
  .hero {
    padding: 0px 0px;
    padding-bottom: 40px;
  }
}
.hero-accent { position: absolute; left: 0; right: 0; bottom: 0; height: 16px; background: linear-gradient(90deg, transparent 0 5%, var(--brand-green) 5% 95%, transparent 95% 100%); box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset; }
.hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
.hero-title { font-family: "Playfair Display", serif; font-size: clamp(28px, 4vw, 44px); line-height: 1.2; margin: 0 0 12px; }
.lead { font-size: 16px; color: var(--ink); margin: 0 0 10px; text-align: justify; }
.highlight { color: #065f46; background: var(--accent); padding: 10px 12px; border-left: 4px solid var(--brand-green); border-radius: 6px; }
.hero-cta { display: flex; gap: 12px; margin-top: 18px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border-radius: 10px; text-decoration: none; font-weight: 600; border: 1px solid transparent; transition: transform .04s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:focus-visible { outline: 3px solid var(--ring); outline-offset: 2px; }
.btn-primary { background: var(--brand-green); color: #1a1a1a; box-shadow: 0 10px 30px rgba(191, 215, 48, .35); }
.btn-primary:hover { background: var(--brand-green-deep); transform: translateY(-1px); }
.btn-ghost { background: #ffffff; color: var(--ink); border-color: rgba(15, 23, 42, .12); }
.btn-ghost:hover { background: #f8fafc; }

/* Doctor-styled decorative card */
.hero-art { display: grid; place-items: center; }
.doctor-card { 
  position: relative; 
  /*width: 100%; */
  max-width: 440px; 
  aspect-ratio: 4/3; 
  /*background: linear-gradient(160deg, #ffffff, #f3f8ff); 
  border: 1px solid rgba(0,0,0,0.06); 
  border-radius: 18px; 
  box-shadow: 0 20px 60px rgba(2, 6, 23, .08);*/ 
  overflow: hidden; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -160px;
}
.doctor-card::after { 
  content: ""; 
  position: absolute; 
  inset: 0; 
  background: radial-gradient(220px 120px at 20% 0%, rgba(191,215,48,.18), transparent 60%), 
              radial-gradient(160px 80px at 90% 20%, rgba(191,215,48,.12), transparent 60%); 
  pointer-events: none; 
}
.stethoscope { 
  position: absolute; 
  right: -40px; 
  top: 18%; 
  width: 240px; 
  height: 240px; 
  border: 10px solid var(--brand-green); 
  border-radius: 50%; 
  opacity: .2; 
}
.pulse { 
  display: none; 
  position: absolute; 
  left: 10%; 
  bottom: 18%; 
  width: 80%; 
  height: 3px; 
  background: linear-gradient(90deg, transparent 0 5%, #16a34a 5% 95%, transparent 95%); 
  filter: drop-shadow(0 2px 8px rgba(34,197,94,.35)); 
}

.logo-overlay {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  animation: float 6s ease-in-out infinite;
  overflow: hidden;
  padding: 16px;
  box-sizing: border-box;
}

.logo-overlay1 {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  animation: float 6s ease-in-out infinite;
  overflow: hidden;
  padding: 16px;
  box-sizing: border-box;
}

/* ✅ Mobile only (hide element) */
@media (max-width: 767px) {
  .logo-overlay1 {
    display: none !important;
  }
}

.floating-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.floating-logo1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
  padding-top: 186px;
}

/* ✅ Mobile only */
@media (max-width: 767px) {
  .floating-logo1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
    padding-top: 120px;
  }
}

/* ✅ Mobile only */
@media (max-width: 767px) {
  .floating-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
    padding-top: 50px;
  }
}

* ✅ Mobile only */
@media (max-width: 767px) {
  .floating-logo2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
    
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .inner-shop-details-content .title {
    font-size: 26px;
  }
}

/* Mobile large */
@media (max-width: 768px) {
  .inner-shop-details-content .title {
    font-size: 24px;
  }
}

/* Mobile small */
@media (max-width: 480px) {
  .inner-shop-details-content .title {
    font-size: 22px;
  }
}

.logo-overlay:hover .floating-logo {
  transform: scale(1.05);
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

/* Footer */
.site-footer {
  position: relative;
  background: #f8fafc;
  color: var(--ink-soft);
  margin-top: 80px;
}

.footer-wave {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 0;
  transform: rotate(180deg);
}

.footer-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-main {
  padding: 80px 0 30px;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand {
  max-width: 300px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  color: var(--ink);
}

.footer-logo .logo-img {
  height: 32px;
  width: auto;
  margin-right: 10px;
}

.footer-logo .logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}

.footer-about {
  margin: 15px 0 0;
  line-height: 1.7;
  color: var(--ink-soft);
}

.footer-heading {
  font-size: 18px;
  color: var(--ink);
  margin: 0 0 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--brand-green);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: var(--brand-green);
  padding-left: 5px;
}

.footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.5;
}

.contact-item svg {
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 3px;
  color: var(--brand-green);
}

.contact-item span {
  color: var(--ink-soft);
}

.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-legal a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: var(--brand-green);
}

.footer-legal span {
  color: rgba(0,0,0,0.1);
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-brand {
    max-width: 100%;
    text-align: center;
  }
  
  .footer-nav,
  .footer-contact {
    text-align: center;
  }
  
  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .footer-legal {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-legal span {
    display: none;
  }
}

/* Product Showcase */
.product-showcase {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.product-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(800px 400px at 30% 50%, rgba(191, 215, 48, 0.08), transparent 60%);
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}



.section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px; /* desktop & tablet fixed */
  margin: 0 0 8px;
  color: var(--tg-green); /* same color on all devices */
}

/* Mobile (≤480px) */
@media (max-width: 480px) {
  .section-header h2 {
    font-size: 24px;
    text-align: center;
    word-break: break-word;
  }

  /* Add line break after first part on mobile */
  .section-header h2 .mobile-br::after {
    content: "\A";
    white-space: pre;
  }
}


.section-subtitle {
  font-size: 18px;
  color: var(--brand-green-deep);
  font-weight: 600;
  margin: 0;
}

.section-subtitle2{
  font-size: 18px;
  color: var(--tg-black);
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.product-text h3 {
  font-size: 24px;
  margin: 32px 0 16px;
  color: var(--ink);
}

.product-text {
  text-align: justify;
}

.highlight-box {
  background: white;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 32px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-left: 4px solid var(--brand-green);
}

.research-team {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.research-team h4 {
  font-size: 18px;
  margin: 0 0 16px;
  color: var(--ink-soft);
}

.scientist {
  text-align: center;
}

.scientist h5 {
  font-size: 18px;
  margin: 0 0 4px;
  color: var(--ink);
}

.scientist p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.scientist p {
    margin-top: 10px;
}

.justify-text {
  text-align: justify;
}

.team-text {
  text-align: justify;
}

.future-text {
  text-align: justify;
}

.product-visual {
  position: relative;
  height: 100%;
  min-height: 300px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.08);
}

.molecule-animation {
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, var(--brand-green) 0%, transparent 70%);
  border-radius: 50%;
  position: relative;
  opacity: 0.8;
}

.molecule-animation::before,
.molecule-animation::after {
  content: '';
  position: absolute;
  border: 2px dashed var(--brand-green);
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 8s infinite ease-in-out;
}

.molecule-animation::before {
  width: 400px;
  height: 400px;
  top: -25px;
  left: -32px;
  animation-delay: 0.5s;
}

.molecule-animation::after {
  width: 480px;
  height: 480px;
  top: -68px;
  left: -70px;
  animation-delay: 1s;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.05); opacity: 0.2; }
}

/* Team Member Section */
.team-member {
  padding: 0px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.team-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: start;
}

.team-header {
  margin-bottom: 30px;
}

/* Desktop */
.team-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin: 0 0 8px;
  color: var(--tg-green);
  text-align: left;
  line-height: 1.2;
}

/* Tablets (≤768px) */
@media (max-width: 768px) {
  .team-header h2 {
    font-size: 24px;
    text-align: center;
  }
}

/* Mobile (≤480px) */
@media (max-width: 480px) {
  .team-header h2 {
    font-size: 25px;
    text-align: center;
    word-break: break-word;
  }

  /* Add line break after first part on mobile */
  .team-header h2 .mobile-br::after {
    content: "\A";
    white-space: pre;
  }
}


.team-title {
  font-size: 18px;
  color: var(--tg-black);
  font-weight: 600;
  margin: 0;
}

/* Mobile devices (≤768px) */
@media (max-width: 768px) {
  .team-title {
    text-align: center; /* center text on mobile */
  }
}

.team-bio {
  line-height: 1.7;
}

.team-bio p {
  margin: 0 0 20px;
  font-size: 16px;
}

.team-bio p:last-child {
  margin-bottom: 0;
}

.team-bio em {
  font-style: italic;
  color: var(--ink-soft);
}

.team-visual {
  position: relative;
  height: 84%;
  min-height: 400px;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portrait-placeholder {
  width: 80%;
  height: 80%;
  border: 2px dashed rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

/* Future Products Section */
.future-products {
  padding: 45px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.future-products::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(800px 400px at 70% 50%, rgba(191, 215, 48, 0.08), transparent 60%);
  pointer-events: none;
}

.future-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.future-text {
  position: relative;
  z-index: 1;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin: 24px 0 32px;
  padding: 0 0 0 20px;
}

.feature-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}

.feature-list li::before {
  content: '•';
  color: var(--brand-green);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  left: 0;
}

.future-visual {
  position: relative;
  width: 100%;
  height: auto; /* let height adapt to content */
  min-height: unset; /* remove forced 400px height */
  background: none; /* remove gradient if not needed */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.08);
  display: block; /* not flex since we want image to fill */
  padding: 0; /* remove padding if any */
}

.future-visual img {
  display: block;
  width: 100%;
  height: auto; /* keep proportions */
  object-fit: cover; /* fills area without distortion */
}


.molecule-grid {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.8;
}

.molecule-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 30%, var(--brand-green) 0%, transparent 15%),
    radial-gradient(circle at 70% 70%, var(--brand-green) 0%, transparent 15%),
    radial-gradient(circle at 30% 70%, var(--brand-green) 0%, transparent 15%),
    radial-gradient(circle at 70% 30%, var(--brand-green) 0%, transparent 15%);
  background-size: 200% 200%;
  animation: float 8s ease-in-out infinite;
  opacity: 0.6;
}

@keyframes float {
  0%, 100% { background-position: 0% 0%; }
  25% { background-position: 100% 0%; }
  50% { background-position: 100% 100%; }
  75% { background-position: 0% 100%; }
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
}

@media (max-width: 768px) {
  .product-content { grid-template-columns: 1fr; }
  .product-visual { order: -1 }
  .team-content { grid-template-columns: 1fr; }
  .team-visual { order: -1 }
  .future-content { grid-template-columns: 1fr; }
  .future-visual { order: -1 }
}
/* custom css 2 */
:root {
  --primary: #BFD730;
  --primary-dark: #A5C01A;
  --text: #1E293B;
  --text-light: #64748B;
  --background: #F8FAFC;
  --white: #FFFFFF;
  --radius: 12px;
  --shadow: 0 4px 20px rgba(0,0,0,0.05);
}
body {
  background: var(--background);
  color: var(--text);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.product-hero {
  background: var(--white);
  border-radius: var(--radius);
  margin: 20px auto;
  max-width: 100%;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-hero1 {
  background: var(--white);
  border-radius: var(--radius);
  margin: 20px auto;
  max-width: 100%;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 0px 16px 0px 12px;
  margin-bottom: 50px;
}
.product-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px !important;
  padding-bottom: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* ✅ two columns on desktop/tablet */
  gap: 50px;
  align-items: flex-start;
}

/* ✅ Mobile responsive fix */
@media (max-width: 767px) {
  .product-content {
    grid-template-columns: 1fr; /* single column on mobile */
    gap: 20px; /* smaller spacing for mobile */
    padding: 10px !important; /* add breathing room */
  }
}

.product-header {
  grid-column: 1 / -1;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
.product-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product-title {
  color: var(--primary);
  font-size: 2.5rem;
  margin: 50px 0 1rem 0;
  font-weight: 500;
  line-height: 1.2;
}

.product-subtitle {
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
  color: var(--text);
  font-weight: 500;
  line-height: 1.4;
}
.product-description {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text);
}
.highlight-box {
  background: rgba(191, 215, 48, 0.05);
  border-left: 4px solid var(--primary);
  padding: 1.5rem;
  margin: 2.5rem 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.highlight-box h3 {
  color: var(--primary-dark);
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
}
.feature-list {
  margin: 1.5rem 0;
  padding: 0;
}
.feature-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.feature-list li:before {
  content: '✓';
  color: var(--primary);
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 992px) {
  .product-content {
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 30px 20px;
  }
  
  .product-header {
      padding-bottom: 15px;
      margin-bottom: 20px;
  }
  
  .product-title {
      font-size: 30px;
  }

  
/* Mobile (≤480px) */
@media (max-width: 480px) {
  .product-title {
    font-size: 25px;
    text-align: center;
    word-break: break-word;
  }

  /* Add line break after first part on mobile */
  .product-title .mobile-br::after {
    content: "\A";
    white-space: pre;
  }
}
  
  .product-subtitle {
      font-size: 1.25rem;
      margin-bottom: 1rem;
  }

   @media (max-width: 992px) {
    .product-subtitle {
      font-size: 18px;
      margin-bottom: 1rem;
    }
  }
  
  .highlight-box {
      margin: 1.5rem 0;
  }
}
:root {
  --primary: #BFD730;
  --primary-dark: #A5C01A;
  --text: #1E293B;
  --text-light: #64748B;
  --background: #F8FAFC;
  --white: #FFFFFF;
  --radius: 12px;
  --shadow: 0 4px 20px rgba(0,0,0,0.05);
}
body {
  background: var(--background);
  color: var(--text);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.content-section {
  background: var(--white);
  border-radius: var(--radius);
  margin: 100px auto;
  padding: 50px;
  box-shadow: var(--shadow);
  padding-top: 1px;
  /*max-width: 900px;*/
}
.page-title {
  color: var(--primary);
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--tg-heading-font-family);
  text-transform: uppercase;
}
.page-subtitle {
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
  color: var(--text);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.content-text {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text);
  text-align: justify;
}

/* Mobile devices (≤768px) */
@media (max-width: 768px) {
  .content-text {
    font-size: 15px;        /* slightly smaller font for mobile */
    line-height: 1.5;       /* tighter line spacing for mobile */
    text-align: justify;       /* left-align text on mobile */
    margin-bottom: 1rem;    /* adjust spacing for smaller screens */
  }
}

.references {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.references h3 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.reference-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.reference-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}
.reference-list li:before {
  content: '»';
  color: var(--primary);
  position: absolute;
  left: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .content-section {
  .product-content { grid-template-columns: 1fr; }
      padding: 30px 20px;
  .product-visual { order: -1 }
      margin: 20px 15px;
  .team-content { grid-template-columns: 1fr; }
  }
  .team-visual { order: -1 }
  
  .future-content { grid-template-columns: 1fr; }
  .page-title {
  .future-visual { order: -1 }
      font-size: 2rem;
  }
  
  .page-subtitle {
      font-size: 1.25rem;
      margin-bottom: 1.5rem;
  }
   @media (max-width: 768px) {
    .page-subtitle {
      font-size: 17px;
      margin-bottom: 1.5rem;
    }
  }
}
/* Layout */
      .wrap {
        max-width: var(--maxw);
        margin-inline: auto;
        padding: 0px 13px;
        text-align: center;
        margin-bottom: 50px;
      }

      /* Type scale tuned to match screenshot feel */
      .lede {
        font-size: 18px;
        font-weight: 400;
        margin: 8px auto 28px;
      }

      /* Mobile devices (≤768px) */
      @media (max-width: 768px) {
        .lede {
          font-size: 16px;        /* smaller font for mobile */
          margin: 6px auto 20px;  /* adjust spacing for mobile */
          text-align: justify;      /* optional: center text on mobile */
        }
      }

      .headline2 {
        font-size: 22px;
        color: var(--tg-red);
        font-weight: 500;
        margin: 8px 0 28px;
      }

      /* ✅ Mobile only (≤768px) */
      @media (max-width: 768px) {
        .headline2 {
          font-size: 15px;       /* smaller font on mobile */
          text-align: left;    /* center align on mobile (optional) */
          margin: 6px 0 20px;    /* tighter spacing */
          font-weight: 300;
          text-align: center;
        }
      }
      
      .section-title2 {
        color: var(--tg-red);
         font-weight: 500;
         font-size: 1.3em;
         text-transform: uppercase;
         font-family: var(--tg-heading-font-family);
      }

      /* ✅ Mobile only (≤768px) */
      @media (max-width: 768px) {
        .section-title2 {
          font-size: 15px;    /* smaller on mobile */
          text-align: justify; /* center align (optional) */
          font-weight: 400;
        }
      }

      .subline2 {
        font-weight: bold;
      }

      /* ✅ Mobile only (≤768px) */
      @media (max-width: 768px) {
        .subline2 {
          font-size: 15px;       /* smaller font for mobile */
        }
      }

      .bold2 {
        color: var(--tg-green);
      }

      .red2 {
        color: var(--tg-red);
      }

      .text2 {
        font-size: 20px;       /* Text size */
        font-family: Arial, sans-serif; /* Simple, clean font */
        font-weight: normal;   /* Not bold */
        text-transform: none;  /* No uppercase/lowercase change */
         font-weight: bold;
      }

      /* Tablet */
      @media (max-width: 992px) {
        .text2 {
          font-size: 18px;
        }
      }

      /* Mobile */
      @media (max-width: 576px) {
        .text2 {
          font-size: 14px;
        }
      }

      .text-leyout2 {
        text-align: center;
        color: var(--tg-green);
      }

      .kicker {
        font-size: 16px;
        color: var(--muted);
        margin: 4px 0 22px;
      }

      .cta {
        font-size: 18px;
        color: var(--tg-green);
        /*font-style: italic;*/
        font-weight: 500;
        margin: 6px 0 25px;
      }

      /* Mobile */
      @media (max-width: 576px) {
        .cta {
          font-size: 21px;
        }
      }

      .section-title {
        font-size: 16px;
        font-weight: 700;
        margin: 22px 0 20px;
      }

      .subline {
        font-size: 16px;
        margin: 6px 0 28px;
      }

      .para {
        font-size: 16px;
        text-align: left;
        /*margin: 12px auto 22px;
        max-width: 1000px;*/
        text-align: justify;
      }

      /* Mobile devices (≤768px) */
      @media (max-width: 768px) {
        .para {
          font-size: 16px;       /* slightly smaller for mobile */
          text-align: justify;      /* align text left on mobile */
          margin: 8px 15px 20px; /* optional: adjust spacing */
        }
      }

      .center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }

      .red { color: var(--brand-red); }
      .bold { font-weight: 700; }
      .italic { font-style: italic; }

      /* Extra breathing room between major blocks */
      .spacer-lg { margin: 34px 0; }