:root {
    --bg: #090d15;
    --bg-dark: #04070f;
    --panel: #171c26;
    --blue: #497cc8;
    --green: #89c63f;
    --muted: #838488;
    --white: #fff;
    --red: #c80021;
    --red-dark: #88001d;
    --line: rgba(255, 255, 255, .10);
    --container: 1280px;
    --radius-lg: 20px;
    --radius-sm: 12px;
    --shadow-blue: 0 0 20.6px #497cc8
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--white);
    font-family: Ebrima, "Segoe UI", Arial, sans-serif;
    line-height: 1.35;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(var(--container), calc(100% - 10vw));
    margin-inline: auto
}

.center {
    text-align: center
}

.section {
    position: relative;
    padding: clamp(105px, 9vw, 10px) 0;
}

.site-header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(23, 28, 38, .92);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(5vw, 32px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    transition: .25s
}

.site-header.is-scrolled {
    height: 70px;
    background: rgba(9, 13, 21, .95)
}

.brand img {
    width: 162px;
    object-fit: contain;
    margin-top: 35px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 32px);
    font-family: "Fira Code", Consolas, monospace;
    font-size: 13px;
    color: #d9dce3
}

.main-nav a:not(.nav-button):not(.login-button) {
    opacity: .88
}

.login-button {
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    padding: 9px 16px;
    transition: .2s
}

.login-button:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .08)
}

.nav-button {
    border: 1px solid var(--green);
    color: var(--green);
    border-radius: 999px;
    padding: 9px 16px
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: white;
    font-size: 28px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    border-radius: 70px;
    padding: 10px 40px;
    min-height: 46px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
    transition: .22s
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    background: rgba(137, 198, 63, .6);
    border: 1px solid var(--green);
    color: var(--bg)
}

.btn-light {
    background: rgba(255, 255, 255, .72);
    border: 1px solid #fff;
    color: var(--panel)
}

.hero {
    min-height: 1000px;
    padding-top: 221px;
    background: linear-gradient(180deg, rgba(9, 13, 21, .44) 0%, var(--bg) 60%), linear-gradient(270deg, rgba(8, 12, 20, 0) 34%, #080c14 99%), url('../img/bg-hero.jpg') top center/cover no-repeat;
    position: relative;
    overflow: hidden
}

.hero:after,
.problem:after,
.how:after,
.governance:after,
.config-section:after,
.personas:after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(42px);
    opacity: .17;
    background: var(--blue);
    width: 420px;
    height: 420px
}

.problem,
.how,
.governance,
.config-section,
.personas {
  position: relative;
  overflow: hidden;
}

.hero:after {
    right: -140px;
    top: 260px
}

.alert-pill {
    width: max-content;
    max-width: 100%;
    height: 38px;
    border: 1px solid var(--red);
    border-radius: 19px;
    display: flex;
    align-items: center;
    padding: 0 18px 0 10px;
    gap: 8px;
    font: 14px "Fira Code", Consolas, monospace;
    color: var(--red);
    margin-bottom: 0
}

.alert-pill img {
    width: 24px;
    height: 24px
}

.hero-title {
    max-width: 660px;
    margin-top: 0
}

.hero-title h1 {
    font-size: clamp(44px, 5.3vw, 64px);
    line-height: 1.02;
    margin: 0 0 26px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-weight: 700
}

.hero-title h1 span,
.section-heading h2 em,
.how h2 em,
.compliance h2 em,
.attention h2 em,
.contact h2 em {
    color: var(--blue);
    font-style: normal
}

.hero-title p {
    font-size: 20px;
    max-width: 647px;
    margin: 0 0 12px
}

.hero-title .btn {
    margin-top: 3px
}

.hero-stats {
    margin-top: 115px;
    display: grid;
    grid-template-columns: 223px 252px 271px 1fr;
    border: 1px solid var(--blue);
    background: rgba(73, 124, 200, .4);
    border-radius: 20px 20px 0 20px;
    min-height: 188px;
    padding: 20px 20px 20px 44px
}

.stat-card {
    padding-right: 28px;
    border-right: 1px solid rgba(255, 255, 255, .35)
}

.stat-card+.stat-card {
    padding-left: 36px
}

.stat-card strong {
    display: block;
    font-size: 48px;
    color: var(--blue);
    line-height: 1.08;
    margin-bottom: 6px
}

.stat-card p {
    font: 16px "Fira Code", Consolas, monospace;
    margin: 0
}

.stat-note {
    padding-left: 24px;
    font: 16px "Fira Code", Consolas, monospace;
    white-space: pre-line
}

.stat-note strong {
    display: block;
    margin-bottom: 7px
}

.stat-note p {
    margin: 0
}

.section-heading {
    margin-bottom: clamp(42px, 5vw, 64px)
}

.section-heading span,
.kicker {
    display: block;
    color: var(--blue);
    font: 16px "Fira Code", Consolas, monospace;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 12px
}

.section-heading h2,
.how h2,
.compliance h2,
.attention h2,
.contact h2 {
    font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.27;
    margin: 0 0 18px;
    font-weight: 700
}

.section-heading p,
.how-head p,
.compliance p,
.attention p,
.contact p {
    font-size: 20px;
    margin: 0 auto;
    max-width: 831px
}

.problem {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-dark) 100%);
    padding-top: 100px
}

.problem:after {
    left: -170px;
    bottom: -80px
}

.grid {
    display: grid;
    gap: 28px
}

.problem-grid {
    grid-template-columns: repeat(4, 1fr)
}

.risk-card,
.step-card,
.persona-card,
.rules-card,
.config-note,
.lead-form {
    background: rgba(23, 28, 38, .4);
    border: 1px solid var(--panel);
    border-radius: 20px 20px 0 20px
}

.risk-card {
    min-height: 330px;
    padding: 23px 20px 18px
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 12px 12px 0 12px;
    display: grid;
    place-items: center;
    border: 1px solid
}

.icon img {
    width: 24px;
    height: 24px;
    object-fit: contain
}

.icon.red {
    background: rgba(136, 0, 29, .4);
    border-color: var(--red)
}

.icon.blue {
    background: rgba(73, 124, 200, .4);
    border-color: var(--blue)
}

.risk-card h3 {
    font-size: 16px;
    line-height: 1.25;
    margin: 18px 0 10px
}

.risk-card p {
    font-size: 14px;
    margin: 0 0 14px
}

.risk-card small {
    display: block;
    font: 12px "Fira Code", Consolas, monospace;
    color: var(--red);
    line-height: 1.45
}

.numbers {
    background: linear-gradient(rgba(4, 7, 15, .9), rgba(4, 7, 15, .9)), url('../img/bg-numbers.jpg') center/cover no-repeat;
    padding-bottom: 0
}

.number-lines {
    display: grid;
    gap: 55px;
    margin: 0 auto 92px;
    width: 70%;
    padding-top: 5px
}

.bar-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 126px minmax(260px, 430px);
    align-items: center;
    gap: 34px
}

.bar-row .bar {
    height: 120px;
    background: rgba(73, 124, 200, .4);
    border: 1px solid var(--blue);
    box-shadow: var(--shadow-blue)
}

.row-one .bar {
    width: 78%
}

.row-two .bar {
    width: 38%
}

.row-three .bar {
    width: 68%
}

.bar-row strong {
    font-size: 64px;
    color: var(--blue);
    line-height: 1
}

.bar-row strong span {
    font-size: 32px;
    color: white
}

.bar-row p {
    font-size: 16px;
    margin: 0
}

.bar-row small {
    color: var(--muted)
}

.quote-strip {
    background: var(--bg);
    padding: 28px 20px;
    text-align: center
}

.quote-strip p {
    font: 20px "Fira Code", Consolas, monospace;
    margin: 0
}

.how {
    background: var(--bg-dark)
}

.how:after {
    right: -150px;
    top: 260px
}

.how-head {
    display: grid;
    grid-template-columns: 1fr 307px;
    gap: 70px;
    align-items: start
}

.how-head>div {
    max-width: 772px
}

.how-head p {
    max-width: 692px;
    margin: 0
}

.how-head aside,
.config-note {
    border: 1px solid #fff;
    border-radius: 20px 20px 0 20px;
    background: rgba(255, 255, 255, .2);
    padding: 20px 26px;
    font: 16px "Fira Code", Consolas, monospace
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-top: 180px
}

.step-card {
    position: relative;
    min-height: 305px;
    padding: 23px 20px
}

.step-card:not(:last-child):after {
    content: "→";
    position: absolute;
    right: -28px;
    top: 34px;
    color: white;
    font-size: 22px
}

.step-card b {
    position: absolute;
    right: 22px;
    top: 20px;
    font: 12px "Fira Code", Consolas, monospace
}

.step-card h3 {
    font-size: 16px;
    margin: 18px 0 10px
}

.step-card p {
    font-size: 14px;
    margin: 0
}

.governance {
    background: var(--bg-dark);
    padding-top: 130px
}

.governance:after {
    left: -210px;
    bottom: 320px
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 47px 47px
}

.area-card {
    min-height: 400px;
    border: 1px solid white;
    border-radius: 20px 20px 0 20px;
    padding: 267px 32px 30px;
    position: relative;
    overflow: hidden;
    background: center/cover no-repeat
}

.area-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 7, 15, .1) 0%, rgba(4, 7, 15, .9) 66%);
    z-index: 0
}

.area-card>* {
    position: relative;
    z-index: 1
}

.area-card.bg-a {
    background-image: url('../img/juridico.png')
}

.area-card.bg-b {
    background-image: url('../img/Recursos\ humanos.png')
}

.area-card.bg-c {
    background-image: url('../img/Pesquisa\ e\ desenvolvi.png')
}

.area-card.bg-d {
    background-image: url('../img/Financeiro.png')
}

.area-card.bg-e {
    background-image: url('../img/Marketing.png')
}

.area-card.bg-f {
    background-image: url('../img/seguranca.png')
}

.area-card h3 {
    font-size: 16px;
    margin: 0 0 5px
}

.area-card p {
    font-size: 14px;
    margin: 0 0 10px;
    max-width: 289px
}

.area-card div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.area-card span {
    background: var(--blue);
    font: 14px "Fira Code", Consolas, monospace;
    padding: 2px 6px
}

.config-section {
    background: var(--bg-dark)
}

.config-section:after {
    right: -190px;
    top: 180px
}

.config-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 115px;
    align-items: start
}

.config-note {
    min-height: 176px
}

.rules-card {
    padding: 28px 40px 22px
}

.rule {
    display: grid;
    grid-template-columns: 1fr 60px;
    gap: 20px;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.rule:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.rule strong {
    font-size: 16px
}

.rule p {
    margin: 5px 0 0;
    font-size: 14px
}

.switch {
    display: block;
    width: 60px;
    height: 30px;
    border-radius: 65px;
    background: rgba(217, 217, 217, .4);
    border: 1px solid white;
    position: relative
}

.switch:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 2px;
    left: 4px;
    background: #575757
}

.switch.on {
    background: #d9d9d9;
    border: 0
}

.switch.on:before {
    left: 33px;
    background: #f3f3f3
}

.personas {
    background: var(--bg-dark)
}

.personas:after {
    left: 52%;
    top: 250px
}

.persona-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1088px;
    margin-inline: auto
}

.persona-card {
    min-height: 579px;
    padding: 23px 20px 32px
}

.persona-top {
    display: flex;
    align-items: center;
    gap: 15px;
    font: 12px "Fira Code", Consolas, monospace
}

.persona-top img {
    width: 48px;
    height: 48px;
    border: 1px solid var(--blue);
    background: rgba(73, 124, 200, .4);
    border-radius: 12px 12px 0 12px;
    padding: 11px
}

.persona-card h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 10px 0 12px
}

.without,
.with {
    border-radius: 12px;
    padding: 13px 16px 12px;
    margin-top: 12px;
    min-height: 193px
}

.without {
    background: rgba(136, 0, 29, .4);
    border: 1px solid var(--red)
}

.with {
    background: rgba(137, 198, 63, .2);
    border: 1px solid var(--green)
}

.without b,
.with b {
    display: block;
    font: 14px "Fira Code", Consolas, monospace;
    text-transform: uppercase;
    margin-bottom: 8px
}

.without b {
    color: var(--red)
}

.with b {
    color: var(--green)
}

.without p,
.with p {
    font-size: 14px;
    margin: 0 0 8px;
    padding-left: 16px;
    position: relative
}

.without p:before,
.with p:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.without p:before {
    background: var(--red)
}

.with p:before {
    background: var(--green)
}

.compliance {
    min-height: 782px;
    background: linear-gradient(270deg, rgba(53, 76, 123, 0) 23%, var(--bg) 78%), url('../img/bg-compliance.jpg') center/cover no-repeat
}

.compliance-grid {
    display: grid;
    grid-template-columns: 1fr 540px;
    gap: 90px;
    align-items: center
}

.compliance-copy {
    max-width: 600px
}

.finance-note {
    margin-top: 78px;
    background: rgba(73, 124, 200, .4);
    border: 1px solid var(--blue);
    border-radius: 12px 12px 0 12px;
    padding: 13px 22px;
    width: min(405px, 100%);
    font-size: 14px
}

.framework-cloud {
    position: relative;
    min-height: 560px
}

.framework-cloud article {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    border: 1px solid white;
    border-radius: 12px 12px 0 12px;
    padding: 16px 18px
}

.framework-cloud h3 {
    font: 700 16px "Fira Code", Consolas, monospace;
    margin: 0 0 6px
}

.framework-cloud p {
    font: 14px "Fira Code", Consolas, monospace;
    margin: 0
}

.framework-cloud article:nth-child(1) {
    left: 20px;
    top: 80px;
    width: 188px;
    height: 131px
}

.framework-cloud article:nth-child(2) {
    right: 24px;
    top: 18px;
    width: 231px;
    height: 130px
}

.framework-cloud article:nth-child(3) {
    left: 160px;
    top: 260px;
    width: 223px;
    height: 128px
}

.framework-cloud article:nth-child(4) {
    left: 12px;
    bottom: -6px;
    width: 204px;
    height: 113px
}

.framework-cloud article:nth-child(5) {
    right: 0;
    bottom: 15px;
    width: 232px;
    height: 117px
}

.attention {
    background: var(--green);
    color: var(--panel);
    padding: 96px 0 100px
}

.attention img {
    width: 24px;
    height: 24px;
    margin: 0 auto 0;
    filter: brightness(0) saturate(100%)
}

.attention span {
    display: block;
    font: 16px "Fira Code", Consolas, monospace;
    letter-spacing: .2em;
    margin-top: -24px
}

.attention h2 {
    color: white;
    max-width: 772px;
    margin: 18px auto
}

.attention h2 em {
    color: var(--panel)
}

.attention p {
    max-width: 831px
}

.contact {
    min-height: 838px;
    background: linear-gradient(270deg, rgba(4, 7, 15, .7), var(--bg-dark) 60%), url('../img/bg-contact.jpg') right bottom/auto 1059px no-repeat;
    padding-top: 112px
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 545px;
    gap: 88px;
    align-items: start;
    background: url('../img/logo-large.png') left bottom/auto 550px no-repeat;

}

.contact-copy {
    padding-top: 24px;
}

.contact-copy p {
    max-width: 462px;
    margin-left: 0
}

.lead-form {
    padding: 27px 33px 34px
}

.lead-form p {
    font-size: 16px;
    margin: 0 0 28px
}

.lead-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 17px
}

.lead-form input {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 7px;
    border: 0;
    border-radius: 8px;
    background: var(--bg);
    color: white;
    padding: 0 16px;
    font: 16px Ebrima, "Segoe UI", Arial, sans-serif;
    outline: 1px solid transparent
}

.lead-form input:focus {
    outline-color: var(--blue)
}

.lead-form .btn {
    margin-top: 8px
}

.lead-form small {
    display: block;
    color: var(--muted);
    font-size: 14px;
    margin-top: 28px
}

.honeypot {
    position: absolute !important;
    left: -9999px !important
}

#formMessage {
    margin-top: 14px;
    font-size: 14px
}

.site-footer {
    background: var(--bg-dark);
    border-top: 1px solid var(--line);
    padding: 24px 0;
    color: var(--muted)
}

.site-footer .container {
    display: flex;
    align-items: center;
    gap: 20px
}

.site-footer img {
    width: 92px;
    height: 50px;
    object-fit: contain
}

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

.reveal.visible {
    opacity: 1;
    transform: none
}

/* Footer  CSS */

.moonitor-footer {
    position: relative;
    overflow: hidden;
    background:
    radial-gradient(circle at 20% 20%, rgba(26, 255, 167, 0.12), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(66, 153, 225, 0.12), transparent 30%),
    linear-gradient(180deg, #07121f 0%, #020711 100%);
    color: #dbe8f5;
    padding: 80px 24px 28px;
    font-family: Inter, Arial, sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-glow {
    position: absolute;
    inset: auto auto -180px 50%;
    width: 520px;
    height: 520px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(35, 255, 176, 0.14), transparent 68%);
    pointer-events: none;
}

.footer-container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1.6fr;
    gap: 70px;
}

.footer-brand {
    max-width: 430px;
}

.footer-brand p {
    margin: -50px 0 26px;
    color: #a9b8c9;
    line-height: 1.7;
    font-size: 15px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.10);
    transition: 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-4px);
    background: rgba(35, 255, 176, 0.14);
    border-color: rgba(35, 255, 176, 0.45);
    box-shadow: 0 12px 30px rgba(35, 255, 176, 0.14);
}

.footer-social svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.footer-column h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.footer-column a,
.footer-column span {
    display: block;
    color: #a9b8c9;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    transition: 0.25s ease;
}

.footer-column a:hover {
    color: #23ffb0;
    transform: translateX(4px);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 58px auto 0;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
    margin: 0;
    color: #8190a4;
    font-size: 13px;
}

.footer-legal {
    display: flex;
    gap: 22px;
}

.footer-legal a {
    color: #8190a4;
    text-decoration: none;
    font-size: 13px;
    transition: 0.25s ease;
}

.footer-legal a:hover {
    color: #23ffb0;
}

@media (max-width: 920px) {
    .footer-container {
    grid-template-columns: 1fr;
    gap: 48px;
    }

    .footer-links {
    grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .moonitor-footer {
    padding: 64px 20px 26px;
    }

    .footer-links {
    grid-template-columns: 1fr;
    gap: 28px;
    }

    .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    }

    .footer-legal {
    flex-direction: column;
    gap: 10px;
    }

    .logo-text {
    font-size: 24px;
    }
}

@media (max-width:1180px) {
    :root {
        --container: 1040px
    }

    .hero {
        min-height: auto;
        padding-bottom: 80px
    }

    .hero-stats {
        margin-top: clamp(360px, 40vw, 500px);
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        padding: 0
    }

    .stat-card,
    .stat-card+.stat-card,
    .stat-note {
        padding: 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .28)
    }

    .stat-note {
        grid-column: 1/-1
    }

    .problem-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 70px
    }

    .step-card:not(:last-child):after {
        display: none
    }

    .area-grid,
    .persona-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .config-grid,
    .compliance-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 44px
    }

    .framework-cloud {
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .framework-cloud article {
        position: static !important;
        width: auto !important;
        height: auto !important
    }

    .contact {
        background-size: 780px auto;
        background-position: right bottom
    }

    .lead-form {
        max-width: 545px
    }

    .main-nav {
        gap: 16px
    }
}

@media (max-width:780px) {
    .container {
        width: min(100% - 40px, var(--container))
    }

    .site-header {
        height: 72px;
        padding: 0 20px
    }

    .brand img {
        width: 130px;
        height: 130px;
    }

    .menu-toggle {
        display: block
    }

    .main-nav {
        position: absolute;
        top: 69px;
        left: 0;
        right: 0;
        background: rgba(9, 13, 21, .98);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
        border-bottom: 1px solid var(--line)
    }

    .main-nav.open {
        display: flex
    }

    .hero {
        padding-top: 126px;
        background-size: auto 760px;
        background-position: center top
    }

    .alert-pill {
        font-size: 11px;
        height: auto;
        min-height: 38px
    }

    .hero-title h1 {
        margin: 26px 0;
        font-size: 42px
    }

    .hero-title p {
        font-size: 17px
    }

    .hero-title .btn {
        margin-top: 20px;
    }

    .hero-stats {
        margin-top: 100px;
        grid-template-columns: 1fr
    }

    .stat-card,
    .stat-card+.stat-card,
    .stat-note {
        padding: 22px
    }

    .section-heading h2,
    .how h2,
    .compliance h2,
    .attention h2,
    .contact h2 {
        font-size: 34px
    }

    .section-heading h2{
        max-width: 380px;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-heading p,
    .how-head p,
    .compliance p,
    .attention p,
    .contact p {
        font-size: 17px
    }

    .problem-grid,
    .steps,
    .area-grid,
    .persona-grid,
    .framework-cloud {
        grid-template-columns: 1fr
    }

    .problem:after,
    .how:after,
    .governance:after,
    .config-section:after,
    .personas:after {
        width: 220px;
        height: 220px;
        filter: blur(26px);
        opacity: .10;
    }

    .risk-card {
        min-height: 255px;
    }

    .number-lines {
        padding: 0 20px;
        gap: 30px
    }

    .bar-row {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .bar-row .bar {
        max-width: 100%;
        height: 58px
    }

    .row-one .bar {
        width: 78%
    }

    .row-two .bar {
        width: 38%
    }

    .row-three .bar {
        width: 68%
    }

    .quote-strip p {
        font-size: 16px
    }

    .how-head {
        grid-template-columns: 1fr
    }

    .area-card {
        min-height: 320px;
        padding-top: 200px
    }

    .rules-card {
        padding: 22px
    }

    .step-card {
        min-height: 245px;

    }

    .rule {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .contact {
        background-size: 520px auto;
        padding-bottom: 70px
    }

    .lead-form {
        padding: 24px 20px
    }

    .site-footer .container {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:480px) {
    .container {
        width: min(100% - 28px, var(--container))
    }

    .btn {
        width: 100%;
        font-size: 17px;
        padding-inline: 22px
    }

    .hero-title h1 {
        font-size: 36px
    }

    .hero-title .btn {
        margin-top: 20px;
    }

    .stat-card strong {
        font-size: 40px
    }

    .area-card {
        padding: 180px 22px 24px
    }

    .attention span {
        margin-top: 8px
    }

    .contact {
        background-position: center bottom
    }

    .section {
        padding: 62px 0
    }

    .row-one .bar {
        width: 78%
    }

    .row-two .bar {
        width: 38%
    }

    .row-three .bar {
        width: 68%
    }

}
