:root{
  --vim-green: #1c631f;
  --vim-green-light: #2d8a32;
  --vim-green-dark: #0f3d12;
  --vim-green-soft: rgba(28, 99, 31, 0.12);
  --vim-orange: #ff5502;
  --vim-orange-hover: #e64d02;
  --vim-orange-soft: rgba(255, 85, 2, 0.14);
  --ink: #0f1f11;
  --ink-muted: rgba(15, 31, 17, 0.72);
  --cream: #f6f9f4;
  --cream-warm: #faf8f4;
  --card: rgba(255,255,255,0.06);
  --card-2: rgba(255,255,255,0.08);
  --stroke: rgba(255,255,255,0.14);
  --shadow: 0 20px 56px rgba(15, 31, 17, 0.14);
  --bs-primary: #ff5502;
  --bs-primary-rgb: 255, 85, 2;
  --bs-link-color: #1c631f;
  --bs-link-hover-color: #155218;
}

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

html{
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body{
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

main{
  overflow-x: hidden;
  max-width: 100%;
}

img,
svg,
video,
canvas,
iframe{
  max-width: 100%;
}

/* Prevent Bootstrap rows from widening past the viewport */
.container,
.container-fluid{
  max-width: 100%;
}

section .container{
  overflow-x: hidden;
}

.text-body{ color: var(--ink) !important; }
.bg-body{ background: #fff !important; }

.btn-primary{
  --bs-btn-bg: var(--vim-orange);
  --bs-btn-border-color: var(--vim-orange);
  --bs-btn-hover-bg: var(--vim-orange-hover);
  --bs-btn-hover-border-color: var(--vim-orange-hover);
  --bs-btn-active-bg: var(--vim-orange-hover);
  --bs-btn-active-border-color: var(--vim-orange-hover);
  --bs-btn-focus-shadow-rgb: 255, 85, 2;
}

.btn-outline-primary{
  --bs-btn-color: var(--vim-green);
  --bs-btn-border-color: var(--vim-green);
  --bs-btn-hover-bg: var(--vim-green);
  --bs-btn-hover-border-color: var(--vim-green);
  --bs-btn-active-bg: var(--vim-green);
  --bs-btn-active-border-color: var(--vim-green);
}

.link-primary{
  color: var(--vim-orange) !important;
}
.link-primary:hover{
  color: var(--vim-orange-hover) !important;
}

@keyframes barGrow{
  from{
    transform: scaleY(0.15);
    opacity: 0.65;
    filter: blur(0.2px);
  }
  to{
    transform: scaleY(1);
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes cardShine{
  from{ transform: translateX(-120%) rotate(12deg); }
  to{ transform: translateX(120%) rotate(12deg); }
}

@keyframes leafFloat{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Top gradient — herbal depth */
.top-gradient{
  position: fixed;
  inset: 0 0 auto 0;
  height: 360px;
  background:
    radial-gradient(720px 280px at 15% 0%, rgba(28, 99, 31, 0.45), transparent 58%),
    radial-gradient(640px 260px at 82% 5%, rgba(255, 85, 2, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(12, 38, 14, 0.94), rgba(12, 38, 14, 0.72) 38%, rgba(246, 249, 244, 0) 82%);
  pointer-events: none;
  z-index: 0;
}

.navbar-wrapper{
  position: relative;
  z-index: 10;
}

.navbar{
  background: rgba(15, 45, 18, 0.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar .nav-link{
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  font-size: 0.9rem;
  transition: background 160ms ease, color 160ms ease;
}
.navbar .nav-link:hover{
  color: #fff;
  background: rgba(255, 85, 2, 0.2);
}

.nav-compact .nav-link{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.brand-logo-img{
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
}

.brand-text{
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: #fff;
}

/* Hero */
.hero{
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  overflow-x: hidden;
  background:
    radial-gradient(880px 440px at 12% 35%, rgba(28, 99, 31, 0.35), transparent 58%),
    radial-gradient(760px 400px at 88% 20%, rgba(255, 85, 2, 0.14), transparent 55%),
    linear-gradient(165deg, #0d2810 0%, #143d18 45%, #1a4a1f 100%);
}

.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.9;
  pointer-events: none;
}

.hero .container{ position: relative; z-index: 1; }

.py-hero{
  padding-top: clamp(4.5rem, 11vw, 5.75rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.pt-nav{
  padding-top: 0.25rem;
}

.hero-lead{
  font-size: 1rem;
  line-height: 1.55;
  max-width: 26rem;
}

.hero-title{
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.hero-badge{
  background: rgba(255, 85, 2, 0.15);
  border: 1px solid rgba(255, 85, 2, 0.35);
}

.hero-badge .small{
  color: rgba(255,255,255,0.88) !important;
}

.hero-highlights{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.highlight-pill{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.highlight-icon{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 85, 2, 0.2);
  border: 1px solid rgba(255, 85, 2, 0.35);
  color: #ffb899;
}
.highlight-icon i{ font-size: 16px; }

.hero-visual{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-product-ring{
  position: absolute;
  width: min(100%, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 85, 2, 0.12) 0%, transparent 70%);
  border: 1px solid rgba(255,255,255,0.1);
  animation: leafFloat 5s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce){
  .hero-product-ring{ animation: none; }
}

.hero-product-img{
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: min(300px, 88vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.3));
}

.hero-leaf-accent{
  position: absolute;
  bottom: 8%;
  left: 5%;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,85,2,0.25), rgba(28,99,31,0.35));
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.75rem;
  z-index: 3;
}

/* Decorative cards under hero image (trust) */
.hero-side-cards{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.trust-item{
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
}
.trust-item i{
  font-size: 1.25rem;
  color: #ff9a6b;
}

/* Section base */
.section{
  padding: 56px 0;
  position: relative;
  z-index: 1;
  background:
    radial-gradient(900px 420px at 18% 0%, var(--vim-green-soft), transparent 60%),
    radial-gradient(800px 380px at 88% 10%, var(--vim-orange-soft), transparent 58%),
    #ffffff;
}

.section-muted{
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(28, 99, 31, 0.08), transparent 60%),
    radial-gradient(800px 380px at 85% 15%, rgba(255, 85, 2, 0.06), transparent 58%),
    var(--cream);
}

.section-tight{
  padding-top: 44px;
  padding-bottom: 44px;
}

.section-head h2{
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 1.15rem + 0.9vw, 1.85rem);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.section-head p{
  max-width: 720px;
  margin: 0 auto;
}

.section-eyebrow{
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--vim-green);
  margin-bottom: 0.5rem;
}

/* Feature cards */
.feature-card{
  height: 100%;
  border-radius: 22px;
  padding: 24px 20px;
  background:
    radial-gradient(400px 200px at 8% 0%, var(--vim-green-soft), transparent 58%),
    radial-gradient(400px 200px at 92% 0%, var(--vim-orange-soft), transparent 58%),
    #ffffff;
  border: 1px solid rgba(28, 99, 31, 0.1);
  box-shadow: 0 10px 36px rgba(15, 31, 17, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  position: relative;
  overflow: hidden;
}
.feature-card::after{
  content:"";
  position: absolute;
  top: -60%;
  left: -60%;
  width: 140%;
  height: 140%;
  background: linear-gradient(120deg, transparent 0%, rgba(28,99,31,0.12) 38%, rgba(255,85,2,0.1) 52%, transparent 100%);
  opacity: 0;
  transform: translateX(-120%) rotate(12deg);
  pointer-events: none;
}
.feature-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(15, 31, 17, 0.12);
  border-color: rgba(28, 99, 31, 0.28);
}
.feature-card:hover::after{
  opacity: 1;
  animation: cardShine 650ms ease both;
}
.feature-icon{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vim-green-soft);
  border: 1px solid rgba(28, 99, 31, 0.22);
  color: var(--vim-green);
  font-size: 1.25rem;
}
.feature-card p{ line-height: 1.6; }

.feature-card-compact{
  padding: 18px 16px;
  border-radius: 18px;
}
.feature-card-compact:hover{
  transform: translateY(-3px);
}
.feature-icon-sm{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 1rem;
}

.pricing-card-compact{
  padding: 20px 18px;
}
.pricing-card-compact .pricing-head{
  padding-top: 0;
}
.pricing-list-compact{
  margin-top: 12px;
}
.pricing-list-compact li{
  padding: 8px 0;
  font-size: 0.9rem;
}
.ribbon-compact{
  top: 10px;
  left: 14px;
  padding: 6px 10px;
  font-size: 0.78rem;
}

.contact-panel-compact{
  padding: 20px 18px;
}
.contact-panel-compact .form-label{
  font-size: 0.8rem;
}

.contact-split{
  align-items: stretch;
}
.contact-card-split{
  border-radius: 18px;
}

.info-panel{
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(600px 260px at 20% 0%, rgba(28, 99, 31, 0.14), transparent 55%),
    radial-gradient(600px 260px at 80% 0%, rgba(255, 85, 2, 0.08), transparent 55%),
    linear-gradient(145deg, rgba(28, 99, 31, 0.06), rgba(255, 85, 2, 0.04));
  border: 1px solid rgba(28, 99, 31, 0.12);
}
.info-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--vim-orange-soft);
  border: 1px solid rgba(255, 85, 2, 0.28);
  color: #c2410c;
  font-weight: 650;
}

.quick-actions{
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(520px 240px at 10% 0%, var(--vim-green-soft), transparent 60%),
    radial-gradient(520px 240px at 90% 0%, var(--vim-orange-soft), transparent 60%),
    #ffffff;
  border: 1px solid rgba(28, 99, 31, 0.1);
  box-shadow: var(--shadow);
}
.qa-icon{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 99, 31, 0.12);
  border: 1px solid rgba(28, 99, 31, 0.22);
  color: var(--vim-green);
  font-size: 1.35rem;
}
.chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin: 0 10px 10px 0;
  border-radius: 999px;
  background: rgba(28, 99, 31, 0.06);
  border: 1px solid rgba(28, 99, 31, 0.12);
  color: var(--ink-muted);
  font-weight: 600;
  font-size: 0.92rem;
}
.chip i{ color: var(--vim-green); }

/* Steps */
.step-card{
  height: 100%;
  border-radius: 22px;
  padding: 28px 20px;
  background:
    radial-gradient(420px 220px at 15% 0%, var(--vim-green-soft), transparent 58%),
    #ffffff;
  border: 1px solid rgba(28, 99, 31, 0.1);
  transition: transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 12px 36px rgba(15, 31, 17, 0.06);
}
.step-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(15, 31, 17, 0.11);
}
.step-no{
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vim-green), var(--vim-green-light));
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 8px 24px rgba(28, 99, 31, 0.35);
}

.integration-strip{
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(520px 240px at 20% 0%, var(--vim-green-soft), transparent 58%),
    #ffffff;
  border: 1px solid rgba(28, 99, 31, 0.1);
}
.integration-badge{
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vim-orange-soft);
  border: 1px solid rgba(255, 85, 2, 0.28);
  color: var(--vim-orange);
  font-size: 1.25rem;
}
.progress-row{ margin-top: 14px; }
.progress{ height: 10px; border-radius: 999px; overflow: hidden; background: rgba(28,99,31,0.1); }
.progress-bar{
  background: linear-gradient(90deg, var(--vim-green), var(--vim-orange));
  border-radius: 999px;
}

.glow-panel{
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(520px 240px at 10% 0%, var(--vim-green-soft), transparent 60%),
    radial-gradient(520px 240px at 90% 0%, var(--vim-orange-soft), transparent 60%),
    linear-gradient(145deg, rgba(28, 99, 31, 0.07), rgba(255, 85, 2, 0.05));
  border: 1px solid rgba(28, 99, 31, 0.12);
  box-shadow: var(--shadow);
}
.glow-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mini-card{
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(246,249,244,0.9));
  border: 1px solid rgba(28, 99, 31, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.mini-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(15, 31, 17, 0.1);
}
.mini-title{
  font-weight: 650;
  font-size: 0.95rem;
  color: var(--ink-muted);
}
.mini-value{
  margin-top: 8px;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: var(--vim-green);
}
.badge.bg-soft{
  background: var(--vim-green-soft) !important;
  border: 1px solid rgba(28, 99, 31, 0.2);
  color: var(--vim-green) !important;
}

/* Pricing */
.pricing-card{
  border-radius: 24px;
  padding: 26px 22px;
  background:
    radial-gradient(520px 240px at 10% 0%, var(--vim-green-soft), transparent 60%),
    radial-gradient(520px 240px at 90% 0%, var(--vim-orange-soft), transparent 60%),
    #ffffff;
  border: 1px solid rgba(28, 99, 31, 0.1);
  box-shadow: 0 16px 52px rgba(15, 31, 17, 0.07);
  height: 100%;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.pricing-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(15, 31, 17, 0.11);
  border-color: rgba(28, 99, 31, 0.22);
}
.pricing-card-featured{
  position: relative;
  border-color: rgba(255, 85, 2, 0.35);
  box-shadow: 0 20px 60px rgba(255, 85, 2, 0.12);
}
.ribbon{
  position: absolute;
  top: 14px;
  left: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--vim-orange-soft);
  border: 1px solid rgba(255, 85, 2, 0.35);
  color: #c2410c;
  font-weight: 800;
  font-size: 0.88rem;
}
.pricing-plan{
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.pricing-price{
  margin-top: 10px;
  font-size: 1.85rem;
}
.pricing-list{
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.pricing-list li{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(28, 99, 31, 0.15);
  color: var(--ink-muted);
}
.pricing-list li:last-child{
  border-bottom: none;
}
.pricing-list i{
  color: var(--vim-green);
  font-size: 1.1rem;
}

.quote-card{
  border-radius: 24px;
  padding: 32px 24px;
  background:
    radial-gradient(600px 260px at 15% 0%, var(--vim-green-soft), transparent 55%),
    radial-gradient(600px 260px at 90% 0%, var(--vim-orange-soft), transparent 55%),
    #ffffff;
  border: 1px solid rgba(28, 99, 31, 0.1);
  box-shadow: 0 22px 65px rgba(15, 31, 17, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.quote-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 32px 88px rgba(15, 31, 17, 0.12);
  border-color: rgba(255, 85, 2, 0.22);
}
.quote-stars i{
  color: var(--vim-orange);
  margin-right: 2px;
}
.quote-author{
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vim-green-soft);
  border: 1px solid rgba(28, 99, 31, 0.22);
  color: var(--vim-green);
  font-weight: 900;
}

/* FAQ accordion */
.accordion-item{
  border: 1px solid rgba(28, 99, 31, 0.12);
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}
.accordion-button{
  font-weight: 650;
  color: var(--ink);
  background: rgba(246, 249, 244, 0.6);
}
.accordion-button:not(.collapsed){
  background: var(--vim-green-soft);
  color: var(--vim-green-dark);
  box-shadow: none;
}
.accordion-button:focus{
  box-shadow: 0 0 0 0.2rem rgba(28, 99, 31, 0.15);
}

/* Contact */
.contact-panel{
  border-radius: 24px;
  padding: 28px 24px;
  background: linear-gradient(160deg, #123218 0%, #0f2812 50%, #0d2210 100%);
  color: #fff;
  border: 1px solid rgba(255, 85, 2, 0.2);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,0.06) inset;
}
.contact-head p{ color: rgba(255,255,255,0.72); }
.form-label{ color: rgba(255,255,255,0.9); font-weight: 650; }
.contact-panel .form-control,
.contact-panel .form-select{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  border-radius: 14px;
}
.contact-panel .form-control::placeholder{ color: rgba(255,255,255,0.45); }
.contact-panel .form-control:focus,
.contact-panel .form-select:focus{
  background: rgba(255,255,255,0.1);
  border-color: rgba(255, 85, 2, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(255, 85, 2, 0.2);
  color: #fff;
}

.notice{
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 85, 2, 0.15);
  border: 1px solid rgba(255, 85, 2, 0.35);
  color: rgba(255,255,255,0.95);
  font-weight: 650;
}

.contact-pill{
  flex: 1 1 220px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.contact-pill i{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 85, 2, 0.2);
  border: 1px solid rgba(255, 85, 2, 0.35);
  color: #ffb899;
}

/* Callouts */
.callout{
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(28, 99, 31, 0.1);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.callout-icon{
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vim-green-soft);
  border: 1px solid rgba(28, 99, 31, 0.2);
  color: var(--vim-green);
  font-size: 1.35rem;
  flex: 0 0 auto;
}
.callout-actions{
  display: flex;
  align-items: center;
  height: 100%;
}

/* Footer */
.footer{
  background: linear-gradient(180deg, #0f2812 0%, #0a1c0c 100%);
  color: rgba(255,255,255,0.88);
  padding: 40px 0 32px;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 85, 2, 0.15);
}
.footer a{ color: rgba(255,255,255,0.88); }
.footer a:hover{ color: #ffb899; }
.footer .text-muted{
  color: rgba(255,255,255,0.62) !important;
}
.footer-top{ padding-bottom: 18px; }
.footer-brand .brand-logo-img{
  height: 44px;
}
.footer-col-title{
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer-link{
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 550;
}
.newsletter input{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  border-radius: 14px;
}
.newsletter input::placeholder{
  color: #fff;
  opacity: 1;
}
.newsletter input:focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 85, 2, 0.2);
  border-color: rgba(255, 85, 2, 0.5);
  background: rgba(255,255,255,0.1);
  color: #fff;
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon{
  filter: invert(1) brightness(0.4) sepia(1) hue-rotate(50deg) saturate(3);
}
.carousel-indicators [data-bs-target]{
  background-color: var(--vim-green);
}
.carousel-indicators .active{
  background-color: var(--vim-orange);
}

/* Back to top */
.back-to-top{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(28, 99, 31, 0.2);
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 31, 17, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vim-green);
  z-index: 20;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, color 180ms ease;
  pointer-events: none;
}
.back-to-top:hover{
  background: var(--vim-orange);
  color: #fff;
  border-color: var(--vim-orange);
}
.back-to-top.show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top i{ font-size: 18px; }

.logo-strip{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.logo-strip img{
  height: 36px;
  width: auto;
  opacity: 0.85;
}

/* About / mission */
.about-section .about-prose p{
  line-height: 1.75;
  color: var(--ink-muted);
  margin-bottom: 1.1rem;
}
.about-section .about-prose p:last-child{ margin-bottom: 0; }

.about-subhead{
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--ink);
  margin-top: 2rem;
  margin-bottom: 0.85rem;
  letter-spacing: -0.02em;
}

.tagline-quote{
  margin: 1.5rem 0 0;
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
  border-left: 4px solid var(--vim-orange);
  background: linear-gradient(135deg, var(--vim-green-soft), var(--vim-orange-soft));
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--vim-green-dark);
}

.mission-panel{
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(560px 240px at 0% 0%, var(--vim-green-soft), transparent 55%),
    radial-gradient(560px 240px at 100% 100%, var(--vim-orange-soft), transparent 55%),
    #fff;
  border: 1px solid rgba(28, 99, 31, 0.12);
  box-shadow: var(--shadow);
  height: 100%;
}
.mission-panel.mission-panel-compact{
  padding: 20px;
  border-radius: 18px;
  height: auto;
}
.mission-panel .tagline-quote{
  margin-top: 1rem;
}

.navbar .brand-sub{
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  line-height: 1.2;
  margin-top: 2px;
}

#map-directions{ scroll-margin-top: 6rem; }

/* Full-width map showcase (reference: large rounded embed on dark band) */
.map-showcase-section{
  position: relative;
  background: linear-gradient(180deg, #0a0d0a 0%, #111811 45%, #0c100c 100%);
  padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(2.25rem, 5vw, 3.5rem);
  overflow-x: hidden;
  max-width: 100%;
}

.map-showcase-accent{
  height: 3px;
  width: min(100% - 2rem, 72rem);
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 85, 2, 0.95), rgba(45, 138, 50, 0.9), transparent);
  box-shadow: 0 0 24px rgba(255, 85, 2, 0.35);
}

.map-showcase-inner{
  max-width: 100%;
}

.map-showcase-eyebrow{
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.map-showcase-title{
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.1rem + 1.8vw, 2.25rem);
  color: #fff;
  letter-spacing: -0.02em;
}

.map-showcase-frame{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: clamp(18px, 3.5vw, 32px);
  overflow: hidden;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  aspect-ratio: 16 / 10;
  min-height: 280px;
  max-height: min(72vh, 640px);
}

.map-showcase-iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 0;
  display: block;
}

@supports (overflow: clip){
  html,
  body,
  main{
    overflow-x: clip;
  }
}

.btn-whatsapp{
  background: #25d366;
  border: 1px solid #25d366;
  color: #fff !important;
  font-weight: 650;
}
.btn-whatsapp:hover{
  background: #1fb855;
  border-color: #1fb855;
  color: #fff !important;
}

.contact-channels .btn-outline-light{
  border-color: rgba(255,255,255,0.35);
}
.contact-channels .btn-outline-light:hover{
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}

.visit-card{
  border-radius: 22px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(28, 99, 31, 0.12);
  box-shadow: 0 14px 40px rgba(15, 31, 17, 0.08);
}
.visit-card-thumb{
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}

.visit-details a{
  color: var(--vim-green);
  font-weight: 550;
}
.visit-details a:hover{
  color: var(--vim-orange);
}

.vim-orange-text{ color: var(--vim-orange) !important; }

.footer-link-inline{
  color: rgba(255,255,255,0.88) !important;
}
.footer-link-inline:hover{
  color: #ffb899 !important;
}

@media (max-width: 991px){
  .py-hero{
    padding-top: 4.25rem;
  }
}
