/* My Help — camada visual 2026 (sobre style.css) */

:root {
    --mh-navy: #101828;
    --mh-navy-deep: #0b1220;
    --mh-ink: #121826;
    --mh-muted: #5c6578;
    --mh-line: #e7eaf1;
    --mh-paper: #f5f7fb;
    --mh-card: #ffffff;
    --mh-accent: #2f6bff;
    --mh-accent-soft: #eaf0ff;
    --mh-sky: #7dd3fc;
    --mh-radius: 1.15rem;
    --mh-font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--mh-font);
    color: var(--mh-ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.display-4, .display-5, .display-6 {
    font-family: var(--mh-font);
    letter-spacing: -0.035em;
}

.pf-hero-title,
.pf-next-title,
.pj-hero-title,
.blog-hero-title,
.local-hero h1,
.local-hero-title,
.main-banner h1,
.hero-section-web h1,
.hero-seo h1,
.hero-ecommerce h1,
.hero-sistemas h1,
.portfolio-content h4 {
    color: #fff;
}

/* ===== Header ===== */
.header-area {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: none;
}

.header-area.scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06);
}

.main-nav {
    padding: 0.65rem 0;
}

.header-area .logo img,
.main-nav .logo img,
.logo img {
    height: 40px !important;
    max-height: 40px !important;
}

.nav li {
    margin: 0 0.7rem;
}

.nav a {
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
}

.nav a::after {
    display: none;
}

.nav a:hover,
.nav a.active {
    color: var(--mh-navy);
}

.nav .main-blue-button a,
.header-area .nav .main-blue-button a,
.main-blue-button a {
    background: var(--mh-navy);
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border-radius: 999px;
    padding: 0.55rem 1.1rem;
    font-size: 0.88rem;
    gap: 0.4rem;
}

.nav .main-blue-button a i,
.header-area .nav .main-blue-button a i,
.main-blue-button a i {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.nav .main-blue-button a:hover,
.nav .main-blue-button a:focus,
.header-area .nav .main-blue-button a:hover,
.header-area .nav .main-blue-button a:focus,
.main-blue-button a:hover,
.main-blue-button a:focus {
    background: #1d4ed8;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 10px 24px rgba(47, 107, 255, 0.28);
}

.nav .main-blue-button a:hover i,
.main-blue-button a:hover i {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.dropdown-menu {
    border: 1px solid var(--mh-line);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.1);
    padding: 0.4rem;
}

.dropdown-menu .dropdown-item {
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    background: var(--mh-accent-soft) !important;
    color: var(--mh-navy) !important;
    text-shadow: none !important;
}

/* ===== Home hero ===== */
.main-banner {
    background:
        radial-gradient(900px 420px at 85% 10%, rgba(47, 107, 255, 0.22), transparent 55%),
        radial-gradient(700px 380px at 10% 90%, rgba(125, 211, 252, 0.12), transparent 50%),
        linear-gradient(165deg, #0b1220 0%, #15233d 55%, #101828 100%);
    color: #fff;
    padding: 7.5rem 0 4.5rem;
    overflow: hidden;
}

.main-banner::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M80 0H0V80' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");
    opacity: 1;
}

.main-banner .row.min-vh-100 {
    min-height: 0 !important;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1.1rem;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-kicker::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.18);
}

.main-banner h1 {
    font-size: clamp(2.15rem, 4.6vw, 3.55rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.045em;
    text-shadow: none;
    margin-bottom: 1.15rem;
}

.main-banner .text-highlight-white {
    background: none !important;
    -webkit-text-fill-color: var(--mh-sky) !important;
    color: var(--mh-sky) !important;
    text-shadow: none;
}

.hero-service-links {
    margin: 0 0 1.25rem;
}

.hero-service-links a {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.main-banner .lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    text-shadow: none;
    max-width: 36rem;
}

.hero-buttons {
    margin-bottom: 0;
    gap: 0.75rem;
}

.main-banner .btn-success {
    background: #16a34a;
    border: 0;
    border-radius: 999px;
    font-weight: 700;
    padding: 0.85rem 1.35rem;
    box-shadow: 0 12px 28px rgba(22, 163, 74, 0.32);
}

.main-banner .btn-outline-light {
    border-radius: 999px;
    border-width: 1.5px;
    font-weight: 700;
    padding: 0.85rem 1.35rem;
}

.hero-showcase {
    position: relative;
    padding: 1.25rem 0 2.5rem 1rem;
}

.hero-browser {
    position: relative;
    z-index: 1;
    background: #070b14;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.04);
    transform: rotate3d(0.2, -1, 0, 8deg);
}

.hero-browser-bar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 0.9rem;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-browser-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3f4b63;
}

.hero-browser-bar span:nth-child(1) { background: #f87171; }
.hero-browser-bar span:nth-child(2) { background: #fbbf24; }
.hero-browser-bar span:nth-child(3) { background: #34d399; }

.hero-browser-bar small {
    margin-left: 0.5rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72rem;
    font-weight: 600;
}

.hero-browser img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10.4;
    object-fit: cover;
    object-position: top center;
}

.hero-float {
    position: absolute;
    z-index: 2;
    right: -0.4rem;
    bottom: 0.2rem;
    width: min(46%, 210px);
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    color: var(--mh-ink);
    transform: rotate(3deg);
}

.hero-float img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.hero-float-caption {
    display: block;
    padding: 0.45rem 0.65rem 0.55rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.hero-float:hover {
    color: var(--mh-ink);
}

.hero-chip {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    color: var(--mh-navy);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* ===== Proof strip ===== */
.home-proof {
    background: #fff;
    border-bottom: 1px solid var(--mh-line);
    padding: 1.35rem 0;
}

.home-proof-copy {
    font-size: 0.92rem;
}

.home-proof-copy strong {
    display: block;
    font-size: 0.98rem;
    color: var(--mh-ink);
}

.home-proof-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.home-proof-thumbs a {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.28rem 0.7rem 0.28rem 0.28rem;
    border: 1px solid var(--mh-line);
    border-radius: 999px;
    text-decoration: none;
    color: var(--mh-ink);
    font-size: 0.8rem;
    font-weight: 650;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-proof-thumbs a:hover {
    border-color: #c7d2fe;
    box-shadow: 0 8px 18px rgba(47, 107, 255, 0.1);
    color: var(--mh-navy);
}

.home-proof-thumbs img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

/* ===== Sections / kickers ===== */
.mh-kicker {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: var(--mh-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services,
.portfolio,
.faq-section,
.home-nichos {
    background: var(--mh-paper);
}

.about,
.technologies,
.contact {
    background: #fff;
}

.services {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.service-card {
    border: 1px solid var(--mh-line);
    border-radius: var(--mh-radius);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    padding: 1.6rem 1.35rem 1.35rem;
}

.service-card::before {
    height: 3px;
    background: var(--mh-accent);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
    border-color: #d6def0;
}

.service-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--mh-accent-soft);
    margin-bottom: 1.1rem;
}

.service-card .icon i {
    font-size: 1.15rem;
    color: var(--mh-accent);
}

.service-card h4 {
    font-size: 1.15rem;
    letter-spacing: -0.03em;
}

.service-card .service-price-consult {
    background: var(--mh-paper);
    border-color: var(--mh-line);
    border-radius: 999px;
    font-weight: 650;
}

.service-card .service-card-cta {
    border-radius: 999px;
    font-weight: 700;
}

#criacao-sites-bh {
    background: #fff;
}

#criacao-sites-bh .badge {
    border-radius: 999px;
    font-weight: 650;
    padding: 0.45rem 0.75rem;
}

.badge.bg-primary {
    background: var(--mh-navy) !important;
}

.value-card,
.tech-card,
.contact-form,
.brasil-coverage .border.rounded {
    border: 1px solid var(--mh-line) !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
    border-radius: var(--mh-radius) !important;
}

.value-card:hover,
.tech-card:hover {
    transform: translateY(-4px);
    border-color: #d6def0 !important;
}

.value-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--mh-accent-soft);
}

.value-icon i {
    color: var(--mh-accent);
    font-size: 1.2rem;
}

.tech-card::before {
    background: var(--mh-accent);
}

.tech-badge {
    background: var(--mh-paper);
    border-color: var(--mh-line);
    border-radius: 12px;
}

.tech-badge:hover {
    background: var(--mh-navy);
    box-shadow: none;
}

.tech-badge i {
    color: var(--mh-accent);
}

.stats-section {
    background: var(--mh-navy);
    color: #fff;
    border-radius: var(--mh-radius);
    box-shadow: none;
}

.stats-section .stat-number {
    color: var(--mh-sky);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.stats-section .stat-label {
    color: rgba(255, 255, 255, 0.72);
}

/* ===== Portfolio ===== */
.portfolio-item {
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border: 1px solid var(--mh-line);
}

.portfolio-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(16, 24, 40, 0.12);
}

.portfolio-image img {
    height: 220px;
}

.portfolio-overlay {
    opacity: 1;
    background: linear-gradient(
        to top,
        rgba(11, 18, 32, 0.96) 0%,
        rgba(11, 18, 32, 0.78) 36%,
        rgba(11, 18, 32, 0.2) 62%,
        transparent 82%
    );
    align-items: flex-end;
    justify-content: flex-start;
}

.portfolio-content {
    text-align: left;
    padding: 1.1rem 1.15rem;
    color: #fff;
}

.portfolio-content h4 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.15rem;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.portfolio-content p {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.88) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
    opacity: 1;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.04);
}

/* ===== FAQ / nichos / forms ===== */
.faq-section .accordion-item {
    border: 1px solid var(--mh-line);
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 0.65rem;
    background: #fff;
}

.faq-section .accordion-button {
    font-weight: 700;
    font-family: var(--mh-font);
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: var(--mh-accent-soft);
    color: var(--mh-navy);
}

.home-nichos .niche-card-link {
    border: 1px solid var(--mh-line);
    border-radius: 12px;
    box-shadow: none !important;
    padding: 0.7rem 0.45rem !important;
}

.home-nichos .niche-card-link:hover {
    border-color: #c7d2fe;
    background: #fff;
}

.contact-form {
    background: #fff;
    padding: 2rem;
}

.footer {
    background: var(--mh-navy-deep);
}

.footer-info p a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.footer-info p a:hover {
    color: var(--mh-sky);
}

.footer-links ul li a:hover,
.social-links a:hover {
    color: var(--mh-sky);
    background: rgba(255, 255, 255, 0.08);
}

a.btn-primary,
a.btn-primary.btn-lg {
    background: var(--mh-navy) !important;
    border: 0;
    border-radius: 999px;
    font-weight: 700;
}

a.btn-primary.btn-lg:hover {
    background: #1d4ed8 !important;
}

a.btn-outline-primary,
a.btn-outline-primary.btn-lg {
    border-radius: 999px;
    font-weight: 700;
    color: var(--mh-navy) !important;
    border-color: #c5cedf !important;
    background: #fff !important;
}

a.btn-outline-primary.btn-lg:hover {
    background: var(--mh-accent-soft) !important;
    color: var(--mh-navy) !important;
}

/* Dark bands: h2–h5 don't inherit .text-white; force light text */
.bg-dark,
.process-section,
.content-hero.bg-dark {
    color: #fff;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .display-4,
.bg-dark .display-5,
.bg-dark .display-6,
.bg-dark .lead,
.process-section h1,
.process-section h2,
.process-section h3,
.process-section h4,
.process-section h5,
.process-section h6,
.process-section .lead,
.process-section p {
    color: #fff;
}

.process-section {
    background: var(--mh-navy-deep) !important;
}

.process-section .step-number {
    color: #fff;
}

/* Service pages: same dark family as home (overrides purple/green templates) */
.hero-section-web,
.hero-seo,
.hero-ecommerce {
    background:
        radial-gradient(800px 380px at 90% 0%, rgba(47, 107, 255, 0.2), transparent 55%),
        linear-gradient(165deg, #0b1220 0%, #15233d 100%) !important;
}

@media (max-width: 991px) {
    .hero-showcase {
        padding: 2rem 0 0;
    }

    .hero-browser {
        transform: none;
    }

    .hero-float,
    .hero-chip {
        display: none;
    }

    .home-proof-thumbs {
        justify-content: flex-start;
        margin-top: 0.75rem;
    }

    .main-banner {
        padding: 6.25rem 0 3rem;
    }

    .nav .main-blue-button a {
        background: var(--mh-navy) !important;
        color: #fff !important;
    }

    .nav .main-blue-button a i {
        color: #fff !important;
    }
}
