﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Sora:wght@600;700;800&display=swap');

:root {
  --ink: #0b1d33;
  --ink-soft: #102844;
  --muted: #6b7785;
  --paper: #f2f4f7;
  --paper-2: #e7ebf0;
  --line: rgba(11, 29, 51, 0.14);
  --green: #0fa399;
  --green-2: #10b7aa;
  --mint: #d7fbf7;
  --copper: #c49a4b;
  --white: #ffffff;
  --deep: #050a12;
  --radius: 8px;
  --container: 1180px;
  --shadow: 0 18px 55px rgba(11, 29, 51, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 100;
  border-radius: var(--radius);
  background: var(--mint);
  color: var(--green);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  top: 20px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 32px rgba(11, 29, 51, 0.08);
}

.header-grid {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}

.brand-symbol {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  fill: currentColor;
}

.brand-symbol-accent {
  fill: var(--green);
}

.brand-symbol-gold {
  fill: var(--copper);
}

.brand-wordmark {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-wordmark strong {
  font-family: Sora, Inter, system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.45vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-wordmark small {
  color: var(--green);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav a:hover {
  color: var(--green);
}

.nav-cta {
  border: 1px solid var(--green);
  border-radius: var(--radius);
  padding: 10px 14px;
  color: var(--green) !important;
  background: rgba(18, 61, 53, 0.06);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: calc(100svh - 112px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 72px 0 58px;
  color: var(--white);
  background: var(--deep);
}

.hero-system,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-system {
  display: grid;
  place-items: center end;
  padding-right: max(24px, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(rgba(15, 163, 153, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 163, 153, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.9;
}

.hero-shield-field {
  position: relative;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 163, 153, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(15, 163, 153, 0.18), transparent 52%),
    radial-gradient(circle, rgba(196, 154, 75, 0.12), transparent 34%);
}

.hero-shield-field::before,
.hero-shield-field::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(15, 163, 153, 0.16);
  border-radius: 50%;
}

.hero-shield-field::before {
  inset: 13%;
}

.hero-shield-field::after {
  inset: 27%;
  border-color: rgba(196, 154, 75, 0.22);
}

.hero-shield-field img {
  position: relative;
  z-index: 1;
  width: 34%;
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(15, 163, 153, 0.24));
}

.hero-shade {
  background:
    radial-gradient(circle at 76% 12%, rgba(15, 163, 153, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(5, 10, 18, 0.98) 0%, rgba(11, 29, 51, 0.88) 43%, rgba(11, 29, 51, 0.46) 76%),
    linear-gradient(0deg, rgba(5, 10, 18, 0.32), rgba(5, 10, 18, 0.08));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.45fr);
  align-items: end;
  gap: 44px;
}

.hero-copy {
  max-width: 840px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 850;
}

.hero .eyebrow {
  color: var(--mint);
}

.eyebrow span,
.section-kicker {
  border: 1px solid rgba(18, 61, 53, 0.2);
  border-radius: var(--radius);
  background: rgba(18, 61, 53, 0.06);
  padding: 7px 9px;
}

.hero .eyebrow span {
  border-color: rgba(204, 233, 215, 0.34);
  background: rgba(204, 233, 215, 0.12);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin: 0 0 24px;
  font-family: Sora, Inter, system-ui, sans-serif;
  font-size: 5.35rem;
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.25rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-lead,
.section-head p,
.diagnostic-lead,
.rich-text p,
.sticky-note p,
.edge-list p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 26px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active,
.nav-cta:active,
.asset-filter-btn:active,
.floating-whatsapp:active {
  transform: translateY(1px) scale(0.99);
}

.button:focus-visible,
.nav-cta:focus-visible,
.asset-filter-btn:focus-visible,
.floating-whatsapp:focus-visible,
.lead-form input:focus-visible,
.lead-form select:focus-visible,
.lead-form textarea:focus-visible {
  outline: 3px solid rgba(15, 163, 153, 0.34);
  outline-offset: 3px;
}

.button.primary {
  background: var(--green);
  color: var(--white);
}

.hero .button.primary {
  background: var(--green);
  color: var(--white);
}

.button.ghost {
  border-color: rgba(255, 250, 241, 0.38);
  background: rgba(255, 250, 241, 0.08);
  color: var(--white);
}

.button.full {
  width: 100%;
}

.trust-row,
.contact-facts,
.mini-grid,
.audience-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span,
.contact-facts span,
.mini-grid span,
.audience-marquee span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.7);
  padding: 9px 11px;
}

.hero .trust-row span {
  border-color: rgba(255, 250, 241, 0.22);
  background: rgba(255, 250, 241, 0.1);
  color: rgba(255, 250, 241, 0.86);
}

.hero-console {
  align-self: end;
  width: min(100%, 390px);
  margin-left: auto;
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-radius: var(--radius);
  background: rgba(9, 20, 17, 0.58);
  color: var(--white);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.console-top {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 250, 241, 0.16);
  padding: 0 18px;
}

.console-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 24px rgba(204, 233, 215, 0.74);
}

.console-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 250, 241, 0.1);
}

.console-list div {
  display: grid;
  gap: 5px;
  background: rgba(9, 20, 17, 0.62);
  padding: 16px 18px;
}

.console-list small {
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.console-list strong {
  line-height: 1.2;
}

.console-list span {
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.92rem;
}

.console-meter {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.console-meter span {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.14);
  overflow: hidden;
}

.console-meter span::before {
  content: "";
  display: block;
  width: var(--size);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), var(--copper));
}

.section {
  padding: 84px 0;
}

.proof-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
  padding: 18px 0;
}

.proof-strip .trust-row {
  color: var(--muted);
}

.proof-strip .trust-row span {
  background: var(--paper);
}

.risk-scan {
  padding-top: 72px;
  background:
    linear-gradient(180deg, var(--paper), var(--white) 52%, var(--paper));
}

.risk-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 48px;
  align-items: start;
}

.risk-copy {
  position: sticky;
  top: 106px;
}

.risk-copy p {
  color: var(--muted);
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.risk-item {
  min-height: 116px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(11, 29, 51, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  padding: 20px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.risk-item span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(18, 61, 53, 0.08);
  color: var(--green);
}

.risk-item span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
}

.risk-item p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 650;
}

.intro-split {
  padding-top: 64px;
}

.split-grid,
.method-grid,
.diagnostic-grid,
.faq-grid,
.contact-grid,
.edge-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.rich-text {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.cards {
  display: grid;
  gap: 16px;
}

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

.service-card,
.quiz-card,
.timeline-item,
.edge-card,
.lead-form,
.accordion details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 386px;
  position: relative;
  overflow: hidden;
  padding: 22px;
  transition: transform 180ms ease, background 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--copper));
  opacity: 0.82;
}

.service-card:hover {
  transform: translateY(-4px);
  background: var(--white);
}

.card-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 42px;
  border-radius: var(--radius);
  background: rgba(18, 61, 53, 0.08);
  color: var(--green);
  border: 1px solid rgba(18, 61, 53, 0.18);
  font-weight: 900;
}

.service-card p,
.service-card li,
.timeline-item p,
.accordion p,
.form-note,
.site-footer p {
  color: var(--muted);
}

.service-card ul {
  padding-left: 18px;
  margin: 18px 0 0;
}

.service-card li + li {
  margin-top: 9px;
}

.method {
  background: linear-gradient(180deg, transparent 0%, var(--paper-2) 50%, transparent 100%);
}

.sticky-note {
  position: sticky;
  top: 110px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 20px;
}

.timeline-item span {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 88% 10%, rgba(15, 163, 153, 0.22), transparent 32%),
    var(--ink);
  color: var(--white);
  font-weight: 950;
}

.quiz-card,
.lead-form {
  padding: 24px;
}

.quiz-card label,
.form-row label {
  display: block;
  margin: 0 0 8px;
  font-weight: 750;
}

.quiz-card select,
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  outline: none;
  margin-bottom: 16px;
}

.quiz-card select:focus,
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: rgba(18, 61, 53, 0.56);
  box-shadow: 0 0 0 4px rgba(18, 61, 53, 0.08);
}

.quiz-result {
  display: none;
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(204, 233, 215, 0.6);
  border: 1px solid rgba(18, 61, 53, 0.18);
}

.quiz-result.is-visible {
  display: block;
}

.edge-card {
  align-items: center;
  padding: 34px;
  background: var(--green);
  color: var(--white);
}

.edge-card .section-kicker,
.edge-card p {
  color: rgba(255, 255, 255, 0.88);
}

.edge-card .section-kicker {
  border-color: rgba(255, 250, 241, 0.28);
  background: rgba(255, 250, 241, 0.1);
}

.mini-grid {
  margin-top: 22px;
}

.mini-grid span {
  border-color: rgba(255, 250, 241, 0.22);
  background: rgba(255, 250, 241, 0.09);
}

.audience-marquee span {
  font-size: 1.18rem;
  font-weight: 850;
}

.home-articles {
  background: var(--white);
}

.article-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.article-preview {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(11, 29, 51, 0.1);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.article-preview:hover {
  transform: translateY(-3px);
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(11, 29, 51, 0.12);
}

.article-preview span {
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(18, 61, 53, 0.09);
  color: var(--green);
  padding: 6px 10px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.article-preview h3 {
  font-size: 1.44rem;
}

.article-preview p {
  color: var(--muted);
}

.article-preview a {
  margin-top: auto;
  color: var(--green);
  font-weight: 900;
}

.faq-grid {
  align-items: start;
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion details {
  padding: 20px 22px;
}

.accordion summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  float: right;
  color: var(--green);
}

.accordion details[open] summary::after {
  content: "-";
}

.accordion p {
  margin: 12px 0 0;
}

.contact {
  padding-bottom: 110px;
}

.contact-grid {
  align-items: center;
}

.contact-facts {
  margin-top: 24px;
}

.form-note {
  font-size: 0.86rem;
  margin: 14px 0 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 30px;
}

.footer-grid h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(255, 250, 241, 0.62);
}

.site-footer .brand {
  display: inline-flex;
  border-radius: var(--radius);
  background: var(--white);
  padding: 8px 10px;
}

.site-footer .brand-wordmark small {
  color: var(--copper);
}

.site-footer .brand-text em,
.site-footer p {
  color: rgba(255, 250, 241, 0.68);
}

.legal-page {
  min-height: calc(100svh - 74px);
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  color: var(--green);
  font-size: 4.2rem;
}

.legal-content h2 {
  margin: 34px 0 10px;
  font-size: 1.45rem;
  color: var(--ink);
}

.legal-content a {
  color: var(--green);
  font-weight: 800;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.blog-hero {
  padding-bottom: 52px;
  background:
    linear-gradient(180deg, rgba(18, 61, 53, 0.08), transparent 82%),
    var(--paper);
}

.blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: end;
}

.blog-hero h1,
.article-content h1 {
  color: var(--green);
}

.blog-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.blog-tags span {
  border: 1px solid rgba(18, 61, 53, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--green);
  padding: 10px 12px;
  font-weight: 800;
}

.blog-feature-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--green);
  color: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
}

.blog-feature-box span,
.blog-category {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: rgba(204, 233, 215, 0.16);
  color: var(--mint);
  padding: 7px 9px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.blog-feature-box h2 {
  font-size: 1.65rem;
  line-height: 1.08;
}

.blog-feature-box p {
  margin-bottom: 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: 1rem;
}

.library-metrics {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  margin-top: 22px;
  border-top: 1px solid rgba(255, 250, 241, 0.18);
  padding-top: 18px;
}

.library-metrics strong {
  color: var(--mint);
  font-size: 1.8rem;
  line-height: 1;
}

.library-metrics small {
  align-self: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
}

.section-head.compact {
  margin-bottom: 24px;
}

.section-head.centered {
  max-width: 820px;
  text-align: center;
}

.asset-types {
  padding-top: 52px;
  background:
    linear-gradient(180deg, var(--white), #f8f7f4 72%, var(--paper));
}

.library-toolbar {
  position: sticky;
  top: 82px;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 28px;
  border: 1px solid rgba(11, 29, 51, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
  box-shadow: 0 14px 38px rgba(11, 29, 51, 0.08);
  backdrop-filter: blur(16px);
}

.library-search {
  display: grid;
  gap: 6px;
}

.library-search label {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.library-search input {
  min-height: 44px;
  width: 100%;
  border: 1px solid rgba(11, 29, 51, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 0 14px;
  outline: none;
}

.search-control {
  position: relative;
}

.search-control button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  background: rgba(11, 29, 51, 0.08);
  color: var(--ink);
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.search-control input {
  padding-right: 74px;
}

.library-search input:focus {
  border-color: rgba(18, 61, 53, 0.42);
  box-shadow: 0 0 0 4px rgba(18, 61, 53, 0.08);
}

.asset-filter {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.asset-filter-btn {
  min-height: 42px;
  border: 1px solid rgba(11, 29, 51, 0.12);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-soft);
  padding: 0 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.asset-filter-btn:hover,
.asset-filter-btn:focus-visible {
  border-color: rgba(18, 61, 53, 0.3);
  color: var(--green);
  transform: translateY(-1px);
}

.asset-filter-btn.is-active {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.library-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 850;
  white-space: nowrap;
}

.asset-grid,
.blog-grid {
  display: grid;
  gap: 18px;
}

.asset-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asset-tile {
  --spotlight-x: 50%;
  --spotlight-y: 0%;
  min-height: 210px;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  justify-items: center;
  gap: 10px;
  border: 1px solid rgba(11, 29, 51, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 22px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease, border-color 160ms ease, opacity 160ms ease;
  overflow: hidden;
}

.asset-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(15, 163, 153, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 160ms ease;
  pointer-events: none;
}

.asset-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 61, 53, 0.18);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(11, 29, 51, 0.12);
}

.asset-tile:hover::before {
  opacity: 1;
}

.asset-tile[hidden] {
  display: none;
}

.asset-icon {
  width: 34px;
  height: 34px;
  display: block;
  box-sizing: content-box;
  padding: 13px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 232, 224, 0.9)),
    var(--white);
  color: var(--green);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 22px rgba(18, 61, 53, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.asset-tile:hover .asset-icon {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 28px rgba(18, 61, 53, 0.16);
}

.asset-tile h3 {
  position: relative;
  margin: 0;
  font-size: 1.05rem;
}

.asset-tile p {
  position: relative;
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.45;
}

.asset-tile small {
  position: relative;
  align-self: end;
  border: 1px solid rgba(11, 29, 51, 0.1);
  border-radius: 999px;
  color: var(--muted);
  padding: 4px 8px;
  font-size: 0.74rem;
  font-weight: 850;
}

.library-empty {
  width: min(100% - 40px, var(--container));
  margin: 22px auto 0;
  border: 1px dashed rgba(21, 21, 20, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  padding: 24px;
  text-align: center;
  font-weight: 800;
}

.blog-list {
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.blog-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.blog-section-header h2 {
  margin-bottom: 0;
}

.blog-grid {
  grid-template-columns: 1.25fr repeat(3, 1fr);
  align-items: stretch;
}

.blog-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  padding: 24px;
  box-shadow: var(--shadow);
}

.blog-card.featured {
  min-height: 420px;
  background:
    radial-gradient(circle at 88% 10%, rgba(15, 163, 153, 0.24), transparent 38%),
    linear-gradient(145deg, #050a12, #0b1d33 72%),
    var(--ink);
  color: var(--white);
}

.blog-card .blog-category {
  background: rgba(18, 61, 53, 0.08);
  color: var(--green);
}

.blog-card.featured .blog-category {
  background: rgba(204, 233, 215, 0.14);
  color: var(--mint);
}

.blog-card h2 {
  font-size: 1.48rem;
  line-height: 1.1;
}

.blog-card.featured h2 {
  font-size: 2rem;
}

.blog-card p {
  color: var(--muted);
  margin-bottom: 24px;
}

.blog-card.featured p {
  color: rgba(255, 250, 241, 0.74);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 18px;
}

.blog-meta span {
  border: 1px solid rgba(11, 29, 51, 0.1);
  border-radius: 999px;
  color: var(--muted);
  padding: 5px 9px;
  font-size: 0.78rem;
  font-weight: 800;
}

.blog-card.featured .blog-meta span {
  border-color: rgba(255, 250, 241, 0.18);
  color: rgba(255, 255, 255, 0.78);
}

.blog-card .button {
  margin-top: 0;
}

.blog-cta-band {
  padding-top: 42px;
}

.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 820px);
  gap: 54px;
  align-items: start;
}

.article-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 12px;
  color: var(--muted);
  font-size: 0.94rem;
}

.article-aside a {
  color: var(--green);
  font-weight: 850;
}

.article-content h1 {
  font-size: 4.4rem;
}

.article-lead {
  color: var(--ink-soft);
  font-size: 1.22rem;
  line-height: 1.55;
}

.article-content h2 {
  margin-top: 34px;
  font-size: 1.68rem;
}

.article-content p,
.article-content li {
  color: var(--muted);
}

.article-content li + li {
  margin-top: 8px;
}

.article-cta {
  margin: 42px 0;
  border-left: 4px solid var(--copper);
  border-radius: var(--radius);
  background: var(--white);
  padding: 24px;
  box-shadow: var(--shadow);
}

.article-cta h2 {
  margin-top: 0;
}

.article-sources {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.article-sources h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--muted);
}

.article-sources a {
  color: var(--green);
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  padding: 13px 16px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(21, 21, 20, 0.26);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

@media (max-width: 1120px) {
  h1 {
    font-size: 4.45rem;
  }

  h2 {
    font-size: 2.75rem;
  }

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

@media (max-width: 900px) {
  .hero-grid,
  .split-grid,
  .method-grid,
  .diagnostic-grid,
  .faq-grid,
  .contact-grid,
  .risk-layout,
  .edge-card,
  .blog-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 82px 0 58px;
  }

  .hero-system {
    place-items: start end;
    padding-top: 80px;
    opacity: 0.36;
  }

  .hero-shield-field {
    width: 420px;
    transform: translateX(22%);
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 10, 18, 0.98), rgba(11, 29, 51, 0.78));
  }

  .hero-console {
    max-width: 100%;
    margin-left: 0;
  }

  .rich-text {
    border-left: 0;
    padding-left: 0;
  }

  .sticky-note {
    position: static;
  }

  .risk-copy {
    position: static;
  }

  .article-preview-grid {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

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

  .blog-section-header {
    align-items: start;
    flex-direction: column;
  }

  .library-toolbar {
    position: static;
    grid-template-columns: 1fr;
  }

  .library-count {
    white-space: normal;
  }
}

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

  .header-grid {
    min-height: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 72px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(246, 241, 232, 0.96);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .privacy-nav {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav a {
    padding: 10px 4px;
  }

  .nav-cta {
    text-align: center;
  }

  h1 {
    font-size: 3.3rem;
  }

  .legal-content h1,
  .blog-hero h1,
  .article-content h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .risk-grid,
  .article-preview-grid {
    grid-template-columns: 1fr;
  }

  .risk-item {
    min-height: auto;
  }

  .asset-filter {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .asset-filter-btn {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .library-toolbar {
    padding: 12px;
  }

  .service-grid,
  .asset-grid,
  .blog-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .blog-card.featured {
    min-height: 340px;
  }

  .service-card {
    min-height: auto;
  }

  .card-index {
    margin-bottom: 28px;
  }

  .section {
    padding: 64px 0;
  }

  .floating-whatsapp {
    left: 14px;
    right: 14px;
    text-align: center;
  }
}

@media (max-width: 410px) {
  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
  font-family: Sora, Inter, system-ui, sans-serif;
  font-family: Sora, Inter, system-ui, sans-serif;

