/* ============================================================
   SYNTELLA INNOVATION INC  —  "TERRA" DESIGN SYSTEM
   Leaf green (#5A9A2D) + Sprout (#95D06B) on espresso bark (#3E2C23).
   An organic, grounded, editorial layout: framed split hero,
   floating stat band, staggered feature grid, solution rail,
   connected process steps, split blocks, and a TOC legal layout.
   Self-contained (CSS grid, not the base framework grid) and
   re-skins the base header / footer / form / popup.
   ============================================================ */

:root {
    --green:        #5A9A2D;   /* leaf (primary) */
    --green-600:    #4E8626;
    --green-700:    #3F6E1F;   /* deep */
    --green-800:    #2E5216;
    --lime:         #95D06B;   /* sprout (light accent) */
    --lime-300:    #B6E294;   /* lighter */
    --lime-050:    #EEF7E4;   /* pale wash */
    --green-050:    #E9F3DE;   /* pale green surface */

    --bark:         #3E2C23;   /* espresso (ink / dark) */
    --bark-2:       #574339;   /* softer brown */
    --muted:        #5F574E;   /* warm body copy */
    --line:         #E9E3D9;   /* warm hairline */
    --line-warm:    #ECE5D9;

    --bg:           #FFFFFF;
    --sand:         #F7F3EB;   /* warm section tint */
    --sage:         #EFF6E7;   /* cool green section tint */

    --footer:       #2C201A;   /* deep espresso */
    --footer-2:     #3E2C23;

    --grad:         linear-gradient(135deg, #4E8626 0%, #5A9A2D 55%, #7FBE43 100%);   /* leaf */
    --grad-gold:    linear-gradient(135deg, #5A9A2D 0%, #95D06B 100%);                /* leaf -> sprout (accent) */
    --grad-mix:     linear-gradient(120deg, #3F6E1F 0%, #5A9A2D 55%, #95D06B 100%);   /* earth */
    --grad-bark:    linear-gradient(160deg, #2C201A 0%, #3E2C23 100%);                /* espresso */

    --shadow-sm:    0 8px 26px rgba(62,44,35,.08);
    --shadow-md:    0 20px 46px rgba(90,154,45,.16);
    --shadow-lg:    0 34px 74px rgba(62,44,35,.18);

    --r-sm: 10px;
    --r-md: 16px;
    --r-lg: 22px;
    --r-xl: 30px;

    --sec-pad: 100px;
}

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

html { scroll-behavior: smooth; }
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: var(--muted);
    background: var(--bg);
}
::selection { background: rgba(90,154,45,.18); color: var(--bark); }
img { max-width: 100%; }

.container {
    width: 100%; max-width: 1200px; margin: 0 auto; padding-left: 20px; padding-right: 20px;
}
@media (min-width: 1200px) { .container { max-width: 1180px; } }
@media (min-width: 992px) and (max-width: 1199px) { .container { max-width: 960px; } }
@media (min-width: 768px) and (max-width: 991px)  { .container { max-width: 720px; } }
@media (min-width: 576px) and (max-width: 767px)  { .container { max-width: 540px; } }

/* generic new section */
.sec { position: relative; padding: var(--sec-pad) 0; overflow: hidden; }
.sec--cream { background: var(--sand); }
.sec--mint  { background: var(--sage); }
/* dark espresso "bark" band (still targeted by legacy .sec--forest hook) */
.sec--forest {
    background: var(--grad-bark);

    padding: calc(var(--sec-pad) + 3vw) 0;
    margin: -1px 0;
}

/* ========================================
   BUTTONS  (grounded, softly squared)
   ======================================== */
.btn2 {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: 14px; font-weight: 700; letter-spacing: .2px;
    padding: 15px 30px; border-radius: 12px; border: 2px solid transparent;
    text-decoration: none; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease, background-position .5s ease, color .3s ease, border-color .3s ease;
    line-height: 1;
}
.btn2-primary {
    color: #fff; background: var(--grad); background-size: 160% 160%;
    box-shadow: 0 14px 30px rgba(90,154,45,.32);
}
.btn2-primary:hover { transform: translateY(-3px); background-position: 100% 0; box-shadow: 0 18px 38px rgba(63,110,31,.34); color: #fff; }
.btn2-ghost { color: var(--green-700); border-color: rgba(90,154,45,.45); background: transparent; }
.btn2-ghost:hover { background: var(--green-700); color: #fff; border-color: var(--green-700); transform: translateY(-3px); }
.btn2-gold { color: var(--bark); background: #fff; box-shadow: 0 14px 28px rgba(149,208,107,.42); }
.btn2-gold:hover { transform: translateY(-3px); color: var(--bark); box-shadow: 0 18px 36px rgba(149,208,107,.5); }
.btn2-light { color: var(--green-700); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.btn2-light:hover { transform: translateY(-3px); color: var(--green-700); }
.btn2-outline-light { color: #fff; border-color: rgba(255,255,255,.55); }
.btn2-outline-light:hover { background: #fff; color: var(--green-700); border-color:#fff; transform: translateY(-3px); }

/* ========================================
   SECTION HEADER  (left or centered)
   ======================================== */
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase;
    color: var(--green-700); margin-bottom: 16px;
    background: var(--lime-050); padding: 7px 14px 7px 12px; border-radius: 40px;
}
.eyebrow::before { content: ''; width: 16px; height: 16px; border-radius: 50%; background: var(--grad-gold); box-shadow: 0 0 0 4px rgba(149,208,107,.28); }
.eyebrow.center::after { content: none; }

.sec-head { max-width: 640px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head h2 {
    color: var(--bark); font-weight: 800; letter-spacing: -.6px; line-height: 1.12; margin: 0 0 14px;
    font-size: clamp(27px, 3.5vw, 42px);
}
.sec-head h2 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
/* on dark bark sections use bright sprout gradient text */
.sec--forest h2 em { background: linear-gradient(120deg, var(--lime-300), var(--lime)) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; }
.sec-head p { font-size: 16px; line-height: 1.75; margin: 0; color: var(--muted); }

/* split header: title left, intro right */
.sec-head-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 56px; }
.sec-head-split .sh-l h2 { color: var(--bark); font-weight: 800; letter-spacing: -.6px; line-height: 1.12; margin: 0; font-size: clamp(27px, 3.5vw, 42px); }
.sec-head-split .sh-l h2 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sec-head-split .sh-r p { margin: 0; font-size: 15.5px; line-height: 1.8; color: var(--muted); }
@media (max-width: 860px){ .sec-head-split { grid-template-columns: 1fr; gap: 16px; } }

/* ========================================
   HEADER  (light, clean) + TOP BAR
   ======================================== */
.header-topbar { background: var(--grad-bark); padding: 9px 0; position: relative; z-index: 2; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-tag { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font-size: 12.5px; font-weight: 500; }
.topbar-tag i { color: var(--lime); font-size: 14px; }
.topbar-left { display: flex; align-items: center; gap: 26px; }
@media (max-width: 1080px){ .topbar-tag { display: none; } .topbar-inner { justify-content: flex-end; } }
.topbar-left a { color: rgba(255,255,255,.9) !important; font-size: 12.5px; text-decoration: none; display: flex; align-items: center; gap: 7px; transition: color .3s ease, transform .3s ease; }
.topbar-left a:hover { color: #fff !important; transform: translateY(-1px); }
.topbar-left a i { font-size: 12px; color: var(--lime); }

.header {
    background: #fff !important;
    border-bottom: 1px solid var(--line) !important; box-shadow: 0 2px 16px rgba(62,44,35,.05) !important;
    transition: box-shadow .3s ease, padding .3s ease; padding: 10px 0; position: relative; z-index: 1000;
}
.header.is--scrolled { background: #fff !important; box-shadow: 0 10px 30px rgba(62,44,35,.10) !important; padding: 6px 0 !important; }
/* smooth native sticky header on desktop (no blur repaint, no JS reflow jump) */
@media (min-width: 992px){
    .header, .header.js-fixed, .header.sticky-header { position: sticky !important; top: 0 !important; width: auto !important; }
}
.header .fflex { display: flex; align-items: center; justify-content: space-between; }
.header .logo { flex-shrink: 0; }
.header .navigation { flex-grow: 1; display: flex; justify-content: flex-end; align-items: center; }
.header .logo img, .header.is--scrolled .logo img { max-height: 64px !important; height: auto !important; width: auto !important; transition: none !important; transform: none !important; }
.nav-hamburger { display: none; }

.navigation > ul > li > a { letter-spacing: .2px; font-size: 14px !important; font-weight: 600 !important; color: var(--bark) !important; transition: color .3s ease !important; position: relative; }
.navigation > ul > li > a::before { display: none !important; content: none !important; }
.navigation > ul > li > a::after {
    content: '' !important; display: block !important; position: absolute; left: 16px; right: 16px; bottom: 3px;
    height: 8px; border-radius: 8px; background: var(--lime); opacity: .5; transform: scaleX(0); transform-origin: left center; transition: transform .32s cubic-bezier(.4,0,.2,1);
}
.navigation > ul > li:hover > a::after, .navigation > ul > li.is--active > a::after { transform: scaleX(1); }
.navigation > ul > li.dropdown > a::after { display: none !important; }
.navigation > ul > li:hover > a, .navigation > ul > li.is--active > a { color: var(--green-700) !important; }
.navigation > ul > li.dropdown > a > i { transition: transform .3s ease; font-size: 10px !important; margin-left: 4px !important; margin-right: 0 !important; color: var(--bark) !important; }
.navigation > ul > li.dropdown:hover > a > i { transform: rotate(180deg); color: var(--green-700) !important; }

.navigation .dropdown ul { border-radius: 16px !important; box-shadow: 0 24px 54px rgba(62,44,35,.18) !important; background: #fff !important; border: 1px solid var(--line) !important; padding: 8px !important; overflow: hidden; margin-top: 8px !important; }
.navigation .dropdown ul li { min-width: 250px; }
.navigation .dropdown ul li a, .navigation .dropdown ul a { padding: 11px 16px !important; font-size: 13.5px !important; color: var(--bark-2) !important; font-weight: 500 !important; border-radius: 10px !important; transition: all .25s ease !important; text-align: left; position: relative; }
.navigation .dropdown ul li a:hover, .navigation .dropdown ul a:hover { color: var(--green-700) !important; background: var(--green-050) !important; padding-left: 22px !important; }
.navigation .dropdown ul li.is--active a { color: #fff !important; font-weight: 600 !important; background: var(--grad) !important; }

.header-cta-btn { display: inline-block !important; background: var(--grad-gold) !important; color: var(--bark) !important; padding: 11px 24px !important; border-radius: 12px !important; font-size: 13px !important; font-weight: 800 !important; letter-spacing: .3px; box-shadow: 0 10px 22px rgba(149,208,107,.42) !important; transition: background-color .28s ease, color .28s ease, transform .28s ease, box-shadow .28s ease !important; text-decoration: none !important; will-change: transform; }
.header-cta-btn:hover { transform: translateY(-2px); background: var(--green) !important; color: #fff !important; box-shadow: 0 14px 26px rgba(90,154,45,.34) !important; }
/* The CTA sits inside .navigation > ul.gesture-nav, so the main-nav link rules leak onto it. */
.navigation .gesture-nav > li > a.header-cta-btn::after { display: none !important; }
.navigation .gesture-nav > li:hover > a.header-cta-btn,
.navigation .gesture-nav > li.is--active > a.header-cta-btn { color: var(--bark) !important; }
.navigation .gesture-nav { background: none !important; }
.navigation .gesture-nav::before { display: none !important; content: none !important; }

@media (min-width: 992px) {
    .nav-hamburger { display: none !important; }
    .header .navigation { display: flex !important; position: static !important; left: auto !important; width: auto !important; height: auto !important; max-height: none !important; background: transparent !important; padding: 0 !important; box-shadow: none !important; overflow: visible !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; flex-grow: 1 !important; }
    .navigation > ul { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
    .navigation > ul > li { border: none !important; margin: 0 !important; position: relative; display: inline-block !important; }
    .navigation > ul > li > a { display: inline-block !important; padding: 10px 16px !important; }
    .navigation .gesture-nav { display: flex !important; align-items: center !important; margin: 0 0 0 22px !important; padding: 0 !important; border: none !important; background: none !important; list-style: none !important; }
    .navigation .gesture-nav li { display: inline-block !important; border: none !important; }
    .navigation .gesture-nav .header-cta-btn { display: inline-block !important; width: auto !important; }
    .navigation .dropdown ul { position: absolute !important; max-height: none !important; overflow: visible !important; }
}

/* ========================================
   HERO  —  framed split, organic, textured
   ======================================== */
.hero {
    position: relative;
    background:
        radial-gradient(1100px 480px at 82% -8%, rgba(149,208,107,.20), transparent 60%),
        radial-gradient(900px 520px at -6% 30%, rgba(90,154,45,.10), transparent 58%),
        linear-gradient(180deg, #FBFAF4 0%, #F1F6EB 100%);
    padding: 70px 0 118px; overflow: hidden;
}
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.hero-orb-1 { top: -130px; right: -120px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(90,154,45,.16), transparent 62%); }
.hero-orb-2 { bottom: -160px; left: -120px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(62,44,35,.08), transparent 64%); }
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 60px; align-items: center; }

.hero-body { animation: fadeSlideUp .8s ease-out both; }
.hero-title { color: var(--bark); font-weight: 800; letter-spacing: -1px; line-height: 1.05; margin: 8px 0 18px; font-size: clamp(35px, 5vw, 62px); }
.hero-title strong { position: relative; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; }
.hero-lead-sub { display: block; font-size: clamp(17px, 2vw, 22px); font-weight: 500; color: var(--bark-2); margin-bottom: 6px; }
.hero-text { font-size: 16.5px; line-height: 1.8; color: var(--muted); max-width: 540px; margin: 0 0 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-bullets { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.hero-bullets li { position: relative; padding-left: 30px; font-size: 14.5px; font-weight: 600; color: var(--bark-2); }
.hero-bullets li::before { content: ''; position: absolute; left: 0; top: 0; width: 21px; height: 21px; border-radius: 7px; background: var(--lime-050); border: 1px solid rgba(90,154,45,.25); }
.hero-bullets li::after { content: '\2713'; position: absolute; left: 5px; top: 0; color: var(--green-700); font-size: 12px; font-weight: 900; }

/* media : framed image + offset accent panel + floating cards */
.hero-media { position: relative; animation: slideInRight .9s cubic-bezier(.2,.7,.2,1) both; }
.hero-frame { position: relative; }
.hero-media-main { position: relative; z-index: 2; border-radius: 34px 34px 34px 60px; overflow: hidden; box-shadow: var(--shadow-lg); border: 8px solid #fff; }
.hero-media-main img { display: block; width: 100%; height: 486px; object-fit: cover; }
.hero-accent { position: absolute; z-index: 1; inset: 26px -22px -26px 30px; background: var(--grad-mix); border-radius: 34px 60px 34px 34px; opacity: .95; }
.hero-accent::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 80% 90%, rgba(149,208,107,.5), transparent 60%); }
.hero-badge { position: absolute; z-index: 3; left: -22px; bottom: 40px; background: #fff; border-radius: var(--r-md); padding: 16px 20px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 14px; }
.hero-badge .hb-ic { width: 46px; height: 46px; border-radius: 13px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.hero-badge .hb-num { font-size: 22px; font-weight: 800; color: var(--bark); line-height: 1; }
.hero-badge .hb-label { font-size: 12px; color: var(--muted); }
.hero-chip { position: absolute; z-index: 3; right: -14px; top: 30px; background: var(--bark); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .4px; padding: 10px 16px; border-radius: 40px; box-shadow: var(--shadow-md); }
.hero-chip b { color: var(--lime); }

/* inner (legal) hero */
.hero--inner { padding: 66px 0 60px; text-align: center; }
.hero--inner .hero-title { font-size: clamp(30px, 4vw, 47px); margin: 8px 0 12px; }
.hero--inner .eyebrow { margin-left: auto; margin-right: auto; }
.hero-crumb { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; color: var(--muted); }
.hero-crumb a { color: var(--green-700); text-decoration: none; }
.hero-crumb span { color: var(--lime); }

@media (max-width: 960px) {
    .hero { padding-bottom: 96px; }
    .hero-grid { grid-template-columns: 1fr; gap: 46px; }
    .hero-media { order: -1; max-width: 540px; }
    .hero-media-main img { height: 340px; }
    .hero-accent { inset: 20px -16px -20px 22px; }
}

/* ========================================
   STAT BAND  (floating over hero)
   ======================================== */
.statband { position: relative; z-index: 5; }
.statband .container { margin-top: -60px; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.stat { padding: 32px 26px; text-align: center; position: relative; }
.stat + .stat::before { content: ''; position: absolute; left: 0; top: 22%; height: 56%; width: 1px; background: var(--line); }
.stat-num { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; line-height: 1; margin-bottom: 8px; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-num sup { color: var(--lime); -webkit-text-fill-color: var(--green); }
.stat-label { font-size: 13.5px; color: var(--muted); font-weight: 600; }
@media (max-width: 760px){ .stat-row { grid-template-columns: repeat(2,1fr); } .stat:nth-child(2)::before{ display:none;} }

/* ========================================
   FEATURE GRID  (staggered "bento" tiles)
   ======================================== */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 24px; }
.bento-tile {
    position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 36px 30px; overflow: hidden; transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease; box-shadow: var(--shadow-sm);
}
.bento-tile::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--grad); transform: scaleY(0); transform-origin: top; transition: transform .45s ease; }
.bento-tile:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(90,154,45,.3); }
.bento-tile:hover::before { transform: scaleY(1); }
/* editorial stagger on wide screens */
@media (min-width: 901px){ .bento-tile:nth-child(2){ transform: translateY(26px); } .bento-tile:nth-child(2):hover{ transform: translateY(18px); } }
.bento-tile .bt-ic { width: 64px; height: 64px; border-radius: 20px 20px 20px 8px; background: var(--lime-050); color: var(--green-700); display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 22px; transition: transform .4s ease, background .4s ease, color .4s ease; position: relative; z-index: 1; }
.bento-tile:hover .bt-ic { transform: rotate(-6deg) scale(1.06); background: var(--grad); color: #fff; }
.bento-tile h4 { color: var(--bark); font-size: 20px; font-weight: 800; margin: 0 0 10px; }
.bento-tile p { font-size: 14.5px; line-height: 1.75; color: var(--muted); margin: 0; }
.bento-tile .bt-corner { position: absolute; top: 0; right: 0; width: 76px; height: 76px; background: var(--sage); border-bottom-left-radius: var(--r-lg); }
.bento-tile.wide { grid-column: span 2; }
.bento-tile.promo { background: var(--grad-mix); border: none; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.bento-tile.promo::after { content: ''; position: absolute; right: -60px; bottom: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(149,208,107,.45), transparent 65%); }
.bento-tile.promo h4 { color: #fff; font-size: 23px; }
.bento-tile.promo p { color: rgba(255,255,255,.88); margin-bottom: 20px; }
.bento-tile.promo .bt-corner { display: none; }
@media (max-width: 900px){ .bento { grid-template-columns: repeat(2,1fr);} .bento-tile.wide{grid-column: span 2;} }
@media (max-width: 620px){ .bento { grid-template-columns: 1fr;} .bento-tile.wide{grid-column:auto;} }

/* ========================================
   SOLUTIONS RAIL  (cards linking to pages)
   ======================================== */
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sol-card {
    position: relative; display: block; text-decoration: none; background: #fff; border: 1px solid var(--line);
    border-radius: var(--r-md); padding: 32px 26px 26px; overflow: hidden;
    transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease; box-shadow: var(--shadow-sm);
}
.sol-card::before { content: ''; position: absolute; left: 0; top: 0; height: 5px; width: 100%; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.sol-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.sol-card:hover::before { transform: scaleX(1); }
.sol-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--green-700); background: var(--lime-050); padding: 5px 11px; border-radius: 8px; margin-bottom: 16px; }
.sol-card h4 { color: var(--bark); font-size: 18.5px; font-weight: 800; margin: 0 0 8px; }
.sol-card p { font-size: 13.8px; line-height: 1.7; color: var(--muted); margin: 0 0 16px; }
.sol-more { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--green-700); }
.sol-more i { transition: transform .3s ease; font-style: normal; }
.sol-card:hover .sol-more i { transform: translateX(5px); }
.sol-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.sol-group + .sol-group { margin-top: 48px; }
.sol-group-head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.sol-group-head .eyebrow { margin: 0; }
.sol-group-head .sg-line { flex: 1; height: 1px; background: var(--line); }
@media (max-width: 1000px){ .sol-grid.cols-4 { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 900px){ .sol-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 600px){ .sol-grid, .sol-grid.cols-4 { grid-template-columns: 1fr;} }

/* ========================================
   CONNECTED PROCESS STEPS
   ======================================== */
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
.timeline::before { content: ''; position: absolute; top: 36px; left: 14%; right: 14%; height: 3px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.4) 0 12px, transparent 12px 24px); }
.sec--forest .timeline::before { background: repeating-linear-gradient(90deg, rgba(149,208,107,.55) 0 12px, transparent 12px 24px); }
.tl-step { position: relative; text-align: center; }
.tl-node { width: 74px; height: 74px; margin: 0 auto 24px; border-radius: 24px 24px 24px 8px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; position: relative; z-index: 2; box-shadow: 0 14px 32px rgba(0,0,0,.3); border: 5px solid var(--footer-2); }
.sec:not(.sec--forest) .tl-node { border-color: #fff; box-shadow: 0 14px 32px rgba(90,154,45,.28); }
.tl-num { position: absolute; top: -8px; right: calc(50% - 46px); width: 27px; height: 27px; border-radius: 50%; background: var(--lime); color: var(--bark); font-size: 12px; font-weight: 900; display: flex; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 4px 12px rgba(44,32,26,.3); }
.tl-step h4 { font-size: 18px; font-weight: 800; margin: 0 0 8px; color: #fff; }
.tl-step p { font-size: 14px; line-height: 1.7; margin: 0 auto; max-width: 300px; color: rgba(255,255,255,.76); }
.sec:not(.sec--forest) .tl-step h4 { color: var(--bark); }
.sec:not(.sec--forest) .tl-step p { color: var(--muted); }
@media (max-width: 820px){ .timeline { grid-template-columns: 1fr; gap: 36px; } .timeline::before { display: none; } }

/* ========================================
   SPLIT BLOCK  (image + content + checklist)
   ======================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; height: 448px; object-fit: cover; border-radius: 30px 30px 30px 60px; box-shadow: var(--shadow-lg); }
.split-media .sm-frame { position: absolute; inset: 20px -20px -20px 20px; border: 2px solid var(--lime); border-radius: 30px 60px 30px 30px; z-index: -1; }
.split-media .sm-tag { position: absolute; left: 22px; bottom: 22px; background: #fff; border-radius: 14px; padding: 12px 18px; box-shadow: var(--shadow-md); font-weight: 800; color: var(--bark); font-size: 14px; display: flex; align-items: center; gap: 10px; }
.split-media .sm-tag i { color: var(--green-700); font-size: 20px; }
.split-body h2 { color: var(--bark); font-weight: 800; letter-spacing: -.5px; line-height: 1.14; margin: 8px 0 16px; font-size: clamp(24px, 3.2vw, 37px); }
.split-body h2 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.split-body p { font-size: 15.5px; line-height: 1.85; color: var(--muted); margin: 0 0 20px; }
.checklist { list-style: none; margin: 0 0 26px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.checklist li { position: relative; padding-left: 32px; font-size: 14.5px; font-weight: 600; color: var(--bark-2); }
.checklist li i { position: absolute; left: 0; top: -1px; width: 22px; height: 22px; border-radius: 7px; background: var(--lime-050); color: var(--green-700); display: flex; align-items: center; justify-content: center; font-size: 12px; font-style: normal; }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; gap: 38px; } .split.reverse .split-media { order: -1; } .split-media img { height: 320px; } .checklist { grid-template-columns: 1fr; } }

/* ========================================
   BENEFIT CARDS  (service pages)
   ======================================== */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.benefit-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease; display: flex; flex-direction: column; }
.benefit-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.benefit-media { position: relative; height: 178px; overflow: hidden; }
.benefit-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.benefit-card:hover .benefit-media img { transform: scale(1.07); }
.benefit-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(44,32,26,.5)); }
.benefit-num { position: absolute; left: 18px; bottom: -20px; z-index: 2; width: 50px; height: 50px; border-radius: 16px; background: var(--grad-gold); color: var(--bark); font-size: 18px; font-weight: 900; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.benefit-body { padding: 34px 26px 28px; flex: 1; }
.benefit-body h4 { color: var(--bark); font-size: 18px; font-weight: 800; margin: 0 0 10px; }
.benefit-body p { font-size: 14px; line-height: 1.78; color: var(--muted); margin: 0; }
@media (max-width: 900px){ .benefit-grid { grid-template-columns: 1fr; } .benefit-media { height: 200px; } }

/* capability chips */
.cap-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.cap-chip { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 40px; padding: 10px 18px 10px 12px; font-size: 13.5px; font-weight: 700; color: var(--bark-2); box-shadow: var(--shadow-sm); }
.cap-chip i { width: 30px; height: 30px; border-radius: 50%; background: var(--lime-050); color: var(--green-700); display: flex; align-items: center; justify-content: center; font-size: 15px; }

/* ========================================
   CONTACT SECTION
   ======================================== */
.contact-card { display: grid; grid-template-columns: .92fr 1.08fr; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.contact-aside { position: relative; background: var(--grad-mix); color: #fff; padding: 48px 40px; overflow: hidden; }
.contact-aside::after { content: ''; position: absolute; right: -70px; bottom: -70px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(149,208,107,.45), transparent 65%); }
.contact-aside h3 { color: #fff; font-size: 27px; font-weight: 800; margin: 0 0 12px; letter-spacing: -.3px; position: relative; z-index: 1; }
.contact-aside > p { color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.7; margin: 0 0 26px; position: relative; z-index: 1; }
.contact-info { position: relative; z-index: 1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.contact-info a { display: flex; align-items: center; gap: 12px; color: #fff !important; font-size: 14.5px; margin-bottom: 16px; text-decoration: none; transition: padding-left .3s ease; }
.contact-info a:hover { padding-left: 5px; }
.contact-info a i { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.contact-form-body { padding: 48px 44px; }
.contact-form-body h4 { font-size: 26px; font-weight: 800; color: var(--bark); margin: 0 0 6px; letter-spacing: -.3px; }
.contact-form-body .form-subtitle { font-size: 14px; color: var(--muted); margin: 0 0 24px; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-wrap { margin-bottom: 16px; }
.field-wrap > label { display: block; font-size: 13px; font-weight: 600; color: var(--bark-2); margin-bottom: 7px; }
.form-control { width: 100%; border: 1.5px solid var(--line) !important; border-radius: var(--r-sm) !important; padding: 13px 15px !important; font-size: 14px !important; background: #faf9f5 !important; color: var(--bark) !important; transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease; height: auto !important; }
.form-control::placeholder { color: #a99f92; font-size: 13px; }
.form-control:focus { border-color: var(--green) !important; box-shadow: 0 0 0 4px rgba(90,154,45,.12); background: #fff !important; outline: none; }
.checkbox-wrap { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 8px; }
.checkbox-wrap label { font-size: 13px; color: var(--bark-2); cursor: pointer; }
.note { font-size: 11px !important; color: #a2988c !important; line-height: 1.55 !important; margin-bottom: 14px !important; }
.note a { color: var(--green-700) !important; }
.btn-primary { position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 9px; background: var(--grad) !important; background-size: 160% 160% !important; border: none !important; border-radius: 12px !important; padding: 15px 42px !important; font-size: 15px !important; font-weight: 700 !important; letter-spacing: .3px; color: #fff !important; text-transform: none !important; box-shadow: 0 14px 32px rgba(90,154,45,.32) !important; transition: transform .3s ease, box-shadow .3s ease, background-position .5s ease; cursor: pointer; }
.btn-primary:hover { transform: translateY(-2px); background-position: 100% 0 !important; box-shadow: 0 18px 40px rgba(63,110,31,.36) !important; color: #fff !important; }
.form-status { padding: 11px 15px; border-radius: 10px; font-size: 13px; font-weight: 500; margin-bottom: 14px; }
.form-status-success { background: #eaf6e0; color: #3f6e1f; border: 1px solid #cfe8b6; }
.form-status-error { background: #fef1f2; color: #c8323f; border: 1px solid #f8ccd1; }
.form-control.is-invalid { border-color: #e53e3e !important; }
@media (max-width: 860px){ .contact-card { grid-template-columns: 1fr; } .contact-form-body { padding: 32px 24px; } .contact-aside { padding: 36px 28px; } .field-row { grid-template-columns: 1fr; gap: 0; } }

/* ========================================
   CTA PANEL  (floating earth gradient)
   ======================================== */
.cta-wrap { padding: 48px 0; background: var(--bg); }
.cta-panel { position: relative; background: var(--grad-mix); border-radius: var(--r-xl); padding: 64px 56px; overflow: hidden; text-align: center; box-shadow: var(--shadow-lg); }
.cta-panel::before { content: ''; position: absolute; left: -60px; top: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(149,208,107,.4), transparent 66%); }
.cta-panel::after { content: ''; position: absolute; right: -70px; bottom: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(62,44,35,.28), transparent 66%); }
.cta-panel .eyebrow { color: #fff; background: rgba(255,255,255,.16); justify-content: center; }
.cta-panel .eyebrow::before { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.2); }
.cta-panel h3 { position: relative; z-index: 1; color: #fff; font-weight: 800; letter-spacing: -.4px; font-size: clamp(25px, 3.4vw, 39px); margin: 0 0 14px; }
.cta-panel p { position: relative; z-index: 1; color: rgba(255,255,255,.92); font-size: 16px; line-height: 1.7; max-width: 660px; margin: 0 auto 28px; }
.cta-panel .cta-btns { position: relative; z-index: 1; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 620px){ .cta-panel { padding: 46px 26px; } }

/* ========================================
   LEGAL LAYOUT  (TOC sidebar + article)
   ======================================== */
.legal { padding: 80px 0; }
.legal-grid { display: grid; grid-template-columns: 290px 1fr; gap: 50px; align-items: start; }
.legal-toc { position: sticky; top: 92px; background: var(--sand); border: 1px solid var(--line-warm); border-radius: var(--r-md); padding: 26px 22px; }
.legal-toc h5 { font-size: 12px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--green-700); margin: 0 0 16px; }
.legal-toc ul { list-style: none; margin: 0; padding: 0; }
.legal-toc li { margin-bottom: 4px; }
.legal-toc a { display: block; font-size: 13.5px; color: var(--bark-2); text-decoration: none; padding: 8px 12px; border-radius: 9px; border-left: 3px solid transparent; transition: all .25s ease; }
.legal-toc a:hover { background: #fff; color: var(--green-700); border-left-color: var(--green); }
.legal-article h2 { color: var(--bark); font-weight: 800; letter-spacing: -.4px; font-size: 27px; margin: 0 0 10px; }
.legal-article > p:first-of-type { font-size: 15.5px; }
.legal-article h4 { color: var(--green-700); font-weight: 800; font-size: 18px; margin: 36px 0 12px; scroll-margin-top: 90px; }
.legal-article p { color: var(--muted); font-size: 14.8px; line-height: 1.85; margin: 0 0 14px; }
.legal-article p strong { color: var(--bark); }
.legal-article a { color: var(--green-700); }
.legal-article .listingterms { background: var(--sage); border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: var(--r-sm); padding: 20px 22px 20px 26px; margin: 18px 0 24px; }
.listingterms ul { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 34px; }
.listingterms ul li { position: relative; padding-left: 22px; margin-bottom: 10px; font-size: 13.5px; color: var(--bark-2); break-inside: avoid; }
.listingterms ul li::before { content: ''; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border-radius: 3px; background: var(--grad); }
.listingterms ul li strong { color: var(--bark); }
.legal-article .listingoth ul { list-style: disc; padding-left: 22px; margin: 0 0 14px; }
.legal-article .listingoth li { font-size: 14.5px; line-height: 1.8; color: var(--muted); margin-bottom: 9px; }
.legal-article .listingoth ul ul { list-style: circle; margin-top: 9px; }
.legal-toc ul:empty { display: none; }
@media (max-width: 860px){ .legal-grid { grid-template-columns: 1fr; } .legal-toc { position: static; } .listingterms ul { columns: 1; } }

/* ========================================
   FOOTER
   ======================================== */
.footer-modern { background: var(--grad-bark) !important; color: #fff; position: relative; overflow: hidden; }
.footer-modern::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-mix); }
.footer-modern::after { content: ''; position: absolute; right: -120px; top: -120px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(90,154,45,.35), transparent 68%); pointer-events: none; }

/* footer CTA strip */
.footer-cta { position: relative; z-index: 1; border-bottom: 1px solid rgba(255,255,255,.1); padding: 42px 0; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.footer-cta-inner h3 { color: #fff; font-size: clamp(21px, 2.6vw, 30px); font-weight: 800; letter-spacing: -.3px; margin: 0; max-width: 640px; }
.footer-cta-inner h3 em { font-style: normal; background: linear-gradient(120deg, var(--lime-300), var(--lime)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.footer-top { padding: 60px 0 44px !important; position: relative; z-index: 1; }
.footer-brand .footer-logo { display: inline-block; margin-bottom: 18px; }
.footer-brand .footer-logo img { max-height: 62px; }
.footer-brand .footer-desc { color: rgba(255,255,255,.62) !important; font-size: 13.5px !important; line-height: 1.75 !important; max-width: 310px; margin: 0 !important; }
.footer-widget h5 { color: #fff !important; font-size: 15px !important; font-weight: 700 !important; margin-bottom: 20px !important; position: relative; padding-bottom: 12px; text-transform: none !important; letter-spacing: 0 !important; }
.footer-widget h5::after { content: ''; position: absolute; bottom: 0; left: 0; width: 34px; height: 3px; background: var(--grad-gold); border-radius: 3px; }
.footer-widget ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-widget ul li { margin-bottom: 11px; }
.footer-widget ul li a { color: rgba(255,255,255,.62) !important; font-size: 13.5px !important; text-decoration: none !important; transition: color .3s ease, padding-left .3s ease; display: inline-block; }
.footer-widget ul li a:hover { color: var(--lime) !important; padding-left: 6px; }
.footer-contact li a { display: flex !important; align-items: center; gap: 10px; }
.footer-contact li a i { color: var(--lime); font-size: 14px; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; position: relative; z-index: 1; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: center; }
.footer-bottom-inner p { color: rgba(255,255,255,.46) !important; font-size: 13px !important; margin: 0 !important; }

/* ========================================
   POPUP
   ======================================== */
.popup.popup-style1 { border-radius: var(--r-md) !important; box-shadow: var(--shadow-lg) !important; }
.popup .logo-wrap img { max-height: 46px; }
.popupContent h4 .cl-iPrimary { color: var(--green-700) !important; }

/* ========================================
   SCROLL-REVEAL
   ======================================== */
.reveal { opacity: 0; transform: translateY(42px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.reveal.reveal-l { transform: translateX(-46px); }
.reveal.reveal-r { transform: translateX(46px); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }

/* ========================================
   SCROLLBAR
   ======================================== */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--sand); }
::-webkit-scrollbar-thumb { background: var(--grad); border-radius: 10px; border: 2px solid var(--sand); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--green-700), var(--green)); }

/* ========================================
   KEYFRAMES
   ======================================== */
@keyframes slideInLeft  { from { opacity: 0; transform: translateX(-54px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(54px);  } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeSlideUp  { from { opacity: 0; transform: translateY(26px);  } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; }
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    html { scroll-behavior: auto; }
}

/* ============================================================
   MOBILE NAVIGATION (drawer)
   ============================================================ */
@media (max-width: 991px) {
    .header-topbar { display: none; }
    .header { padding: 12px 0 !important; position: relative; z-index: 1001; }
    .header .container { padding: 0 20px; max-width: 100%; }
    .header .fflex { display: flex; align-items: center; justify-content: space-between; width: 100%; position: relative; gap: 15px; }
    .header .logo { flex: 0 0 auto; max-width: 60%; display: flex; align-items: center; }
    .header .logo img { width: auto !important; height: auto !important; max-height: 54px !important; max-width: 100% !important; }

    .nav-hamburger { display: block !important; width: 30px; height: 24px; cursor: pointer; z-index: 1000; position: relative; padding: 0; margin: 0; flex: 0 0 auto; background: transparent; border: none; -webkit-tap-highlight-color: transparent; }
    .nav-hamburger span { display: block; height: 2px; width: 100%; background: var(--green); border-radius: 2px; transition: all .25s ease-in-out; position: absolute; left: 0; transform-origin: center center; }
    .nav-hamburger span:nth-child(1) { top: 0; }
    .nav-hamburger span:nth-child(2) { top: 11px; }
    .nav-hamburger span:nth-child(3) { top: 22px; }
    .nav-hamburger span:nth-child(4), .nav-hamburger span:nth-child(5), .nav-hamburger span:nth-child(6) { display: none !important; }
    .nav-hamburger.is--active span:nth-child(1) { top: 11px; transform: rotate(45deg); }
    .nav-hamburger.is--active span:nth-child(3) { top: 11px; transform: rotate(-45deg); }

    .navigation, .header .navigation {
        position: fixed !important; top: 0 !important; left: -100% !important; width: 300px !important; height: 100vh !important; max-height: 100vh !important;
        background: linear-gradient(165deg, var(--footer), var(--footer-2)) !important; z-index: 999 !important; padding-top: 74px !important; padding-bottom: 20px !important;
        overflow-y: auto !important; overflow-x: hidden !important; display: flex !important; flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important;
        transition: left .4s cubic-bezier(.4,0,.2,1) !important; box-shadow: 6px 0 40px rgba(0,0,0,.5) !important;
    }
    .navigation.is--open, .header .navigation.is--open { left: 0 !important; }
    .navigation > ul { width: 100% !important; display: flex !important; flex-direction: column !important; padding: 0 !important; margin: 0 !important; }
    .navigation > ul > li { width: 100% !important; border-bottom: 1px solid rgba(255,255,255,.07); margin: 0 !important; }
    .navigation > ul > li > a { color: rgba(255,255,255,.9) !important; padding: 15px 22px !important; font-size: 15px !important; font-weight: 600 !important; justify-content: space-between !important; align-items: center !important; width: 100%; display: flex !important; text-decoration: none; transition: all .3s ease !important; min-height: 48px; }
    .navigation > ul > li > a::after, .navigation > ul > li > a::before { display: none !important; }
    .navigation > ul > li.dropdown > a > i { margin-left: auto; color: #fff !important; transition: transform .3s ease; }
    .navigation > ul > li:hover > a, .navigation > ul > li.is--active > a { color: var(--lime) !important; background: rgba(90,154,45,.16); }

    .navigation .dropdown ul { position: static !important; opacity: 1 !important; visibility: visible !important; border-radius: 0 !important; box-shadow: none !important; background: rgba(0,0,0,.2) !important; border: none !important; border-top: 1px solid rgba(255,255,255,.05) !important; padding: 0 !important; margin: 0 !important; min-width: 0 !important; max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.4,0,.2,1), padding .4s ease; display: block !important; }
    .navigation .dropdown.is--active > ul { max-height: 600px; padding: 6px 0 !important; }
    .navigation .dropdown.is--active > a > i { transform: rotate(180deg); }
    .navigation .dropdown ul li { min-width: 0 !important; width: 100% !important; border-bottom: 1px solid rgba(255,255,255,.04); }
    .navigation .dropdown ul li:last-child { border-bottom: none; }
    .navigation .dropdown ul li a, .navigation .dropdown ul a { color: rgba(255,255,255,.72) !important; padding: 13px 22px 13px 40px !important; font-size: 13.5px !important; font-weight: 400 !important; border-left: 3px solid transparent !important; background: transparent !important; display: block !important; transition: all .3s ease !important; position: relative; min-height: 44px; }
    .navigation .dropdown ul li a::before { content: '\203A'; position: absolute; left: 24px; top: 50%; transform: translateY(-50%); font-size: 18px; opacity: .5; transition: all .3s ease; }
    .navigation .dropdown ul li a:hover, .navigation .dropdown ul a:hover { color: var(--lime) !important; background: rgba(90,154,45,.12) !important; border-left-color: var(--lime) !important; padding-left: 45px !important; }
    .navigation .dropdown ul li a:hover::before { opacity: 1; left: 28px; }
    .navigation .dropdown ul li.is--active a { color: var(--lime) !important; font-weight: 500 !important; border-left-color: var(--lime) !important; background: rgba(90,154,45,.12) !important; }

    .navigation .gesture-nav { width: 100% !important; padding: 20px !important; background: none !important; margin: 10px 0 0 !important; border-top: 1px solid rgba(255,255,255,.1); }
    .navigation .gesture-nav::before { display: none !important; content: none !important; }
    .navigation .gesture-nav li { width: 100% !important; border: none !important; }
    .header-cta-btn { display: block !important; text-align: center !important; padding: 14px 24px !important; border-radius: 12px !important; font-size: 14px !important; font-weight: 700 !important; width: 100% !important; box-shadow: 0 8px 22px rgba(90,154,45,.4) !important; }

    body.is--menu { overflow: hidden; height: 100vh; }
    .defaultOverlay { position: fixed; inset: 0; width: 100%; height: 100vh; background: rgba(44,32,26,.6) !important; backdrop-filter: blur(3px); z-index: 998; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
    body.is--menu .defaultOverlay { opacity: 1; visibility: visible; }
    .navigation::-webkit-scrollbar { width: 4px; }
    .navigation::-webkit-scrollbar-track { background: rgba(255,255,255,.05); }
    .navigation::-webkit-scrollbar-thumb { background: rgba(149,208,107,.5); border-radius: 10px; }
}

/* ============================================================
   RESPONSIVE SECTION RHYTHM
   ============================================================ */
@media (max-width: 991px) {
    :root { --sec-pad: 64px; }
    .footer-brand { margin-bottom: 30px; }
    .footer-widget { margin-bottom: 26px; }
    .footer-cta-inner { justify-content: center; text-align: center; }
    .sec-head { margin-bottom: 40px; }
    .cta-wrap { padding: 34px 0; }
    .sec--forest { clip-path: none; margin: 0; padding: var(--sec-pad) 0; }
}
@media (max-width: 620px) {
    .hero-title { font-size: 33px; }
    .hero-media-main img { height: 280px; }
    .hero-badge { left: 8px; }
    .bento-tile:nth-child(2){ transform: none; }
}
