.elementor-23290 .elementor-element.elementor-element-77d1189{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* Hide Radical Marketing theme nav/header */
.elementor-location-header,
[data-elementor-type="header"],
.site-header,
#masthead,
header {
  display: none !important;
}

/* Remove leftover top spacing */
body,
#page,
.site,
.site-content,
#content,
main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Parallax image scroll effect */
.parallax-section {
  height: 420px;
  overflow: hidden;
  position: relative;
}

.parallax-section img {
  width: 100%;
  height: 125%;
  object-fit: cover;
  object-position: center;
  transform: translateY(-8%);
  will-change: transform;
}
/* Hide only the Radical Marketing theme footer, not the landing page footer */
.elementor-location-footer,
[data-elementor-type="footer"],
.site-footer,
#colophon {
  display: none !important;
}

body,
#page,
.site,
.site-content,
#content,
main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* =========================
   HERO TESTIMONIAL / PROOF
========================= */
.hero-proof {
    background:
        radial-gradient(circle at top left, rgba(79,133,99,0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8f4ea 100%);
    padding: 86px 24px;
    position: relative;
}

.hero-proof-inner {
    max-width: 1060px;
    margin: 0 auto;
}

.hero-proof-main {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(79,133,99,0.16);
    border-radius: 28px;
    padding: 48px 42px;
    box-shadow: 0 24px 70px rgba(20, 42, 31, 0.08);
    position: relative;
    overflow: hidden;
}

.hero-proof-main::before {
    content: "“";
    position: absolute;
    top: -28px;
    left: 30px;
    font-family: var(--font-display);
    font-size: 150px;
    line-height: 1;
    color: rgba(79,133,99,0.10);
    pointer-events: none;
}

.hero-proof .stars {
    color: #d8c48d;
    font-size: 20px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 18px;
}

.hero-proof-kicker {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #4f8563;
    margin-bottom: 18px;
}

.hero-proof .testimonial-hero-text {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 46px);
    font-style: normal;
    font-weight: 800;
    color: #162d22;
    line-height: 1.16;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.hero-proof .testimonial-hero-author {
    font-size: 14px;
    font-weight: 700;
    color: rgba(22,45,34,0.58);
    letter-spacing: 0.04em;
}

.hero-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hero-proof-card {
    background: rgba(255,255,255,0.74);
    border: 1px solid rgba(79,133,99,0.14);
    border-radius: 20px;
    padding: 24px 24px 22px;
    box-shadow: 0 14px 40px rgba(20, 42, 31, 0.06);
}

.hero-proof-card p {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.32;
    color: #162d22;
    margin-bottom: 14px;
}

.hero-proof-card span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: rgba(22,45,34,0.56);
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .hero-proof {
        padding: 64px 20px;
    }

    .hero-proof-main {
        padding: 38px 26px;
        border-radius: 22px;
    }

    .hero-proof-grid {
        grid-template-columns: 1fr;
    }

    .hero-proof-card {
        text-align: center;
    }
}/* End custom CSS */