* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #14231f;
    background:
        radial-gradient(circle at top left, rgba(242, 183, 5, 0.18), transparent 34rem),
        linear-gradient(135deg, #f7fbf5 0%, #eff7ef 42%, #fdfaf0 100%);
    line-height: 1.6;
}

body.nav-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    max-width: 100%;
}

button {
    font: inherit;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.section-pad {
    padding: 76px 0;
}

.site-shell {
    overflow: hidden;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 251, 245, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 95, 70, 0.12);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(15, 95, 70, 0.24);
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 0.98rem;
    line-height: 1.2;
}

.brand small {
    color: #61746d;
    font-size: 0.78rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #3b5049;
    font-size: 0.95rem;
}

.main-nav a {
    transition: color 0.2s ease;
}

.main-nav a:hover {
    color: var(--primary);
}

.nav-cta {
    padding: 11px 18px;
    border-radius: 999px;
    color: #ffffff !important;
    background: var(--primary);
    box-shadow: 0 14px 24px rgba(15, 95, 70, 0.18);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(16, 54, 47, 0.12);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: var(--secondary);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
    position: relative;
    padding-top: 92px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 70px auto auto -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 42px solid rgba(15, 95, 70, 0.08);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 56px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
}

.eyebrow span {
    width: 34px;
    height: 2px;
    background: var(--accent);
}

.eyebrow.centered {
    justify-content: center;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.showcase-copy h2,
.faq-copy h2,
.cta-card h2 {
    margin: 14px 0 18px;
    color: var(--secondary);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.hero h1 {
    font-size: clamp(3rem, 8vw, 6.7rem);
    max-width: 780px;
}

.hero-text {
    max-width: 640px;
    color: #52665f;
    font-size: 1.18rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 18px 34px rgba(15, 95, 70, 0.24);
}

.btn-ghost {
    color: var(--secondary);
    background: #ffffff;
    border: 1px solid rgba(15, 95, 70, 0.14);
    box-shadow: 0 14px 30px rgba(16, 54, 47, 0.08);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 40px;
}

.hero-stats div {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 95, 70, 0.1);
}

.hero-stats strong,
.hero-stats span {
    display: block;
}

.hero-stats strong {
    color: var(--secondary);
    font-size: 1.1rem;
}

.hero-stats span {
    color: #64766f;
    font-size: 0.88rem;
}

.hero-visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
}

.hero-visual::before {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 42% 58% 50% 50%;
    background:
        linear-gradient(135deg, rgba(15, 95, 70, 0.92), rgba(16, 54, 47, 0.94)),
        radial-gradient(circle at top, rgba(242, 183, 5, 0.35), transparent 45%);
    box-shadow: 0 35px 80px rgba(16, 54, 47, 0.25);
    animation: blobFloat 9s ease-in-out infinite;
}

.route-card {
    position: relative;
    width: min(390px, 100%);
    padding: 24px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 80px rgba(16, 54, 47, 0.24);
    z-index: 2;
}

.route-top {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(15, 95, 70, 0.12);
}

.truck-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #ffffff;
    background: var(--primary);
}

.route-top strong,
.route-top small {
    display: block;
}

.route-top small,
.route-line small {
    color: #65786f;
}

.route-line {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    padding: 14px 0;
}

.route-line:not(:last-of-type)::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 36px;
    bottom: -8px;
    width: 2px;
    background: rgba(15, 95, 70, 0.14);
}

.dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e5efe8;
    border: 6px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(15, 95, 70, 0.18);
    z-index: 1;
}

.dot.active {
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(242, 183, 5, 0.18);
}

.route-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 22px;
    color: #ffffff;
    background: var(--secondary);
}

.route-bottom span {
    color: rgba(255, 255, 255, 0.74);
}

.floating-badge {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 2px;
    padding: 18px 20px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(16, 54, 47, 0.18);
}

.floating-badge strong {
    color: var(--primary);
    font-size: 1.6rem;
    line-height: 1;
}

.floating-badge span {
    color: #60736c;
    font-size: 0.84rem;
}

.badge-one {
    top: 64px;
    right: 18px;
}

.badge-two {
    left: 4px;
    bottom: 80px;
}

.service-strip {
    padding: 18px 0;
    background: var(--secondary);
    color: #ffffff;
}

.strip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.strip-grid span {
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-heading h2,
.about-copy h2,
.showcase-copy h2,
.faq-copy h2,
.cta-card h2 {
    font-size: clamp(2.1rem, 5vw, 4.2rem);
}

.section-heading p,
.about-copy p,
.showcase-copy p,
.faq-copy p,
.cta-card p {
    color: #5c6f68;
    font-size: 1.05rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-card {
    padding: 26px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 95, 70, 0.1);
    box-shadow: 0 18px 50px rgba(16, 54, 47, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(16, 54, 47, 0.13);
}

.service-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: rgba(15, 95, 70, 0.1);
    color: var(--primary);
    font-size: 1.5rem;
}

.service-card h3 {
    margin: 20px 0 10px;
    color: var(--secondary);
}

.service-card p {
    color: #5f716a;
    margin-bottom: 18px;
}

.service-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.service-card li {
    position: relative;
    padding-left: 20px;
    margin: 8px 0;
    color: #455952;
    font-size: 0.92rem;
}

.service-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
}

.about-band {
    background:
        linear-gradient(135deg, rgba(15, 95, 70, 0.08), rgba(242, 183, 5, 0.11)),
        #ffffff;
}

.about-grid,
.showcase-grid,
.faq-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
}

.about-visual {
    min-height: 420px;
    display: grid;
    place-items: center;
}

.eco-circle {
    width: min(350px, 86vw);
    height: min(350px, 86vw);
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.2), transparent 24%),
        linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 30px 80px rgba(16, 54, 47, 0.25);
}

.eco-circle span,
.eco-circle strong,
.eco-circle em {
    display: block;
}

.eco-circle span {
    align-self: end;
    color: rgba(255, 255, 255, 0.72);
}

.eco-circle strong {
    font-size: clamp(3.2rem, 9vw, 5.4rem);
    line-height: 0.9;
    letter-spacing: -0.08em;
}

.eco-circle em {
    align-self: start;
    color: var(--accent);
    font-style: normal;
    font-weight: 800;
}

.trust-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.trust-list div {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(15, 95, 70, 0.1);
}

.trust-list strong,
.trust-list span {
    display: block;
}

.trust-list strong {
    color: var(--secondary);
}

.trust-list span {
    color: #5d6e67;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.process-card {
    position: relative;
    min-height: 250px;
    padding: 28px;
    border-radius: 32px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(15, 95, 70, 0.96), rgba(16, 54, 47, 0.98));
    overflow: hidden;
}

.process-card::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(242, 183, 5, 0.22);
}

.process-card span {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--accent);
    font-weight: 900;
}

.process-card h3 {
    margin: 52px 0 8px;
    font-size: 1.45rem;
}

.process-card p {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.78);
}

.showcase {
    background:
        radial-gradient(circle at right top, rgba(242, 183, 5, 0.16), transparent 25rem),
        #eef7ee;
}

.coverage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.coverage-list span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 95, 70, 0.1);
    color: #41534d;
    font-weight: 700;
    font-size: 0.9rem;
}

.visual-board {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 16px;
}

.board-card {
    min-height: 190px;
    padding: 24px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(16, 54, 47, 0.1);
}

.board-card.large {
    grid-row: span 2;
}

.board-card.dark {
    color: #ffffff;
    background: var(--secondary);
}

.mini-label {
    color: var(--primary);
    font-weight: 900;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.board-card.dark .mini-label {
    color: var(--accent);
}

.board-card h3 {
    color: var(--secondary);
    font-size: 1.7rem;
    line-height: 1.1;
}

.board-card strong {
    display: block;
    margin-top: 18px;
    color: var(--primary);
    font-size: 2.2rem;
    line-height: 1;
}

.board-card.dark strong {
    color: #ffffff;
}

.board-card p {
    color: #64776f;
}

.board-card.dark p {
    color: rgba(255, 255, 255, 0.72);
}

.bar-list {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.bar-list span {
    position: relative;
    display: block;
    padding-top: 24px;
    color: #4d625a;
    font-weight: 800;
}

.bar-list span::before,
.bar-list span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    border-radius: 999px;
}

.bar-list span::before {
    width: 100%;
    background: #edf3ef;
}

.bar-list span::after {
    width: var(--w);
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.testimonials {
    background: #ffffff;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.testimonial-card {
    padding: 28px;
    border-radius: 30px;
    background: #f6fbf5;
    border: 1px solid rgba(15, 95, 70, 0.1);
}

.testimonial-card p {
    margin-top: 0;
    color: #41534d;
    font-size: 1.02rem;
}

.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.testimonial-card strong {
    color: var(--secondary);
}

.testimonial-card span {
    color: #71827b;
    font-size: 0.9rem;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 95, 70, 0.1);
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(16, 54, 47, 0.07);
}

.faq-item button {
    width: 100%;
    padding: 20px 22px;
    border: 0;
    background: transparent;
    color: var(--secondary);
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}

.faq-item button::after {
    content: "+";
    float: right;
    color: var(--primary);
}

.faq-item.active button::after {
    content: "−";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.faq-answer p {
    margin: 0;
    padding: 0 22px 20px;
    color: #5d7068;
}

.final-cta {
    padding-top: 40px;
}

.cta-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 32px;
    align-items: center;
    padding: 42px;
    border-radius: 40px;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(242, 183, 5, 0.24), transparent 24rem),
        linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 34px 90px rgba(16, 54, 47, 0.24);
}

.cta-card h2 {
    color: #ffffff;
}

.cta-card p {
    color: rgba(255, 255, 255, 0.76);
}

.cta-card .eyebrow {
    color: var(--accent);
}

.contact-panel {
    display: grid;
    gap: 12px;
}

.contact-panel a {
    display: grid;
    gap: 4px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-panel small {
    color: rgba(255, 255, 255, 0.64);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.contact-panel strong {
    color: #ffffff;
    word-break: break-word;
}

.whatsapp-panel {
    background: rgba(242, 183, 5, 0.2) !important;
}

.site-footer {
    padding: 34px 0;
    color: #61756d;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.footer-grid strong {
    color: var(--secondary);
}

.footer-grid p {
    margin: 6px 0 0;
}

.footer-grid span {
    display: block;
    text-align: right;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    color: #ffffff;
    background: #1fa855;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(31, 168, 85, 0.3);
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes blobFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
        border-radius: 42% 58% 50% 50%;
    }

    50% {
        transform: translateY(-14px) rotate(4deg);
        border-radius: 55% 45% 42% 58%;
    }
}

@media (max-width: 980px) {
    .section-pad {
        padding: 62px 0;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        inset: 78px 16px auto 16px;
        display: grid;
        gap: 8px;
        padding: 18px;
        border-radius: 26px;
        background: #ffffff;
        box-shadow: 0 24px 70px rgba(16, 54, 47, 0.2);
        transform: translateY(-16px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    body.nav-open .main-nav {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    body.nav-open .nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.nav-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.nav-open .nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .main-nav a {
        padding: 12px 14px;
        border-radius: 16px;
    }

    .nav-cta {
        text-align: center;
    }

    .hero {
        padding-top: 58px;
    }

    .hero-grid,
    .about-grid,
    .showcase-grid,
    .faq-grid,
    .cta-card {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: clamp(2.8rem, 13vw, 5.5rem);
    }

    .hero-visual {
        min-height: 500px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .visual-board {
        grid-template-columns: 1fr;
    }

    .board-card.large {
        grid-row: auto;
    }

    .footer-grid {
        display: grid;
    }

    .footer-grid span {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1120px);
    }

    .nav-wrap {
        min-height: 70px;
    }

    .brand strong {
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-nav {
        inset-top: 70px;
    }

    .hero-stats,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        display: grid;
    }

    .btn {
        width: 100%;
    }

    .hero-visual {
        min-height: 460px;
    }

    .hero-visual::before {
        width: 330px;
        height: 330px;
    }

    .route-card {
        padding: 20px;
        border-radius: 28px;
    }

    .floating-badge {
        display: none;
    }

    .section-heading h2,
    .about-copy h2,
    .showcase-copy h2,
    .faq-copy h2,
    .cta-card h2 {
        font-size: 2.25rem;
    }

    .cta-card {
        padding: 26px;
        border-radius: 30px;
    }

    .whatsapp-float {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .site-footer {
        padding-bottom: 86px;
    }
}