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

:root {
    --ink: #091113;
    --ink-soft: #172124;
    --lime: #d8ff3e;
    --lime-deep: #bbec16;
    --orange: #ff7138;
    --paper: #f6f5f0;
    --white: #fff;
    --muted: #687377;
    --line: rgba(9, 17, 19, .13);
    font-family: "DM Sans", system-ui, sans-serif;
    color: var(--ink);
    background: var(--paper);
    scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 10px 16px; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 12px; }

.commercial-header-inner, .hero-grid, .experience-section, .features-section, .flow-section, .final-cta, .site-footer {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}
.commercial-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(9,17,19,.96); color: var(--white); backdrop-filter: blur(14px); }
.commercial-header-inner { min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.header-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font: 800 1rem "Manrope", sans-serif; text-decoration: none; }
.header-brand img { display: block; border-radius: 10px; }
.header-brand b { color: var(--lime); }
.commercial-nav { display: flex; justify-content: center; gap: 28px; }
.commercial-nav a { display: inline-flex; align-items: center; gap: 8px; color: #bdc6c8; font-size: .84rem; font-weight: 700; text-decoration: none; }
.commercial-nav a:hover { color: var(--white); }
.commercial-nav a.is-current { color: var(--white); }
.commercial-nav span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(216,255,62,.35); border-radius: 50%; color: var(--lime); font-size: .68rem; }
.header-cta { padding: 10px 14px; border-radius: 6px; background: var(--lime); color: var(--ink); font-size: .82rem; font-weight: 800; text-decoration: none; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font: 800 1.05rem "Manrope", sans-serif; letter-spacing: -.03em; text-decoration: none; }
.site-brand img { display: block; border-radius: 11px; }
.site-brand b { color: var(--lime); }

.hero {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    padding: 82px 0 88px;
    background:
        radial-gradient(circle at 76% 45%, rgba(216,255,62,.14), transparent 28%),
        linear-gradient(135deg, #091113 0%, #101a1c 100%);
    color: var(--white);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.hero-brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); font: 800 1.25rem "Manrope", sans-serif; letter-spacing: -.04em; text-decoration: none; }
.hero-brand img { display: block; width: 54px; height: 54px; border-radius: 13px; }
.hero-brand b { color: var(--lime); }
.hero-brand i { color: #bec7c9; font-style: normal; font-weight: 600; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #647074; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 3px; background: var(--orange); }
.hero .eyebrow, .final-cta .eyebrow { color: var(--lime); }
.hero h1 { max-width: 720px; margin: 24px 0; font: 800 clamp(3.2rem, 6.4vw, 6.4rem)/.94 "Manrope", sans-serif; letter-spacing: -.075em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0; color: #bec7c9; font-size: 1.14rem; line-height: 1.7; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 12px 20px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.is-lime { background: var(--lime); color: var(--ink); }
.button.is-lime:hover { background: #e3ff78; }
.button.is-outline { border-color: rgba(255,255,255,.3); color: var(--white); }
.button.is-whatsapp { border-color: #25d366; background: transparent; color: #72e49b; }
.button.is-dark { background: var(--ink); color: var(--white); }
.account-access { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 20px 0 0; color: #829093; font-size: .84rem; }
.account-access a { color: #cbd3d4; text-underline-offset: 4px; }
.account-access i { color: #526063; font-style: normal; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; color: #929ea0; font-size: .84rem; }
.hero-proof span::before { content: "\2713"; margin-right: 7px; color: var(--lime); }

.hero-visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(216,255,62,.2); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(255,113,56,.17); }
.dashboard-card { position: relative; z-index: 2; width: min(100%, 390px); padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(19,30,32,.93); box-shadow: 0 36px 80px rgba(0,0,0,.36); transform: rotate(-2deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.mini-brand { font: 800 .78rem "Manrope", sans-serif; }.mini-brand b { color: var(--lime); }
.status-dot { color: var(--lime); font-size: .72rem; }.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--lime); }
.dashboard-card > p { margin: 0 0 5px; color: #899597; font-size: .8rem; }
.dashboard-card > strong { font: 700 1.35rem "Manrope", sans-serif; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0 15px; }
.metric-row div { padding: 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; background: rgba(255,255,255,.035); }
.metric-row b, .metric-row span { display: block; }.metric-row b { color: var(--lime); font-size: 1.4rem; }.metric-row span { margin-top: 3px; color: #899597; font-size: .73rem; }
.progress-line { height: 4px; margin-bottom: 24px; border-radius: 4px; background: #2a3537; }.progress-line span { display: block; width: 84%; height: 100%; border-radius: inherit; background: var(--lime); }
.activity-item { display: grid; grid-template-columns: 36px 1fr auto; gap: 11px; align-items: center; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.08); }
.activity-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--lime); color: var(--ink); font-weight: 900; }.activity-icon.is-orange { background: var(--orange); color: var(--white); }
.activity-item b, .activity-item small { display: block; }.activity-item b { font-size: .8rem; }.activity-item small { margin-top: 2px; color: #839092; font-size: .67rem; }.activity-item > strong { color: var(--lime); font-size: .8rem; }
.floating-card { position: absolute; z-index: 3; right: -15px; bottom: 40px; width: 180px; padding: 16px 18px; border-radius: 10px; background: var(--orange); color: var(--white); box-shadow: 0 20px 40px rgba(0,0,0,.3); transform: rotate(3deg); }
.floating-card span, .floating-card strong { display: block; }.floating-card span { font-size: .72rem; opacity: .8; }.floating-card strong { margin-top: 5px; }

.experience-section, .features-section { padding-block: 105px; }
.section-heading { max-width: 750px; margin-bottom: 45px; }
.section-heading h2, .features-intro h2, .flow-copy h2, .final-cta h2 { margin: 15px 0; font: 800 clamp(2.2rem, 4.5vw, 4.2rem)/1.02 "Manrope", sans-serif; letter-spacing: -.06em; }
.section-heading p, .flow-copy p { max-width: 670px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.experience-card { position: relative; overflow: hidden; min-height: 590px; padding: 45px; border-radius: 14px; }
.experience-card.is-client { border: 1px solid var(--line); background: var(--white); }
.experience-card.is-admin { order: -1; background: var(--ink); color: var(--white); }
.experience-number { position: absolute; right: 30px; top: 16px; color: rgba(9,17,19,.06); font: 800 7rem "Manrope", sans-serif; }.is-admin .experience-number { color: rgba(255,255,255,.06); }
.experience-label { display: inline-block; padding: 7px 10px; border-radius: 5px; background: var(--lime); color: var(--ink); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.is-client .experience-label { background: var(--orange); color: var(--white); }
.experience-card h3 { max-width: 480px; margin: 27px 0 14px; font: 800 clamp(2rem, 3.3vw, 3.2rem)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; }
.experience-card > p { max-width: 490px; color: var(--muted); line-height: 1.6; }.is-admin > p { color: #aab4b6; }
.experience-card ul { display: grid; gap: 15px; margin: 30px 0 38px; padding: 0; list-style: none; }
.experience-card li { display: flex; gap: 12px; font-size: .93rem; }.experience-card li span { color: var(--orange); font-weight: 900; }.is-admin li span { color: var(--lime); }
.text-link { display: inline-flex; gap: 15px; align-items: center; margin-top: auto; border-bottom: 2px solid var(--orange); padding-bottom: 5px; font-weight: 800; text-decoration: none; }.is-admin .text-link { border-color: var(--lime); }

.features-section { border-top: 1px solid var(--line); }
.features-intro { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 45px; }.features-intro h2 { max-width: 690px; margin-bottom: 0; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.features-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--ink); color: var(--lime); font-weight: 900; }
.features-grid h3 { margin: 40px 0 10px; font: 800 1.3rem "Manrope", sans-serif; letter-spacing: -.03em; }
.features-grid p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .91rem; }

.flow-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding-block: 105px; }
.flow-list { margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.flow-list li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.flow-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 800; }
.flow-list b, .flow-list small { display: block; }.flow-list b { margin-bottom: 6px; font: 800 1.07rem "Manrope", sans-serif; }.flow-list small { color: var(--muted); font-size: .9rem; line-height: 1.5; }

.final-cta { display: flex; justify-content: space-between; gap: 40px; align-items: center; margin-bottom: 40px; padding: 55px 60px; border-radius: 16px; background: var(--orange); color: var(--white); }
.final-cta h2 { margin-bottom: 8px; }.final-cta p { margin: 0; opacity: .82; }.final-actions { margin-top: 0; flex-shrink: 0; }
.site-footer { min-height: 130px; display: grid; place-items: center; color: var(--muted); font-size: .86rem; text-align: center; }
.site-footer p { margin: 0; }

.detail-hero { position: relative; overflow: hidden; padding: 105px 0; background: radial-gradient(circle at 80% 40%, rgba(216,255,62,.13), transparent 30%), var(--ink); color: var(--white); }
.detail-hero.is-client-detail { background: radial-gradient(circle at 78% 35%, rgba(255,113,56,.18), transparent 31%), var(--ink); }
.detail-hero-inner, .detail-section, .menu-summary-section > *, .pricing-section, .faq-section, .page-cta, .client-journey, .client-benefits-section > *, .client-value-section { width: min(1080px, calc(100% - 40px)); margin-inline: auto; }
.detail-hero-inner { max-width: 1080px; }
.detail-kicker { display: inline-flex; padding: 7px 10px; border-radius: 5px; background: var(--lime); color: var(--ink); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.detail-hero h1 { max-width: 880px; margin: 24px 0 20px; font: 800 clamp(3rem, 6vw, 5.8rem)/.96 "Manrope", sans-serif; letter-spacing: -.07em; }
.detail-hero p { max-width: 720px; margin: 0; color: #b9c4c6; font-size: 1.1rem; line-height: 1.7; }
.detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.detail-login { color: #ccd4d5; font-size: .9rem; text-underline-offset: 5px; }
.detail-section, .faq-section, .client-journey { padding-block: 95px; }
.detail-heading { max-width: 790px; margin-bottom: 42px; }.detail-heading.is-light { color: var(--white); }
.detail-heading h2, .pricing-copy h2, .client-value-section h2, .page-cta h2 { margin: 16px 0; font: 800 clamp(2.15rem, 4.2vw, 4rem)/1.03 "Manrope", sans-serif; letter-spacing: -.055em; }
.detail-heading > p { color: var(--muted); line-height: 1.65; }.detail-heading.is-light > p { color: #aeb9bb; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.audience-grid article { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.audience-grid span { color: var(--orange); font-weight: 800; }.audience-grid h3 { margin: 28px 0 9px; font: 800 1.25rem "Manrope", sans-serif; }.audience-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.menu-summary-section { padding-block: 95px; background: var(--ink); }
.menu-context-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.menu-context-grid article { min-height: 270px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: var(--white); background: rgba(255,255,255,.025); }
.menu-context-grid span { color: var(--lime); font-weight: 800; }
.menu-context-grid h3 { margin: 45px 0 14px; font: 800 1.35rem/1.15 "Manrope", sans-serif; }
.menu-context-grid p { margin: 0; color: #aab5b7; font-size: .92rem; line-height: 1.65; }
.pricing-section { display: grid; grid-template-columns: 1fr 440px; gap: 80px; align-items: center; padding-block: 100px; }
.pricing-copy p { max-width: 530px; color: var(--muted); line-height: 1.65; }
.pricing-card { padding: 35px; border-radius: 14px; background: var(--lime); }
.pricing-card > span { font-size: .78rem; font-weight: 800; text-transform: uppercase; }.pricing-card > div { margin: 18px 0 5px; }.pricing-card strong { font: 800 3.5rem "Manrope", sans-serif; letter-spacing: -.07em; }.pricing-card small { margin-left: 8px; }.pricing-card ul { display: grid; gap: 10px; margin: 25px 0; padding-left: 20px; }.pricing-card .button { width: 100%; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.faq-list summary { padding: 20px 22px; cursor: pointer; font-weight: 800; }.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); line-height: 1.65; }
.page-cta { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-bottom: 40px; padding: 48px 52px; border-radius: 14px; background: var(--orange); color: var(--white); }
.page-cta span { font-weight: 700; opacity: .8; }.page-cta h2 { max-width: 680px; margin-bottom: 0; }.page-cta .button { flex-shrink: 0; }
.header-cta.is-login { background: transparent; border: 1px solid rgba(255,255,255,.25); color: var(--white); }
.client-menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.client-menu-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; min-height: 160px; padding: 25px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.client-menu-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--lime); }
.client-menu-grid h3 { margin: 2px 0 8px; font: 800 1.1rem "Manrope", sans-serif; }.client-menu-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.client-benefits-section { padding-block: 95px; background: var(--ink); }
.benefit-steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-steps article { padding: 28px; border-left: 1px solid rgba(255,255,255,.12); color: var(--white); }.benefit-steps article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.benefit-steps b { color: var(--orange); }.benefit-steps h3 { margin: 35px 0 10px; font: 800 1.15rem "Manrope", sans-serif; }.benefit-steps p { margin: 0; color: #aab5b7; font-size: .88rem; line-height: 1.55; }
.client-value-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding-block: 100px; }
.client-value-section ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }.client-value-section li { padding: 15px 0; border-bottom: 1px solid var(--line); }.client-value-section li::before { content: "\2713"; margin-right: 10px; color: var(--orange); font-weight: 900; }
.page-cta.is-client-cta { background: var(--lime); color: var(--ink); }

@media (max-width: 900px) {
    .commercial-header-inner { grid-template-columns: auto 1fr; }
    .commercial-nav { display: none; }
    .header-cta { justify-self: end; }
    .hero-grid, .flow-section { grid-template-columns: 1fr; }
    .hero { padding-top: 65px; }
    .hero-copy { text-align: center; }.hero-copy .eyebrow { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-actions, .hero-proof { justify-content: center; }
    .hero-visual { min-height: 430px; }
    .experience-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .flow-section { gap: 35px; }
    .final-cta { align-items: flex-start; flex-direction: column; }
    .menu-context-grid { grid-template-columns: 1fr; }
    .pricing-section, .client-value-section { grid-template-columns: 1fr; gap: 35px; }
    .pricing-card { max-width: 520px; }
    .benefit-steps { grid-template-columns: repeat(2, 1fr); }
    .page-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .commercial-header-inner, .hero-grid, .experience-section, .features-section, .flow-section, .final-cta, .site-footer { width: min(100% - 28px, 1180px); }
    .commercial-header-inner { min-height: 64px; gap: 12px; }
    .header-cta { padding: 9px 10px; font-size: .7rem; }
    .header-brand img { width: 34px; height: 34px; }
    .hero { min-height: auto; padding: 55px 0 65px; }.hero h1 { font-size: clamp(2.8rem, 15vw, 4rem); }.hero-lead { font-size: 1rem; }.hero-actions { flex-direction: column; }.button { width: 100%; }.account-access { justify-content: center; }
    .hero-visual { min-height: 410px; }.dashboard-card { padding: 20px; transform: none; }.visual-orbit { display: none; }.floating-card { right: -5px; bottom: 15px; }
    .experience-section, .features-section, .flow-section { padding-block: 72px; }
    .experience-card { min-height: 0; padding: 30px 24px; }.experience-number { font-size: 5rem; }
    .features-intro { display: block; }.features-grid { grid-template-columns: 1fr; }.features-grid article { min-height: 220px; }
    .final-cta { margin-bottom: 20px; padding: 35px 24px; }.final-actions { width: 100%; flex-direction: column; }
    .site-footer { min-height: 110px; }
    .detail-hero-inner, .detail-section, .menu-summary-section > *, .pricing-section, .faq-section, .page-cta, .client-journey, .client-benefits-section > *, .client-value-section { width: min(100% - 28px, 1080px); }
    .detail-hero { padding: 70px 0; }.detail-hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
    .audience-grid, .menu-context-grid, .client-menu-grid, .benefit-steps { grid-template-columns: 1fr; }
    .pricing-section, .detail-section, .faq-section, .client-journey, .menu-summary-section, .client-benefits-section, .client-value-section { padding-block: 70px; }
    .pricing-card { padding: 28px 22px; }.pricing-card strong { font-size: 3rem; }
    .page-cta { margin-bottom: 20px; padding: 34px 24px; }.page-cta .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    :root { scroll-behavior: auto; }
    .button { transition: none; }
}
