:root {
    --ink: #15251d;
    --evergreen: #123f2b;
    --forest: #195c3c;
    --leaf: #71a843;
    --lime: #c8e76f;
    --cream: #f5f3e9;
    --paper: #fffef9;
    --muted: #66736b;
    --line: rgba(21, 37, 29, .13);
    --shadow: 0 24px 70px rgba(18, 63, 43, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; text-decoration: none; }

.site-nav {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 14px 4px;
    background: var(--lime);
    color: var(--evergreen);
    font: 800 21px "Manrope", sans-serif;
    transform: rotate(-3deg);
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font: 700 19px "Manrope", sans-serif; }
.brand small {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    opacity: .72;
}
.nav-links { display: flex; gap: 34px; }
.nav-links a { font-size: 14px; font-weight: 600; opacity: .86; }
.nav-links a:hover { opacity: 1; }
.nav-cta {
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 100px;
    background: rgba(255,255,255,.08);
    color: white;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--evergreen) url("/static/images/lawncare-hero.webp") center/cover no-repeat;
    color: white;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8,40,25,.94) 0%, rgba(8,40,25,.79) 42%, rgba(8,40,25,.16) 76%),
        linear-gradient(0deg, rgba(8,40,25,.38), transparent 45%);
}
.hero-content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 140px 0 88px;
}
.eyebrow, .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--leaf);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.eyebrow { color: var(--lime); }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 {
    max-width: 720px;
    margin: 22px 0 24px;
    font: 800 clamp(50px, 6vw, 82px)/.99 "Manrope", sans-serif;
    letter-spacing: -.055em;
}
.hero-content > p {
    max-width: 580px;
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 19px;
    line-height: 1.65;
}
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.primary-button {
    min-height: 56px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    border-radius: 8px;
    background: var(--lime);
    color: var(--evergreen);
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0,0,0,.15);
    transition: transform 180ms ease, box-shadow 180ms ease;
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(0,0,0,.2); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; }
.hero-proof { margin-top: 48px; display: flex; align-items: center; gap: 14px; }
.proof-avatars { display: flex; }
.proof-avatars span {
    width: 32px;
    height: 32px;
    margin-left: -7px;
    display: grid;
    place-items: center;
    border: 2px solid var(--evergreen);
    border-radius: 50%;
    background: var(--cream);
    color: var(--forest);
    font-size: 12px;
    font-weight: 800;
}
.proof-avatars span:first-child { margin-left: 0; }
.hero-proof p { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.55; }
.hero-proof strong { color: white; font-size: 13px; }

.trust-strip {
    width: min(1120px, calc(100% - 48px));
    margin: -48px auto 0;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 12px;
    background: var(--paper);
    box-shadow: var(--shadow);
}
.trust-strip > div {
    min-height: 105px;
    padding: 25px 32px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid var(--line);
}
.trust-strip > div:last-child { border-right: 0; }
.trust-strip > div > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(200,231,111,.35);
    color: var(--forest);
    font-weight: 800;
}
.trust-strip p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.trust-strip strong { font-size: 15px; }
.trust-strip small { color: var(--muted); font-size: 12px; }

.section { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.section-heading {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: end;
    gap: 80px;
}
.section-heading h2, .about-copy h2, .cta-section h2 {
    margin: 14px 0 0;
    font: 800 clamp(38px, 4.5vw, 57px)/1.08 "Manrope", sans-serif;
    letter-spacing: -.045em;
}
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid {
    margin-top: 54px;
    display: grid;
    grid-template-columns: 1.2fr .9fr .9fr;
    gap: 20px;
}
.service-card {
    min-height: 350px;
    padding: 31px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--cream);
}
.featured-service { padding: 0; color: white; }
.service-photo { position: absolute; inset: 0; }
.service-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9,42,27,.92), rgba(9,42,27,.02) 72%);
}
.service-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.service-card-content { position: relative; z-index: 2; padding: 31px; }
.service-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: var(--muted);
    font: 800 12px "Manrope", sans-serif;
}
.featured-service .service-number { position: static; color: var(--lime); }
.service-icon {
    width: 52px;
    height: 52px;
    margin-bottom: auto;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--evergreen);
    color: var(--lime);
    font-size: 24px;
}
.service-card h3 { margin: 14px 0 10px; font: 700 24px "Manrope", sans-serif; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.featured-service p { color: rgba(255,255,255,.72); }

.about-section {
    padding: 110px max(24px, calc((100vw - 1120px) / 2));
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 100px;
    align-items: center;
    background: var(--evergreen);
    color: white;
}
.section-kicker.light { color: var(--lime); }
.about-copy > p { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.check-list { margin: 32px 0 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.check-list span { color: var(--lime); }
.about-stat-card {
    padding: 38px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    background: rgba(255,255,255,.07);
}
.mini-label { color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.area-list { margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.area-list span { padding: 14px; border-radius: 7px; background: rgba(255,255,255,.08); font: 700 16px "Manrope", sans-serif; }
.about-stat-card p { color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.65; }
.about-stat-card button { margin-top: 12px; padding: 0; display: flex; gap: 16px; background: transparent; color: var(--lime); font-weight: 800; cursor: pointer; }

.cta-section {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.cta-section h2 { max-width: 650px; }
.cta-section p { margin: 18px 0 0; color: var(--muted); }
.primary-button.dark { flex: 0 0 auto; background: var(--evergreen); color: white; }
footer {
    padding: 45px max(24px, calc((100vw - 1120px) / 2));
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px;
    border-top: 1px solid var(--line);
    background: var(--cream);
}
.footer-brand { color: var(--evergreen); }
footer p { margin: 0; color: var(--muted); font-size: 13px; text-align: center; }
footer > small { color: var(--muted); font-size: 11px; }

#chat-toggle {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    min-width: 174px;
    padding: 10px 17px 10px 10px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 100px;
    background: var(--evergreen);
    color: white;
    cursor: pointer;
    box-shadow: 0 14px 40px rgba(8,40,25,.28);
}
.chat-toggle-icon {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--lime);
    color: var(--evergreen);
}
.chat-toggle-copy { display: flex; flex-direction: column; align-items: flex-start; }
.chat-toggle-copy small { color: rgba(255,255,255,.58); font-size: 10px; }
.chat-toggle-copy strong { font-size: 13px; }
.chat-widget {
    position: fixed;
    right: 24px;
    bottom: 94px;
    z-index: 1000;
    width: 390px;
    max-width: calc(100vw - 32px);
    height: min(620px, calc(100vh - 120px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(21,37,29,.09);
    border-radius: 20px;
    background: white;
    box-shadow: 0 24px 80px rgba(8,40,25,.25);
    transform-origin: bottom right;
    animation: chat-in 180ms ease-out;
}
.hidden { display: none; }
@keyframes chat-in {
    from { opacity: 0; transform: translateY(10px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.chat-header { padding: 17px; display: flex; align-items: center; justify-content: space-between; background: var(--evergreen); color: white; }
.chat-agent { display: flex; align-items: center; gap: 11px; }
.agent-avatar {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 13px 4px;
    background: var(--lime);
    color: var(--evergreen);
    font: 800 16px "Manrope", sans-serif;
}
.chat-agent strong { font: 700 14px "Manrope", sans-serif; }
.chat-agent p { margin: 4px 0 0; color: rgba(255,255,255,.65); font-size: 11px; }
.online-dot { width: 6px; height: 6px; margin-right: 4px; display: inline-block; border-radius: 50%; background: var(--lime); }
.close-chat { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); color: white; font-size: 22px; cursor: pointer; }
#chat-box { flex: 1; padding: 18px 15px; overflow-y: auto; background: #f7f7f3; }
.message { margin-bottom: 12px; padding: 12px 14px; border-radius: 14px; font-size: 14px; line-height: 1.45; }
.message p { margin: 0; }
.user-message { margin-left: 42px; border-bottom-right-radius: 4px; background: #dcefc9; }
.bot-message { margin-right: 27px; border-bottom-left-radius: 4px; background: white; box-shadow: 0 2px 10px rgba(21,37,29,.05); }
.assistant-header { margin-bottom: 6px; color: var(--forest); font-size: 12px; font-weight: 800; }
.timestamp { margin-top: 6px; color: var(--muted); font-size: 10px; opacity: .75; }
.quick-actions { padding: 10px 12px; display: flex; gap: 7px; overflow-x: auto; border-top: 1px solid var(--line); background: white; }
.quick-actions button { padding: 7px 10px; flex: 0 0 auto; border: 1px solid rgba(25,92,60,.18); border-radius: 100px; background: #f6faef; color: var(--forest); font-size: 11px; font-weight: 700; cursor: pointer; }
.chat-input-area { padding: 12px; display: flex; gap: 8px; border-top: 1px solid var(--line); background: white; }
#chat-input { min-width: 0; flex: 1; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; outline: none; font-size: 13px; }
#chat-input:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(113,168,67,.12); }
#send-button { width: 42px; border-radius: 10px; background: var(--evergreen); color: white; font-size: 20px; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
.lead-summary-wrapper { margin: 3px 3px 12px; }
.lead-summary { padding: 16px; border: 1px solid rgba(25,92,60,.14); border-left: 4px solid var(--leaf); border-radius: 12px; background: white; box-shadow: 0 5px 18px rgba(21,37,29,.08); }
.lead-summary h3 { margin: 0 0 12px; color: var(--forest); font-size: 15px; }
.lead-summary p { margin: 6px 0; font-size: 12px; }
.lead-summary hr { margin: 12px 0; border: 0; border-top: 1px solid var(--line); }
.lead-summary-timestamp { text-align: right; }
.typing-bubble { width: fit-content; display: flex; align-items: center; gap: 5px; }
.typing-bubble span { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); animation: bounce 1.2s infinite; }
.typing-bubble span:nth-child(2) { animation-delay: .2s; }
.typing-bubble span:nth-child(3) { animation-delay: .4s; }
@keyframes bounce {
    0%, 80%, 100% { transform: translateY(0); opacity: .35; }
    40% { transform: translateY(-4px); opacity: 1; }
}

table { width: 100%; border-collapse: collapse; background: white; }
th, td { padding: 10px; border: 1px solid #ccc; text-align: left; }

@media (max-width: 850px) {
    .nav-links { display: none; }
    .hero { min-height: 720px; background-position: 62% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(8,40,25,.94), rgba(8,40,25,.58)); }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-strip > div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-strip > div:last-child { border-bottom: 0; }
    .section-heading, .about-section { grid-template-columns: 1fr; gap: 45px; }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .featured-service { grid-column: 1 / -1; }
    .cta-section { align-items: flex-start; flex-direction: column; }
    footer { grid-template-columns: 1fr; justify-items: start; }
    footer p { text-align: left; }
}

@media (max-width: 600px) {
    .site-nav { width: calc(100% - 32px); padding-top: 16px; }
    .nav-cta { padding: 10px 13px; font-size: 11px; }
    .brand-mark { width: 37px; height: 37px; }
    .brand strong { font-size: 16px; }
    .hero { min-height: 700px; background-position: 67% center; }
    .hero-overlay {
        background:
            linear-gradient(0deg, rgba(8,40,25,.95) 6%, rgba(8,40,25,.52) 100%),
            linear-gradient(90deg, rgba(8,40,25,.8), transparent);
    }
    .hero-content { width: calc(100% - 32px); padding-top: 135px; }
    .hero h1 { font-size: 47px; }
    .hero-content > p { font-size: 16px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .trust-strip, .section, .cta-section { width: calc(100% - 32px); }
    .section { padding: 88px 0; }
    .section-heading { gap: 24px; }
    .service-grid { grid-template-columns: 1fr; }
    .featured-service { grid-column: auto; }
    .about-section { padding: 84px 16px; }
    .about-stat-card { padding: 27px; }
    .area-list { grid-template-columns: 1fr; }
    .cta-section { padding: 80px 0; }
    #chat-toggle { right: 14px; bottom: 14px; min-width: 54px; padding: 8px; }
    .chat-toggle-copy { display: none; }
    .chat-widget { right: 8px; bottom: 76px; width: calc(100vw - 16px); max-width: none; height: min(680px, calc(100vh - 90px)); border-radius: 16px; }
}

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