/* =========================================================
   Portal V2 — transformação visual da interface principal.
   Os arquivos e estilos internos das ferramentas não foram alterados.
   ========================================================= */

:root {
    --v2-ink: #07111f;
    --v2-ink-2: #0b1a2c;
    --v2-panel: #10243a;
    --v2-blue: #2b8cff;
    --v2-cyan: #4bd9ff;
    --v2-orange: #ff9d2e;
    --v2-paper: #f3f6f9;
    --v2-line: rgba(16, 36, 58, .12);
    --v2-muted: #66778a;
    --v2-heading: #0b1726;
    --v2-shadow: 0 22px 60px rgba(7, 17, 31, .12);
}

body {
    background: var(--v2-paper);
    color: var(--v2-heading);
}

body::selection { background: rgba(43, 140, 255, .22); }

.main { padding-bottom: 0; }
.container { max-width: 1280px; }

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    height: 76px;
    color: #fff;
    background: rgba(7, 17, 31, .92);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 76px;
    max-width: 1360px;
    padding: 0 2rem;
    flex-wrap: nowrap;
}

.header-logo {
    color: #fff;
    text-decoration: none;
    min-width: max-content;
    gap: .8rem;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    position: relative;
    overflow: hidden;
}

.brand-mark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(75,217,255,.13), transparent 55%);
}

.header-logo-img {
    width: 39px;
    height: 39px;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.brand-copy { display: grid; gap: .14rem; }
.brand-copy strong {
    font-family: 'Barlow Condensed', 'Inter', sans-serif;
    font-size: 1.23rem;
    line-height: 1;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.brand-copy small {
    font-size: .59rem;
    letter-spacing: .17em;
    color: #90a8c0;
    font-weight: 700;
}

.desktop-nav {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    gap: .15rem;
    margin-left: auto;
}

.desktop-nav .nav-item {
    border: 0;
    border-radius: 0;
    padding: 0 .85rem;
    background: transparent;
    color: #9eb0c4;
    font-family: inherit;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .44rem;
    position: relative;
    opacity: 1;
}

.desktop-nav .nav-item::after {
    content: "";
    position: absolute;
    left: .85rem;
    right: .85rem;
    bottom: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--v2-cyan);
    transform: scaleX(0);
    transition: transform .25s ease;
}

.desktop-nav .nav-item i { font-size: .82rem; }
.desktop-nav .nav-item:hover,
.desktop-nav .nav-item.active { color: #fff; }
.desktop-nav .nav-item.active::after,
.desktop-nav .nav-item:hover::after { transform: scaleX(1); }

.header-actions {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-left: .6rem;
}

.header-actions .lang-selector-container {
    height: 38px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.05);
    border-radius: 10px;
    padding-left: .7rem;
    color: #8ea6bf;
    gap: .15rem;
}

.lang-select-header,
.lang-select {
    padding: .45rem .45rem .45rem .2rem;
    border: 0;
    background: transparent;
    font-size: .74rem;
    font-weight: 700;
}

.header-cta {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: 0 .95rem;
    border-radius: 10px;
    color: #07111f;
    background: #fff;
    text-decoration: none;
    font-size: .77rem;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.2); }

/* Hero */
.hero-v2 {
    min-height: 700px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 72% 20%, rgba(43,140,255,.22), transparent 29%),
        radial-gradient(circle at 15% 80%, rgba(75,217,255,.09), transparent 28%),
        linear-gradient(135deg, #06101d 0%, #0a1728 55%, #07111f 100%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(125,174,216,.20) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125,174,216,.20) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 92%);
}

.hero-grid::after {
    content: "";
    position: absolute;
    left: 50%; top: 0; bottom: 0;
    width: 1px;
    background: linear-gradient(transparent, rgba(75,217,255,.4), transparent);
}

.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 310px; height: 310px; right: -150px; top: 80px; border: 1px solid rgba(75,217,255,.15); box-shadow: 0 0 100px rgba(43,140,255,.11) inset; }
.hero-orb-two { width: 120px; height: 120px; left: 5%; bottom: 70px; border: 1px dashed rgba(255,157,46,.25); }

.hero-v2-inner {
    position: relative;
    z-index: 2;
    min-height: 635px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .85fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
    padding-top: 4.5rem;
    padding-bottom: 4rem;
}

.eyebrow {
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .56rem .85rem;
    border: 1px solid rgba(75,217,255,.22);
    border-radius: 99px;
    background: rgba(75,217,255,.055);
    color: #a8dff0;
    font-size: .67rem;
    letter-spacing: .14em;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.eyebrow-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--v2-cyan); box-shadow: 0 0 0 6px rgba(75,217,255,.09); animation: pulseV2 2s infinite; }
@keyframes pulseV2 { 50% { box-shadow: 0 0 0 11px rgba(75,217,255,0); } }

.hero-copy-v2 h1 {
    font-family: 'Barlow Condensed', 'Inter', sans-serif;
    font-size: clamp(3.7rem, 6.4vw, 6.65rem);
    line-height: .88;
    letter-spacing: -.025em;
    text-transform: uppercase;
    max-width: 800px;
    margin: 0 0 1.5rem;
}
.hero-copy-v2 h1 span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.62);
    text-stroke: 1px rgba(255,255,255,.62);
}
.hero-copy-v2 > p {
    max-width: 650px;
    color: #9eb1c6;
    line-height: 1.75;
    font-size: 1.02rem;
}

.hero-actions-v2 { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn-primary-v2,
.btn-secondary-v2 {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    padding: 0 1.25rem;
    border-radius: 11px;
    font-family: inherit;
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn-primary-v2 { border: 1px solid var(--v2-cyan); background: var(--v2-cyan); color: #06101d; box-shadow: 0 12px 28px rgba(75,217,255,.16); }
.btn-secondary-v2 { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); color: #fff; }
.btn-primary-v2:hover, .btn-secondary-v2:hover { transform: translateY(-3px); }
.btn-secondary-v2:hover { background: rgba(255,255,255,.10); }

.hero-proof { display: flex; flex-wrap: wrap; gap: 1.35rem; margin-top: 1.55rem; color: #7790a9; font-size: .73rem; font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: .38rem; }
.hero-proof i { color: #79c9df; }

.hero-console {
    position: relative;
    min-height: 430px;
    padding: 1.35rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(19,43,68,.88), rgba(8,23,39,.92));
    box-shadow: 0 35px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(20px);
}
.hero-console::before,
.hero-console::after { content:""; position:absolute; pointer-events:none; }
.hero-console::before { inset: 10px; border: 1px solid rgba(255,255,255,.04); border-radius: 17px; }
.hero-console::after { width: 90px; height: 5px; top: -3px; left: 50%; transform: translateX(-50%); border-radius: 10px; background: var(--v2-cyan); box-shadow: 0 0 20px rgba(75,217,255,.6); }

.console-topbar { position: relative; z-index: 1; display:flex; justify-content:space-between; align-items:center; padding-bottom:1.05rem; border-bottom:1px solid rgba(255,255,255,.08); color:#7f9bb4; font-size:.63rem; letter-spacing:.16em; font-weight:800; }
.console-dot { display:inline-block; width:7px; height:7px; margin-right:.55rem; border-radius:50%; background:#45e19b; box-shadow:0 0 10px rgba(69,225,155,.8); }
.console-status { color:#52dda1; }
.console-main { position:relative; z-index:1; display:grid; grid-template-columns:150px 1fr; gap:1.3rem; align-items:center; padding:1.75rem 0; }
.health-ring { width:144px; height:144px; display:grid; place-items:center; border-radius:50%; background: conic-gradient(var(--v2-cyan) 0 83%, rgba(255,255,255,.09) 83% 100%); position:relative; box-shadow:0 0 35px rgba(75,217,255,.12); }
.health-ring::after { content:""; position:absolute; inset:9px; border-radius:50%; background:#0d2034; border:1px solid rgba(255,255,255,.06); }
.health-ring-inner { z-index:1; display:grid; text-align:center; }
.health-ring-inner strong { font-family:'Barlow Condensed',sans-serif; font-size:3.1rem; line-height:.8; }
.health-ring-inner span { margin-top:.45rem; color:#7891aa; font-size:.61rem; letter-spacing:.12em; text-transform:uppercase; }
.console-summary > span { color:var(--v2-cyan); font-size:.62rem; font-weight:800; letter-spacing:.15em; }
.console-summary strong { display:block; margin:.4rem 0 .6rem; font-family:'Barlow Condensed',sans-serif; font-size:1.55rem; line-height:1.05; text-transform:uppercase; }
.console-summary p { color:#8098b0; font-size:.76rem; line-height:1.55; }
.console-metrics { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:.7rem; }
.console-metrics div { padding:.85rem; border:1px solid rgba(255,255,255,.075); border-radius:13px; background:rgba(255,255,255,.03); }
.console-metrics span,.console-metrics small { display:block; }
.console-metrics span { color:#66849f; font-size:.54rem; letter-spacing:.13em; font-weight:800; }
.console-metrics strong { display:block; margin:.2rem 0 .12rem; font-family:'Barlow Condensed',sans-serif; font-size:1.45rem; }
.console-metrics small { color:#70879f; font-size:.56rem; }
.console-chart { position:relative; z-index:1; height:48px; display:flex; align-items:flex-end; gap:5px; margin-top:1rem; padding:0 .2rem; }
.console-chart span { flex:1; border-radius:3px 3px 0 0; background:linear-gradient(to top,rgba(43,140,255,.24),var(--v2-cyan)); opacity:.72; animation:barsV2 1.1s ease both; transform-origin:bottom; }
@keyframes barsV2 { from { transform:scaleY(.05); opacity:0; } }

.hero-marquee { position:absolute; z-index:3; left:0; right:0; bottom:0; height:66px; display:flex; align-items:center; overflow:hidden; border-top:1px solid rgba(255,255,255,.07); background:rgba(4,13,24,.78); }
.hero-marquee-track { width:max-content; min-width:100%; display:flex; justify-content:space-around; align-items:center; gap:2rem; padding:0 2rem; white-space:nowrap; color:#6f8498; font-family:'Barlow Condensed',sans-serif; font-size:.82rem; letter-spacing:.15em; font-weight:700; }
.hero-marquee-track i { width:5px; height:5px; border-radius:50%; background:var(--v2-orange); }

/* Shared sections */
.section { padding: 6.5rem 0; }
.kicker { display:block; margin-bottom:.65rem; color:#1c78c9; font-size:.68rem; letter-spacing:.18em; font-weight:800; }
.section-heading-v2 { display:flex; align-items:flex-end; justify-content:space-between; gap:3rem; margin-bottom:2.5rem; }
.section-heading-v2 h2 { font-family:'Barlow Condensed',sans-serif; color:var(--v2-heading); font-size:clamp(2.5rem,4.4vw,4.2rem); line-height:.95; text-transform:uppercase; letter-spacing:-.015em; }
.section-heading-v2 > p { max-width:470px; color:var(--v2-muted); line-height:1.7; font-size:.93rem; }
.section-heading-v2.compact { margin-bottom:2rem; }
.section-heading-v2.compact h2 { font-size:clamp(2.25rem,3.2vw,3.25rem); }

.command-section { background:#f5f7f9; }
.command-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.command-card {
    min-height:220px;
    position:relative;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:end;
    gap:1.3rem;
    padding:1.7rem;
    overflow:hidden;
    border:1px solid rgba(9,31,51,.10);
    border-radius:18px;
    background:#fff;
    color:var(--v2-heading);
    text-align:left;
    text-decoration:none;
    font-family:inherit;
    cursor:pointer;
    box-shadow:0 8px 35px rgba(7,17,31,.045);
    transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.command-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--v2-blue); transform:scaleY(0); transform-origin:bottom; transition:transform .28s ease; }
.command-card:hover { transform:translateY(-6px); border-color:rgba(43,140,255,.25); box-shadow:var(--v2-shadow); }
.command-card:hover::before { transform:scaleY(1); }
.command-card > i { position:absolute; right:1.7rem; top:1.55rem; font-size:2rem; color:#b4c2cf; }
.command-card-primary { background:linear-gradient(135deg,#0a1929,#102b46); color:#fff; border-color:#173c5f; }
.command-card-primary::before { background:var(--v2-cyan); transform:scaleY(1); }
.command-card-primary > i { color:var(--v2-cyan); }
.command-index { align-self:start; color:#b0bcc7; font-family:'Barlow Condensed',sans-serif; font-size:.72rem; font-weight:700; letter-spacing:.1em; }
.command-card div > span { color:#4e87b9; font-size:.61rem; letter-spacing:.13em; font-weight:800; }
.command-card h3 { margin:.35rem 0 .55rem; font-family:'Barlow Condensed',sans-serif; font-size:1.8rem; line-height:1; text-transform:uppercase; }
.command-card p { max-width:400px; color:#718093; line-height:1.55; font-size:.79rem; }
.command-card-primary p { color:#91a6ba; }
.command-arrow { width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(43,140,255,.18);border-radius:50%;color:#2782d6;transition:transform .25s ease,background .25s ease; }
.command-card-primary .command-arrow { color:#07111f;background:var(--v2-cyan);border-color:var(--v2-cyan); }
.command-card:hover .command-arrow { transform:rotate(-35deg); }

/* Courses */
.courses-v2 { background:#fff; }
.cursos-grid-v2 { display:grid; grid-template-columns:repeat(12,1fr); gap:1.2rem; }
.cursos-grid-v2 .curso-card { grid-column:span 4; border:1px solid var(--v2-line); border-radius:18px; box-shadow:none; background:#fff; transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease; }
.cursos-grid-v2 .curso-card:nth-child(4),.cursos-grid-v2 .curso-card:nth-child(5) { grid-column:span 6; }
.cursos-grid-v2 .curso-card:nth-child(n+6):nth-child(-n+8) { grid-column:span 4; }
.cursos-grid-v2 .curso-card:nth-child(9),.cursos-grid-v2 .curso-card:nth-child(10) { grid-column:span 6; }
.cursos-grid-v2 .curso-card:hover { transform:translateY(-8px); border-color:rgba(43,140,255,.25); box-shadow:0 24px 55px rgba(7,17,31,.11); }
.cursos-grid-v2 .curso-img { height:225px; background:#0d1c2b; }
.cursos-grid-v2 .curso-img::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(3,13,24,.75),transparent 58%); }
.cursos-grid-v2 .curso-img img { filter:saturate(.78) contrast(1.04); transition:transform .55s ease,filter .55s ease; }
.cursos-grid-v2 .curso-card:hover .curso-img img { transform:scale(1.06); filter:saturate(1) contrast(1.02); }
.cursos-grid-v2 .course-cover { display:grid; place-items:center; isolation:isolate; }
.cursos-grid-v2 .course-cover::before { content:""; position:absolute; inset:0; z-index:-1; opacity:.28; background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size:30px 30px; }
.cursos-grid-v2 .course-cover>i { color:#fff; font-size:4.2rem; filter:drop-shadow(0 12px 22px rgba(0,0,0,.22)); transition:transform .3s ease; }
.cursos-grid-v2 .course-cover>svg{position:relative;z-index:1;width:94px;height:94px;color:#fff;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 12px 22px rgba(0,0,0,.22));transition:transform .3s ease}
.cursos-grid-v2 .curso-card:hover .course-cover>svg{transform:scale(1.08) rotate(-2deg)}
.cursos-grid-v2 .curso-card:hover .course-cover>i { transform:scale(1.08) rotate(-3deg); }
.course-cover-inspecao{background:linear-gradient(135deg,#18334a,#35738f)}.course-cover-hidraulica{background:linear-gradient(135deg,#173c59,#2d86aa)}.course-cover-rolamentos{background:linear-gradient(135deg,#3b2d62,#785fb4)}.course-cover-lubrificacao{background:linear-gradient(135deg,#3e3519,#a27b24)}.course-cover-confiabilidade{background:linear-gradient(135deg,#204239,#3d8a72)}.course-cover-pcm{background:linear-gradient(135deg,#17364a,#397d98)}.course-cover-vibracao{background:linear-gradient(135deg,#26325d,#617bd1)}.course-cover-eletrica{background:linear-gradient(135deg,#493a1b,#b17b24)}.course-cover-pneumatica{background:linear-gradient(135deg,#16453f,#33867b)}.course-cover-alinhamento{background:linear-gradient(135deg,#4e2c25,#b85d3e)}
.cursos-grid-v2 .curso-badge { z-index:2; top:auto; bottom:1rem; left:1rem; right:auto; background:rgba(7,17,31,.84); border:1px solid rgba(255,255,255,.2); color:#fff; backdrop-filter:blur(8px); font-size:.58rem; letter-spacing:.13em; }
.cursos-grid-v2 .curso-body { padding:1.4rem; }
.course-meta { display:flex; justify-content:space-between; color:#7b8a99; font-size:.67rem; font-weight:700; margin-bottom:.9rem; }
.course-meta span { display:flex; align-items:center; gap:.35rem; }
.course-meta span:last-child { color:#268257; }
.cursos-grid-v2 .curso-body h3 { font-family:'Barlow Condensed',sans-serif; font-size:1.65rem; text-transform:uppercase; color:var(--v2-heading); line-height:1; }
.cursos-grid-v2 .curso-body p { min-height:63px; color:#748294; line-height:1.6; font-size:.79rem; }
.cursos-grid-v2 .curso-footer { border-top:1px solid #edf0f2; padding-top:1rem; margin-top:1rem; }
.cursos-grid-v2 .curso-link { color:#176ebc; font-size:.75rem; letter-spacing:.03em; text-transform:uppercase; }

/* Ecosystem */
.ecosystem-v2 { background:linear-gradient(145deg,#07111f,#0d2136); color:#fff; position:relative; overflow:hidden; }
.ecosystem-v2::before { content:"";position:absolute;right:-120px;top:-150px;width:500px;height:500px;border:1px solid rgba(75,217,255,.08);border-radius:50%;box-shadow:0 0 0 80px rgba(75,217,255,.02),0 0 0 160px rgba(75,217,255,.015); }
.ecosystem-grid { position:relative; display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(3rem,8vw,7rem); align-items:center; }
.ecosystem-copy h2 { max-width:560px; font-family:'Barlow Condensed',sans-serif; font-size:clamp(3rem,5vw,5rem); line-height:.9; text-transform:uppercase; }
.ecosystem-copy p { max-width:560px; margin:1.5rem 0; color:#8da3b8; line-height:1.75; }
.text-link-v2 { display:inline-flex;align-items:center;gap:.6rem;color:var(--v2-cyan);font-size:.78rem;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.04em; }
.text-link-v2 i { transition:transform .2s ease; }.text-link-v2:hover i{transform:translateX(5px)}
.ecosystem-steps { display:grid; }
.ecosystem-steps article { display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:1.1rem;padding:1.55rem 0;border-bottom:1px solid rgba(255,255,255,.09); }
.ecosystem-steps article:first-child { border-top:1px solid rgba(255,255,255,.09); }
.ecosystem-steps article > span { color:#5e7891;font-family:'Barlow Condensed',sans-serif;font-size:.82rem; }
.ecosystem-steps h3 { font-family:'Barlow Condensed',sans-serif;font-size:1.8rem;text-transform:uppercase; }
.ecosystem-steps p { margin-top:.3rem;color:#8197ac;font-size:.78rem; }
.ecosystem-steps article > i { width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(75,217,255,.18);border-radius:50%;color:var(--v2-cyan); }

/* App stage */
.app-stage-v2 { background:#e9eef3; }
.app-stage-card { min-height:490px; position:relative; display:grid;grid-template-columns:120px 1fr 360px;align-items:center;gap:2.3rem;padding:3.3rem 3.5rem;overflow:hidden;border-radius:26px;background:linear-gradient(135deg,#0b1a2b,#133554);color:#fff;text-decoration:none;box-shadow:0 30px 80px rgba(7,17,31,.20); }
.app-stage-card::after { content:"";position:absolute;right:-180px;top:-220px;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(75,217,255,.18),transparent 64%); }
.app-stage-icon { width:104px;height:104px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:25px;background:rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.08); }
.app-stage-icon img { width:84px;height:84px; }
.app-stage-copy { position:relative;z-index:2; }
.app-stage-copy > span { color:var(--v2-cyan);font-size:.65rem;letter-spacing:.17em;font-weight:800; }
.app-stage-copy h2 { max-width:600px;margin:.65rem 0 .8rem;font-family:'Barlow Condensed',sans-serif;font-size:clamp(2.8rem,4.3vw,4.5rem);line-height:.9;text-transform:uppercase; }
.app-stage-copy p { max-width:550px;color:#92a9be;line-height:1.65;font-size:.86rem; }
.google-play-pill { width:max-content;display:flex;align-items:center;gap:.7rem;margin-top:1.4rem;padding:.65rem .95rem;border:1px solid rgba(255,255,255,.17);border-radius:10px;background:rgba(255,255,255,.07); }
.google-play-pill i { font-size:1.45rem; }.google-play-pill span{font-size:.55rem;line-height:1.05;color:#b7c7d6}.google-play-pill strong{font-size:.93rem;color:#fff}
.app-stage-visual { position:relative;z-index:2;align-self:end;height:420px;display:flex;justify-content:center; }
.phone-shell { width:230px;height:450px;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;border:8px solid #1d2b3b;border-bottom:0;border-radius:34px 34px 0 0;background:linear-gradient(160deg,#07111f,#102b47);box-shadow:0 22px 50px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.1);transform:rotate(5deg); }
.phone-speaker { width:56px;height:5px;border-radius:5px;background:#283d50;margin-bottom:4rem; }
.phone-shell img { width:104px;height:104px; }.phone-shell strong{text-align:center;margin-top:1.1rem;font-family:'Barlow Condensed',sans-serif;font-size:1.8rem;line-height:.9;text-transform:uppercase}.phone-shell span{margin-top:1rem;padding:.45rem .7rem;border-radius:99px;background:rgba(75,217,255,.1);color:var(--v2-cyan);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase}

/* Manifesto and footer */
.manifesto-v2 { background:#fff; }
.manifesto-v2 .container { display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:2rem;padding-top:2rem;padding-bottom:2rem;border-top:1px solid #dfe5ea;border-bottom:1px solid #dfe5ea; }
.manifesto-number { color:#c8d0d8;font-family:'Barlow Condensed',sans-serif;font-size:5rem;line-height:1; }
.manifesto-v2 p { max-width:850px;font-family:'Barlow Condensed',sans-serif;font-size:clamp(1.8rem,3vw,3rem);line-height:1;text-transform:uppercase; }
.manifesto-v2 p strong { color:#127ccf; }
.manifesto-v2 a { display:inline-flex;align-items:center;gap:.45rem;color:#0c1c2c;font-size:.75rem;font-weight:800;text-transform:uppercase;text-decoration:none;white-space:nowrap; }

.site-footer-v2 { background:#06101d;color:#fff;padding:4rem 0 1.5rem; }
.footer-grid-v2 { display:grid;grid-template-columns:1.3fr 1fr auto;align-items:center;gap:2.5rem;padding-bottom:2.5rem; }
.footer-brand-v2 { display:flex;align-items:center;gap:1rem; }.footer-brand-v2 img{width:58px;height:58px}.footer-brand-v2 div{display:grid;gap:.32rem}.footer-brand-v2 strong{font-family:'Barlow Condensed',sans-serif;font-size:1.2rem;text-transform:uppercase}.footer-brand-v2 span{max-width:430px;color:#768ca2;font-size:.7rem;line-height:1.45}
.footer-links-v2 { display:flex;flex-wrap:wrap;gap:1rem 1.5rem; }.footer-links-v2 a{color:#8fa3b7;text-decoration:none;font-size:.72rem;font-weight:700}.footer-links-v2 a:hover{color:#fff}
.footer-social-v2 { display:flex;gap:.55rem; }.footer-social-v2 a{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#a7b8c8;text-decoration:none;transition:.2s}.footer-social-v2 a:hover{color:#06101d;background:var(--v2-cyan);border-color:var(--v2-cyan);transform:translateY(-2px)}
.footer-bottom-v2 { display:flex;justify-content:space-between;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.07);color:#536b82;font-size:.62rem;letter-spacing:.04em; }

/* Tools screen */
.tools-hero-v2 { position:relative;overflow:hidden;padding:5.5rem 0 3.8rem;color:#fff;background:linear-gradient(145deg,#06101d,#0d2843); }
.tools-hero-v2::before { content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(116,170,213,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(116,170,213,.25) 1px,transparent 1px);background-size:44px 44px; }
.tools-hero-v2::after { content:"";position:absolute;width:480px;height:480px;right:-140px;top:-260px;border-radius:50%;border:1px solid rgba(75,217,255,.17);box-shadow:0 0 100px rgba(43,140,255,.12) inset; }
.tools-hero-v2 .container { position:relative;z-index:2; }
.tools-hero-copy { max-width:850px; }.tools-hero-copy h1{font-family:'Barlow Condensed',sans-serif;font-size:clamp(3.3rem,6vw,5.9rem);line-height:.88;text-transform:uppercase}.tools-hero-copy p{max-width:720px;margin-top:1rem;color:#91a7bb;line-height:1.65;font-size:.92rem}
.tools-search-panel { max-width:900px;margin-top:2rem; }
.tools-search-panel label { height:62px;display:flex;align-items:center;gap:.8rem;padding:0 1.1rem;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.08);box-shadow:0 16px 45px rgba(0,0,0,.18);backdrop-filter:blur(12px); }
.tools-search-panel label > i { color:var(--v2-cyan); }.tools-search-panel input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;font:500 .92rem 'Inter',sans-serif}.tools-search-panel input::placeholder{color:#728ba3}.tools-search-panel kbd{padding:.28rem .48rem;border:1px solid rgba(255,255,255,.14);border-radius:6px;color:#7189a0;background:rgba(0,0,0,.15);font:700 .65rem 'Inter',sans-serif}
.tools-search-meta { display:flex;justify-content:space-between;margin-top:.65rem;color:#6f8aa3;font-size:.66rem; }.tools-search-meta button{border:0;background:transparent;color:#8eb8d5;font:700 .66rem 'Inter';cursor:pointer}.tools-search-meta button:hover{color:#fff}
.tools-stat-row { display:flex;gap:2.7rem;margin-top:2.1rem; }.tools-stat-row div{display:flex;align-items:baseline;gap:.5rem}.tools-stat-row strong{font-family:'Barlow Condensed',sans-serif;color:var(--v2-cyan);font-size:1.8rem}.tools-stat-row span{color:#7890a7;font-size:.67rem;text-transform:uppercase;letter-spacing:.06em}
.tools-container-v2 { padding-top:4rem;padding-bottom:6rem; }
.tool-no-results { display:none;text-align:center;padding:5rem 1rem;color:#718093; }.tool-no-results.show{display:block}.tool-no-results i{font-size:2.2rem;color:#a9b6c2}.tool-no-results h3{margin:1rem 0 .4rem;font-family:'Barlow Condensed',sans-serif;font-size:1.8rem;text-transform:uppercase;color:#1b2b3b}.tool-no-results p{font-size:.8rem}

#screen-programs .programs-list { gap:.85rem; }
#screen-programs .category-section { border:1px solid #dce3e9;border-radius:16px;padding:0;background:#fff;box-shadow:0 5px 24px rgba(7,17,31,.045);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease; }
#screen-programs .category-section:not(.collapsed) { border-color:rgba(43,140,255,.28);box-shadow:0 15px 38px rgba(7,17,31,.08); }
#screen-programs .category-header { padding:1rem 1.15rem;border-bottom:0;cursor:pointer; }
#screen-programs .category-section:not(.collapsed) .category-header { border-bottom:1px solid #e8edf1; }
#screen-programs .category-icon { width:46px;height:46px;border-radius:12px;font-size:1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.25); }
#screen-programs .category-info h3 { font-family:'Barlow Condensed',sans-serif;font-size:1.18rem;letter-spacing:.01em;text-transform:uppercase; }
#screen-programs .category-info span { font-size:.67rem; }
#screen-programs .category-tools { margin:0;padding:1rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;background:#f8fafb; }
#screen-programs .tool-item { min-height:78px;padding:.8rem;border:1px solid #e4e9ee;border-radius:12px;background:#fff;box-shadow:none; }
#screen-programs .tool-item:hover { transform:translateY(-2px);border-color:rgba(43,140,255,.28);box-shadow:0 10px 24px rgba(7,17,31,.07); }
#screen-programs .tool-icon { width:44px;height:44px;border-radius:11px;font-size:.9rem; }
#screen-programs .tool-info h4 { color:#15283b;font-size:.83rem; }.tool-info p{font-size:.69rem!important;color:#7b8998!important;line-height:1.4}.favorite-icon{color:#a6b2bd}
#screen-programs .favoritos-empty { padding:0 1rem 1rem; }
#screen-programs .category-section.search-match { display:block!important; }
#screen-programs .category-section.search-hidden,
#screen-programs .tool-item.search-hidden { display:none!important; }

/* Store screen */
.store-screen-v2 { background:#f2f5f7; }
.store-hero-v2 { position:relative;overflow:hidden;padding:5.5rem 0 4rem;color:#fff;background:linear-gradient(135deg,#07111f,#102d49); }
.store-hero-v2::after { content:"";position:absolute;right:5%;top:-180px;width:450px;height:450px;border:1px solid rgba(255,157,46,.17);border-radius:50%;box-shadow:0 0 0 80px rgba(255,157,46,.025),0 0 0 160px rgba(255,157,46,.018); }
.store-hero-v2 .container{position:relative;z-index:1}.store-hero-v2 h1{max-width:880px;font-family:'Barlow Condensed',sans-serif;font-size:clamp(3.2rem,5.7vw,5.6rem);line-height:.88;text-transform:uppercase}.store-hero-v2 p{max-width:650px;margin-top:1rem;color:#93a8bb;line-height:1.65}
.store-container-v2 { padding-top:4rem;padding-bottom:6rem; }
.store-screen-v2 .store-grid { grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem; }
.store-screen-v2 .product-card { border:1px solid #dce3e8;border-radius:18px;box-shadow:0 7px 28px rgba(7,17,31,.055); }
.store-screen-v2 .product-card:hover { transform:translateY(-7px);box-shadow:0 24px 55px rgba(7,17,31,.12); }
.store-screen-v2 .product-img { height:250px;background:linear-gradient(145deg,#0b1a2a,#173b5e); }
.store-screen-v2 .product-body { padding:1.45rem; }.store-screen-v2 .product-body h3{font-family:'Barlow Condensed',sans-serif;font-size:1.65rem;text-transform:uppercase;color:#102033}.store-screen-v2 .product-desc{min-height:67px}.store-screen-v2 .price{font-family:'Barlow Condensed',sans-serif;font-size:2.2rem}.store-screen-v2 .btn-whatsapp{border-radius:10px;box-shadow:none}.store-screen-v2 .info-card{border-radius:18px;box-shadow:none}

/* Modals */
.modal { backdrop-filter:blur(8px);background:rgba(4,12,22,.7); }
.modal-content { border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 30px 90px rgba(0,0,0,.3); }
.menu-content { max-width:520px; }.menu-body{display:grid;grid-template-columns:repeat(2,1fr);gap:.45rem}.menu-item{border:1px solid #e6ebef;border-radius:11px;background:#fafbfc}.menu-item:hover{background:#f1f6fa;transform:translateY(-1px)}

/* Bottom nav */
.bottom-nav { display:none; }

/* Motion */
.reveal { opacity:0; transform:translateY(20px); transition:opacity .65s ease,transform .65s ease; }
.reveal.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) {
    *,*::before,*::after { scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important; }
    .reveal { opacity:1;transform:none; }
}

@media (max-width: 1120px) {
    .desktop-nav .nav-item { padding:0 .55rem; }.desktop-nav .nav-item::after{left:.55rem;right:.55rem}.desktop-nav .nav-item span{display:none}.desktop-nav .nav-item i{font-size:.95rem}
    .hero-v2-inner { grid-template-columns:1fr 410px;gap:2.7rem; }.hero-copy-v2 h1{font-size:clamp(3.6rem,6vw,5.3rem)}
    .app-stage-card { grid-template-columns:90px 1fr 270px;padding:2.7rem; }.app-stage-icon{width:84px;height:84px}.app-stage-icon img{width:68px;height:68px}
}

@media (max-width: 900px) {
    .header { height:68px; }
    .header-inner { min-height:68px;height:68px;padding:0 1rem; }.brand-mark{width:42px;height:42px;border-radius:12px}.header-logo-img{width:35px;height:35px}.brand-copy strong{font-size:1.05rem}.brand-copy small{display:none}
    .desktop-nav,.header-cta { display:none; }.header-actions{margin-left:auto}.header-actions .lang-selector-container{height:36px}
    .main { padding-bottom:68px; }
    .bottom-nav { position:fixed;z-index:999;left:0;right:0;bottom:0;height:68px;display:flex;justify-content:space-around;align-items:center;padding:0 max(.45rem,env(safe-area-inset-left));border-top:1px solid rgba(255,255,255,.08);background:rgba(7,17,31,.96);box-shadow:0 -12px 35px rgba(0,0,0,.18);backdrop-filter:blur(15px); }
    .bottom-nav .nav-item { flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;border:0;background:transparent;color:#7890a7;font:700 .58rem 'Inter';text-decoration:none;opacity:1; }
    .bottom-nav .nav-item i{font-size:1rem}.bottom-nav .nav-item.active{color:var(--v2-cyan)}.bottom-nav .nav-item-hamburger{display:flex}
    .hamburger-icon{width:18px;gap:3px}.hamburger-icon span{height:1.5px;background:currentColor}
    .site-footer-v2 { padding-bottom:5rem; }

    .hero-v2 { min-height:auto; }.hero-v2-inner{min-height:0;grid-template-columns:1fr;padding-top:5rem;padding-bottom:7.5rem}.hero-copy-v2{text-align:center}.eyebrow{margin-left:auto;margin-right:auto}.hero-copy-v2 h1{max-width:720px;margin-left:auto;margin-right:auto}.hero-copy-v2>p{margin-left:auto;margin-right:auto}.hero-actions-v2,.hero-proof{justify-content:center}.hero-console{width:min(560px,100%);margin:0 auto}.hero-marquee-track{justify-content:flex-start;animation:marqueeV2 24s linear infinite}.hero-marquee-track span{margin-right:1rem}@keyframes marqueeV2{to{transform:translateX(-40%)}}
    .section { padding:5rem 0; }.section-heading-v2{align-items:flex-start;flex-direction:column;gap:1rem}.section-heading-v2>p{max-width:680px}
    .cursos-grid-v2 .curso-card,.cursos-grid-v2 .curso-card:nth-child(4),.cursos-grid-v2 .curso-card:nth-child(5){grid-column:span 6}
    .ecosystem-grid{grid-template-columns:1fr;gap:3rem}.ecosystem-copy p{max-width:760px}
    .app-stage-card{grid-template-columns:80px 1fr;padding:2.7rem;min-height:420px}.app-stage-visual{display:none}
    .manifesto-v2 .container{grid-template-columns:70px 1fr}.manifesto-v2 a{grid-column:2}
    .footer-grid-v2{grid-template-columns:1fr auto}.footer-links-v2{grid-column:1/-1;order:3}.footer-bottom-v2{padding-bottom:1rem}
    .store-screen-v2 .store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 640px) {
    .container { padding-left:1rem;padding-right:1rem; }
    .header-logo { gap:.55rem; }.brand-copy strong{font-size:.95rem;letter-spacing:.02em}.brand-mark{width:40px;height:40px}.header-actions .lang-selector-container>i{display:none}.header-actions .lang-selector-container{padding-left:.15rem}
    .hero-v2-inner{padding-top:3.6rem;padding-bottom:7rem}.eyebrow{font-size:.55rem;line-height:1.35;text-align:left}.hero-copy-v2 h1{font-size:3.55rem;line-height:.9}.hero-copy-v2>p{font-size:.87rem;line-height:1.65}.hero-actions-v2{display:grid;grid-template-columns:1fr 1fr}.btn-primary-v2,.btn-secondary-v2{min-height:49px;padding:0 .8rem;font-size:.72rem}.hero-proof{gap:.65rem 1rem;font-size:.62rem}
    .hero-console{min-height:0;padding:1rem;border-radius:18px}.console-main{grid-template-columns:112px 1fr;gap:1rem;padding:1.25rem 0}.health-ring{width:108px;height:108px}.health-ring-inner strong{font-size:2.45rem}.console-summary strong{font-size:1.25rem}.console-summary p{font-size:.66rem}.console-metrics{gap:.4rem}.console-metrics div{padding:.6rem}.console-metrics strong{font-size:1.15rem}.console-metrics small{display:none}.console-chart{height:36px}
    .section{padding:4rem 0}.section-heading-v2{margin-bottom:1.7rem}.section-heading-v2 h2{font-size:2.65rem}.section-heading-v2>p{font-size:.8rem}
    .command-grid{grid-template-columns:1fr}.command-card{min-height:188px;padding:1.35rem}.command-card h3{font-size:1.55rem}.command-card>i{right:1.35rem;top:1.25rem;font-size:1.55rem}.command-arrow{width:34px;height:34px}
    .cursos-grid-v2{gap:.8rem}.cursos-grid-v2 .curso-card,.cursos-grid-v2 .curso-card:nth-child(4),.cursos-grid-v2 .curso-card:nth-child(5){grid-column:1/-1}.cursos-grid-v2 .curso-img{height:210px}.cursos-grid-v2 .curso-body p{min-height:0}
    .ecosystem-copy h2{font-size:3.25rem}.ecosystem-copy p{font-size:.84rem}.ecosystem-steps article{grid-template-columns:36px 1fr auto;padding:1.2rem 0}.ecosystem-steps h3{font-size:1.5rem}.ecosystem-steps article>i{width:42px;height:42px}
    .app-stage-card{grid-template-columns:1fr;gap:1.2rem;padding:2rem;border-radius:20px}.app-stage-icon{width:72px;height:72px}.app-stage-icon img{width:58px;height:58px}.app-stage-copy h2{font-size:3rem}.app-stage-copy p{font-size:.78rem}
    .manifesto-v2 .container{grid-template-columns:1fr;gap:1rem}.manifesto-number{font-size:3.5rem}.manifesto-v2 p{font-size:2rem}.manifesto-v2 a{grid-column:auto}
    .footer-grid-v2{grid-template-columns:1fr}.footer-social-v2{order:2}.footer-links-v2{order:3}.footer-bottom-v2{flex-direction:column;gap:.5rem}

    .tools-hero-v2,.store-hero-v2{padding:3.8rem 0 3rem}.tools-hero-copy h1,.store-hero-v2 h1{font-size:3.35rem}.tools-search-panel label{height:56px}.tools-search-panel kbd{display:none}.tools-stat-row{gap:1.2rem;justify-content:space-between}.tools-stat-row div{display:grid;gap:0}.tools-stat-row strong{font-size:1.45rem}.tools-stat-row span{font-size:.52rem}.tools-container-v2,.store-container-v2{padding-top:3rem;padding-bottom:4rem}
    #screen-programs .category-tools{grid-template-columns:1fr;padding:.7rem}.menu-body{grid-template-columns:1fr}.menu-content{border-radius:20px 20px 0 0;position:absolute;bottom:0;left:0;right:0;max-height:80vh;overflow:auto}
    .store-screen-v2 .store-grid{grid-template-columns:1fr}.store-screen-v2 .product-img{height:230px}
}

@media (max-width: 390px) {
    .brand-copy strong{font-size:.84rem}.hero-copy-v2 h1{font-size:3.08rem}.hero-actions-v2{grid-template-columns:1fr}.hero-proof span:nth-child(3){display:none}.console-main{grid-template-columns:96px 1fr}.health-ring{width:92px;height:92px}.console-summary p{display:none}.console-metrics div{padding:.5rem}.console-metrics span{font-size:.47rem}.console-metrics strong{font-size:1rem}.command-card{grid-template-columns:auto 1fr}.command-arrow{display:none}.app-stage-copy h2{font-size:2.65rem}
}
@media (max-width: 900px) {
    .cursos-grid-v2 .curso-card { grid-column:span 6 !important; }
}
@media (max-width: 640px) {
    .cursos-grid-v2 .curso-card { grid-column:1 / -1 !important; }
}
.header.is-scrolled { box-shadow: 0 12px 35px rgba(0,0,0,.18); }
@media (max-width: 480px) {
    .header-logo .brand-mark { display: grid; }
    .header-logo .brand-copy { display: grid; }
    .header-logo .brand-copy small { display: none; }
}

/* =========================================================
   Ferramentas V2.1 — categorias em painel técnico responsivo
   ========================================================= */
#screen-programs .programs-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    align-items: start;
}
#screen-programs .category-section {
    min-width: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #dce4eb;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 25px rgba(7,17,31,.055);
    transition: grid-column .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
#screen-programs .category-section.collapsed:hover {
    transform: translateY(-3px);
    border-color: rgba(43,140,255,.32);
    box-shadow: 0 14px 34px rgba(7,17,31,.09);
}
#screen-programs .category-section:not(.collapsed),
#screen-programs .category-section.search-match {
    grid-column: 1 / -1;
    transform: none;
    border-color: rgba(43,140,255,.28);
    box-shadow: 0 18px 46px rgba(7,17,31,.09);
}
#screen-programs .category-section::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    opacity: .65;
    background: linear-gradient(180deg, var(--v2-cyan), var(--v2-blue));
}
#screen-programs .category-section#category-favoritos::before {
    background: linear-gradient(180deg, #fbbf24, #d97706);
}
#screen-programs .category-header {
    min-height: 82px;
    padding: .9rem 1rem .9rem 1.15rem;
    gap: .82rem;
    position: relative;
    border: 0;
    background:
        linear-gradient(135deg, rgba(43,140,255,.025), transparent 55%),
        #fff;
}
#screen-programs .category-section:not(.collapsed) .category-header {
    min-height: 88px;
    border-bottom: 1px solid #e8edf1;
    background: linear-gradient(135deg, #f8fbfd, #fff);
}
#screen-programs .category-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 12px;
    font-size: .96rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 8px 18px rgba(7,17,31,.11);
}
#screen-programs .category-info {
    min-width: 0;
    flex: 1;
}
#screen-programs .category-info h3 {
    overflow: hidden;
    margin: 0 0 .28rem;
    color: #14263a;
    font: 800 1.16rem/1 'Barlow Condensed', sans-serif;
    letter-spacing: .015em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
#screen-programs .category-info .tool-count {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 .52rem;
    border: 1px solid #e3e9ee;
    border-radius: 100px;
    color: #758596;
    background: #f7f9fa;
    font-size: .61rem;
    font-weight: 700;
}
#screen-programs .category-code {
    min-width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    margin-left: auto;
    border: 1px solid #e1e7ec;
    border-radius: 8px;
    color: #8a9aaa;
    background: #f8fafb;
    font: 800 .58rem 'Inter', sans-serif;
    letter-spacing: .05em;
}
#screen-programs .category-arrow {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    margin-left: .15rem;
    border: 1px solid #e0e7ed;
    border-radius: 9px;
    color: #7f8f9f;
    background: #f9fbfc;
    font-size: .72rem;
    transition: transform .25s ease, color .2s ease, border-color .2s ease, background .2s ease;
}
#screen-programs .category-section:not(.collapsed) .category-arrow {
    color: #07111f;
    border-color: var(--v2-cyan);
    background: var(--v2-cyan);
}
#screen-programs .category-section.collapsed .category-arrow {
    transform: rotate(-90deg);
}
#screen-programs .category-tools {
    margin: 0;
    padding: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .72rem;
    background:
        linear-gradient(rgba(16,36,58,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16,36,58,.025) 1px, transparent 1px),
        #f6f9fb;
    background-size: 34px 34px;
}
#screen-programs .tool-item {
    min-height: 88px;
    padding: .82rem;
    gap: .78rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e7ed;
    border-radius: 12px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 3px 12px rgba(7,17,31,.035);
}
#screen-programs .tool-item::after {
    content: '\f061';
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    position: absolute;
    right: .72rem;
    bottom: .65rem;
    border-radius: 8px;
    color: #9aabba;
    background: #f3f6f8;
    font: 900 .62rem 'Font Awesome 6 Free';
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .2s ease, transform .2s ease, color .2s ease, background .2s ease;
}
#screen-programs .tool-item:hover {
    transform: translateY(-3px);
    border-color: rgba(43,140,255,.32);
    box-shadow: 0 12px 28px rgba(7,17,31,.08);
}
#screen-programs .tool-item:hover::after {
    color: #07111f;
    background: var(--v2-cyan);
    opacity: 1;
    transform: translateX(0);
}
#screen-programs .tool-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 11px;
    font-size: .88rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 7px 15px rgba(7,17,31,.1);
}
#screen-programs .tool-info {
    min-width: 0;
    padding-right: .3rem;
}
#screen-programs .tool-info h4 {
    margin: 0 0 .3rem;
    color: #162a3e;
    font-size: .79rem;
    font-weight: 800;
    line-height: 1.25;
}
#screen-programs .tool-info p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #7a8999 !important;
    font-size: .65rem !important;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#screen-programs .favorite-icon {
    align-self: flex-start;
    color: #a6b3bf;
    padding: .2rem;
    position: relative;
    z-index: 2;
}
#screen-programs .favorite-icon:hover,
#screen-programs .favorite-icon .fas { color: #f59e0b; }

@media (max-width: 1080px) {
    #screen-programs .programs-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #screen-programs .category-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Desktop compacto: preserva os atalhos em uma única linha de altura fixa. */
@media (min-width: 901px) and (max-width: 1120px) {
    .header-inner {
        min-height: 76px;
        height: 76px;
        display: flex;
        align-items: center;
        padding: 0 .8rem;
    }
    .header-logo { flex: 0 0 auto; gap: .55rem; }
    .brand-mark { width: 43px; height: 43px; border-radius: 12px; }
    .header-logo-img { width: 35px; height: 35px; }
    .brand-copy strong { font-size: 1rem; }
    .brand-copy small { display: none; }
    .desktop-nav {
        width: auto;
        min-width: 0;
        height: 76px;
        flex: 1 1 auto;
        justify-content: flex-end;
        margin: 0 0 0 .35rem;
        border-top: 0;
    }
    .desktop-nav .nav-item {
        flex: 0 1 auto;
        min-width: 0;
        padding: 0 clamp(.3rem,.72vw,.55rem);
        gap: .28rem;
        font-size: .64rem;
        white-space: nowrap;
    }
    .desktop-nav .nav-item span { display: inline !important; }
    .desktop-nav .nav-item i { font-size: .72rem; }
    .desktop-nav .nav-item::after { left: .3rem; right: .3rem; }
    .header-actions { flex:0 0 auto; gap:.35rem; margin-left:.35rem; }
    .header-actions .lang-selector-container { padding-left:.4rem; }
    .header-cta { width:40px; padding:0; justify-content:center; }
    .header-cta span { display:none; }
}
@media (max-width: 680px) {
    #screen-programs .programs-list { grid-template-columns: 1fr; gap: .65rem; }
    #screen-programs .category-section:not(.collapsed),
    #screen-programs .category-section.search-match { grid-column: auto; }
    #screen-programs .category-header { min-height: 76px; padding: .78rem .75rem .78rem .9rem; }
    #screen-programs .category-icon { width: 43px; height: 43px; flex-basis: 43px; }
    #screen-programs .category-info h3 { font-size: 1.08rem; }
    #screen-programs .category-code { display: none; }
    #screen-programs .category-tools { grid-template-columns: 1fr; padding: .65rem; gap: .55rem; }
    #screen-programs .tool-item { min-height: 80px; padding: .72rem; }
    #screen-programs .tool-item::after { display: none; }
}

/* ===== NÍVEL 12: instalação PWA ===== */
.pwa-install-v2 { background:#f5f8fa; padding-top:1.2rem; }
.pwa-install-card {
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:2rem;
    align-items:stretch;
    padding:2.1rem;
    border:1px solid #dbe5ec;
    border-radius:22px;
    background:#fff;
    box-shadow:0 16px 45px rgba(7,17,31,.07);
}
.pwa-install-copy { padding:.4rem; }
.pwa-kicker { color:#2477a7; font-size:.64rem; letter-spacing:.16em; font-weight:800; }
.pwa-install-copy h2 { margin:.55rem 0 .75rem; color:#0d2133; font-family:'Barlow Condensed',sans-serif; font-size:clamp(2.25rem,3.5vw,3.6rem); line-height:.94; text-transform:uppercase; }
.pwa-install-copy>p { max-width:660px; color:#687b8c; line-height:1.65; font-size:.86rem; }
.pwa-actions { display:flex; flex-wrap:wrap; gap:.7rem; margin-top:1.25rem; }
.pwa-primary-btn,.pwa-secondary-btn { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:.6rem; padding:0 1rem; border-radius:10px; font:800 .75rem Inter,sans-serif; cursor:pointer; transition:.2s ease; }
.pwa-primary-btn { border:1px solid #167cad; color:#fff; background:#167cad; box-shadow:0 8px 22px rgba(22,124,173,.2); }
.pwa-primary-btn:hover { transform:translateY(-2px); background:#116b96; }
.pwa-primary-btn:disabled { opacity:.62; cursor:default; transform:none; }
.pwa-secondary-btn { border:1px solid #d5e0e8; color:#234258; background:#f8fafb; }
.pwa-secondary-btn:hover { border-color:#9db8c9; background:#eef5f8; }
.pwa-status { min-height:1.3rem; margin-top:.7rem!important; color:#527181!important; font-size:.72rem!important; }
.pwa-ios-guide { padding:1.25rem; border:1px solid #d7e4ea; border-radius:16px; background:linear-gradient(145deg,#f8fbfc,#eef5f8); }
.pwa-guide-title { display:flex; align-items:center; gap:.8rem; margin-bottom:1rem; color:#173e55; }
.pwa-guide-title>i { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; color:#fff; background:#173e55; font-size:1.25rem; }
.pwa-guide-title strong,.pwa-guide-title span { display:block; }.pwa-guide-title strong{font-size:.92rem}.pwa-guide-title span{margin-top:.12rem;color:#708697;font-size:.7rem}
.pwa-ios-guide ol { list-style:none; display:grid; gap:.65rem; padding:0; margin:0; }
.pwa-ios-guide li { display:grid; grid-template-columns:30px 1fr; gap:.7rem; align-items:center; padding:.72rem .8rem; border:1px solid #e1e9ee; border-radius:10px; color:#496477; background:#fff; font-size:.77rem; line-height:1.45; }
.pwa-ios-guide li>span { width:28px; height:28px; display:grid; place-items:center; border-radius:8px; color:#fff; background:#2b7ea3; font-weight:800; }
@media(max-width:900px){.pwa-install-card{grid-template-columns:1fr}.pwa-ios-guide{margin-top:.2rem}}
@media(max-width:640px){.pwa-install-v2{padding-top:.5rem}.pwa-install-card{padding:1.25rem;border-radius:17px;gap:1.2rem}.pwa-install-copy h2{font-size:2.55rem}.pwa-actions{display:grid;grid-template-columns:1fr}.pwa-primary-btn,.pwa-secondary-btn{width:100%;font-size:.72rem}}


/* ===== V14: instalação móvel Android/iOS ===== */
.pwa-primary-btn,.pwa-secondary-btn{text-decoration:none}.pwa-ios-download{color:#fff;border-color:#111827;background:#111827}.pwa-ios-download:hover{color:#fff;border-color:#25364d;background:#25364d}.pwa-profile-note{display:flex;align-items:flex-start;gap:.65rem;margin:.9rem 0 0!important;padding:.8rem .85rem;border:1px solid #dce6eb;border-radius:10px;background:#fff;color:#607687!important;font-size:.69rem!important;line-height:1.5!important}.pwa-profile-note i{color:#2477a7;margin-top:.12rem}@media(max-width:640px){.pwa-actions .pwa-primary-btn,.pwa-actions .pwa-secondary-btn{min-height:50px}}
