 :root {
     --brand: #2d8b22;
     --brand-dark: #176616;
     --blue: #1487b8;
     --ink: #10251e;
     --muted: #68766f;
     --soft: #f4faf2;
     --line: #e6eee6;
 }

 * {
     box-sizing: border-box
 }

 body {
     font-family: 'DM Sans', sans-serif;
     color: var(--ink);
     background: #fff
 }

 .navbar {
     min-height: 78px
 }

 .brand-logo {
     width: 150px;
     height: auto;
     max-height: 58px;
     object-fit: contain
 }

 .nav-link {
     font-weight: 600;
     color: #33443b !important
 }

 .nav-link:hover {
     color: var(--brand) !important
 }

 .btn-brand {
     background: var(--brand);
     color: #fff;
     border: 1px solid var(--brand)
 }

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

 .btn-outline-brand {
     border: 1px solid var(--brand);
     color: var(--brand)
 }

 .btn-outline-brand:hover {
     background: var(--brand);
     color: #fff
 }

 .hero-section {
     padding: 80px 0 60px;
     background: linear-gradient(135deg, #fff 55%, #f4fbf1)
 }

 h1,
 h2,
 h3,
 h4 {
     font-family: 'Playfair Display', serif
 }

 h1 {
     font-size: clamp(2.7rem, 5vw, 4.9rem);
     line-height: 1.04;
     font-weight: 700
 }

 h1 span,
 h2 span {
     color: var(--brand)
 }

 h2 {
     font-size: clamp(2rem, 3.6vw, 3.1rem)
 }

 .lead {
     font-size: 1.16rem;
     color: #5f6e67;
     max-width: 620px
 }

 .eyebrow {
     display: inline-block;
     color: var(--brand);
     font-weight: 800;
     font-size: .75rem;
     letter-spacing: .14em;
     margin-bottom: 12px
 }

 .hero-points {
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
     font-size: .9rem;
     font-weight: 600
 }

 .hero-points i,
 .check-list li:before {
     color: var(--brand)
 }

 .hero-visual {
     height: 510px;
     border-radius: 34px;
     position: relative;
     overflow: hidden;
     background: linear-gradient(145deg, #eaf7e5, #d6efd0);
     display: flex;
     align-items: center;
     justify-content: center
 }

 .leaf-orb {
     position: absolute;
     width: 380px;
     height: 380px;
     border-radius: 50%;
     background: #b8d9a8;
     opacity: .65;
     right: -70px;
     bottom: -90px
 }

 .hero-photo-placeholder {
     width: 72%;
     height: 76%;
     border-radius: 28px;
     background: rgba(255, 255, 255, .72);
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 8px;
     color: var(--brand);
     box-shadow: 0 20px 60px rgba(32, 90, 30, .12);
     text-align: center
 }

 .hero-photo-placeholder i {
     font-size: 5rem
 }

 .hero-photo-placeholder span {
     color: #718078;
     font-size: .9rem
 }

 .hero-slider {
     position: relative;
     width: 100%
 }

 .hero-slider .carousel-item,
 .hero-slider .carousel-inner {
     height: 100%
 }

 .hero-slider .carousel-item.active,
 .hero-slider .carousel-item-next,
 .hero-slider .carousel-item-prev {
     display: block
 }

 .hero-slide {
     position: relative;
     height: 78vh;
     min-height: 480px;
     max-height: 820px;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     background-color: var(--brand-dark);
     display: flex;
     align-items: center
 }

 .hero-slide-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(270deg, rgba(15, 35, 15, .72) 0%, rgba(15, 35, 15, .45) 45%, rgba(15, 35, 15, .15) 100%)
 }

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

 .hero-slide-content {
     max-width: 640px;
     margin-left: auto;
     color: #fff;
     text-align: right
 }

 .hero-slide-content .eyebrow {
     color: #cdeec2
 }

 .hero-slide-content h1 {
     color: #fff
 }

 .hero-slide-content .lead {
     color: #eef4ec;
     max-width: 560px;
     margin-left: auto
 }

 .hero-slider .carousel-indicators {
     margin-bottom: 28px
 }

 .hero-slider .carousel-indicators [data-bs-target] {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background-color: rgba(255, 255, 255, .55);
     border: 0;
     opacity: 1
 }

 .hero-slider .carousel-indicators .active {
     background-color: var(--brand)
 }

 .hero-slider .carousel-control-prev,
 .hero-slider .carousel-control-next {
     width: 56px;
     height: 56px;
     top: 50%;
     transform: translateY(-50%);
     bottom: auto;
     background: rgba(255, 255, 255, .16);
     border-radius: 50%;
     opacity: 1;
     transition: background .2s ease
 }

 .hero-slider .carousel-control-prev {
     left: 24px
 }

 .hero-slider .carousel-control-next {
     right: 24px
 }

 .hero-slider .carousel-control-prev:hover,
 .hero-slider .carousel-control-next:hover {
     background: rgba(255, 255, 255, .32)
 }

 .hero-slider .carousel-control-prev-icon,
 .hero-slider .carousel-control-next-icon {
     width: 1.3rem;
     height: 1.3rem
 }

 .hero-slider .carousel-fade .carousel-item {
     transition: opacity 1s ease
 }

 @media(max-width:767px) {
     .hero-slide {
         height: 66vh;
         min-height: 420px
     }

     .hero-slider .carousel-control-prev,
     .hero-slider .carousel-control-next {
         width: 42px;
         height: 42px
     }

     .hero-slider .carousel-control-prev {
         left: 12px
     }

     .hero-slider .carousel-control-next {
         right: 12px
     }
 }

 .section-pad {
     padding: 90px 0
 }

 .bg-soft {
     background: var(--soft)
 }

 .about-art {
     height: 440px;
     position: relative;
     background: #f0f7ed;
     border-radius: 40px;
     overflow: hidden
 }

 .about-circle {
     width: 310px;
     height: 310px;
     border-radius: 50%;
     background: #b9d89f;
     position: absolute;
     left: 18%;
     top: 14%
 }

 .about-placeholder,
 .profile-placeholder {
     position: absolute;
     inset: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--brand);
     font-size: 7rem
 }

 .about-photo {
     height: 460px;
     border-radius: 34px;
     overflow: hidden;
     position: relative;
     background: linear-gradient(145deg, #eaf7e5, #d6efd0);
     display: flex;
     align-items: center;
     justify-content: center
 }

 .about-profile-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: top;
     display: block
 }

 .about-photo-placeholder {
     color: var(--brand);
     font-size: 5rem
 }

 @media(max-width:991px) {
     .about-photo {
         height: 340px
     }
 }

 @media(max-width:575px) {
     .about-photo {
         height: 280px
     }
 }

 .check-list {
     list-style: none;
     padding: 0;
     margin: 25px 0
 }

 .check-list li {
     margin: 12px 0;
     font-weight: 600
 }

 .check-list li:before {
     content: '✓';
     font-weight: 900;
     margin-right: 10px
 }

 .program-card {
     padding: 28px 20px;
     background: #fff;
     border: 1px solid var(--line);
     border-radius: 22px;
     text-align: center;
     box-shadow: 0 8px 28px rgba(23, 60, 28, .04);
     transition: .2s
 }

 .program-card:hover,
 .story-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 16px 35px rgba(23, 60, 28, .09)
 }

 .program-card i {
     font-size: 2rem;
     color: var(--brand)
 }

 .program-card h5 {
     margin-top: 15px
 }

 .program-card p {
     font-size: .9rem;
     color: var(--muted);
     margin: 0
 }

 .story-card {
     border: 1px solid var(--line);
     border-radius: 24px;
     overflow: hidden;
     background: #fff;
     transition: .2s
 }

 .media-placeholder,
 .story-detail-media {
     height: 260px;
     background: linear-gradient(135deg, #d8ebd0, #b8d8ae);
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--brand);
     font-size: 4rem
 }

 .story-detail-media {
     height: 460px;
     border-radius: 28px
 }

 .story-detail-media .media-placeholder {
     height: 100%
 }

 .social-watch-card {
     position: relative;
     display: flex;
     align-items: flex-end;
     justify-content: center;
     width: 100%;
     height: 100%;
     min-height: 260px;
     background-color: #173d24;
     background-size: cover;
     background-position: center;
     text-decoration: none
 }

 .social-watch-card.no-cover {
     align-items: center;
     background: linear-gradient(135deg, #d8ebd0, #b8d8ae)
 }

 .social-watch-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(8, 23, 14, 0) 40%, rgba(8, 23, 14, .75) 100%)
 }

 .social-watch-card.no-cover .social-watch-overlay {
     background: none
 }

 .social-watch-btn {
     position: relative;
     z-index: 1;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     margin-bottom: 26px;
     padding: 12px 22px;
     border-radius: 999px;
     background: #fff;
     color: var(--ink);
     font-weight: 700;
     font-size: .95rem;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
     transition: transform .2s ease
 }

 .social-watch-card:hover .social-watch-btn {
     transform: translateY(-2px)
 }

 .story-cat {
     font-size: .72rem;
     font-weight: 800;
     letter-spacing: .08em;
     text-transform: uppercase;
     color: var(--brand)
 }

 .share-mini a,
 .share-mini button,
 .share-buttons a,
 .share-buttons button {
     border: 0;
     background: #f1f7ef;
     border-radius: 50%;
     width: 34px;
     height: 34px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: var(--brand);
     text-decoration: none
 }

 .share-buttons {
     display: flex;
     gap: 8px
 }

 .share-buttons a,
 .share-buttons button {
     width: 42px;
     height: 42px
 }

 .daily-updates-strip {
     background: #f8fbf8
 }

 .update-card {
     position: relative;
     display: block;
     aspect-ratio: 1;
     overflow: hidden;
     border-radius: 16px;
     background: linear-gradient(135deg, #e9f4e5, #d0e7ca);
     text-decoration: none;
     color: var(--brand);
     cursor: pointer
 }

 .update-card img {
     width: 100%;
     height: 100%;
     display: block;
     object-fit: cover;
     transition: transform .35s ease
 }

 .update-card:hover img {
     transform: scale(1.05)
 }

 .update-overlay {
     position: absolute;
     inset: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(12, 60, 32, .15);
     color: #fff;
     font-size: 2rem;
     opacity: 0;
     transition: opacity .2s ease
 }

 .update-card:hover .update-overlay {
     opacity: 1
 }

 .update-fallback {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--brand);
     font-size: 2rem
 }

 .update-empty {
     border: 1px dashed #cbdcc8;
     border-radius: 18px;
     padding: 35px;
     color: #718078;
     background: #fff
 }

 .update-title {
     margin-top: 10px;
     font-size: .85rem;
     font-weight: 600;
     color: var(--ink);
     text-align: center;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap
 }

 .social-placeholder {
     aspect-ratio: 1;
     background: linear-gradient(135deg, #e9f4e5, #d0e7ca);
     border-radius: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--brand);
     font-size: 2rem
 }

 .cta-section {
     padding: 65px 0;
     background: linear-gradient(100deg, #176616, #329629)
 }

 .footer {
     background: #0c3c20
 }

 .footer-logo {
     width: 150px;
     filter: brightness(0) invert(1)
 }

 .social-btn {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     color: #fff;
     text-decoration: none;
     border: 1px solid rgba(255, 255, 255, .2);
     padding: 9px 14px;
     border-radius: 999px;
     margin: 4px
 }

 .inner-hero {
     padding: 80px 0;
     background: linear-gradient(110deg, #176616, #49a32f);
     color: #fff
 }

 .inner-hero h1 {
     margin: 0
 }

 .profile-placeholder {
     position: relative;
     height: 430px;
     background: #edf7e9;
     border-radius: 35px
 }

 .filter-pill {
     border: 1px solid #d7e6d5;
     background: #fff;
     color: #38533c;
     padding: 9px 18px;
     border-radius: 999px;
     font-weight: 600
 }

 .filter-pill.active,
 .filter-pill:hover {
     background: var(--brand);
     color: #fff;
     border-color: var(--brand)
 }

 .gallery-card {
     overflow: hidden;
     border-radius: 18px;
     background: #fff;
     border: 1px solid var(--line)
 }

 .gallery-placeholder {
     aspect-ratio: 1;
     background: linear-gradient(135deg, #dcefd7, #b9d8b0);
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--brand);
     font-size: 3rem
 }

 .gallery-caption {
     padding: 12px;
     font-size: .9rem;
     font-weight: 600
 }

 .form-card {
     padding: 35px;
     border: 1px solid var(--line);
     border-radius: 28px;
     box-shadow: 0 10px 40px rgba(20, 50, 20, .05)
 }

 .form-control {
     padding: 13px 15px;
     border-radius: 12px;
     border-color: #dbe5db
 }

 .contact-item {
     display: flex;
     gap: 15px;
     margin: 25px 0
 }

 .contact-item>i {
     font-size: 1.5rem;
     color: var(--brand)
 }

 .login-bg,
 .admin-bg {
     background: #f5f8f3;
     min-height: 100vh
 }

 .login-card {
     width: min(420px, 92vw);
     margin: 10vh auto;
     background: #fff;
     padding: 40px;
     border-radius: 28px;
     box-shadow: 0 20px 60px rgba(20, 50, 20, .1);
     text-align: center
 }

 .login-logo {
     width: 160px;
     margin-bottom: 20px
 }

 .admin-logo {
     width: 130px
 }

 .stat-card {
     background: #fff;
     border-radius: 22px;
     padding: 28px;
     box-shadow: 0 8px 25px rgba(20, 50, 20, .05)
 }

 .stat-card span {
     display: block;
     color: var(--muted)
 }

 .stat-card strong {
     font-size: 2.5rem;
     color: var(--brand)
 }

 .admin-link {
     display: block;
     background: #fff;
     padding: 22px;
     border-radius: 18px;
     color: var(--ink);
     text-decoration: none;
     font-weight: 700;
     box-shadow: 0 8px 25px rgba(20, 50, 20, .05)
 }

 .admin-link i {
     color: var(--brand);
     margin-right: 8px
 }

 .form-card.bg-white {
     padding: 35px;
     border-radius: 25px
 }

 @media(max-width:991px) {
     .hero-section {
         padding: 55px 0
     }

     .hero-visual {
         height: 380px
     }

     .section-pad {
         padding: 65px 0
     }

     .brand-logo {
         width: 125px
     }
 }

 @media(max-width:575px) {
     .hero-points {
         display: block
     }

     .hero-points span {
         display: block;
         margin: 9px 0
     }

     .hero-visual {
         height: 320px
     }

     .story-detail-media {
         height: 280px
     }

     .inner-hero {
         padding: 55px 0
     }

     .form-card {
         padding: 22px
     }
 }

 .admin-shell {
     display: flex;
     min-height: 100vh
 }

 .admin-sidebar {
     width: 260px;
     background: #fff;
     border-right: 1px solid #e4ece3;
     display: flex;
     flex-direction: column;
     position: sticky;
     top: 0;
     height: auto
 }

 .admin-main {
     flex: 1;
     min-width: 0
 }

 .admin-topbar {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 12px;
     padding: 14px 24px;
     background: #fff;
     border-bottom: 1px solid #e4ece3;
     position: sticky;
     top: 0;
     z-index: 10
 }

 .admin-topbar-title {
     font-weight: 700;
     color: var(--ink);
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis
 }

 .admin-nav a {
     display: flex;
     gap: 12px;
     align-items: center;
     padding: 11px 14px;
     border-radius: 12px;
     text-decoration: none;
     color: #34443a;
     font-weight: 600;
     margin-bottom: 4px
 }

 .admin-nav a:hover {
     background: #edf7e9;
     color: var(--brand)
 }

 .admin-nav i {
     color: var(--brand);
     font-size: 1.05rem
 }

 .cms-list {
     background: #fff;
     border-radius: 22px;
     overflow: hidden;
     box-shadow: 0 8px 30px rgba(20, 50, 20, .05)
 }

 .cms-row {
     display: flex;
     align-items: center;
     gap: 15px;
     padding: 18px 20px;
     border-bottom: 1px solid #edf1ed
 }

 .cms-row:last-child {
     border-bottom: 0
 }

 .cms-icon {
     width: 42px;
     height: 42px;
     border-radius: 12px;
     background: #eef7eb;
     color: var(--brand);
     display: flex;
     align-items: center;
     justify-content: center
 }

 .testimonial-card {
     background: #fff;
     border: 1px solid var(--line);
     border-radius: 22px;
     padding: 26px;
     box-shadow: 0 8px 28px rgba(20, 50, 20, .04)
 }

 .quote-mark {
     font-family: Georgia, serif;
     font-size: 3rem;
     line-height: .7;
     color: var(--brand)
 }

 .stars {
     color: #f2ad19;
     letter-spacing: 2px;
     margin-top: 10px
 }

 .media-admin-card {
     background: #fff;
     border: 1px solid var(--line);
     border-radius: 20px;
     padding: 20px;
     min-height: 190px
 }

 .media-admin-icon {
     height: 95px;
     border-radius: 15px;
     background: #edf7e9;
     color: var(--brand);
     font-size: 2.5rem;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 15px
 }

 .enquiry-message {
     max-width: 300px
 }

 .admin-bg .form-card {
     box-shadow: 0 8px 30px rgba(20, 50, 20, .05)
 }

 @media(max-width:900px) {
     .admin-sidebar {
         width: 76px
     }

     .admin-sidebar .admin-nav a {
         justify-content: center;
         font-size: 0
     }

     .admin-sidebar .admin-nav i {
         font-size: 1.15rem
     }

     .admin-sidebar .admin-logo {
         width: 48px
     }

     .admin-sidebar .btn {
         font-size: 0
     }

     .admin-sidebar .btn:after {
         content: '↪';
         font-size: 1rem
     }

     .admin-sidebar .p-4 {
         padding: 12px !important
     }
 }

 @media(max-width:575px) {
     .admin-sidebar {
         display: none
     }

     .admin-main {
         width: 100%
     }
 }

 .story-card-media {
     display: block;
     height: 260px;
     position: relative;
     overflow: hidden;
     background: #e6f2e2;
     cursor: pointer
 }

 .story-card-media img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform .5s ease
 }

 .story-card:hover .story-card-media img {
     transform: scale(1.04)
 }

 .media-play {
     position: absolute;
     left: 18px;
     bottom: 18px;
     width: 48px;
     height: 48px;
     border-radius: 50%;
     background: rgba(255, 255, 255, .92);
     color: var(--brand);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.4rem;
     box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
 }

 .media-embed iframe,
 .social-embed iframe {
     width: 100%;
     height: 100%;
     border: 0
 }

 .social-embed {
     min-height: 430px;
     background: #f7faf7;
     border-radius: 20px;
     overflow: hidden
 }

 .story-embed {
     border-radius: 28px;
     overflow: hidden;
     background: #f4f8f3
 }

 .gallery-card-modern {
     height: 100%;
     display: flex;
     flex-direction: column
 }

 .gallery-media {
     aspect-ratio: 1.05;
     overflow: hidden;
     position: relative;
     background: #edf7e9
 }

 .gallery-media img,
 .gallery-media video {
     width: 100%;
     height: 100%;
     object-fit: cover
 }

 .gallery-overlay {
     position: absolute;
     inset: 0;
     background: rgba(23, 102, 22, .0);
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.7rem;
     opacity: 0;
     transition: .2s
 }

 .lightbox-link:hover .gallery-overlay,
 .lightbox-trigger:hover .gallery-overlay {
     background: rgba(23, 102, 22, .45);
     opacity: 1
 }

 .gallery-caption {
     display: flex;
     justify-content: space-between;
     gap: 10px;
     align-items: center;
     padding: 13px 14px;
     font-size: .85rem
 }

 .gallery-caption span {
     font-size: .72rem;
     color: var(--muted);
     white-space: nowrap
 }

 .empty-state {
     text-align: center;
     padding: 70px 20px;
     color: var(--muted)
 }

 .empty-state i {
     font-size: 3rem;
     color: var(--brand)
 }

 .empty-state h3 {
     color: var(--ink);
     margin-top: 15px
 }

 .lightbox {
     position: fixed;
     inset: 0;
     background: rgba(8, 23, 14, .92);
     z-index: 2000;
     display: none;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     padding: 30px
 }

 .lightbox.show {
     display: flex
 }

 .lightbox-media {
     max-width: min(1100px, 94vw);
     max-height: 86vh;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow-y: auto
 }

 .lightbox-media img,
 .lightbox-media video {
     max-width: 100%;
     max-height: 80vh;
     border-radius: 16px;
     object-fit: contain
 }

 .lightbox-media video {
     background: #000;
     width: 100%
 }

 .lightbox-media .social-watch-card {
     width: min(720px, 90vw);
     height: min(480px, 70vh);
     min-height: 0;
     border-radius: 16px
 }

 .lightbox-media .media-embed,
 .lightbox-media .social-embed,
 .lightbox-media .ratio {
     width: min(760px, 90vw)
 }

 .lightbox-media .media-placeholder {
     width: min(400px, 90vw);
     height: 260px;
     border-radius: 16px
 }

 .lightbox-close {
     position: absolute;
     top: 20px;
     right: 24px;
     border: 0;
     background: rgba(255, 255, 255, .12);
     color: #fff;
     border-radius: 50%;
     width: 46px;
     height: 46px;
     font-size: 1.1rem
 }

 .lightbox-caption,
 #lightboxCaption {
     color: #fff;
     margin-top: 16px;
     font-weight: 600;
     text-align: center
 }

 .fitrenz-toast {
     position: fixed;
     left: 50%;
     bottom: 28px;
     transform: translate(-50%, 20px);
     opacity: 0;
     pointer-events: none;
     background: #123d21;
     color: #fff;
     padding: 12px 18px;
     border-radius: 999px;
     z-index: 3000;
     transition: .25s;
     box-shadow: 0 12px 30px rgba(0, 0, 0, .18)
 }

 .fitrenz-toast.show {
     opacity: 1;
     transform: translate(-50%, 0)
 }

 .gallery-admin-card {
     background: #fff;
     border: 1px solid var(--line);
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 7px 24px rgba(20, 50, 20, .04)
 }

 .gallery-admin-thumb {
     height: 170px;
     background: #edf7e9;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--brand);
     font-size: 3rem
 }

 .gallery-admin-thumb img {
     width: 100%;
     height: 100%;
     object-fit: cover
 }

 .object-fit-cover {
     object-fit: cover
 }

 .rich-editor {
     font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
     font-size: .9rem
 }

 .story-content {
     font-size: 1.08rem;
     line-height: 1.85;
     color: #43534b
 }

 .story-content h2,
 .story-content h3 {
     margin-top: 2rem
 }

 .story-content img {
     max-width: 100%;
     height: auto;
     border-radius: 16px
 }

 .story-content a {
     color: var(--brand)
 }

 .section-copy {
     font-size: 1.08rem;
     line-height: 1.85;
     color: #43534b;
     white-space: pre-line
 }

 .pre-line {
     white-space: pre-line
 }

 .page-hero {
     padding: 100px 0 80px;
     background: linear-gradient(135deg, #f2faee, #fff)
 }

 .page-hero h1 {
     font-size: clamp(2.5rem, 5vw, 4.5rem)
 }

 .program-detail-card {
     padding: 32px;
     border: 1px solid var(--line, #e2ebe0);
     border-radius: 28px;
     background: #fff;
     box-shadow: 0 12px 40px rgba(40, 80, 40, .05);
     transition: .25s
 }

 .program-detail-card:hover {
     transform: translateY(-6px)
 }

 .program-icon {
     width: 64px;
     height: 64px;
     border-radius: 20px;
     background: #f2f8ef;
     color: #4f9d39;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.7rem;
     margin-bottom: 20px
 }

 .rich-content {
     font-size: 1.08rem;
     line-height: 1.85;
     color: #47534b
 }

 .rich-content img {
     max-width: 100%;
     height: auto;
     border-radius: 20px
 }

 .cta-box {
     background: #f2f8ef;
     border-radius: 26px;
     padding: 30px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 20px
 }

 .site-footer {
     background: #fbfdf9;
     border-top: 1px solid #e2ebe0
 }

 .footer-logo {
     height: 60px
 }

 .site-footer a {
     display: block;
     color: #536058;
     text-decoration: none;
     margin: 7px 0
 }

 .footer-bottom {
     border-top: 1px solid #e2ebe0;
     display: flex;
     justify-content: space-between;
     color: #78847c;
     font-size: .85rem
 }

 .floating-whatsapp {
     position: fixed;
     right: 22px;
     bottom: 22px;
     width: 58px;
     height: 58px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #25d366;
     color: #fff !important;
     font-size: 1.6rem;
     z-index: 1100;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
     text-decoration: none
 }

 .cookie-banner {
     position: fixed;
     left: 20px;
     right: 20px;
     bottom: 20px;
     z-index: 1200;
     background: #fff;
     border: 1px solid #e2ebe0;
     box-shadow: 0 18px 60px rgba(20, 40, 20, .16);
     border-radius: 20px;
     padding: 18px 20px;
     display: none;
     align-items: center;
     justify-content: space-between;
     gap: 20px
 }

 .rich-editor-shell {
     border: 1px solid #ced8ce;
     border-radius: 12px;
     overflow: hidden
 }

 .rich-toolbar {
     display: flex;
     gap: 5px;
     padding: 8px;
     background: #f7faf6;
     border-bottom: 1px solid #dde6dc
 }

 .rich-toolbar button {
     border: 1px solid #d5dfd4;
     background: #fff;
     border-radius: 7px;
     padding: 5px 10px
 }

 .rich-editor-content {
     min-height: 230px;
     padding: 14px;
     outline: 0
 }

 @media(max-width:767px) {
     .page-hero {
         padding: 70px 0 55px
     }

     .cta-box {
         display: block
     }

     .footer-bottom {
         display: block
     }
 }

 .form-card {
     background: #fff;
     border: 1px solid var(--line);
     border-radius: 28px;
     padding: 32px;
     box-shadow: 0 15px 55px rgba(40, 80, 40, .06)
 }

 .form-control,
 .form-select {
     border-color: #d8e2d7;
     border-radius: 14px;
     padding: .75rem 1rem
 }

 .form-control:focus,
 .form-select:focus {
     border-color: var(--brand);
     box-shadow: 0 0 0 .2rem rgba(79, 157, 57, .12)
 }

 .hp-field {
     position: absolute;
     left: -9999px;
     opacity: 0
 }

 .process-list {
     padding-left: 1.2rem
 }

 .process-list li {
     padding: 0 0 20px 10px
 }

 .process-list strong {
     display: block
 }

 .process-list span {
     display: block;
     color: var(--muted);
     font-size: .92rem;
     margin-top: 4px
 }

 .newsletter-form .form-control {
     border-radius: 12px 0 0 12px
 }

 .newsletter-form .btn {
     border-radius: 0 12px 12px 0
 }

 .newsletter-message {
     margin-top: 10px;
     font-size: .85rem;
     font-weight: 600
 }

 .newsletter-message-success {
     color: #a7e8a0
 }

 .newsletter-message-error {
     color: #f5b0b0
 }

 .badge {
     font-weight: 600
 }

 .table td,
 .table th {
     padding: 1rem
 }

 .section-pad {
     padding: 90px 0
 }

 /* FitRenz Phase 6 — launch edition */
 :root {
     --brand: #4f9d39;
     --brand-dark: #173d24;
     --brand-soft: #eef7e9;
     --ink: #17321f;
     --muted: #6c7b70;
     --line: #dfe8dd;
     --cream: #fbfdf9
 }

 body {
     background: var(--cream);
     color: var(--ink);
     font-family: "DM Sans", sans-serif
 }

 .site-header {
     position: sticky;
     top: 0;
     z-index: 1030;
     background: rgba(251, 253, 249, .92);
     backdrop-filter: blur(14px);
     border-bottom: 1px solid rgba(223, 232, 221, .7)
 }

 .site-logo {
     max-height: 65px;
     width: auto
 }

 .nav-link {
     font-weight: 600;
     color: var(--ink) !important
 }

 .nav-link:hover {
     color: var(--brand) !important
 }

 .btn-brand {
     background: var(--brand);
     border-color: var(--brand);
     color: #fff
 }

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

 .page-hero {
     padding: 95px 0 75px;
     background: radial-gradient(circle at 85% 20%, #e9f5e1 0, transparent 34%), linear-gradient(135deg, #f8fcf5, #eef7e9)
 }

 .page-hero h1 {
     font-family: "Playfair Display", serif;
     font-size: clamp(2.5rem, 5vw, 4.6rem);
     line-height: 1.02;
     max-width: 850px
 }

 .eyebrow {
     font-size: .78rem;
     font-weight: 800;
     letter-spacing: .16em;
     color: var(--brand);
     display: inline-block;
     margin-bottom: 14px
 }

 .site-footer {
     background: #14321f;
     color: #fff
 }

 .footer-logo {
     max-width: 150px;
     filter: brightness(0) invert(1)
 }

 .footer-copy {
     max-width: 380px;
     color: rgba(255, 255, 255, .72)
 }

 .site-footer h6 {
     font-weight: 700;
     margin-bottom: 18px
 }

 .site-footer a {
     display: block;
     color: rgba(255, 255, 255, .72);
     text-decoration: none;
     margin: .55rem 0
 }

 .site-footer a:hover {
     color: #fff
 }

 .social-circle {
     display: inline-flex !important;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     border: 1px solid rgba(255, 255, 255, .2);
     border-radius: 50%;
     margin: 0 !important
 }

 .footer-bottom {
     display: flex;
     justify-content: space-between;
     gap: 20px;
     border-top: 1px solid rgba(255, 255, 255, .12);
     font-size: .84rem;
     color: rgba(255, 255, 255, .6)
 }

 .floating-whatsapp {
     position: fixed;
     right: 22px;
     bottom: 22px;
     width: 58px;
     height: 58px;
     border-radius: 50%;
     background: #25d366;
     color: #fff !important;
     display: flex !important;
     align-items: center;
     justify-content: center;
     font-size: 27px;
     z-index: 1040;
     box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
     text-decoration: none !important
 }

 .share-box {
     display: flex;
     align-items: center;
     gap: 9px;
     margin-top: 30px
 }

 .share-box>span {
     font-weight: 700;
     margin-right: 5px
 }

 .share-box a,
 .share-copy {
     width: 38px;
     height: 38px;
     border-radius: 50%;
     display: inline-flex !important;
     align-items: center;
     justify-content: center;
     border: 1px solid var(--line);
     color: var(--ink);
     background: #fff;
     text-decoration: none !important
 }

 .share-box a:hover,
 .share-copy:hover {
     background: var(--brand);
     color: #fff;
     border-color: var(--brand)
 }

 .gallery-filter {
     display: flex;
     flex-wrap: wrap;
     gap: 8px
 }

 .gallery-filter button {
     border: 1px solid var(--line);
     background: #fff;
     border-radius: 999px;
     padding: 8px 18px;
     font-weight: 600
 }

 .gallery-filter button.active,
 .gallery-filter button:hover {
     background: var(--brand);
     color: #fff;
     border-color: var(--brand)
 }

 .gallery-grid [data-media-type] {
     transition: opacity .2s, transform .2s
 }

 .gallery-grid [hidden] {
     display: none !important
 }

 .cookie-consent {
     position: fixed;
     left: 18px;
     right: 18px;
     bottom: 18px;
     z-index: 1050;
     background: #fff;
     border: 1px solid var(--line);
     border-radius: 18px;
     padding: 16px 18px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     box-shadow: 0 15px 50px rgba(20, 50, 31, .16)
 }

 .cookie-consent p {
     margin: 3px 0 0;
     color: var(--muted);
     font-size: .9rem
 }

 .reveal {
     opacity: 0;
     transform: translateY(18px);
     transition: .7s ease
 }

 .reveal.is-visible {
     opacity: 1;
     transform: none
 }

 .form-card {
     box-shadow: 0 25px 70px rgba(23, 61, 36, .08)
 }

 @media(max-width:767px) {
     .page-hero {
         padding: 65px 0 50px
     }

     .footer-bottom {
         flex-direction: column
     }

     .cookie-consent {
         align-items: flex-start;
         flex-direction: column
     }

     .floating-whatsapp {
         right: 16px;
         bottom: 16px
     }
 }

 .contact-panel {
     background: linear-gradient(145deg, #173d24, #245936);
     color: #fff;
     border-radius: 28px;
     padding: 34px;
     height: 100%;
     box-shadow: 0 25px 70px rgba(23, 61, 36, .18)
 }

 .contact-panel .eyebrow {
     color: #bde8ae
 }

 .contact-detail {
     display: flex;
     gap: 15px;
     align-items: flex-start;
     padding: 18px 0;
     border-bottom: 1px solid rgba(255, 255, 255, .12)
 }

 .contact-detail>i {
     font-size: 1.25rem;
     color: #bde8ae
 }

 .contact-detail strong,
 .contact-detail span {
     display: block
 }

 .contact-detail span {
     color: rgba(255, 255, 255, .72);
     margin-top: 3px
 }

 .skip-link {
     position: absolute;
     left: -999px;
     top: auto
 }

 .skip-link:focus {
     left: 12px;
     top: 12px;
     z-index: 2000;
     background: #fff;
     padding: 10px 14px;
     border-radius: 10px
 }

 /* CMS media improvements */
 .hero-photo {
     position: relative;
     z-index: 2;
     width: 78%;
     height: 84%;
     object-fit: cover;
     border-radius: 30px;
     box-shadow: 0 24px 70px rgba(32, 90, 30, .16);
     background: #fff
 }

 .media-admin-card {
     padding: 16px
 }

 .media-admin-preview {
     height: 190px;
     border-radius: 16px;
     overflow: hidden;
     background: #edf7e9;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center
 }

 .media-admin-preview img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block
 }

 .media-admin-fallback {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--brand);
     font-size: 3rem
 }

 .media-type-badge {
     position: absolute;
     top: 10px;
     right: 10px;
     background: rgba(0, 0, 0, .65);
     color: #fff;
     padding: 5px 9px;
     border-radius: 999px;
     font-size: .72rem
 }

 .section-media-editor {
     background: #f7fbf5;
     border: 1px solid #e0ebdd;
     border-radius: 22px;
     padding: 22px
 }

 .section-image-preview {
     height: 260px;
     border-radius: 18px;
     background: #edf7e9;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--brand)
 }

 .section-image-preview img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block
 }

 .media-admin-card .input-group input {
     font-size: .74rem
 }

 .media-admin-card .btn {
     white-space: nowrap
 }