:root {
    --ink: #203129;
    --green: #2d4937;
    --green-2: #476451;
    --cream: #f5f0e6;
    --paper: #fffdf8;
    --plum: #604355;
    --lavender: #d7cedc;
    --gold: #bd9b5f;
    --line: rgba(32, 49, 41, .17);
    --serif: "Newsreader", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6
}

img {
    display: block;
    width: 100%
}

a {
    color: inherit
}

.site-header {
    height: 72px;
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 0 clamp(24px, 5vw, 76px);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 253, 248, .94);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(12px)
}

.brand {
    font: 500 1.55rem var(--serif);
    text-decoration: none;
    letter-spacing: -.02em;
    margin-right: auto
}

.brand span {
    font-style: italic
}

.site-header nav {
    display: flex;
    gap: 28px
}

.site-header nav a {
    text-decoration: none;
    font-size: calc(.88rem + 1px)
}

.header-cta {
    text-decoration: none;
    font-size: calc(.88rem + 1px);
    border: 1px solid var(--green);
    padding: 9px 16px;
    border-radius: 999px
}

.site-header nav a:hover {
    color: var(--green-2)
}

.hero {
    min-height: calc(100svh - 72px);
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    order: 1;
    max-height: 860px
}

.hero-copy {
    padding: clamp(42px, 5.5vw, 82px) clamp(30px, 7vw, 116px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--cream)
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: calc(.73rem + 1px);
    font-weight: 600;
    color: var(--green-2);
    margin: 0 0 20px
}

.hero h1 {
    font: 400 clamp(3.4rem, 6.5vw, 7rem)/.9 var(--serif);
    letter-spacing: -.045em;
    margin: 0;
    max-width: 740px;
    font-size: clamp(2rem, 5.5vw, 6.2rem);
    line-height: .93
}

.hero-lead {
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    max-width: 600px;
    margin: 24px 0
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 2px;
    padding: 15px 24px;
    font: 600 .93rem var(--sans);
    text-decoration: none;
    cursor: pointer
}

.primary {
    background: var(--green);
    color: white
}

.primary:hover {
    background: #213b2b
}

.text-link {
    text-decoration: none;
    font-weight: 600
}

.microcopy {
    font-size: 1.1rem; /* calc(.8rem + 4px);*/
    color: #5c665f;
    margin-top: 20px
}

.hero-image {
    margin: 0;
    position: relative;
    min-height: 500px;
    overflow: hidden
}

.hero-image img {
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.hero-image figcaption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    max-width: 300px;
    padding: 15px 18px;
    background: rgba(255, 253, 248, .92);
    font-size: calc(.78rem + 1px);
    line-height: 1.45
}

.hero-image figcaption span {
    display: block;
    font-weight: 600;
    color: var(--plum)
}

section {
    padding: clamp(58px, 6.5vw, 96px) clamp(24px, 7vw, 112px)
}

.continuity {
    background: var(--paper);
    order: 4
}

.continuity-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 6vw;
    align-items: start
}

.continuity h2,
.section-heading h2,
.personalization h2,
.volume-caption h2,
.proposal h2 {
    font: 400 clamp(2rem, 4.5vw, 4.7rem)/1 var(--serif);
    letter-spacing: -.035em;
    margin: 0
}

.continuity-grid>div>p:first-child {
    font-size: 1.15rem;
    margin: 6px 0 20px
}

.signature {
    font: italic 1.55rem var(--serif);
    color: var(--plum)
}

.experience {
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line)
}

.experience li {
    padding: 22px 12px 10px 0;
    position: relative
}

.experience li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 16px;
    top: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold)
}

.experience span {
    display: block;
    font-size: .7rem;
    color: var(--green-2);
    margin-bottom: 14px
}

.experience strong {
    font: 400 1.35rem var(--serif)
}

.possibilities {
    background: var(--green);
    color: white;
    order: 6
}

.possibilities .eyebrow {
    color: #c9d6cc
}

.section-heading {
    max-width: 850px
}

.section-heading>p:last-child {
    font-size: 1.08rem;
    max-width: 650px;
    margin-top: 18px
}

.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px
}

.plant-card {
    min-height: 490px;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .05);
    transition: transform .25s, background .25s;
    overflow: hidden
}

.plant-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .1)
}

.plant-card h3 {
    font: 400 2rem/1.05 var(--serif);
    margin: 24px 0 12px;
    font-size: 2.15rem
}

.plant-card p:not(.card-number) {
    margin: 0;
    max-width: 560px
}

.plant-card>span {
    font-size: calc(.77rem + 1px);
    margin: 20px 26px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 18px
}

.card-number {
    font-size: calc(.72rem + 1px);
    color: #c9d6cc
}

.personalization {
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    background: var(--cream);
    order: 2
}

.personalization-photo img {
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    max-height: 780px
}

.personalization-copy {
    padding: clamp(54px, 6vw, 88px) clamp(30px, 6vw, 90px)
}

.personalization-copy>p:not(.eyebrow):not(.note) {
    font-size: 1.08rem;
    margin: 20px 0
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 28px 0
}

.check-list li {
    border-top: 1px solid var(--line);
    padding: 12px 0;
    font-weight: 500
}

.check-list span {
    font-size: .72rem;
    color: var(--plum);
    display: inline-block;
    width: 46px
}

.note {
    font-size: 1.1rem;
    color: #5b665f
}

.process {
    background: linear-gradient(180deg, var(--paper), #f1ede3);
    order: 3
}

.compact {
    max-width: 680px
}

.process-flow {
    list-style: none;
    padding: 0;
    margin: 46px 0 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line)
}

.process-flow li {
    padding: 26px 28px 0 0;
    position: relative
}

.process-flow li:not(:last-child):after {
    content: "→";
    position: absolute;
    right: 18px;
    top: 26px;
    color: var(--gold)
}

.step {
    font: italic 1.2rem var(--serif);
    color: var(--plum);
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold);
    border-radius: 50%;
    font-size: 1.25rem
}

.process-flow h3 {
    font: 500 1.3rem var(--serif);
    line-height: 1.15;
    margin: 30px 0 8px;
    font-size: 1.4rem
}

.process-flow p {
    font-size: 1.1rem;
    line-height: 1.55;
    margin-top: 0;
    color: #526057
}

.volume-proof {
    padding: 0;
    position: relative;
    min-height: 560px;
    background: #191c1a;
    order: 7;
    height: 560px
}

.volume-proof>img {
    height: 560px;
    object-fit: cover;
    opacity: .7;
    min-height: 560px
}

.volume-proof:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 30, 24, .08), rgba(20, 30, 24, .82))
}

.volume-caption {
    position: absolute;
    z-index: 2;
    right: 7vw;
    top: 50%;
    transform: translateY(-50%);
    width: min(520px, 42vw);
    color: white
}

.volume-caption .eyebrow {
    color: #d7e2d9
}

.volume-caption p:last-child {
    font-size: 1.05rem
}

.uses {
    text-align: center;
    background: var(--cream);
    order: 8;
    padding-top: 56px;
    padding-bottom: 56px
}

.use-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1040px;
    margin: 35px auto 0
}

.use-list span {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 11px 18px;
    background: rgba(255, 255, 255, .45);
    font-size: calc(.88rem + 1px)
}

.proposal {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 6vw;
    background: var(--plum);
    color: white;
    order: 10
}

.proposal .eyebrow {
    color: #e1d7df
}

.proposal-intro>p:not(.eyebrow) {
    font-size: 1rem;
    max-width: 470px
}

.contact-detail {
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column
}

.contact-detail span {
    font-size: calc(.72rem + 1px);
    text-transform: uppercase;
    letter-spacing: .12em
}

.contact-detail strong {
    font: 400 1.5rem var(--serif);
    margin: 8px 0
}

.contact-detail a {
    text-decoration: none
}

.briefing-form {
    background: var(--paper);
    color: var(--ink);
    padding: clamp(26px, 3.4vw, 44px)
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

label,
legend {
    font-size: calc(.82rem + 1px);
    font-weight: 600
}

input,
select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #abb2ad;
    background: transparent;
    padding: 9px 2px;
    margin: 4px 0 16px;
    font: 400 1rem var(--sans);
    color: var(--ink);
    border-radius: 0
}

textarea {
    width: 100%;
    border: 1px solid #abb2ad;
    border-bottom: 1px solid #abb2ad;
    background: transparent;
    padding: 9px 12px;
    margin: 8px 0 16px;
    font: 400 1rem var(--sans);
    color: var(--ink);
    border-radius: 0;
    resize: vertical
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px solid var(--gold);
    outline-offset: 3px
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 18px
}

.choices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.choices label {
    font-weight: 400;
    border: 1px solid var(--line);
    padding: 8px 11px;
    border-radius: 999px
}

.choices input {
    width: auto;
    margin: 0 5px 0 0;
    accent-color: var(--green)
}

.consent input {
    width: auto;
    margin: 5px 5px 0 0;
    accent-color: var(--green)
}

.consent {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-weight: 400
}

.form-submit {
    width: 100%;
    margin-top: 20px
}

.form-note {
    text-align: center;
    font-size: .9rem;
    color: #697169
}

.faq {
    background: var(--paper);
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 6vw;
    order: 9
}

.accordion details {
    border-top: 1px solid var(--line);
    padding: 18px 0
}

.accordion summary {
    cursor: pointer;
    font: 500 1.2rem var(--serif);
    list-style: none;
    display: flex;
    justify-content: space-between
}

.accordion summary:after {
    content: "+";
    font-family: var(--sans);
    font-weight: 400
}

.accordion details[open] summary:after {
    content: "−"
}

.accordion details p {
    max-width: 690px;
    font-size: calc(.9rem + 1px)
}

footer {
    background: #17271e;
    color: white;
    padding: 50px clamp(24px, 7vw, 112px);
    display: flex;
    align-items: center;
    gap: 35px
}

footer p {
    margin-right: auto;
    color: #cad4cd
}

.footer-brand {
    margin: 0
}

footer div:last-child {
    display: flex;
    gap: 25px
}

footer a {
    text-decoration: none;
    font-size: calc(.85rem + 1px)
}

main {
    display: flex;
    flex-direction: column
}

.personalization-photo {
    position: relative;
    overflow: hidden
}

.logo-callout {
    position: absolute;
    left: 5%;
    top: 12%;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    color: var(--green);
    font: 500 clamp(1.15rem, 2vw, 1.7rem)/1.05 var(--serif);
    background: rgba(255, 253, 248, .93);
    padding: 14px 15px 10px;
    box-shadow: 0 8px 30px rgba(20, 35, 26, .12)
}

.logo-callout svg {
    width: 92px;
    height: 58px;
    overflow: visible
}

.logo-callout path {
    fill: none;
    stroke: var(--green);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.brand img {
    width: auto;
    height: 36px;
    object-fit: contain
}

.footer-brand img {
    height: 58px;
    filter: invert(1);
    max-width: 220px
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important
}

.form-submit:disabled {
    opacity: .65;
    cursor: wait
}

.form-result {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid var(--line);
    background: var(--cream)
}

.form-result strong {
    display: block;
    font: 500 1.45rem var(--serif)
}

.form-result p {
    margin: 7px 0 18px
}

.form-result.error {
    border-color: #a76767;
    background: #fff5f3;
    color: #702e2e
}

.button.secondary {
    background: transparent;
    color: var(--green);
    border: 1px solid var(--green)
}

.kit-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    background: var(--paper);
    order: 5
}

.kit-contents-photo img {
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
    max-height: 650px
}

.kit-contents-copy {
    padding: clamp(54px, 6vw, 88px) clamp(30px, 6vw, 90px)
}

.kit-contents-copy h2 {
    font: 400 clamp(2rem, 4.5vw, 4.7rem)/1 var(--serif);
    letter-spacing: -.035em;
    margin: 0
}

.kit-contents-copy>p:not(.eyebrow) {
    font-size: 1.08rem;
    margin: 20px 0
}

.kit-contents-copy ul {
    list-style: none;
    padding: 0;
    margin: 28px 0
}

.kit-contents-copy li {
    display: grid;
    grid-template-columns: 46px 1fr;
    border-top: 1px solid var(--line);
    padding: 12px 0;
    font-weight: 500
}

.kit-contents-copy li span {
    font-size: .72rem;
    color: var(--plum)
}

.plant-card>img {
    height: 245px;
    object-fit: cover
}

.plant-card>.card-number {
    margin-left: 26px;
    margin-right: 26px;
    margin-top: 18px
}

.plant-card>h3,
.plant-card>p {
    margin-left: 26px!important;
    margin-right: 26px!important
}

.contact-detail a+a {
    margin-top: 5px
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #2f6645;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 35px rgba(18, 42, 28, .3);
    font-size: calc(.84rem + 1px);
    font-weight: 600
}

.whatsapp-float svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.whatsapp-float:hover {
    background: #244f36;
    transform: translateY(-2px)
}

.personalization-example {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .72fr);
    gap: 30px;
    align-items: center;
    margin: 30px 0 0;
    max-width: 660px
}

.personalization-example img {
    height: auto;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    object-position: right center;
    grid-column: 2;
    max-height: 360px
}

.personalization-example figcaption {
    font-size: calc(.82rem + 1px);
    color: var(--ink);
    margin: 0;
    max-width: 470px;
    font: 500 1.22rem/1.35 var(--serif)
}

.site-header .brand img {
    height: 48px;
    max-width: 190px
}

.process .compact {
    max-width: 780px
}

.personalization-example-copy {
    max-width: 330px
}

.personalization-example .note {
    margin: 20px 0 0;
    line-height: 1.6
}

@media(max-width:960px) {
    .site-header nav {
        display: none
    }

    .hero {
        grid-template-columns: 1fr;
        max-height: none
    }

    .continuity-grid {
        grid-template-columns: 1fr
    }

    .plant-card {
        min-height: 455px
    }

    .personalization-photo img {
        min-height: 430px;
        max-height: 560px
    }

    .process-flow {
        grid-template-columns: 1fr;
        border: 0
    }

    .process-flow li {
        padding-top: 18px;
        padding-right: 0;
        padding-bottom: 18px;
        display: grid;
        grid-template-columns: 54px 1fr;
        border-top: 1px solid var(--line)
    }

    .process-flow h3 {
        margin-top: 0;
        margin-bottom: 5px
    }

    .process-flow p {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .volume-caption {
        width: 70vw
    }

    .proposal,
    .faq {
        grid-template-columns: 1fr
    }

    footer div:last-child {
        flex-wrap: wrap
    }

    .process-flow li:after {
        display: none
    }

    .kit-contents {
        grid-template-columns: 1fr
    }

    .kit-contents-photo img {
        min-height: 420px;
        max-height: 540px
    }
}

@media(max-width:760px) {
    .cards {
        grid-template-columns: 1fr
    }
}

@media(max-width:620px) {
    .personalization-examples {
        padding: 10px 10px;
    }
    .site-header {
        height: 64px;
        padding-right: 18px;
        padding-left: 18px
    }

    .hero-copy {
        padding: 48px 22px 44px
    }

    .hero h1 {
        font-size: 3.15rem
    }

    .hero-image {
        min-height: 390px
    }

    .hero-image figcaption {
        right: 14px;
        bottom: 14px;
        left: 14px
    }

    section {
        padding-top: 52px;
        padding-bottom: 52px
    }

    .experience {
        margin: 8px 0 0;
        grid-template-columns: 1fr
    }

    .experience li {
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 2px;
        display: flex;
        gap: 22px;
        border-top: 1px solid var(--line)
    }

    .experience li:not(:last-child):after {
        display: none
    }

    .experience span {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0
    }

    .plant-card {
        min-height: 0
    }

    .personalization-photo img {
        min-height: 390px;
        max-height: 470px
    }

    .personalization-copy {
        padding: 52px 24px
    }

    .volume-proof {
        min-height: 540px;
        height: 540px
    }

    .volume-proof>img {
        height: 540px;
        min-height: 540px
    }

    .volume-caption {
        right: 24px;
        top: auto;
        transform: none;
        width: auto;
        left: 24px;
        bottom: 45px
    }

    .proposal {
        padding: 52px 20px
    }

    .briefing-form {
        padding: 24px 18px
    }

    .field-row {
        grid-template-columns: 1fr
    }

    .faq {
        padding-left: 24px;
        padding-right: 24px
    }

    footer {
        align-items: flex-start;
        gap: 9px;
        flex-direction: column
    }

    footer p {
        margin: 0 0 16px
    }

    footer div:last-child {
        gap: 6px;
        flex-direction: column
    }

    .logo-callout {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 1.05rem
    }

    .logo-callout svg {
        width: 66px
    }

    .footer-brand img {
        height: 50px
    }

    .plant-card>img {
        height: 240px
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        padding: 14px;
        width: 54px;
        height: 54px
    }

    .whatsapp-float span {
        display: none
    }

    .personalization-example {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .personalization-example img {
        object-position: left center;
        grid-column: 1
    }

    .site-header .brand img {
        height: 40px;
        max-width: 155px
    }

    .personalization-example-copy {
        max-width: none
    }
}
.linha-de-imagens {
    display: flex;            /* Coloca os itens em linha */
    justify-content: center;  /* Centraliza as imagens horizontalmente (opcional) */
    gap: 20px;                /* Cria um espaço de 20px entre as imagens */
}

.linha-de-imagens img {
    width: 100%;              /* Faz as imagens ocuparem o espaço disponível por igual */
    max-width: 300px;         /* Define um tamanho máximo para não ficarem gigantes */
    height: auto;             /* Mantém a proporção correta das imagens */
    object-fit: cover;        /* Evita que a imagem fique esticada ou achatada */
}