:root {
    --navy: #061d52;
    --navy-deep: #03143d;
    --blue: #0a4ee4;
    --blue-light: #4b8cff;
    --ink: #071126;
    --muted: #68738b;
    --line: #dfe4ee;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
main { background: #f4f2ec; }
a { color: inherit; text-decoration: none; }

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
}
.site-nav {
    display: flex;
    width: min(1220px, calc(100% - 48px));
    height: 82px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}
.desktop-nav { margin-left: 42px; }
.nav-actions { margin-left: auto; }
.brand img { display: block; width: 208px; }
.desktop-nav { display: flex; align-items: center; gap: 36px; }
.desktop-nav a { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.nav-cta {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    padding: 0 23px;
    font-size: 13px;
    font-weight: 700;
}
.menu-toggle { display: none; }
.mobile-nav { display: none; }

.hero {
    position: relative;
    min-height: 780px;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 30%, rgba(79,138,255,.3), transparent 26%),
        linear-gradient(110deg, #051b4e 0 35%, #062361 65%, #061d52 100%);
    color: #fff;
    padding: 146px 0 76px;
}
.hero::after {
    position: absolute;
    right: -16%;
    bottom: -48%;
    width: 900px;
    height: 900px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    content: "";
}
.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1220px, calc(100% - 48px));
    min-height: 560px;
    grid-template-columns: .78fr 1.22fr;
    align-items: center;
    gap: 48px;
    margin: 0 auto;
}
.hero-copy { position: relative; z-index: 4; }
.eyebrow {
    color: #8eb3ff;
    font-size: 13px;
    font-weight: 600;
}
.hero h1 {
    max-width: 590px;
    margin: 18px 0 0;
    font-size: clamp(42px, 4.2vw, 68px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.055em;
}
.hero-copy > p {
    max-width: 545px;
    margin: 23px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 31px; }
.primary-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    border-radius: 999px;
    background: var(--blue);
    padding: 0 24px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 16px 36px rgba(4,64,196,.3);
}
.text-button { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 600; }
.text-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-proof { display: flex; gap: 25px; margin-top: 55px; }
.hero-proof span { display: grid; gap: 4px; color: rgba(255,255,255,.52); font-size: 10px; }
.hero-proof strong { color: #fff; font-size: 14px; font-weight: 600; }

.hero-visual { position: relative; min-width: 0; height: 540px; }
.visual-glow {
    position: absolute;
    inset: 6% 4% 0;
    border-radius: 48%;
    background: radial-gradient(circle, rgba(88,148,255,.32), transparent 68%);
    filter: blur(12px);
}
.platform-window {
    position: absolute;
    z-index: 3;
    top: 61px;
    right: -52px;
    width: 760px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 24px;
    background: rgba(250,252,255,.96);
    color: var(--ink);
    box-shadow: 0 32px 90px rgba(0,8,31,.42);
    transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
}
.window-top { display: flex; height: 68px; align-items: center; justify-content: space-between; border-bottom: 1px solid #e4e8f0; padding: 0 24px; }
.window-brand { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.window-brand img { width: 26px; height: 26px; }
.online-dot { display: inline-flex; align-items: center; gap: 7px; color: #47607f; font-size: 10px; }
.online-dot::before { width: 7px; height: 7px; border-radius: 50%; background: #20b77a; content: ""; box-shadow: 0 0 0 4px rgba(32,183,122,.1); }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #e4e8f0; }
.metric-row article { display: grid; gap: 6px; padding: 20px 23px; border-right: 1px solid #e4e8f0; }
.metric-row article:last-child { border: 0; }
.metric-row span, .metric-row small { color: #78859b; font-size: 9px; }
.metric-row strong { font-size: 25px; font-weight: 600; }
.window-grid { display: grid; grid-template-columns: 1.5fr .8fr; min-height: 270px; }
.chart-panel { padding: 22px 24px 12px; border-right: 1px solid #e4e8f0; }
.chart-panel > div { display: flex; align-items: center; justify-content: space-between; }
.chart-panel span { font-size: 11px; font-weight: 600; }
.chart-panel strong { color: #8a95a7; font-size: 9px; font-weight: 500; }
.chart-panel svg { width: 100%; margin-top: 14px; overflow: visible; }
.chart-grid { fill: none; stroke: #e7ebf2; stroke-width: 1; }
.chart-fill { fill: url(#chartFill); }
.chart-line { fill: none; stroke: #0a4ee4; stroke-width: 3; stroke-linecap: round; }
.activity-panel { padding: 23px 18px; }
.panel-title { display: block; margin-bottom: 13px; font-size: 10px; font-weight: 700; }
.activity { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 9px; padding: 14px 0; border-bottom: 1px solid #edf0f4; }
.activity i { width: 8px; height: 8px; border-radius: 50%; }
.status-red { background: #e5524b; }.status-blue { background: #0a4ee4; }.status-green { background: #33a674; }
.activity p { display: grid; gap: 3px; margin: 0; }
.activity strong { font-size: 9px; }.activity small, .activity time { color: #8994a7; font-size: 7px; }
.floating-alert {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 16px;
    background: rgba(255,255,255,.92);
    color: var(--ink);
    padding: 12px 15px;
    box-shadow: 0 18px 50px rgba(0,8,31,.3);
    backdrop-filter: blur(12px);
}
.floating-alert i { width: 10px; height: 10px; border-radius: 50%; background: #0a4ee4; box-shadow: 0 0 0 5px rgba(10,78,228,.12); }
.floating-alert span { display: grid; gap: 3px; color: #657187; font-size: 8px; }
.floating-alert strong { color: #101a2e; font-size: 10px; }
.alert-top { top: 20px; right: 15px; }
.alert-bottom { right: 35px; bottom: 22px; }
.radar-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { top: 0; right: 30px; width: 480px; height: 480px; }
.orbit-two { top: 72px; right: 103px; width: 335px; height: 335px; }
.radar-orbit span { position: absolute; top: 13%; right: 16%; width: 8px; height: 8px; border-radius: 50%; background: #4b8cff; box-shadow: 0 0 18px #4b8cff; }
.hero-pagination { position: relative; z-index: 3; display: flex; width: min(1220px, calc(100% - 48px)); gap: 8px; margin: 10px auto 0; }
.hero-pagination span { width: 130px; height: 3px; background: rgba(255,255,255,.18); }
.hero-pagination .active { background: #4b8cff; }

/* Hero principal — composição editorial com imagem à direita */
.hero {
    position: relative;
    min-height: 780px;
    overflow: hidden;
    background: #061d52;
    color: #fff;
    padding: 0;
}
.hero::after {
    display: none;
}
.hero-backdrop {
    position: absolute;
    z-index: 0;
    inset: 0 0 0 29%;
    background-image:
        linear-gradient(to bottom, rgba(6,29,82,.24) 0, rgba(6,29,82,0) 48%, #061d52 79%),
        linear-gradient(to right, #061d52 0, rgba(6,29,82,.82) 8%, rgba(6,29,82,.12) 35%, rgba(6,29,82,.08) 100%),
        url("/assets/home-hero-brandradar.png");
    background-position: center, center, center top;
    background-size: cover, cover, 100% auto;
    background-repeat: no-repeat;
}
.hero-backdrop::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 125px;
    background: linear-gradient(
        to bottom,
        rgba(6,29,82,.58) 0%,
        rgba(6,29,82,.34) 48%,
        rgba(6,29,82,0) 100%
    );
    content: "";
    pointer-events: none;
}
.hero-backdrop::after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 310px;
    background: linear-gradient(to bottom, rgba(6,29,82,0) 0%, rgba(6,29,82,.34) 25%, rgba(6,29,82,.78) 62%, #061d52 92%);
    content: "";
    pointer-events: none;
}
.hero-inner {
    position: relative;
    z-index: 3;
    display: block;
    width: min(1220px, calc(100% - 48px));
    min-height: 700px;
    margin: 0 auto;
    padding-top: 130px;
}
.hero-copy {
    width: 650px;
    max-width: 52%;
    padding-top: 70px;
}
.hero-kicker {
    display: block;
    color: #a58bdc;
    font-size: 14px;
    font-weight: 400;
}
.eyebrow {
    display: inline-flex;
    width: 244px;
    min-height: 52px;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(193,204,225,.58);
    border-radius: 999px;
    background: rgba(89,107,150,.82);
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 600;
    backdrop-filter: blur(12px);
}
.eyebrow i {
    display: grid;
    width: 28px;
    height: 28px;
    flex: none;
    place-items: center;
    border: 4px solid rgba(255,255,255,.26);
    border-radius: 50%;
    background: #73b762;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.eyebrow i svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.hero h1 {
    max-width: 650px;
    margin: 12px 0 0;
    font-size: clamp(40px, 2.5vw, 44px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.05em;
}
.hero-copy > p {
    max-width: 620px;
    margin: 13px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}
.hero-ctas {
    display: flex;
    align-items: center;
    gap: 31px;
    margin-top: 27px;
}
.hero .hero-ctas .primary-button {
    min-height: 50px;
    margin: 0;
    background: #fff;
    color: #061d52;
    padding: 0 25px;
    font-size: 14px;
    box-shadow: none;
}
.hero-secondary {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.hero-pagination {
    position: absolute;
    z-index: 5;
    bottom: 260px;
    left: 50%;
    display: flex;
    width: min(1220px, calc(100% - 48px));
    gap: 7px;
    margin: 0;
    transform: translateX(-50%);
}
.hero-pagination span {
    width: 176px;
    height: 3px;
    background: rgba(152,181,237,.35);
}
.hero-pagination .active {
    background: linear-gradient(90deg, #0a4ee4 0 42%, #76c8e1 42% 65%, rgba(152,181,237,.35) 65%);
}

.intro-section { width: min(1160px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.intro-section { padding: 115px 0; }
.section-heading { display: grid; max-width: 700px; gap: 17px; }
.section-heading > span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.section-heading h2 { margin: 0; font-size: clamp(31px, 3.3vw, 50px); font-weight: 600; line-height: 1.12; letter-spacing: -.045em; }
.section-heading p { max-width: 610px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 66px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.solution-grid article { min-height: 255px; padding: 31px 32px; border-right: 1px solid var(--line); }
.solution-grid article:last-child { border: 0; }
.solution-grid article > span { color: #8792a5; font-size: 10px; }
.solution-grid h3 { margin: 73px 0 12px; font-size: 18px; }
.solution-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.intro-section {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0 0 86px 86px;
    background: #061d52;
    color: #fff;
    padding: 10px 0 12px;
}
.feature-showcase {
    display: grid;
    width: min(1160px, calc(100% - 48px));
    min-height: 440px;
    grid-template-columns: .92fr 1.08fr;
    align-items: start;
    gap: 84px;
    margin: 0 auto;
}
.feature-copy {
    position: relative;
    z-index: 3;
}
.feature-kicker {
    display: block;
    margin-bottom: 25px;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    font-weight: 500;
}
.feature-copy h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(36px, 2.35vw, 40px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}
.feature-copy h2 em {
    display: block;
    background: linear-gradient(90deg, #79d2dc, #0c73ff);
    background-clip: text;
    color: transparent;
    font-style: normal;
    white-space: nowrap;
}
.feature-copy h2 span {
    display: block;
    white-space: nowrap;
}
.feature-copy > p {
    max-width: 560px;
    margin: 17px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 14px;
    line-height: 1.7;
}
.feature-copy ul {
    display: grid;
    gap: 15px;
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
}
.feature-copy li {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 600;
}
.feature-copy li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    background: #0a63ef;
    content: "✓";
    font-size: 10px;
}
.feature-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 39px;
}
.feature-actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 999px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 700;
}
.feature-actions a:first-child {
    border-color: #0a4ee4;
    background: #0a4ee4;
}
.feature-visual {
    position: relative;
    height: 500px;
    margin-top: -60px;
}
.feature-media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    -webkit-mask-image: radial-gradient(ellipse 82% 82% at center, #000 58%, rgba(0,0,0,.96) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 82% 82% at center, #000 58%, rgba(0,0,0,.96) 72%, transparent 100%);
}
.feature-media--protection {
    transform: translateX(7%) scale(1.4);
    transform-origin: center;
}
.feature-photo {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 305px;
    height: 190px;
    border-radius: 28px;
    background:
        linear-gradient(rgba(5,33,86,.18), rgba(5,33,86,.28)),
        url("/assets/home-hero-marketplace.webp") 71% 52%/cover;
    box-shadow: 0 20px 60px rgba(0,10,40,.25);
}
.device-card {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    border: 10px solid rgba(168,190,230,.3);
    border-radius: 28px;
    background: #fff;
    color: #14203a;
    box-shadow: 0 28px 70px rgba(0,10,40,.35);
}
.device-dashboard {
    top: 75px;
    left: 10px;
    width: 255px;
    height: 420px;
    padding: 42px 20px 20px;
}
.device-dashboard > span, .device-cases > span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.device-dashboard > strong {
    display: block;
    margin-top: 18px;
    font-size: 11px;
}
.mini-filters { display: flex; gap: 6px; margin-top: 14px; }
.mini-filters i { border-radius: 999px; background: #eef4ff; color: #5472a9; padding: 5px 8px; font-size: 7px; font-style: normal; }
.device-dashboard svg { width: 100%; margin-top: 30px; }
.mini-grid { fill: none; stroke: #e3e8f0; stroke-width: 1; }
.mini-line { fill: none; stroke: #2780ee; stroke-width: 3; stroke-linecap: round; }
.device-dashboard small { color: #98a3b6; font-size: 8px; }
.device-cases {
    right: 12px;
    bottom: 5px;
    width: 250px;
    height: 400px;
    padding: 42px 18px 20px;
}
.case-row {
    display: grid;
    grid-template-columns: 11px 1fr auto;
    align-items: center;
    gap: 8px;
    margin-top: 21px;
    border: 1px solid #dfe6f0;
    border-radius: 8px;
    padding: 12px 10px;
}
.case-row i { width: 9px; height: 9px; border-radius: 50%; background: #0a4ee4; }
.case-row b { font-size: 8px; }.case-row small { color: #8e99ab; font-size: 6px; }
.case-row.is-muted { opacity: .55; }
.feature-line {
    position: absolute;
    right: 0;
    bottom: 43px;
    width: 385px;
    height: 82px;
    border: 1px solid rgba(90,175,238,.55);
    border-radius: 50px;
}

.control-section {
    width: 100%;
    overflow: hidden;
    background: #f4f2ec;
    padding: 112px 0 126px;
}
.control-inner {
    display: grid;
    width: min(1220px, calc(100% - 48px));
    grid-template-columns: .94fr 1.06fr;
    align-items: center;
    gap: 112px;
    margin: 0 auto;
}
.control-copy {
    max-width: 570px;
}
.control-copy h2 {
    margin: 0 0 34px;
    color: var(--navy);
    font-size: clamp(31px, 2.35vw, 40px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.035em;
}
.control-points {
    display: grid;
    gap: 28px;
}
.control-points h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 20px;
    font-weight: 600;
}
.control-points p {
    max-width: 560px;
    margin: 0;
    color: #52617c;
    font-size: 14px;
    line-height: 1.55;
}
.control-copy > a {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    margin-top: 34px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 700;
}
.control-visual {
    display: grid;
    align-items: center;
    justify-items: end;
}
.control-visual img {
    display: block;
    width: min(110%, 650px);
    max-width: none;
    height: auto;
    transform: translateX(24px);
}

.operation-section {
    width: 100%;
    background: #f4f2ec;
    padding: 70px 0 126px;
}
.operation-inner {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
}
.operation-inner > h2 {
    margin: 0 0 58px;
    color: var(--navy);
    font-size: clamp(32px, 2.6vw, 42px);
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    letter-spacing: -.035em;
}
.operation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 76px;
}
.operation-visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.operation-list {
    display: grid;
    align-content: center;
    gap: 42px;
}
.operation-list article {
    position: relative;
    min-height: 92px;
    padding: 15px 0 10px 29px;
}
.operation-list article::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    border: 1px solid #e4e6eb;
    border-radius: 999px;
    background: rgba(255,255,255,.45);
    content: "";
}
.operation-list article.is-active::before {
    border: 0;
    background: linear-gradient(180deg, #0a63ef 0%, #7dd3dc 45%, rgba(255,255,255,.55) 100%);
}
.operation-list h3 {
    margin: 0 0 7px;
    color: #7b879d;
    font-size: 20px;
    font-weight: 600;
}
.operation-list p {
    margin: 0;
    color: #8792a5;
    font-size: 14px;
    line-height: 1.55;
}
.operation-list .is-active h3 { color: var(--navy); }
.operation-list .is-active p { color: #52617c; }

.blue-story {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 56px;
    background: linear-gradient(180deg, #0a2458 0%, var(--navy) 100%);
    color: #fff;
}
.monitoring-highlight {
    position: relative;
    z-index: 2;
    width: 100%;
}
.monitoring-highlight-inner {
    display: grid;
    width: min(1220px, calc(100% - 48px));
    min-height: 570px;
    grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
    align-items: center;
    gap: 100px;
    margin: 0 auto;
    padding: 76px 0;
}
.monitoring-highlight-copy { max-width: 520px; }
.monitoring-highlight-copy > span {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    padding: 0 13px;
    color: #8ab8ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: uppercase;
}
.monitoring-highlight-copy h2 {
    margin: 0;
    font-size: clamp(34px, 3.1vw, 46px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.045em;
}
.monitoring-highlight-copy p {
    max-width: 540px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.92);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}
.monitoring-highlight-visual {
    display: grid;
    min-width: 0;
    place-items: center;
}
.monitoring-highlight-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.business-section {
    position: relative;
    display: grid;
    overflow: hidden;
    width: 100%;
    min-height: 410px;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding: 70px 48px;
}
.business-content {
    position: relative;
    z-index: 2;
    display: grid;
    max-width: 720px;
    justify-items: center;
    gap: 30px;
    text-align: center;
}
.business-content h2 {
    margin: 0;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -.04em;
}
.business-content a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 700;
}
.business-art {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
}
.business-art .shape {
    position: absolute;
    display: block;
    border: 1px solid rgba(80,156,255,.48);
    border-radius: 50%;
}
.shape-one { top: -105px; left: 7%; width: 270px; height: 270px; }
.shape-two { bottom: -145px; left: 19%; width: 330px; height: 330px; }
.shape-three { top: 62px; left: 31%; width: 94px; height: 94px; }
.shape-four { top: -120px; right: 9%; width: 285px; height: 285px; }
.shape-five { right: 19%; bottom: -118px; width: 260px; height: 260px; }
.shape-six {
    right: 5%;
    bottom: 66px;
    width: 112px;
    height: 112px;
    border-color: rgba(125,211,220,.5);
}
.contact-cta {
    display: grid;
    width: 100%;
    justify-items: center;
    gap: 42px;
    background: #f4f2ec;
    padding: 96px 24px 110px;
}
.contact-cta-copy {
    width: min(720px, 100%);
    text-align: center;
}
.contact-cta-copy h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(36px, 3.5vw, 50px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -.045em;
}
.contact-cta-copy p {
    max-width: 650px;
    margin: 18px auto 0;
    color: #52617c;
    font-size: 16px;
    line-height: 1.7;
}
.contact-form {
    display: grid;
    width: min(820px, 100%);
    gap: 14px;
    border: 1px solid rgba(6,29,82,.08);
    border-radius: 16px;
    background: #fff;
    padding: 32px;
    box-shadow: none;
}
.contact-honeypot { display: none !important; }
.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.contact-form label {
    display: grid;
    gap: 7px;
}
.contact-form label > span {
    color: #263a63;
    font-size: 12px;
    font-weight: 600;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #dfe4ec;
    border-radius: 12px;
    outline: none;
    background: #fbfcfe;
    color: var(--navy);
    padding: 0 14px;
    font: inherit;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form input { height: 48px; }
.contact-form textarea {
    min-height: 104px;
    resize: vertical;
    padding-top: 13px;
    line-height: 1.5;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: rgba(10,78,228,.55);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(10,78,228,.08);
}
.contact-form button {
    min-height: 50px;
    border: 0;
    border-radius: 12px;
    background: var(--blue);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.contact-form button:disabled { cursor: wait; opacity: .65; }
.contact-form-message {
    min-height: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}
.contact-form-message:empty { display: none; }
.contact-form-message.is-success { color: #23743a; }
.contact-form-message.is-error { color: #b42318; }
.site-footer {
    width: 100%;
    background: #fff;
    color: var(--navy);
    padding: 72px max(32px, calc((100% - 1280px) * .5)) 34px;
}
.footer-main {
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    gap: 54px;
    padding-bottom: 78px;
}
.footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}
.footer-column h2 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.footer-column a {
    margin: 0;
    color: #405277;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    transition: color .2s ease;
}
.footer-column a:hover {
    color: var(--blue);
}
.footer-bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px;
    border-top: 1px solid #e1e5ec;
    padding-top: 32px;
}
.footer-identity {
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer-signature {
    display: inline-flex;
}
.footer-signature img {
    display: block;
    width: 142px;
}
.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-socials a,
.footer-socials span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #e9ecf1;
    border-radius: 50%;
    background: #f4f5f7;
    color: #53617b;
}
.footer-socials a {
    transition: background .2s ease, transform .2s ease;
}
.footer-socials a:hover {
    border-color: #dce4f4;
    background: #edf1f7;
    color: var(--blue);
    transform: translateY(-2px);
}
.footer-socials svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}
.footer-socials rect,
.footer-socials circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}
.footer-socials .is-filled {
    fill: currentColor;
    stroke: none;
}
.footer-socials .is-cutout {
    fill: #f4f5f7;
}
.footer-socials .social-whatsapp {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.footer-links a,
.footer-bottom p {
    margin: 0;
    color: #536588;
    font-size: 12px;
    line-height: 1.45;
}
.footer-links a:hover {
    color: var(--blue);
}

@media (max-width: 1080px) {
    .desktop-nav { display: none; }
    .menu-toggle { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; color: #fff; }
    .menu-toggle svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
    .mobile-nav.is-open { display: grid; width: calc(100% - 32px); margin: 0 auto; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(3,20,61,.98); padding: 10px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
    .mobile-nav a { padding: 13px 14px; color: #fff; font-size: 14px; }
    .hero-inner { min-height: 780px; padding-top: 125px; }
    .hero-copy { width: 480px; max-width: 52%; }
    .feature-showcase { grid-template-columns: .8fr 1.2fr; gap: 20px; }
    .feature-visual { margin-top: -45px; transform: none; }
    .feature-media--protection { transform: translateX(5%) scale(1.32); }
    .control-inner { gap: 58px; }
    .monitoring-highlight-inner {
        grid-template-columns: minmax(0, .8fr) minmax(400px, 1.2fr);
        gap: 40px;
    }
}

@media (max-width: 720px) {
    html {
        overflow-x: clip;
        background: #061d52;
    }
    body { overflow-x: clip; }
    .site-nav { width: calc(100% - 32px); height: 70px; }
    .brand img { width: 172px; }
    .nav-cta { display: none; }
    .hero { min-height: 720px; padding: 0; }
    .hero::after { display: none; }
    .hero-backdrop {
        inset: 0;
        background-image:
            linear-gradient(to bottom, rgba(6,29,82,.28) 0, rgba(6,29,82,.2) 48%, #061d52 96%),
            linear-gradient(to right, rgba(6,29,82,.94) 0, rgba(6,29,82,.66) 72%, rgba(6,29,82,.38) 100%),
            url("/assets/home-hero-brandradar.png");
        background-position: center, center, 68% 64px;
        background-size: cover, cover, auto 650px;
    }
    .hero-backdrop::before { display: none; }
    .hero-inner { width: calc(100% - 32px); min-height: 650px; padding-top: 96px; }
    .hero-copy { width: 100%; max-width: none; padding-top: 143px; }
    .eyebrow { min-height: 42px; padding: 0 16px; font-size: 11px; }
    .hero-kicker { font-size: 14px; }
    .hero h1 { max-width: 360px; margin-top: 11px; font-size: 34px; font-weight: 600; line-height: 1.08; }
    .hero-copy > p { max-width: 355px; margin-top: 17px; font-size: 17px; font-weight: 400; line-height: 1.6; }
    .hero-ctas { gap: 22px; margin-top: 24px; }
    .hero .hero-ctas .primary-button { min-height: 50px; padding: 0 23px; font-size: 14px; }
    .hero-secondary { font-size: 14px; }
    .hero-pagination { bottom: 100px; width: calc(100% - 32px); }
    .hero-pagination span { flex: 1; width: auto; }
    .intro-section {
        width: 100%;
        border-radius: 0 0 38px 38px;
        padding: 58px 0 35px;
    }
    .feature-showcase {
        width: calc(100% - 32px);
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .feature-kicker { margin-bottom: 17px; font-size: 12px; line-height: 1.6; }
    .feature-copy h2 {
        width: 100%;
        max-width: 350px;
        font-size: clamp(23px, 7.7vw, 30px);
        letter-spacing: -.08em;
    }
    .feature-copy > p { font-size: 17px; line-height: 1.62; }
    .feature-copy li { font-size: 15px; line-height: 1.45; }
    .feature-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 31px; }
    .feature-actions a { min-height: 49px; padding: 0 24px; font-size: 15px; }
    .feature-visual {
        width: 360px;
        max-width: 100%;
        height: 168px;
        margin-top: -2px;
        justify-self: center;
        transform: none;
    }
    .feature-media--protection {
        object-position: center;
        transform: translateX(6%) scale(1.2);
    }
    .feature-photo { right: 0; width: 225px; height: 145px; border-radius: 20px; }
    .device-dashboard { top: 58px; left: 0; width: 210px; height: 355px; transform: scale(.9); transform-origin: top left; }
    .device-cases { right: 0; bottom: 0; width: 205px; height: 335px; transform: scale(.9); transform-origin: bottom right; }
    .feature-line { right: 0; bottom: 24px; width: 285px; height: 62px; }
    .solution-grid { grid-template-columns: 1fr; margin-top: 45px; }
    .solution-grid article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); padding: 26px 4px; }
    .solution-grid article:last-child { border: 0; }
    .solution-grid h3 { margin-top: 42px; }
    .control-section { padding: 76px 0 84px; }
    .control-inner {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .control-copy h2 { margin-bottom: 30px; font-size: 30px; }
    .control-points { gap: 25px; }
    .control-points h3 { font-size: 18px; }
    .control-points p { font-size: 15px; line-height: 1.6; }
    .control-copy > a { min-height: 48px; margin-top: 31px; font-size: 14px; }
    .control-visual { order: -1; justify-items: center; }
    .control-visual img {
        width: min(108%, 550px);
        transform: none;
    }
    .operation-section { padding: 65px 0 82px; }
    .operation-inner { width: calc(100% - 32px); }
    .operation-inner > h2 { margin-bottom: 38px; font-size: 31px; text-align: left; }
    .operation-grid { grid-template-columns: 1fr; gap: 38px; }
    .operation-visual img { border-radius: 22px; }
    .operation-list { gap: 19px; }
    .operation-list article { min-height: 84px; padding: 12px 0 8px 24px; }
    .operation-list article::before { width: 9px; }
    .operation-list h3 { font-size: 18px; }
    .operation-list p { font-size: 15px; line-height: 1.55; }
    .blue-story { border-radius: 34px; }
    .monitoring-highlight-inner {
        width: calc(100% - 32px);
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 72px 0 62px;
    }
    .monitoring-highlight-copy { max-width: none; }
    .monitoring-highlight-copy h2 { font-size: 34px; }
    .monitoring-highlight-copy p { font-size: 15px; }
    .monitoring-highlight-visual img { width: min(112%, 560px); max-width: none; }
    .business-section {
        width: 100%;
        min-height: 390px;
        margin-bottom: 0;
        border-radius: 0;
        padding: 56px 24px;
    }
    .business-content { gap: 26px; }
    .business-content h2 { max-width: 320px; font-size: 32px; }
    .business-content a { min-height: 49px; font-size: 14px; }
    .shape-one { top: -80px; left: -95px; width: 210px; height: 210px; }
    .shape-two { bottom: -120px; left: 12%; width: 230px; height: 230px; }
    .shape-three { top: 48px; left: 71%; width: 68px; height: 68px; }
    .shape-four { top: -105px; right: -105px; width: 220px; height: 220px; }
    .shape-five { right: -90px; bottom: -80px; width: 205px; height: 205px; }
    .shape-six { right: 11%; bottom: 30px; width: 76px; height: 76px; }
    .contact-cta {
        gap: 32px;
        padding: 64px 24px 72px;
    }
    .contact-cta-copy h2 {
        font-size: 36px;
    }
    .contact-cta-copy p {
        margin-top: 16px;
        font-size: 16px;
    }
    .contact-form { gap: 13px; border-radius: 14px; padding: 20px; }
    .contact-form-row { grid-template-columns: 1fr; gap: 13px; }
    .site-footer {
        padding: 52px 24px 26px;
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 42px 26px;
        padding-bottom: 52px;
    }
    .footer-column h2 {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .footer-column a {
        font-size: 13px;
    }
    .footer-column:last-child {
        grid-column: 1 / -1;
    }
    .footer-bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        padding-top: 27px;
    }
    .footer-signature img {
        width: 138px;
    }
    .footer-identity {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .footer-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .footer-links a,
    .footer-bottom p {
        font-size: 12px;
    }
}
