:root {
    --bg: #f7f3ec;
    --bg-soft: #fbf8f3;
    --white: #ffffff;
    --text: #23180c;
    --text-soft: #6d6254;
    --gold: #c89a3f;
    --gold-dark: #7b5414;
    --gold-soft: #efe2c5;
    --brown: #2a1d0f;
    --brown-2: #1b130a;
    --green: #2f5f3a;
    --green-soft: #e5f0e8;
    --whatsapp: #25d366;
    --border: rgba(123, 84, 20, 0.12);
    --border-strong: rgba(123, 84, 20, 0.22);
    --shadow-sm: 0 8px 24px rgba(32, 19, 6, 0.08);
    --shadow-md: 0 16px 44px rgba(36, 21, 7, 0.10);
    --shadow-lg: 0 24px 70px rgba(31, 18, 6, 0.16);
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 26px;
    --radius-xl: 34px;
    --container: 1320px;
    --transition: all 0.32s ease;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background:
      radial-gradient(circle at top right, rgba(200,154,63,0.08), transparent 22%),
      linear-gradient(180deg, #fffdf9 0%, var(--bg) 60%, #f5efe5 100%);
    line-height: 1.6;
    overflow-x: hidden;
  }
  
  img {
    max-width: 100%;
    display: block;
  }
  
  a {
    text-decoration: none;
    transition: var(--transition);
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
  }
  
  .skip-link:focus {
    left: 15px;
    top: 15px;
    z-index: 9999;
    background: #000;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
  }
  
  .site-container,
  .custom-container,
  .topbar-inner,
  .navbar-inner,
  .hero-wrap {
    width: min(calc(100% - 24px), var(--container));
    margin-inline: auto;
  }
  
  .section-pad {
    padding: 92px 0;
  }
  
  .section-label-center {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
  }
  
  .section-eyebrow,
  .badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
  }
  
  /* ✅ GREEN: section eyebrow green tint */
  .section-eyebrow {
    background: rgba(47, 95, 58, 0.10);
    color: var(--green);
    border: 1px solid rgba(47, 95, 58, 0.24);
  }
  
  .section-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.2;
    color: var(--brown);
    margin: 18px 0 12px;
  }
  
  .section-desc {
    color: var(--text-soft);
    font-size: 16px;
    margin: 0;
  }
  
  .topbar {
    position: relative;
    z-index: 20;
    background: linear-gradient(90deg, #1a1209 0%, #4f3510 45%, #8b6118 100%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  
  .topbar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.03), transparent 40%, rgba(255,255,255,0.05));
    pointer-events: none;
  }
  
  .topbar-inner {
    min-height: 54px;
    display: grid;
    grid-template-columns: 1.4fr auto 1fr;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
  }
  
  .top-left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
  }
  
  .top-link {
    color: rgba(255,255,255,0.94);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
  }
  
  .top-link:hover {
    color: #fff3d6;
  }
  
  .top-address {
    min-width: 0;
  }
  
  .top-address span {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .offer-strip {
    min-width: 0;
  }
  
  .offer-strip span {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff7ea;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  }
  
  .top-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  
  .top-social a,
  .mobile-socials a,
  .footer-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  }
  
  .top-social a:hover,
  .mobile-socials a:hover,
  .footer-socials a:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.18);
  }
  
  .main-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 252, 246, 0.82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(123, 84, 20, 0.08);
    transition: var(--transition);
  }
  
  .main-navbar.scrolled {
    box-shadow: 0 12px 34px rgba(32, 19, 6, 0.08);
    background: rgba(255, 252, 246, 0.92);
  }
  
  .navbar-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  
  .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }
  
  .brand-logo-wrap {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #fff8e9, #f1e2bf);
    box-shadow: 0 10px 24px rgba(123, 84, 20, 0.18);
    border: 1px solid rgba(123,84,20,0.10);
  }
  
  .brand-text,
  .offcanvas-brand,
  .footer-logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  
  .brand-name {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.28rem;
    color: var(--brown);
  }
  
  .brand-tagline {
    margin-top: 4px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 700;
  }
  
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
  }
  
  .desktop-nav li {
    display: inline-flex;
  }
  
  .nav-link {
    position: relative;
    color: var(--text);
    font-weight: 600;
    padding: 10px 16px;
  }
  
  /* ✅ GREEN: nav underline green-to-gold gradient */
  .nav-link::after {
    content: '';
    position: absolute;
    left: 16px;
    bottom: 4px;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--green), var(--gold-dark));
    transition: var(--transition);
  }
  
  /* ✅ GREEN: active nav link color */
  .nav-link:hover,
  .nav-link.active {
    color: var(--green);
  }
  
  .nav-link:hover::after,
  .nav-link.active::after {
    width: calc(100% - 32px);
  }
  
  .nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  
  .btn-nav,
  .btn-gold-fill,
  .btn-dark-fill,
  .product-btn,
  .btn-banner-cta,
  .btn-hero,
  .overlay-btn,
  .btn-cta-call,
  .btn-cta-wa,
  .submit-full-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: var(--transition);
  }
  
  .btn-nav {
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
  }
  
  .btn-dark-nav,
  .btn-dark-fill {
    color: #fff;
    background: linear-gradient(135deg, #2b1e0f, #120c06);
    box-shadow: 0 10px 26px rgba(32, 19, 6, 0.16);
  }
  
  .btn-dark-nav:hover,
  .btn-dark-fill:hover {
    color: #fff;
    transform: translateY(-2px);
  }
  
  .btn-wa-nav,
  .product-btn,
  .overlay-btn,
  .btn-cta-wa {
    color: #fff;
    background: linear-gradient(135deg, #2ddb6a, #18a84e);
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.20);
  }
  
  .btn-wa-nav:hover,
  .product-btn:hover,
  .overlay-btn:hover,
  .btn-cta-wa:hover {
    color: #fff;
    transform: translateY(-2px);
  }
  
  .hamburger {
    width: 48px;
    height: 48px;
    border: 1px solid var(--border);
    background: linear-gradient(135deg, #fff, #f8f2e8);
    border-radius: 14px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    box-shadow: var(--shadow-sm);
  }
  
  .hamburger span {
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background: var(--brown);
  }
  
  .offcanvas {
    background: linear-gradient(180deg, #fffdf8 0%, #f5eee2 100%);
  }
  
  .offcanvas-header {
    padding: 22px 22px 12px;
    border-bottom: 1px solid var(--border);
  }
  
  .offcanvas-body {
    padding: 20px 22px 26px;
  }
  
  .mobile-menu-list li + li {
    margin-top: 6px;
  }
  
  .mobile-menu-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    color: var(--brown);
    font-weight: 600;
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(123,84,20,0.08);
  }
  
  /* ✅ GREEN: mobile menu hover green */
  .mobile-menu-list a:hover {
    background: #fff;
    color: var(--green);
  }
  
  .mobile-cta-grid {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }
  
  .mobile-socials {
    display: flex;
    gap: 10px;
    margin-top: 22px;
  }
  
  .mobile-socials a {
    color: var(--brown);
    background: rgba(123,84,20,0.08);
    border-color: rgba(123,84,20,0.12);
  }
  
  .hero-section {
    position: relative;
  }
  
  .hero-slide {
    min-height: 88vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  .hero-wrap {
    padding: 110px 0 120px;
  }
  
  .badge-pill {
    color: #fff;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  }
  
  .badge-light-pill {
    color: #fff6e7;
    background: rgba(255,255,255,0.10);
  }
  
  .hero-title {
    max-width: 760px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.4rem, 4vw, 4.8rem);
    line-height: 1.08;
    color: #fff;
    margin: 18px 0 18px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.16);
  }
  
  .hero-title em {
    font-style: normal;
    color: #f1cf83;
  }
  
  .hero-sub {
    max-width: 620px;
    color: rgba(255,255,255,0.88);
    font-size: 17px;
    margin: 0 0 20px;
  }
  
  .hero-img-info {
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    margin-bottom: 26px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.16);
  }
  
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  
  .btn-hero {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 700;
  }
  
  .btn-gold-hero,
  .btn-gold-fill,
  .btn-banner-cta,
  .submit-full-btn {
    color: #fff;
    background: linear-gradient(135deg, #d4a843 0%, #8c6118 100%);
    box-shadow: 0 18px 36px rgba(140, 97, 24, 0.24);
  }
  
  .btn-gold-hero:hover,
  .btn-gold-fill:hover,
  .btn-banner-cta:hover,
  .submit-full-btn:hover {
    color: #fff;
    transform: translateY(-2px);
  }
  
  .btn-outline-hero {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.38);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  }
  
  .btn-outline-hero:hover {
    color: var(--brown);
    background: #fff;
  }
  
  .hero-carousel .owl-nav button.owl-prev,
  .hero-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12) !important;
    border: 1px solid rgba(255,255,255,0.20) !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
  }
  
  .hero-carousel .owl-nav button.owl-prev {
    left: 22px;
  }
  
  .hero-carousel .owl-nav button.owl-next {
    right: 22px;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
  
  .hero-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
  }
  
  .hero-carousel .owl-dots .owl-dot span {
    background: rgba(255,255,255,0.42);
  }
  
  .hero-carousel .owl-dots .owl-dot.active span {
    background: #f0cb76;
  }
  
  .about-section {
    position: relative;
  }
  
  .about-img-wrap,
  .contact-map-placeholder {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }
  
  .about-img-wrap img,
  .contact-map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .img-badge,
  .map-size-note,
  .img-size-tag {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: var(--gold-dark);
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(123,84,20,0.10);
  }
  
  .about-content h3,
  .mid-banner-title,
  .cta-title,
  .contact-info-card h3,
  .contact-form-card h3,
  .benefit-card h3,
  .product-info h3,
  .footer-col h4 {
    font-family: 'Cinzel', serif;
  }
  
  .about-content h3 {
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    color: var(--brown);
    margin-bottom: 16px;
  }
  
  .about-content p {
    color: var(--text-soft);
    margin-bottom: 22px;
  }
  
  .about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  
  .stat-box {
    padding: 18px 18px;
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,242,232,0.96));
    border: 1px solid rgba(123,84,20,0.10);
    box-shadow: var(--shadow-sm);
  }
  
  /* ✅ GREEN: stat box value color green */
  .stat-box strong {
    display: block;
    font-size: 1.2rem;
    color: var(--green);
  }
  
  .stat-box span {
    color: var(--text-soft);
    font-size: 14px;
  }
  
  .about-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }
  
  .btn-gold-fill,
  .btn-dark-fill,
  .submit-full-btn {
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
  }
  
  .mid-banner-section {
    padding-bottom: 6px;
  }
  
  .mid-banner,
  .cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 38px;
    box-shadow: var(--shadow-lg);
  }
  
  .mid-banner {
    background:
      radial-gradient(circle at top right, rgba(255,255,255,0.10), transparent 26%),
      linear-gradient(135deg, #87a06a 0%, #684716 48%, #7f945c 100%);
  }
  
  .mid-banner-deco,
  .cta-deco {
    position: absolute;
    right: 28px;
    top: 18px;
    font-size: 78px;
    color: rgba(255,255,255,0.08);
    line-height: 1;
    pointer-events: none;
  }
  
  .mid-banner-title,
  .cta-title {
    color: #fff;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    line-height: 1.2;
    margin: 12px 0 10px;
  }
  
  .mid-banner-desc,
  .cta-desc {
    color: rgba(255,255,255,0.86);
    margin: 0;
  }
  
  .mid-banner-img-note {
    margin-top: 18px;
    color: rgba(255,255,255,0.72);
    font-size: 13px;
  }
  
  .btn-banner-cta {
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
  }
  
  .products-section {
    position: relative;
  }
  
  .product-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,243,235,0.98) 100%);
    border: 1px solid rgba(123,84,20,0.10);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
  }
  
  .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(38, 21, 8, 0.13);
  }
  
  /* ✅ GREEN: featured product green border accent */
  .product-featured {
    border-color: rgba(47, 95, 58, 0.28);
    box-shadow: 0 18px 44px rgba(47, 95, 58, 0.10);
  }
  
  .product-img-wrap {
    position: relative;
    overflow: hidden;
    margin: 12px 12px 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #f7f0e3);
  }
  
  .product-img-wrap img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.45s ease;
  }
  
  .product-card:hover .product-img-wrap img {
    transform: scale(1.04);
  }
  
  .img-size-tag {
    top: 12px;
    bottom: auto;
    left: 12px;
  }
  
  /* ✅ GREEN: featured badge green gradient */
  .featured-tag {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #3a7d4a, #1f4828);
    box-shadow: 0 8px 20px rgba(47, 95, 58, 0.22);
  }
  
  .product-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(18,12,6,0.05), rgba(18,12,6,0.58));
    opacity: 0;
    transition: var(--transition);
  }
  
  .product-card:hover .product-overlay {
    opacity: 1;
  }
  
  .overlay-btn {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
  }
  
  .product-info {
    padding: 18px 16px 18px;
  }
  
  .product-info h3 {
    font-size: 1.08rem;
    color: var(--brown);
    margin: 0 0 8px;
  }
  
  .product-info p {
    font-size: 14px;
    color: var(--text-soft);
    margin: 0 0 14px;
    min-height: 66px;
  }
  
  .product-btn {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
  }
  
  /* ✅ GREEN: benefits section soft green background */
  .benefits-section {
    background: linear-gradient(180deg, rgba(229, 240, 232, 0.38), rgba(229, 240, 232, 0.14));
  }
  
  .benefit-card,
  .testi-card,
  .contact-info-card,
  .contact-form-card {
    height: 100%;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(123,84,20,0.10);
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
  }
  
  .benefit-card {
    padding: 28px 22px;
  }
  
  /* ✅ GREEN: benefit icons green */
  .benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 24px;
    color: var(--green);
    background: linear-gradient(135deg, rgba(47, 95, 58, 0.16), rgba(47, 95, 58, 0.06));
    border: 1px solid rgba(47, 95, 58, 0.18);
  }
  
  /* ✅ GREEN: benefit card h3 green */
  .benefit-card h3 {
    font-size: 1.22rem;
    color: var(--green);
    margin-bottom: 10px;
  }
  
  .benefit-card p {
    margin: 0;
    color: var(--text-soft);
  }
  
  .cta-section {
    padding-bottom: 20px;
  }
  
  .cta-box {
    background:
      radial-gradient(circle at top left, rgba(255,255,255,0.12), transparent 24%),
      linear-gradient(135deg, #160f08 0%, #3f2a0e 50%, #8f6219 100%);
  }
  
  .cta-btns {
    display: grid;
    gap: 14px;
  }
  
  .btn-cta-call,
  .btn-cta-wa {
    justify-content: flex-start;
    width: 100%;
    min-height: 72px;
    padding: 14px 18px;
    border-radius: 20px;
  }
  
  .btn-cta-call {
    color: #fff;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
  }
  
  .btn-cta-call:hover {
    color: #fff;
    background: rgba(255,255,255,0.14);
  }
  
  .btn-cta-call i,
  .btn-cta-wa i {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
  }
  
  .btn-cta-call span,
  .btn-cta-wa span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
  }
  
  .btn-cta-call small,
  .btn-cta-wa small {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.74);
  }
  
  .testimonials-section {
    position: relative;
  }
  
  .testi-card {
    padding: 28px;
  }
  
  .testi-stars {
    color: #f4bf42;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 14px;
  }
  
  .testi-text {
    color: var(--text-soft);
    margin: 0;
    min-height: 120px;
  }
  
  .testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
  }
  
  /* ✅ GREEN: testimonial avatar green gradient */
  .testi-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3a7d4a, #1f4828);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(47, 95, 58, 0.22);
  }
  
  .testi-author strong {
    display: block;
    color: var(--brown);
  }
  
  .testi-author span {
    font-size: 13px;
    color: var(--text-soft);
  }
  
  .testimonial-carousel .owl-dots {
    margin-top: 24px !important;
  }
  
  /* ✅ GREEN: testimonial carousel dots green */
  .testimonial-carousel .owl-dot span {
    background: rgba(47, 95, 58, 0.22) !important;
  }
  
  .testimonial-carousel .owl-dot.active span {
    background: var(--green) !important;
  }
  
  .contact-info-card,
  .contact-form-card {
    padding: 30px;
  }
  
  .contact-info-card h3,
  .contact-form-card h3 {
    font-size: 1.55rem;
    color: var(--brown);
    margin-bottom: 18px;
  }
  
  .contact-detail-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(123,84,20,0.08);
  }
  
  .contact-detail-list li:last-child {
    border-bottom: 0;
  }
  
  /* ✅ GREEN: contact icons green */
  .contact-detail-list i {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    background: rgba(47, 95, 58, 0.10);
  }
  
  .contact-detail-list strong {
    display: block;
    color: var(--brown);
    margin-bottom: 3px;
  }
  
  .contact-detail-list a,
  .contact-detail-list span {
    color: var(--text-soft);
  }
  
  /* ✅ GREEN: contact link hover green */
  .contact-detail-list a:hover {
    color: var(--green);
  }
  
  .contact-map-placeholder {
    margin-top: 18px;
  }
  
  .contact-map-placeholder img {
    height: 260px;
  }
  
  .form-label {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 8px;
  }
  
  .form-control,
  .form-select {
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid rgba(123,84,20,0.12);
    background: rgba(255,255,255,0.9);
    padding: 14px 16px;
    box-shadow: none !important;
  }
  
  textarea.form-control {
    min-height: 150px;
    resize: vertical;
  }
  
  /* ✅ GREEN: form focus green ring */
  .form-control:focus,
  .form-select:focus {
    border-color: rgba(47, 95, 58, 0.44);
    box-shadow: 0 0 0 4px rgba(47, 95, 58, 0.10) !important;
  }
  
  .submit-full-btn {
    min-height: 54px;
    padding: 0 26px;
    border-radius: 16px;
  }
  
  .site-footer {
    margin-top: 40px;
    background:
      radial-gradient(circle at top center, rgba(200,154,63,0.08), transparent 24%),
      linear-gradient(180deg, #1c130a 0%, #140d06 100%);
    color: rgba(255,255,255,0.82);
  }
  
  .footer-top {
    padding: 74px 0 34px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  
  .footer-brand p {
    color: rgba(255,255,255,0.72);
    margin: 18px 0 20px;
  }
  
  .footer-socials {
    display: flex;
    gap: 10px;
  }
  
  .footer-col h4 {
    font-size: 1.15rem;
    color: #fff3d6;
    margin-bottom: 18px;
  }
  
  .footer-col ul li + li {
    margin-top: 10px;
  }
  
  .footer-col a,
  .footer-col span {
    color: rgba(255,255,255,0.72);
    font-size: 15px;
  }
  
  .footer-col a:hover {
    color: #fff3d6;
  }
  
  .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  
  /* ✅ GREEN: footer contact icons green */
  .footer-contact-list i {
    margin-top: 4px;
    color: #6fcf87;
  }
  
  .footer-bottom {
    padding: 18px 0;
  }
  
  .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  
  .footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 14px;
  }
  
  .footer-bottom-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  
  .footer-bottom-nav a {
    color: rgba(255,255,255,0.76);
    font-size: 14px;
    font-weight: 600;
  }
  
  .footer-bottom-nav a:hover {
    color: #fff3d6;
  }
  
  .fixed-whatsapp {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1100;
  }
  
  .fixed-whatsapp a {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 3px solid #eafbf0;
    box-shadow: 0 18px 38px rgba(0,0,0,0.20);
  }
  
  .fixed-whatsapp a:hover {
    transform: translateY(-3px) scale(1.02);
  }
  
  @media (max-width: 1199.98px) {
    .topbar-inner {
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 10px 0;
    }
  
    .top-left,
    .top-social {
      justify-content: center;
    }
  
    .offer-strip {
      order: -1;
    }
  
    .desktop-nav {
      gap: 0;
    }
  
    .nav-link {
      padding: 10px 12px;
    }
  }
  
  @media (max-width: 991.98px) {
    .section-pad {
      padding: 72px 0;
    }
  
    .desktop-nav,
    .nav-cta {
      display: none;
    }
  
    .hamburger {
      display: inline-flex;
    }
  
    .navbar-inner {
      min-height: 76px;
    }
  
    .hero-slide {
      min-height: auto;
    }
  
    .hero-wrap {
      padding: 96px 0 96px;
    }
  
    .hero-carousel .owl-nav button.owl-prev,
    .hero-carousel .owl-nav button.owl-next {
      display: none !important;
    }
  
    .mid-banner,
    .cta-box,
    .contact-info-card,
    .contact-form-card,
    .testi-card {
      padding: 24px;
    }
  
    .testi-text {
      min-height: initial;
    }
  }
  
  @media (max-width: 767.98px) {
    .site-container,
    .custom-container,
    .topbar-inner,
    .navbar-inner,
    .hero-wrap {
      width: min(calc(100% - 18px), var(--container));
    }
  
    .section-pad {
      padding: 58px 0;
    }
  
    .top-left {
      flex-direction: column;
      gap: 8px;
    }
  
    .top-link {
      justify-content: center;
      font-size: 12px;
    }
  
    .offer-strip span {
      font-size: 12px;
    }
  
    .top-social {
      flex-wrap: nowrap;
    }
  
    .brand-logo-wrap {
      width: 50px;
      height: 50px;
    }
  
    .brand-name {
      font-size: 1.05rem;
    }
  
    .brand-tagline {
      font-size: 0.92rem;
    }
  
    .hero-title {
      font-size: 2rem;
    }
  
    .hero-sub {
      font-size: 15px;
    }
  
    .hero-actions,
    .about-cta,
    .footer-bottom-inner {
      flex-direction: column;
      align-items: stretch;
    }
  
    .btn-hero,
    .btn-gold-fill,
    .btn-dark-fill,
    .btn-banner-cta,
    .submit-full-btn,
    .footer-bottom-nav {
      width: 100%;
    }
  
    .about-stats {
      grid-template-columns: 1fr;
    }
  
    .mid-banner-title,
    .cta-title,
    .section-title {
      line-height: 1.25;
    }
  
    .product-img-wrap img {
      height: 190px;
    }
  
    .product-info p {
      min-height: initial;
    }
  
    .btn-cta-call,
    .btn-cta-wa {
      min-height: 68px;
    }
  
    .contact-map-placeholder img {
      height: 220px;
    }
  
    .footer-bottom-nav {
      justify-content: center;
      gap: 12px;
    }
  }
  
  @media (max-width: 575.98px) {
    .hero-wrap {
      padding: 84px 0 88px;
    }
  
    .top-social a,
    .mobile-socials a,
    .footer-socials a {
      width: 34px;
      height: 34px;
    }
  
    .product-img-wrap img {
      height: 170px;
    }
  
    .product-info {
      padding: 16px 13px 16px;
    }
  
    .product-info h3 {
      font-size: 1rem;
    }
  
    .product-btn {
      min-height: 44px;
      font-size: 13px;
    }
  
    .fixed-whatsapp {
      right: 12px;
      bottom: 12px;
    }
  
    .fixed-whatsapp a {
      width: 58px;
      height: 58px;
    }
  }