* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #111111;
    color: #f7f1e8;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1160px, 90%);
    margin: 0 auto;
}

.topo {
    width: 100%;
    background: rgba(17, 17, 17, 0.94);
    border-bottom: 1px solid rgba(190, 150, 89, 0.18);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    backdrop-filter: blur(12px);
}

.topo-conteudo {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.logo {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
}

.logo span {
    color: #be9659;
}

.menu {
    display: flex;
    align-items: center;
    gap: 26px;
}

.menu a {
    color: #e5ddcf;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    transition: 0.3s;
}

.menu a:hover {
    color: #be9659;
}

.btn-topo {
    padding: 11px 18px;
    background: #be9659;
    color: #111;
    border: 1px solid #be9659;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-topo:hover {
    background: transparent;
    color: #be9659;
}

.hero {
    min-height: 100vh;
    padding: 140px 0 90px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(17,17,17,0.98), rgba(17,17,17,0.76)),
        radial-gradient(circle at 80% 30%, rgba(190,150,89,0.25), transparent 32%),
        linear-gradient(135deg, #111111, #241b12);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.tag,
.subtitulo,
.titulo-secao span {
    display: inline-block;
    color: #be9659;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    margin-bottom: 16px;
}

.hero h1 {
    color: #fff;
    font-size: clamp(44px, 6vw, 82px);
    line-height: 1.02;
    letter-spacing: -2px;
    max-width: 780px;
    margin-bottom: 24px;
}

.hero p {
    color: #d8d0c3;
    font-size: 18px;
    max-width: 620px;
    margin-bottom: 34px;
}

.hero-botoes {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: 0.3s;
}

.btn-principal {
    background: #be9659;
    border: 1px solid #be9659;
    color: #111;
}

.btn-principal:hover {
    background: #d4ad72;
    border-color: #d4ad72;
    transform: translateY(-3px);
}

.btn-secundario {
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
}

.btn-secundario:hover {
    background: #fff;
    color: #111;
}

.hero-imagem {
    min-height: 560px;
    background:
        linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.50)),
        linear-gradient(135deg, #6d5332, #16110c);
    border: 1px solid rgba(190,150,89,0.35);
    position: relative;
    overflow: hidden;
}

.hero-imagem::before {
    content: "PRIME";
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255,255,255,0.08);
    font-size: clamp(72px, 10vw, 150px);
    font-weight: 1000;
    letter-spacing: 8px;
}

.hero-imagem::after {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255,255,255,0.25);
}

.hero-card {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    background: rgba(17,17,17,0.92);
    border: 1px solid rgba(190,150,89,0.35);
    padding: 30px;
    z-index: 2;
}

.hero-card span {
    color: #be9659;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-card h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
    margin: 10px 0;
}

.hero-card p {
    color: #d8d0c3;
    margin: 0;
    font-size: 15px;
}

.indicadores {
    background: #f1eadf;
    color: #111;
    padding: 34px 0;
}

.indicadores-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.indicadores-grid div {
    text-align: center;
    border-right: 1px solid rgba(17,17,17,0.12);
}

.indicadores-grid div:last-child {
    border-right: none;
}

.indicadores strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    color: #111;
    margin-bottom: 8px;
}

.indicadores span {
    color: #675d4f;
    font-weight: 700;
    font-size: 14px;
}

.experiencia {
    background: #fffaf2;
    color: #111;
    padding: 110px 0;
}

.experiencia-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.experiencia-texto h2,
.titulo-secao h2,
.contato-texto h2,
.depoimento h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
}

.experiencia-texto p {
    color: #5f574c;
    font-size: 17px;
    margin-bottom: 18px;
}

.experiencia-lista {
    margin-top: 34px;
    display: grid;
    gap: 18px;
}

.experiencia-lista div {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: start;
}

.experiencia-lista span {
    width: 52px;
    height: 52px;
    background: #111;
    color: #be9659;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.experiencia-lista p {
    margin: 0;
    color: #3f3931;
    font-weight: 700;
}

.experiencia-box {
    min-height: 500px;
    background:
        linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.55)),
        linear-gradient(135deg, #be9659, #25190f);
    padding: 26px;
    display: flex;
    align-items: flex-end;
}

.box-destaque {
    background: #111;
    color: #fff;
    padding: 34px;
    border: 1px solid rgba(190,150,89,0.35);
}

.box-destaque span {
    color: #be9659;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 12px;
}

.box-destaque h3 {
    font-size: 34px;
    line-height: 1.12;
    margin: 12px 0 16px;
}

.box-destaque p {
    color: #d8d0c3;
}

.servicos {
    background: #111;
    padding: 110px 0;
}

.titulo-secao {
    max-width: 780px;
    margin: 0 auto 58px;
    text-align: center;
}

.titulo-secao h2 {
    color: #fff;
}

.titulo-secao p {
    color: #cfc6b8;
    font-size: 17px;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.servico-card {
    background: #181818;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 38px 34px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.servico-card:hover {
    transform: translateY(-8px);
    border-color: rgba(190,150,89,0.55);
}

.servico-card.destaque {
    background: #f1eadf;
    color: #111;
}

.categoria {
    width: fit-content;
    background: rgba(190,150,89,0.14);
    color: #be9659;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 28px;
}

.servico-card.destaque .categoria {
    background: #111;
    color: #be9659;
}

.servico-card h3 {
    font-size: 28px;
    line-height: 1.16;
    margin-bottom: 16px;
}

.servico-card p {
    color: #cfc6b8;
    flex: 1;
    margin-bottom: 28px;
}

.servico-card.destaque p {
    color: #5f574c;
}

.servico-card strong {
    color: #be9659;
    font-size: 22px;
}

.servico-card.destaque strong {
    color: #111;
}

.faixa-premium {
    background: #be9659;
    color: #111;
    padding: 70px 0;
}

.faixa-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.faixa-grid span {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.faixa-grid h3 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
    max-width: 760px;
    margin-top: 8px;
}

.faixa-premium .btn-principal {
    background: #111;
    color: #fff;
    border-color: #111;
    white-space: nowrap;
}

.faixa-premium .btn-principal:hover {
    background: #fff;
    color: #111;
    border-color: #fff;
}

.ambiente {
    background: #fffaf2;
    color: #111;
    padding: 110px 0;
}

.titulo-secao.escuro h2 {
    color: #111;
}

.titulo-secao.escuro p {
    color: #5f574c;
}

.ambiente-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 250px 250px;
    gap: 18px;
}

.ambiente-item {
    background:
        linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.62)),
        linear-gradient(135deg, #7a5b35, #1b130c);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    transition: 0.3s;
}

.ambiente-item:hover {
    transform: scale(1.02);
}

.ambiente-item.grande {
    grid-row: span 2;
}

.ambiente-item span {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.processo {
    background: #111;
    padding: 110px 0;
}

.processo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.processo-grid article {
    border-top: 1px solid rgba(190,150,89,0.45);
    padding-top: 28px;
}

.processo-grid span {
    color: #be9659;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}

.processo-grid h3 {
    color: #fff;
    font-size: 26px;
    margin: 14px 0;
}

.processo-grid p {
    color: #cfc6b8;
}

.depoimento {
    background: #f1eadf;
    color: #111;
    padding: 110px 0;
}

.depoimento-grid {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    gap: 70px;
    align-items: center;
}

.depoimento-card {
    background: #fffaf2;
    border: 1px solid rgba(17,17,17,0.08);
    padding: 44px;
    box-shadow: 0 24px 70px rgba(17,17,17,0.08);
}

.depoimento-card p {
    color: #3f3931;
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 24px;
}

.depoimento-card strong {
    display: block;
    color: #111;
    font-size: 18px;
}

.depoimento-card span {
    color: #be9659;
    font-size: 18px;
    letter-spacing: 2px;
}

.contato {
    background:
        radial-gradient(circle at 80% 10%, rgba(190,150,89,0.20), transparent 30%),
        #111;
    padding: 110px 0;
}

.contato-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 70px;
    align-items: center;
}

.contato-texto p {
    color: #d8d0c3;
    font-size: 17px;
    max-width: 620px;
    margin-bottom: 30px;
}

.contato-card {
    background: #181818;
    border: 1px solid rgba(190,150,89,0.25);
    padding: 38px;
    display: grid;
    gap: 24px;
}

.contato-card div {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.contato-card div:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.contato-card span {
    display: block;
    color: #be9659;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 8px;
}

.contato-card strong {
    color: #fff;
    font-size: 18px;
}

.barra-final {
    background: #080808;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 22px 0;
}

.barra-final-conteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: #cfc6b8;
    font-size: 14px;
}

.link-voltar {
    color: #be9659;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.link-voltar:hover {
    color: #fff;
}

.rodape {
    background: #000;
    color: #8e8577;
    text-align: center;
    padding: 26px;
    font-size: 14px;
}

@media (max-width: 1050px) {
    .topo {
        position: static;
    }

    .topo-conteudo {
        height: auto;
        padding: 22px 0;
        flex-direction: column;
    }

    .menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .hero {
        min-height: auto;
        padding: 80px 0;
    }

    .hero-grid,
    .experiencia-grid,
    .depoimento-grid,
    .contato-grid {
        grid-template-columns: 1fr;
    }

    .hero-imagem {
        min-height: 430px;
    }

    .indicadores-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .indicadores-grid div:nth-child(2) {
        border-right: none;
    }

    .servicos-grid,
    .processo-grid {
        grid-template-columns: 1fr;
    }

    .ambiente-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .ambiente-item,
    .ambiente-item.grande {
        min-height: 260px;
        grid-row: auto;
    }

    .faixa-grid {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(92%, 1160px);
    }

    .hero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .hero p {
        font-size: 16px;
    }

    .btn,
    .btn-topo {
        width: 100%;
        text-align: center;
    }

    .hero-botoes {
        width: 100%;
    }

    .indicadores-grid,
    .ambiente-grid {
        grid-template-columns: 1fr;
    }

    .indicadores-grid div {
        border-right: none;
        border-bottom: 1px solid rgba(17,17,17,0.12);
        padding-bottom: 18px;
    }

    .indicadores-grid div:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .experiencia-lista div {
        grid-template-columns: 1fr;
    }

    .box-destaque,
    .depoimento-card,
    .contato-card {
        padding: 28px;
    }

    .experiencia,
    .servicos,
    .ambiente,
    .processo,
    .depoimento,
    .contato {
        padding: 74px 0;
    }

    .barra-final-conteudo {
        flex-direction: column;
        text-align: center;
    }
}