:root {
    --bg: #080a0c;
    --panel: #111419;
    --panel2: #171b21;
    --text: #f5f4ef;
    --muted: #a7acb4;
    --line: #282d35;
    --yellow: #ffe600;
    --yellow2: #c8b400;
    --green: #25d366;
    --radius: 24px;
    --shadow: 0 25px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: radial-gradient(circle at 80% 0, #191d22 0, transparent 30%), var(--bg);
    color: var(--text);
    font-family: "Roboto", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin: auto; }
.section { padding: 92px 0; }

h1, h2, h3, h4, .brand, .review strong {
    font-family: "Roboto Slab", serif;
}

.eyebrow {
    font-family: "Roboto", sans-serif;
    font-size: .75rem;
    letter-spacing: .22em;
    font-weight: 800;
    color: var(--yellow);
    text-transform: uppercase;
}
.section-head { max-width: 690px; margin-bottom: 42px; }
.section-head.center { text-align: center; margin: 0 auto 48px; }
.section-head h2 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.05;
    margin: 10px 0 16px;
}
.section-head p { color: var(--muted); margin: 0; }

.header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    background: rgba(7, 9, 11, .86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.nav {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    background: transparent;
}
.menu {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: .84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.menu a:hover { color: var(--yellow); }
.mobile-toggle {
    display: none;
    background: none;
    border: 0;
    color: white;
    font-size: 1.5rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 15px 24px;
    font-weight: 800;
    cursor: pointer;
    transition: .25s;
    white-space: nowrap;
}
.btn-primary { background: var(--yellow); color: #090909; }
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 230, 0, .18);
}
.btn-outline {
    border-color: #3b414b;
    background: rgba(8, 10, 12, .55);
    color: white;
}
.btn-outline:hover { border-color: var(--yellow); color: var(--yellow); }

/* Imagem solicitada abaixo do menu, com máscara preta de 70% de opacidade
   (aproximadamente 30% de transparência). */
.hero {
    min-height: 88vh;
    padding: 150px 0 82px;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    background-image: url("/assets/img/hero-processo-tatuagem.webp");
    background-size: cover;
    background-position: center 46%;
    background-repeat: no-repeat;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .70) 48%, rgba(0, 0, 0, .62) 100%);
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 22%;
    z-index: -1;
    background: linear-gradient(to bottom, transparent, var(--bg));
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 52px;
    align-items: end;
}
.hero-copy { max-width: 720px; }
.hero h1 {
    font-size: clamp(3rem, 7vw, 6.4rem);
    line-height: .96;
    margin: 14px 0 20px;
    letter-spacing: -.035em;
    text-shadow: 0 5px 35px rgba(0, 0, 0, .85);
}
.hero p {
    font-size: 1.1rem;
    color: #e2e4e7;
    max-width: 620px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .95);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-card {
    align-self: end;
    margin-bottom: 12px;
    background: rgba(10, 12, 15, .72);
    border: 1px solid rgba(255, 255, 255, .13);
    backdrop-filter: blur(16px);
    padding: 26px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.hero-card strong { display: block; font-size: 1.6rem; }
.hero-card p { font-size: .95rem; margin-bottom: 0; }

.artist-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: center;
}
.artist-photo { position: relative; }
.artist-photo img {
    border-radius: 34px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 30%;
    box-shadow: var(--shadow);
}
.artist-photo::after {
    content: "";
    position: absolute;
    inset: 22px -22px -22px 22px;
    border: 1px solid rgba(255, 230, 0, .35);
    border-radius: 34px;
    z-index: -1;
}
.artist-copy h2 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.05;
    margin: 12px 0 22px;
}
.artist-copy p { color: var(--muted); font-size: 1.04rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 32px 0; }
.stat { background: var(--panel); border: 1px solid var(--line); padding: 20px; border-radius: 18px; }
.stat strong { display: block; font-size: 1.5rem; color: var(--yellow); }
.stat span { font-size: .82rem; color: var(--muted); }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: var(--panel);
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255, 255, 255, .07);
    padding: 0;
    cursor: pointer;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item::after {
    content: "Ver projeto";
    position: absolute;
    inset: auto 14px 14px;
    background: rgba(6, 8, 10, .82);
    backdrop-filter: blur(10px);
    padding: 10px 13px;
    border-radius: 12px;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    opacity: 0;
    transform: translateY(8px);
    transition: .25s;
}
.gallery-item:hover::after { opacity: 1; transform: none; }

.cta-band {
    background: linear-gradient(135deg, #171b20, #0d0f12);
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.cta-band h3 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; margin: 0 0 8px; }
.cta-band p { margin: 0; color: var(--muted); }
.cta-band .btn, .cta-nowrap { flex: 0 0 auto; white-space: nowrap; }

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
.review {
    min-width: 0;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 26px;
    overflow: hidden;
}
.stars { color: var(--yellow); letter-spacing: .15em; }
.review p {
    color: #d3d6da;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}
.review strong { display: block; margin-top: auto; }
.review small { color: var(--muted); }

.form-wrap {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 44px;
    align-items: start;
}
.form-info { position: sticky; top: 110px; }
.form-info h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1.05; }
.form-info p { color: var(--muted); }
.quiz {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 32px;
    box-shadow: var(--shadow);
}
.form-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--line);
    font-weight: 800;
}
.form-topline span { color: var(--yellow); }
.form-topline small {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .12em;
    white-space: nowrap;
}
.form-section {
    margin: 0 0 24px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(7, 9, 12, .34);
}
.form-section legend {
    padding: 0 10px;
    font-family: "Roboto Slab", serif;
    font-size: 1.08rem;
    font-weight: 800;
}
.form-section legend span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--yellow);
    color: #090909;
    font-family: "Roboto", sans-serif;
    font-size: .85rem;
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.field { min-width: 0; margin-bottom: 18px; }
.field-span-2 { grid-column: 1 / -1; }
.field label { display: block; font-size: .9rem; font-weight: 800; margin-bottom: 8px; }
.field label small { color: var(--muted); font-weight: 400; }
.input, .textarea, .select {
    width: 100%;
    min-height: 54px;
    background: #0b0e12;
    border: 1px solid #333944;
    color: white;
    border-radius: 14px;
    padding: 14px 16px;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.input:focus, .textarea:focus, .select:focus {
    border-color: var(--yellow);
    box-shadow: 0 0 0 3px rgba(255, 230, 0, .08);
}
.input.invalid, .textarea.invalid, .select.invalid { border-color: #ff6574; }
.textarea { min-height: 120px; resize: vertical; }
.select { appearance: auto; }
.file-input { padding: 10px 12px; }
.form-note { font-size: .78rem; color: var(--muted); margin-top: 8px; }
.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border: 1px solid #343a44;
    border-radius: 14px;
    background: #0b0e12;
    cursor: pointer;
}
.consent-row input { margin-top: 5px; accent-color: var(--yellow); }
.consent-row.invalid { border-color: #ff6574; }
.submit-lead {
    width: 100%;
    min-height: 58px;
    font-size: .92rem;
    letter-spacing: .04em;
}
.submit-lead:disabled { opacity: .65; cursor: wait; transform: none; }
.submit-note { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: .78rem; }
.form-alert { display: none; margin: 0 0 16px; }
.form-alert.show { display: block; }

.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.contact-card { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 30px; }
.contact-item { display: flex; gap: 14px; margin: 20px 0; }
.contact-item i { color: var(--yellow); margin-top: 5px; }
.map { min-height: 460px; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.92) contrast(.88); }

.footer { padding: 54px 0 28px; border-top: 1px solid var(--line); background: #060709; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.footer-logo { width: 120px; background: transparent; }
.footer h4 { margin: 0 0 14px; }
.footer p, .footer a { color: var(--muted); }
.footer a:hover { color: var(--yellow); }
.copyright { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 22px; color: #777; font-size: .8rem; }

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--green);
    display: grid;
    place-items: center;
    box-shadow: 0 16px 42px rgba(37, 211, 102, .35);
    transition: .25s;
}
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float img { width: 36px; height: 36px; object-fit: contain; background: transparent; }

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .92);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.lightbox.open { display: flex; }
.lightbox img { max-height: 90vh; max-width: 92vw; border-radius: 18px; }
.lightbox button { position: absolute; top: 20px; right: 24px; background: none; border: 0; color: white; font-size: 2rem; cursor: pointer; }

.alert { padding: 13px; border-radius: 12px; margin-bottom: 15px; }
.alert.error { background: #441b21; color: #ffd8dc; }
.alert.success { background: #123725; color: #bfffd4; }

@media (max-width: 900px) {
    .menu { display: none; }
    .mobile-toggle { display: block; }
    .menu.open {
        display: flex;
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        background: #080a0c;
        padding: 22px;
        flex-direction: column;
        border-bottom: 1px solid var(--line);
    }
    .hero { min-height: 760px; padding: 150px 0 80px; background-position: 58% center; }
    .hero-grid, .artist-grid, .form-wrap, .location-grid { grid-template-columns: 1fr; }
    .hero-card { display: none; }
    .artist-grid { gap: 42px; }
    .artist-photo { max-width: 520px; }
    .gallery { grid-template-columns: repeat(2, 1fr); }
    .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .form-info { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .cta-band { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
    .reviews-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
    .review { min-height: 0; width: 100%; padding: 22px; }
    .review strong { margin-top: 16px; }
}

@media (max-width: 600px) {
    .section { padding: 68px 0; }
    .container { width: min(100% - 24px, 1180px); }
    .brand img { width: 64px; height: 64px; }
    .nav { height: 72px; }
    .menu.open { top: 72px; }
    .hero {
        min-height: 690px;
        padding: 118px 0 72px;
        background-position: 61% center;
    }
    .hero::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .68));
    }
    .hero h1 { font-size: clamp(2.7rem, 15vw, 4rem); }
    .hero p { font-size: 1rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .artist-photo::after { display: none; }
    .stats { grid-template-columns: 1fr; }
    .gallery { gap: 10px; }
    .gallery-item { border-radius: 14px; }
    .quiz { padding: 22px 14px; border-radius: 20px; }
    .form-topline { align-items: flex-start; flex-direction: column; }
    .form-section { padding: 18px 13px; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .field-span-2 { grid-column: auto; }
    .submit-lead {
        white-space: normal;
        line-height: 1.25;
        padding-inline: 16px;
    }
    .cta-band { padding: 28px 22px; }
    .cta-band .btn { width: auto; max-width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .whatsapp-float { width: 58px; height: 58px; right: 14px; bottom: 14px; }
}

/* V1.3 — formulário rápido em etapa única */
.form-wrap-simple {
    grid-template-columns: .78fr 1.22fr;
}

.lead-form-simple .form-section-simple {
    margin-bottom: 20px;
}

.form-section-simple legend {
    padding-inline: 8px;
}

.field label > span[aria-hidden="true"] {
    color: var(--yellow);
}

.lead-form-simple .submit-lead {
    white-space: nowrap;
}

@media (max-width: 900px) {
    .form-wrap-simple {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .gallery {
        grid-template-columns: 1fr;
    }

    .gallery-item {
        width: 100%;
    }

    .lead-form-simple .submit-lead {
        white-space: nowrap;
        font-size: clamp(.72rem, 3.55vw, .88rem);
        letter-spacing: .015em;
        padding-inline: 8px;
    }

    .lead-form-simple .form-note {
        line-height: 1.5;
    }
}


/* V1.4 — landing page e formulário enxuto de qualificação */
#sobre, #galeria, #avaliacoes, #orcamento, #localizacao {
    scroll-margin-top: 90px;
}

.reviews-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
    text-align: center;
}

.reviews-cta p {
    margin: 0;
    color: var(--muted);
}

.simple-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.project-field {
    min-width: 0;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.project-field legend {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    font-size: .9rem;
    font-weight: 800;
}

.project-field legend > span[aria-hidden="true"] {
    color: var(--yellow);
}

.field-helper {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: .78rem;
}

.project-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 18px;
}

.project-options.invalid {
    border-color: #ff6574;
    background: rgba(255, 101, 116, .045);
}

.project-option {
    position: relative;
    min-width: 0;
    cursor: pointer;
}

.project-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.project-option-card {
    display: flex;
    min-height: 152px;
    height: 100%;
    padding: 18px 15px;
    border: 1px solid #333944;
    border-radius: 17px;
    background: #0b0e12;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    transition: border-color .2s, background-color .2s, transform .2s, box-shadow .2s;
}

.project-option-card i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 230, 0, .08);
    color: var(--yellow);
    font-size: 1rem;
}

.project-option-card strong {
    font-family: "Roboto Slab", serif;
    line-height: 1.2;
}

.project-option-card small {
    color: var(--muted);
    line-height: 1.45;
}

.project-option:hover .project-option-card {
    border-color: #5b626d;
    transform: translateY(-2px);
}

.project-option input:checked + .project-option-card {
    border-color: var(--yellow);
    background: rgba(255, 230, 0, .055);
    box-shadow: 0 0 0 3px rgba(255, 230, 0, .08);
}

.project-option input:focus-visible + .project-option-card {
    outline: 3px solid rgba(255, 230, 0, .32);
    outline-offset: 3px;
}

.lead-form-simple .textarea {
    min-height: 116px;
}

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

    .project-option-card {
        min-height: 0;
        padding: 16px;
        display: grid;
        grid-template-columns: 42px 1fr;
        column-gap: 12px;
        align-items: center;
    }

    .project-option-card i {
        grid-row: 1 / 3;
    }

    .project-option-card small {
        grid-column: 2;
    }
}

@media (max-width: 600px) {
    .lead-form-simple {
        padding: 20px 14px;
    }

    .lead-form-simple .submit-lead {
        min-height: 62px;
        white-space: normal;
        line-height: 1.2;
        padding: 13px 10px;
    }

    .reviews-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .reviews-cta .btn {
        width: 100%;
    }
}
