:root {
    --ink: #181817;
    --paper: #f5f2ec;
    --coral: #f26b55;
    --lime: #d5fa72;
    --line: #d8d4cc;
    --sans: Manrope, sans-serif;
    --mono: 'DM Mono', monospace
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans)
}

header {
    height: 82px;
    border-bottom: 1px solid var(--line);
    padding: 0 clamp(24px, 5vw, 76px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(218, 174, 125);
    
}

a {
    color: inherit
}

.brand {
    font-size: 40px;
    font-weight: 800;
    text-decoration: none
}

.brand span {
    color: var(--coral)
}

nav {
    display: flex;
    gap: 26px
}

button {
    font: inherit;
    cursor: pointer
}

nav button,
.plain {
    border: 0;
    background: transparent;
    padding: 8px 0;
    font-size: 13px;
}
#boton {
    border: 0;
    background: rgb(197, 151, 66);
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    border-radius:15px;
}

nav .active {
    font-weight: 800;
    border-bottom: 2px solid;
}
 #letra{
    font-size: 20px
 }
.panel {
    display: none;
    min-height: calc(100vh - 82px)
}

.panel.active {
    display: block
}

.hero,
.quiz-layout {
    max-width: 1300px;
    margin: auto;
    min-height: calc(100vh - 82px);
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 7vw;
    align-items: center;
    padding: clamp(50px, 9vw, 120px) clamp(24px, 8vw, 110px)
}

.eyebrow,
.pricing small,
.step small {
    font: 11px var(--mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6d6b66
}

.hero h1,
.heading h2,
.quiz-layout h2,
.pricing h2 {
    font-size: clamp(47px, 6vw, 88px);
    letter-spacing: -.07em;
    line-height: .96;
    margin: 0
}

.hero p:not(.eyebrow),
.quiz-layout>div>p:last-child {
    max-width: 500px;
    line-height: 1.65;
    margin: 30px 0
}

.primary {
    border: 0;
    background: var(--ink);
    color: white;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 13px
}

.plain {
    margin-left: 18px;
    font-weight: 700
}

.photo {
    height: min(590px, 62vh);
    background: #d7d3c8
}

.photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.placeholder {
    height: 100%;
    display: none;
    place-items: center;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #aaa69c, #e3ded2)
}

.heading {
    padding: clamp(55px, 8vw, 112px) clamp(24px, 8vw, 135px) 45px
}

.heading>p:last-child {
    max-width: 460px;
    line-height: 1.6
}

.projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 0 clamp(24px, 5vw, 76px) 90px
}

.cover {
    aspect-ratio: .85;
    padding: 20px;
    display: flex;
    align-items: end;
    font-size: clamp(48px, 7vw, 100px);
    font-weight: 800;
    letter-spacing: -.1em
}

.coral {
    background: #f26b55
}

.blue {
    background: #afc3ee
}

.green {
    background: #bedb94
}

.projects h3 {
    margin: 14px 0 0;
    font-size: 16px
}

.projects p {
    font: 12px var(--mono);
    margin: 5px 0
}

.quiz {
    background: #fff;
    padding: 34px;
    min-height: 445px
}

.progress {
    height: 3px;
    background: #e5e2dd;
    margin-bottom: 32px
}

.progress i {
    display: block;
    height: 100%;
    width: 20%;
    background: var(--coral);
    transition: .25s
}

.step {
    display: none
}

.step.active {
    display: block
}

.step h3 {
    font-size: 25px;
    letter-spacing: -.05em;
    margin: 16px 0
}

.step>label {
    display: block;
    border-top: 1px solid #e2dfd9;
    padding: 13px 2px;
    font-size: 14px
}

.step>label:last-of-type {
    border-bottom: 1px solid #e2dfd9
}

.step input {
    accent-color: var(--coral);
    margin-right: 10px
}

.help {
    font-size: 12px;
    color: #777
}

.colors {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px
}

.colors label {
    font-size: 13px;
    padding: 8px;
    border: 1px solid #e2dfd9
}

.colors i {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #bbb;
    border-radius: 50%;
    vertical-align: -2px;
    margin-right: 5px
}

.input {
    font-size: 12px;
    display: block;
    margin: 14px 0
}

.input input,
.input textarea {
    width: 100%;
    display: block;
    margin-top: 6px;
    padding: 10px;
    border: 1px solid #ddd;
    font: 14px var(--sans);
    background: #fff
}

.quiz-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.hidden {
    visibility: hidden
}

.pricing {
    background: #0d1722;
    color: #f8f4ec;
    padding: clamp(52px, 7vw, 100px) clamp(20px, 7vw, 105px)
}

.pricing-head {
    text-align: center;
    margin-bottom: 52px
}

.pricing-head p {
    font: 11px var(--mono);
    color: var(--lime);
    text-transform: uppercase
}

.pricing-head h2 {
    margin: 13px 0
}

.pricing-head span {
    font-size: 12px;
    color: #b8bdc4
}

.plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 1200px;
    margin: auto
}

.plans article {
    border: 1px solid #43505b;
    padding: 30px;
    min-height: 405px;
    display: flex;
    flex-direction: column
}

.plans .featured {
    background: var(--lime);
    color: #142112;
    border-color: var(--lime)
}

.plans h3 {
    font-size: 27px;
    letter-spacing: -.05em;
    margin: 25px 0 12px
}

.plans ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
    line-height: 2.2;
    margin: 30px 0
}

.plans li:before {
    content: '✓';
    color: var(--lime);
    margin-right: 9px
}

.featured li:before {
    color: #142112
}

.plans button,
.payment {
    margin-top: auto;
    padding: 13px;
    background: transparent;
    color: inherit;
    border: 1px solid currentColor;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none
}

.checkout {
    max-width: 700px;
    margin: 55px auto 0;
    border: 1px solid #43505b;
    padding: 30px
}

.checkout h3 {
    font-size: 26px;
    margin: 14px 0
}

.checkout .input input {
    background: #fff;
    color: var(--ink)
}

.delivery {
    display: flex;
    gap: 10px;
    border-top: 1px solid #43505b;
    padding: 14px 0;
    font-size: 12px;
    line-height: 1.5
}

.delivery b {
    display: block;
    margin-bottom: 3px
}

.checkout .primary {
    margin-top: 15px
}

.payment {
    display: block;
    margin-top: 12px
}

.note {
    font-size: 11px;
    color: #aeb7c0
}

footer {
    padding: 25px 7vw;
    border-top: 1px solid var(--line);
    font: 11px var(--mono)
}

@media(max-width:760px) {
    header {
        height: auto;
        min-height: 67px;
        padding: 14px 20px
        
    }

    header>a:last-child {
        display: none
    }
    

    nav {
        gap: 14px
    }

    nav button {
        font-size: 11px
    }

    .hero,
    .quiz-layout {
        grid-template-columns: 1fr;
        padding: 55px 24px;
        gap: 42px
    }

    .photo {
        height: 400px
    }

    .projects,
    .plans {
        grid-template-columns: 1fr
    }

    .projects {
        padding: 0 24px 60px;
        gap: 35px
    }

    .cover {
        aspect-ratio: 1.25
    }

    .quiz {
        padding: 25px
    }

    .pricing {
        padding: 55px 20px
    }
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: grid;
    place-items: center;
    z-index: 1000;
}

.modal[hidden] {
    display: none;
}

.modal-contenido {
    background: white;
    color: #181817;
    padding: 35px;
    width: min(90%, 450px);
    position: relative;
}

.cerrar {
    position: absolute;
    right: 15px;
    top: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
}

.faq {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.faq-pregunta {
    width: 100%;
    padding: 18px;
    border: none;
    background: #cf8c58;
    color: white;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

.faq-respuesta {
    display: none;
    padding: 15px 18px;
    background: white;
}

.faq-respuesta p {
    margin: 0;
}