
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
    --bg: #080808;
    --bg-soft: #10100f;
    --panel: #151411;
    --panel-2: #1a1813;
    --gold: #d6a63e;
    --gold-light: #f1cd70;
    --gold-dark: #8a641e;
    --text: #f7f2e8;
    --muted: #b8b1a3;
    --line: rgba(214, 166, 62, .28);
    --shadow: 0 24px 70px rgba(0, 0, 0, .45);
    --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 80% 5%, rgba(214,166,62,.08), transparent 28%),
        var(--bg);
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(18px);
    background: rgba(8,8,8,.86);
    border-bottom: 1px solid rgba(214,166,62,.14);
}
.nav-wrap {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.brand img { width: 280px; max-height: 62px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.btn) {
    color: #ddd6c9;
    font-size: .92rem;
    transition: .25s ease;
}
.main-nav > a:not(.btn):hover { color: var(--gold-light); }
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 10px;
}
.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--gold-light);
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8,8,8,.98) 0%, rgba(8,8,8,.84) 48%, rgba(8,8,8,.44) 100%),
        repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(214,166,62,.025) 80px);
}
.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: .6;
}
.hero-glow-one { width: 440px; height: 440px; right: -130px; top: 20px; background: rgba(214,166,62,.10); }
.hero-glow-two { width: 250px; height: 250px; left: 25%; bottom: -120px; background: rgba(214,166,62,.07); }

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 72px;
    padding: 90px 0;
}
.eyebrow {
    display: inline-block;
    color: var(--gold-light);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    margin-bottom: 18px;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: 'Cormorant Garamond', Georgia, serif; }
h1 {
    max-width: 760px;
    font-size: clamp(3.2rem, 6vw, 5.7rem);
    letter-spacing: -.035em;
    margin-bottom: 22px;
}
h1 span { color: var(--gold-light); }
.hero-text { max-width: 680px; color: var(--muted); font-size: 1.07rem; }
.professional {
    display: flex;
    flex-direction: column;
    margin: 30px 0 28px;
    padding-left: 20px;
    border-left: 2px solid var(--gold);
}
.professional strong {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: var(--gold-light);
    font-size: 1.65rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.professional span { color: #d4c5a3; font-size: .78rem; letter-spacing: .12em; }

.hero-actions, .cta-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
    color: #171006;
    background: linear-gradient(135deg, #f3d377, #c99427);
    box-shadow: 0 12px 30px rgba(214,166,62,.20);
}
.btn-gold:hover { box-shadow: 0 16px 38px rgba(214,166,62,.33); }
.btn-outline { border-color: var(--gold-dark); color: var(--gold-light); background: rgba(255,255,255,.01); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: .9rem; }
.btn-wide { min-width: 250px; }

.trust-row {
    display: flex;
    gap: 26px;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}
.trust-row > div { display: flex; align-items: center; gap: 10px; }
.trust-row p { margin: 0; font-size: .78rem; color: var(--muted); line-height: 1.35; }
.trust-row strong { color: var(--text); }
.mini-icon {
    width: 36px; height: 36px;
    border: 1px solid var(--gold-dark);
    color: var(--gold-light);
    border-radius: 50%;
    display: grid; place-items: center;
}

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.growth-card {
    position: relative;
    width: min(470px, 100%);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(214,166,62,.18);
    background: radial-gradient(circle at center, rgba(214,166,62,.14), rgba(214,166,62,.04) 45%, transparent 68%);
    box-shadow: inset 0 0 70px rgba(214,166,62,.08), 0 25px 80px rgba(0,0,0,.5);
}
.growth-card::before,
.growth-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(214,166,62,.16);
}
.growth-card::before { inset: 6%; }
.growth-card::after { inset: 18%; border-style: dashed; opacity: .6; }
.growth-core {
    position: absolute;
    inset: 24% 24% 26% 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.growth-kicker {
    color: rgba(241,205,112,.85);
    font-size: .62rem;
    letter-spacing: .25em;
    margin-bottom: 14px;
}
.growth-core strong {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3rem;
    line-height: .95;
    letter-spacing: .12em;
    color: var(--gold-light);
    text-shadow: 0 0 18px rgba(214,166,62,.14);
}
.growth-core small {
    margin-top: 8px;
    color: #c8a95a;
    font-size: .82rem;
    letter-spacing: .38em;
}
.growth-bars {
    position: absolute;
    right: -2px;
    bottom: 28px;
    width: 185px;
    height: 205px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    opacity: .92;
}
.growth-bars i {
    width: 17px;
    border: 1px solid rgba(214,166,62,.5);
    background: linear-gradient(to top, rgba(214,166,62,.36), rgba(214,166,62,.03));
    box-shadow: 0 0 18px rgba(214,166,62,.08);
}
.growth-line {
    position: absolute;
    left: 6px;
    top: 78px;
    width: 145px;
    height: 2px;
    background: linear-gradient(90deg, rgba(214,166,62,.0), rgba(241,205,112,.95));
    transform: rotate(-28deg);
    transform-origin: left center;
    box-shadow: 0 0 14px rgba(214,166,62,.32);
}
.growth-arrow {
    position: absolute;
    top: 33px;
    right: 11px;
    width: 18px;
    height: 18px;
    border-top: 3px solid rgba(241,205,112,.95);
    border-right: 3px solid rgba(241,205,112,.95);
    transform: rotate(18deg);
    box-shadow: 2px -2px 12px rgba(214,166,62,.15);
}

.credibility-bar { border-bottom: 1px solid var(--line); background: #0d0d0c; }
.credibility-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.credibility-grid div { padding: 25px 20px; border-right: 1px solid var(--line); }
.credibility-grid div:last-child { border-right: 0; }
.credibility-grid strong, .credibility-grid span { display: block; }
.credibility-grid strong { color: var(--gold-light); font-size: .9rem; }
.credibility-grid span { color: var(--muted); font-size: .78rem; }

.section { padding: 110px 0; }
.section-dark { background: linear-gradient(180deg, #0f0f0e, #090909); border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; text-align: center; margin: 0 auto 52px; }
.section-heading.left { text-align: left; margin: 0; }
.section-heading h2, .about-copy h2, .cta-box h2 {
    font-size: clamp(2.5rem, 4.5vw, 4.25rem);
    margin-bottom: 18px;
}
.section-heading p, .about-copy p, .cta-box p { color: var(--muted); }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
    min-height: 350px;
    padding: 32px 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(214,166,62,.035));
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.service-card:hover {
    transform: translateY(-7px);
    border-color: rgba(241,205,112,.58);
    background: linear-gradient(180deg, rgba(214,166,62,.07), rgba(255,255,255,.02));
}
.service-icon {
    width: 58px; height: 58px;
    display: grid; place-items: center;
    color: var(--gold-light);
    border: 1px solid var(--gold-dark);
    border-radius: 16px;
    font-size: 1.7rem;
    margin-bottom: 26px;
}
.service-card h3 { font-size: 1.15rem; line-height: 1.4; min-height: 82px; }
.service-card p { color: var(--muted); font-size: .91rem; }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { position: relative; padding: 9px 0 9px 30px; color: #ddd6c9; }
.check-list li::before {
    content: "✓";
    position: absolute; left: 0; top: 9px;
    color: var(--gold-light);
}
.about-panel {
    padding: 42px;
    border-radius: 28px;
    border: 1px solid rgba(214,166,62,.35);
    background:
        linear-gradient(145deg, rgba(214,166,62,.09), rgba(255,255,255,.015)),
        #11100e;
    box-shadow: var(--shadow);
}
.panel-label { color: var(--gold-light); font-size: .7rem; letter-spacing: .18em; }
.about-panel h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.5rem;
    margin: 20px 0 28px;
}
.stats { display: grid; gap: 12px; }
.stats div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
}
.stats strong { color: var(--gold-light); }
.stats span { color: var(--muted); font-size: .88rem; }
.text-link { display: inline-block; margin-top: 28px; color: var(--gold-light); font-weight: 700; }

.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.accordion details {
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
}
.accordion summary {
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    color: #eee7da;
    padding-right: 30px;
    position: relative;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
    content: "+";
    position: absolute; right: 0; top: -4px;
    color: var(--gold-light);
    font-size: 1.5rem;
}
.accordion details[open] summary::after { content: "−"; }
.accordion p { color: var(--muted); margin: 14px 0 0; }

.cta-section { padding: 0 0 100px; }
.cta-box {
    padding: 48px;
    border: 1px solid rgba(214,166,62,.38);
    border-radius: 26px;
    background:
        linear-gradient(115deg, rgba(214,166,62,.12), rgba(214,166,62,.02) 52%),
        #10100f;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
}
.cta-box h2 { max-width: 760px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.cta-actions { flex-direction: column; }
.cta-actions span { color: var(--muted); font-size: .8rem; }

.footer { border-top: 1px solid var(--line); background: #060606; padding: 64px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1.1fr .8fr .8fr; gap: 45px; }
.footer-brand img { width: 280px; margin-bottom: 18px; }
.footer p { color: var(--muted); max-width: 320px; }
.footer h3 { color: var(--gold-light); font-size: .86rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.footer a, .footer span { display: block; color: var(--muted); font-size: .87rem; margin: 8px 0; }
.footer a:hover { color: var(--gold-light); }
.footer-whatsapp { color: var(--gold-light) !important; font-weight: 700; }
.footer-bottom {
    border-top: 1px solid rgba(214,166,62,.16);
    margin-top: 42px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.footer-bottom span { color: #766f63; font-size: .75rem; }

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    width: 58px; height: 58px;
    display: grid; place-items: center;
    border-radius: 50%;
    color: #1a1306;
    background: linear-gradient(135deg, #f3d377, #c99427);
    box-shadow: 0 14px 40px rgba(214,166,62,.35);
    font-size: 1.5rem;
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
    .menu-toggle { display: block; }
    .main-nav {
        position: fixed;
        inset: 82px 0 auto 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
        background: rgba(8,8,8,.98);
        border-bottom: 1px solid var(--line);
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 10px 0; }
    .hero-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 35px; }
    .hero-visual { min-height: 430px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .credibility-grid { grid-template-columns: repeat(2,1fr); }
    .credibility-grid div:nth-child(2) { border-right: 0; }
    .credibility-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .cta-box { grid-template-columns: 1fr; }
    .cta-actions { align-items: flex-start; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1160px); }
    .brand img { width: 220px; }
    .nav-wrap { min-height: 74px; }
    .main-nav { top: 74px; }
    .hero { min-height: auto; }
    .hero-grid { padding: 70px 0; }
    h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
    .hero-actions, .trust-row { flex-direction: column; align-items: stretch; }
    .trust-row { gap: 15px; }
    .hero-visual { min-height: 340px; }
    .growth-card { width: min(340px, 100%); }
    .growth-core strong { font-size: 2.2rem; }
    .growth-core small { font-size: .70rem; letter-spacing: .28em; }
    .growth-bars { width: 150px; height: 165px; right: -6px; bottom: 14px; gap: 8px; }
    .growth-bars i { width: 14px; }
    .growth-line { width: 118px; top: 66px; }
    .credibility-grid, .services-grid, .footer-grid { grid-template-columns: 1fr; }
    .credibility-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
    .section { padding: 78px 0; }
    .service-card { min-height: auto; }
    .service-card h3 { min-height: auto; }
    .about-panel, .cta-box { padding: 28px 22px; }
    .footer-bottom { flex-direction: column; }
    .btn-wide { min-width: 100%; }
}
