:root {
    --navy: #0B121C;
    --navy-2: #101B28;
    --gold: #F4CB7A;
    --gold-soft: #f8dfaa;
    --white: #fff;
    --off: #f7f6f2;
    --text: #18202a;
    --muted: #69717a;
    --line: rgba(11, 18, 28, .12);
    --max: 1180px;

    --size-social-icons: 1.2rem;
    --size-logo-height: 3rem;
}

/* Mobile */
@media (max-width: 1024px) {
    :root {
        --size-logo-height: 2rem;
        --size-social-icons: 1.5rem;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "DM Sans", Arial, sans-serif;
    color: var(--text);
    background: var(--off);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit
}

img, svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: min(calc(100% - 56px), var(--max));
    margin: auto
}

.header {
    height: 76px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    font-size: 14px
}

.brand b {
    font-weight: 700
}

.brand-mark {
    width: 34px;
    height: 34px;
    border: 1.5px solid var(--gold);
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 10px;
    color: var(--navy);
    font-weight: 700
}

.logo-horizontal {
    position: relative;
    height: var(--size-logo-height);
    user-select: none;
}

.nav {
    display: flex;
    gap: 34px;
    font-size: 14px;
    color: #4f5861
}

.nav a:hover {
    color: #000
}

.header-cta {
    background: var(--navy);
    color: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600
}

.header-cta span {
    color: var(--gold);
    margin-left: 6px
}

.hero {
    min-height: 780px;
    display: flex;
    align-items: flex-end;
    position: relative;
    background-image: url("../images/content/arquitetos/hero.webp");
    background-size: cover;
    background-position: center
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 10, 15, .84) 0%, rgba(5, 10, 15, .54) 48%, rgba(5, 10, 15, .18) 100%), linear-gradient(0deg, rgba(5, 10, 15, .72), transparent 58%)
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    width: min(calc(100% - 56px), var(--max));
    margin: 0 auto;
    padding: 150px 0 105px
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .25em;
    color: #89713e;
    font-weight: 700;
    margin: 0 0 24px
}

.eyebrow.light {
    color: var(--gold)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3 {
    font-family: "Manrope", "DM Sans", sans-serif;
    letter-spacing: -.045em
}

h1 {
    font-size: clamp(48px, 6.3vw, 86px);
    line-height: .99;
    max-width: 920px;
    margin-bottom: 30px
}

h2 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    margin-bottom: 25px
}

h1 em,
h2 em,
blockquote em {
    font-style: normal;
    font-weight: 400;
    color: var(--gold-soft)
}

.hero-copy {
    font-size: 20px;
    max-width: 700px;
    color: rgba(255, 255, 255, .83);
    line-height: 1.55
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 38px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    border: 0;
    border-radius: 999px;
    padding: 17px 25px;
    font: 600 15px "DM Sans";
    cursor: pointer;
    transition: .2s transform, .2s box-shadow
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16)
}

.btn-gold {
    background: var(--gold);
    color: var(--navy)
}

.btn-dark {
    background: var(--navy);
    color: #fff;
    width: 100%;
    font-size: 16px
}

.btn-dark span {
    color: var(--gold)
}

.text-link {
    font-size: 15px;
    font-weight: 600
}

.light-link {
    color: #fff
}

.hero-proof {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 65px;
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .16em
}

.hero-proof i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold)
}

.section {
    padding: 125px 0
}

.narrow-center {
    text-align: center;
    max-width: 900px
}

.narrow-center .lead {
    font-size: 20px;
    color: var(--muted);
    max-width: 760px;
    margin: 0 auto
}

.intro h2 {
    font-size: clamp(44px, 5.5vw, 72px)
}

.intro h2 em,
.benefits h2 em,
.faq h2 em {
    color: #8b8d91
}

.dark-section {
    background: var(--navy);
    color: #fff;
    padding: 130px 0
}

.dark-alt {
    background: #111b26
}

.section-heading {
    max-width: 850px;
    margin-bottom: 70px
}

.section-heading h2 {
    font-size: clamp(46px, 5.7vw, 76px)
}

.section-heading p:not(.eyebrow) {
    font-size: 18px;
    color: rgba(255, 255, 255, .64);
    max-width: 720px
}

.cards {
    display: grid
}

.cards.four {
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 28px;
    overflow: hidden
}

.feature-card {
    min-height: 390px;
    padding: 34px 32px;
    border-right: 1px solid rgba(255, 255, 255, .13);
    transition: .25s background
}

.feature-card:last-child {
    border-right: 0
}

.feature-card:hover {
    background: rgba(255, 255, 255, .035)
}

.number {
    font-size: 12px;
    color: var(--gold);
    letter-spacing: .15em
}

.icon {
    font-size: 34px;
    color: var(--gold);
    margin: 58px 0 22px
}

.feature-card h3 {
    font-size: 25px;
    line-height: 1.12;
    margin-bottom: 14px
}

.feature-card p {
    color: rgba(255, 255, 255, .58);
    font-size: 15px
}

.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff
}

.split-image {
    min-height: 780px;
    background-size: cover;
    background-position: center
}

.image-architecture {
    background-image: url("../images/content/arquitetos/arquitetura.webp")
}

.split-content {
    padding: 120px max(40px, calc((100vw - var(--max))/2)) 120px 80px
}

.split-content h2 {
    font-size: clamp(40px, 4.4vw, 62px)
}

.split-content h2 em {
    color: #92969a
}

.steps {
    margin-top: 55px
}

.step {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 18px;
    padding: 25px 0;
    border-top: 1px solid var(--line)
}

.step:last-child {
    border-bottom: 1px solid var(--line)
}

.step>span {
    color: #9b7b3b;
    font-size: 12px;
    font-weight: 700
}

.step h3 {
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: -.025em
}

.step p {
    margin: 0;
    color: var(--muted);
    font-size: 15px
}

.quote-section {
    padding: 155px 0;
    background-image: linear-gradient(rgba(8, 15, 22, .72), rgba(8, 15, 22, .72)), url("../images/content/arquitetos/tecnologia.webp");
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center
}

blockquote {
    font: 500 clamp(40px, 5.5vw, 72px)/1.05 "Manrope";
    letter-spacing: -.05em;
    max-width: 900px;
    margin: 0 auto 30px
}

.quote-section p {
    font-size: 18px;
    color: rgba(255, 255, 255, .72);
    max-width: 720px;
    margin: auto
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 28px;
    overflow: hidden
}

.timeline-item {
    padding: 35px 30px;
    min-height: 260px;
    border-right: 1px solid rgba(255, 255, 255, .13)
}

.timeline-item:last-child {
    border: 0
}

.timeline-item span {
    display: block;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: .15em;
    margin-bottom: 55px
}

.timeline-item h3 {
    font-size: 25px
}

.timeline-item p {
    color: rgba(255, 255, 255, .55);
    font-size: 15px
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.center>p:last-child {
    margin-left: auto;
    margin-right: auto
}

.benefit-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start
}

.benefit-list {
    border-top: 1px solid var(--line)
}

.benefit-list div {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 15px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line)
}

.benefit-list b {
    color: #a48242;
    font-size: 12px;
    letter-spacing: .12em
}

.benefit-list span {
    font-size: 18px
}

.cta-section {
    background: var(--gold);
    padding: 125px 0
}

.cta-inner {
    max-width: 720px
}

.cta-section .eyebrow {
    color: #5d4a27
}

.cta-section h2 {
    font-size: clamp(48px, 6vw, 78px)
}

.cta-section h2 em {
    color: #6f624d
}

.cta-section>div>p:not(.eyebrow) {
    font-size: 18px;
    max-width: 650px;
    color: #5e5547
}

.partner-form {
    margin-top: 45px;
    background: #fff;
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 20px 60px rgba(37, 28, 8, .12)
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.partner-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px
}

.optional {
    color: #999;
    font-weight: 400
}

input,
select,
textarea {
    display: block;
    width: 100%;
    margin-top: 7px;
    border: 1px solid #ddd9d0;
    border-radius: 12px;
    padding: 14px 15px;
    font: 15px "DM Sans";
    background: #fff;
    outline: none
}

input:focus,
select:focus,
textarea:focus {
    border-color: #8f763f;
    box-shadow: 0 0 0 3px rgba(244, 203, 122, .25)
}

textarea {
    resize: vertical
}

.form-note {
    font-size: 12px !important;
    color: #888 !important;
    text-align: center;
    margin: 13px 0 0 !important
}

.form-message {
    text-align: center;
    margin: 12px 0 0;
    color: #3b5e39;
    font-weight: 600
}

.faq {
    background: #fff
}

.faq-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px
}

.faq-list details {
    border-top: 1px solid var(--line);
    padding: 24px 0
}

.faq-list details:last-child {
    border-bottom: 1px solid var(--line)
}

summary {
    cursor: pointer;
    list-style: none;
    font: 600 19px "Manrope";
    display: flex;
    justify-content: space-between;
    gap: 20px
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    content: "+";
    font-size: 25px;
    font-weight: 400
}

details[open] summary:after {
    content: "−"
}

details p {
    color: var(--muted);
    margin: 15px 40px 0 0
}

.final-cta {
    padding: 125px 0;
    background: var(--navy);
    color: #fff;
    text-align: center
}

.final-cta h2 {
    font-size: clamp(48px, 6vw, 80px);
    margin-bottom: 38px
}

.final-cta h2 em {
    color: var(--gold-soft)
}

footer {
    background: #080e15;
    color: rgba(255, 255, 255, .5);
    padding: 35px 0
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px
}

.footer-brand {
    color: #fff
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #25D366;
    color: white;
    padding: 8px 8px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    z-index: 999;
}

.btn-whats {
    width: var(--size-social-icons);
    height: var(--size-social-icons);
    fill: white;
    margin: 0.3rem;
    transition: fill 0.3s, transform 0.3s;
}

@media(max-width:900px) {
    .nav {
        display: none
    }

    .header {
        padding: 0 20px
    }

    .hero {
        min-height: 760px
    }

    .hero-content {
        padding-bottom: 75px
    }

    .cards.four,
    .timeline {
        grid-template-columns: 1fr 1fr
    }

    .feature-card:nth-child(2) {
        border-right: 0
    }

    .feature-card:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .13)
    }

    .split-section {
        grid-template-columns: 1fr
    }

    .split-image {
        min-height: 480px
    }

    .split-content {
        padding: 80px 28px
    }

    .benefit-layout,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 55px
    }
}

@media(max-width:600px) {

    .container,
    .hero-content {
        width: min(calc(100% - 36px), var(--max))
    }

    .header-cta {
        padding: 11px 14px;
        font-size: 12px
    }

    .brand {
        font-size: 12px
    }

    .brand-mark {
        width: 30px;
        height: 30px
    }

    .hero {
        min-height: 740px;
        background-position: 62% center
    }

    h1 {
        font-size: 48px
    }

    .hero-copy {
        font-size: 17px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .hero-proof {
        margin-top: 42px;
        gap: 9px;
        font-size: 9px
    }

    .section,
    .dark-section,
    .cta-section,
    .final-cta {
        padding: 90px 0
    }

    .cards.four,
    .timeline {
        grid-template-columns: 1fr
    }

    .feature-card {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .13)
    }

    .feature-card:last-child,
    .timeline-item:last-child {
        border-bottom: 0
    }

    .feature-card {
        min-height: auto;
        padding: 30px
    }

    .icon {
        margin: 35px 0 15px
    }

    .split-image {
        min-height: 350px
    }

    .field-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .partner-form {
        padding: 22px
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start
    }
}