* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fbf8ef;
    color: #173327;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.section {
    padding: 78px 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(251, 248, 239, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(31, 107, 69, 0.12);
}

.nav-wrap {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: 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), #4f9f69);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(31, 107, 69, 0.22);
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.brand small {
    color: #6b7c71;
    font-size: 0.78rem;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav-menu a {
    color: #315142;
    font-size: 0.95rem;
    font-weight: 700;
}

.nav-menu a:hover {
    color: var(--primary);
}

.nav-cta {
    background: var(--primary);
    color: #fff !important;
    padding: 11px 18px;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(31, 107, 69, 0.2);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--primary);
    border-radius: 14px;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    border-radius: 999px;
}

.hero {
    position: relative;
    overflow: hidden;
    padding-top: 92px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(244, 185, 66, 0.25), transparent 24%),
        radial-gradient(circle at 90% 10%, rgba(31, 107, 69, 0.18), transparent 28%),
        linear-gradient(180deg, #fbf8ef 0%, var(--secondary) 100%);
    z-index: -2;
}

.leaf {
    position: absolute;
    width: 180px;
    height: 80px;
    background: rgba(31, 107, 69, 0.13);
    border-radius: 100% 0 100% 0;
    transform: rotate(-25deg);
    z-index: -1;
}

.leaf-one {
    top: 110px;
    left: -70px;
}

.leaf-two {
    right: -80px;
    bottom: 120px;
    transform: rotate(35deg);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--accent);
}

h1,
h2,
h3 {
    line-height: 1.08;
    letter-spacing: -0.04em;
}

h1 {
    max-width: 680px;
    font-size: clamp(2.6rem, 7vw, 5.7rem);
    color: #123326;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #173327;
}

h3 {
    font-size: 1.22rem;
}

.hero-text {
    max-width: 620px;
    margin-top: 24px;
    color: #52695d;
    font-size: 1.12rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 18px 36px rgba(31, 107, 69, 0.24);
}

.btn-outline {
    border: 1px solid rgba(31, 107, 69, 0.25);
    background: rgba(255, 255, 255, 0.5);
    color: var(--primary);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 36px;
}

.hero-stats div {
    padding: 18px;
    border: 1px solid rgba(31, 107, 69, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.55);
}

.hero-stats strong {
    display: block;
    color: var(--primary);
    font-size: 1.45rem;
}

.hero-stats span {
    display: block;
    margin-top: 2px;
    color: #63786d;
    font-size: 0.84rem;
}

.hero-card {
    position: relative;
}

.garden-scene {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 42px;
    background:
        linear-gradient(180deg, #d9f1ff 0%, #eef8d7 54%, #5caa67 55%, #2f7b4a 100%);
    box-shadow: 0 30px 80px rgba(31, 107, 69, 0.2);
    border: 10px solid rgba(255, 255, 255, 0.6);
}

.sun {
    position: absolute;
    top: 54px;
    right: 64px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 22px rgba(244, 185, 66, 0.18);
}

.cloud {
    position: absolute;
    width: 92px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
}

.cloud::before,
.cloud::after {
    content: "";
    position: absolute;
    background: inherit;
    border-radius: 50%;
}

.cloud::before {
    width: 42px;
    height: 42px;
    left: 12px;
    top: -22px;
}

.cloud::after {
    width: 52px;
    height: 52px;
    right: 10px;
    top: -28px;
}

.cloud-one {
    top: 100px;
    left: 58px;
}

.cloud-two {
    top: 164px;
    right: 112px;
    transform: scale(0.72);
}

.tree {
    position: absolute;
    bottom: 190px;
    width: 110px;
    height: 145px;
}

.tree::before {
    content: "";
    position: absolute;
    left: 43px;
    bottom: 0;
    width: 24px;
    height: 70px;
    background: #7b4f2c;
    border-radius: 12px;
}

.tree::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 100px;
    height: 100px;
    background: #237143;
    border-radius: 50% 50% 45% 45%;
    box-shadow: 24px 24px 0 #2d8551, -14px 28px 0 #1d623a;
}

.tree-one {
    left: 42px;
}

.tree-two {
    right: 48px;
    transform: scale(0.82);
}

.house {
    position: absolute;
    left: 50%;
    bottom: 178px;
    width: 174px;
    height: 118px;
    transform: translateX(-50%);
    background: #fff7e5;
    border-radius: 14px 14px 6px 6px;
    box-shadow: 0 18px 35px rgba(22, 73, 43, 0.16);
}

.house::before {
    content: "";
    position: absolute;
    left: 24px;
    top: -48px;
    width: 126px;
    height: 126px;
    background: #8b4f35;
    transform: rotate(45deg);
    border-radius: 10px;
    z-index: -1;
}

.house::after {
    content: "";
    position: absolute;
    left: 68px;
    bottom: 0;
    width: 38px;
    height: 64px;
    background: var(--primary);
    border-radius: 12px 12px 0 0;
}

.lawn-lines {
    position: absolute;
    inset: auto 0 0 0;
    height: 210px;
    background:
        repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.13) 0 12px, transparent 12px 34px);
}

.quote-card {
    position: absolute;
    left: -24px;
    bottom: 34px;
    width: min(330px, calc(100% - 30px));
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 50px rgba(31, 107, 69, 0.22);
}

.quote-card span {
    display: block;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.quote-card strong {
    display: block;
    margin-top: 7px;
    color: #173327;
    font-size: 1.15rem;
}

.quote-card p {
    margin-top: 8px;
    color: #61766b;
    font-size: 0.92rem;
}

.service-strip {
    padding: 28px 0;
    background: var(--primary);
    color: #fff;
}

.strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.strip-grid div {
    padding: 8px 0;
}

.strip-grid strong,
.strip-grid span {
    display: block;
}

.strip-grid strong {
    font-size: 1.1rem;
}

.strip-grid span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 38px;
}

.section-heading p:not(.eyebrow) {
    margin-top: 16px;
    color: #607368;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.service-card,
.process-step,
.testimonial-card,
.faq-item,
.contact-form {
    border: 1px solid rgba(31, 107, 69, 0.12);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 46px rgba(31, 107, 69, 0.08);
}

.service-card {
    padding: 28px;
    border-radius: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(31, 107, 69, 0.13);
}

.icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 18px;
    background: var(--secondary);
    font-size: 1.6rem;
}

.service-card p,
.process-step p,
.testimonial-card p {
    margin-top: 12px;
    color: #607368;
}

.about-section {
    background: #fffdf7;
}

.about-grid,
.contact-grid,
.faq-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
}

.about-visual {
    position: relative;
    min-height: 460px;
    display: grid;
    place-items: center;
    border-radius: 38px;
    background:
        radial-gradient(circle at 20% 20%, rgba(244, 185, 66, 0.28), transparent 28%),
        linear-gradient(135deg, var(--secondary), #ffffff);
    overflow: hidden;
}

.about-visual::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 40px solid rgba(31, 107, 69, 0.09);
    border-radius: 50%;
}

.badge-card {
    position: absolute;
    left: 24px;
    top: 24px;
    max-width: 210px;
    padding: 18px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(31, 107, 69, 0.12);
}

.badge-card strong,
.badge-card span {
    display: block;
}

.badge-card span {
    margin-top: 4px;
    color: #607368;
    font-size: 0.9rem;
}

.plant-pot {
    position: relative;
    width: 230px;
    height: 300px;
}

.stem {
    position: absolute;
    bottom: 76px;
    left: 50%;
    width: 12px;
    height: 150px;
    background: var(--primary);
    border-radius: 999px;
    transform-origin: bottom;
}

.stem::before,
.stem::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 38px;
    background: #3b9a5f;
    border-radius: 100% 0 100% 0;
}

.stem::before {
    left: -62px;
    top: 34px;
    transform: rotate(-18deg);
}

.stem::after {
    right: -62px;
    top: 78px;
    transform: rotate(80deg);
}

.stem-one {
    transform: rotate(-20deg);
}

.stem-two {
    height: 185px;
}

.stem-three {
    transform: rotate(22deg);
}

.pot {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 174px;
    height: 104px;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #9f5b37, #d48957);
    border-radius: 18px 18px 38px 38px;
}

.pot::before {
    content: "";
    position: absolute;
    left: -14px;
    top: -18px;
    width: 202px;
    height: 34px;
    background: #b96b43;
    border-radius: 999px;
}

.about-content p:not(.eyebrow) {
    margin-top: 18px;
    color: #607368;
}

.trust-list {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.trust-list div {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: var(--secondary);
}

.trust-list span {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 900;
}

.trust-list p {
    margin: 0 !important;
}

.process-section {
    background:
        linear-gradient(180deg, #fbf8ef, #fffdf7);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.process-step {
    position: relative;
    padding: 26px;
    border-radius: 28px;
    overflow: hidden;
}

.process-step::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 110px;
    height: 110px;
    background: rgba(244, 185, 66, 0.18);
    border-radius: 50%;
}

.process-step span {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--primary);
    font-size: 0.88rem;
    font-weight: 900;
}

.gallery-section {
    background: var(--primary);
    color: #fff;
}

.gallery-section .section-heading h2,
.gallery-section .eyebrow {
    color: #fff;
}

.gallery-section .section-heading p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.72);
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr;
    grid-template-rows: repeat(2, minmax(210px, 1fr));
    gap: 22px;
}

.showcase-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 230px;
    overflow: hidden;
    padding: 28px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
        repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.08) 0 12px, transparent 12px 28px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.showcase-card::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 190px;
    height: 190px;
    background: rgba(244, 185, 66, 0.28);
    border-radius: 50%;
}

.showcase-card::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 28px;
    width: 130px;
    height: 70px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 100% 0 100% 0;
    transform: rotate(-18deg);
}

.showcase-card.large {
    grid-row: span 2;
    min-height: 480px;
}

.showcase-card span,
.showcase-card h3 {
    position: relative;
    z-index: 1;
}

.showcase-card span {
    color: var(--accent);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.showcase-card h3 {
    max-width: 420px;
    margin-top: 10px;
    font-size: clamp(1.4rem, 3vw, 2.7rem);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial-card {
    padding: 28px;
    border-radius: 28px;
}

.stars {
    color: var(--accent);
    letter-spacing: 0.08em;
    font-weight: 900;
}

.testimonial-card strong {
    display: block;
    margin-top: 20px;
    color: #173327;
}

.testimonial-card span {
    color: #76887e;
    font-size: 0.9rem;
}

.faq-section {
    background: #fffdf7;
}

.faq-grid {
    align-items: flex-start;
}

.faq-intro p:not(.eyebrow) {
    margin-top: 16px;
    color: #607368;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    overflow: hidden;
    border-radius: 22px;
}

.faq-item button {
    width: 100%;
    padding: 20px;
    border: 0;
    background: transparent;
    color: #173327;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.faq-answer p {
    padding: 0 20px 20px;
    color: #607368;
}

.faq-item.active .faq-answer {
    max-height: 180px;
}

.contact-section {
    background:
        radial-gradient(circle at 80% 15%, rgba(244, 185, 66, 0.25), transparent 24%),
        linear-gradient(135deg, var(--secondary), #fbf8ef);
}

.contact-content p:not(.eyebrow) {
    margin-top: 18px;
    color: #607368;
}

.contact-details {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.contact-details a,
.contact-details span {
    display: flex;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: #315142;
    font-weight: 800;
}

.contact-form {
    display: grid;
    gap: 16px;
    padding: 28px;
    border-radius: 32px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: #315142;
    font-weight: 900;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid rgba(31, 107, 69, 0.16);
    border-radius: 16px;
    background: #fff;
    padding: 14px 15px;
    color: #173327;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(31, 107, 69, 0.1);
}

.full-btn {
    width: 100%;
}

.form-note {
    color: #76887e;
    font-size: 0.86rem;
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.34);
}

.site-footer {
    padding: 32px 0;
    background: #123326;
    color: #fff;
}

.footer-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.site-footer p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
}

.site-footer span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    text-align: right;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 940px) {
    .nav-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 86px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 16px;
        border: 1px solid rgba(31, 107, 69, 0.12);
        border-radius: 24px;
        background: #fffdf7;
        box-shadow: 0 24px 56px rgba(31, 107, 69, 0.16);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu a {
        padding: 12px;
        border-radius: 14px;
    }

    .nav-cta {
        text-align: center;
    }

    .hero-grid,
    .about-grid,
    .contact-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .garden-scene {
        min-height: 460px;
    }

    .cards-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .showcase-card.large {
        grid-row: auto;
        min-height: 320px;
    }
}

@media (max-width: 680px) {
    .section {
        padding: 58px 0;
    }

    .hero {
        padding-top: 64px;
    }

    .hero-stats,
    .strip-grid,
    .cards-grid,
    .testimonial-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .quote-card {
        left: 15px;
        bottom: 18px;
    }

    .garden-scene {
        min-height: 390px;
        border-radius: 30px;
    }

    .house {
        transform: translateX(-50%) scale(0.82);
    }

    .tree {
        transform: scale(0.74);
    }

    .tree-two {
        transform: scale(0.62);
    }

    .about-visual {
        min-height: 360px;
    }

    .footer-grid {
        display: grid;
    }

    .site-footer span {
        text-align: left;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
    }
}