/* Landing Davis Vantage Vue — usos */

/* Importaciones */
@import url("../weatherlink-console-experience.css");

/* =========================================================
   DAVIS VANTAGE VUE — USOS
   ========================================================= */

.vue-apps-page {
  --vue-ink: #07122f;
  --vue-text: #334155;
  --vue-muted: #64748b;
  --vue-line: rgba(15, 23, 42, 0.10);
  --vue-green: #10b981;
  --vue-green-dark: #047857;
  --vue-green-soft: #ecfdf5;
  --vue-blue: #2563eb;
  --vue-blue-soft: #eff6ff;
  --vue-white: #ffffff;
  overflow: hidden;
  color: var(--vue-text);
  background: #ffffff;
}

.vue-apps-page *,
.vue-apps-page *::before,
.vue-apps-page *::after {
  box-sizing: border-box;
}

.vue-apps-page section {
  position: relative;
}

.vue-apps-page h1,
.vue-apps-page h2,
.vue-apps-page h3,
.vue-apps-page p {
  margin-top: 0;
}

.vue-apps-page a {
  text-decoration: none;
}

/* =========================================================
   SHARED
   ========================================================= */

.vue-apps-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--vue-green-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.vue-apps-eyebrow>span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--vue-green);
  outline: 7px solid rgba(16, 185, 129, 0.11);
  box-shadow: 0 0 24px rgba(16, 185, 129, 0.25);
}

.vue-apps-eyebrow.small {
  margin-bottom: 18px;
  font-size: 0.72rem;
}

.vue-apps-btn-primary,
.vue-apps-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 16px;
  font-size: 0.94rem;
  font-weight: 850;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.vue-apps-btn-primary {
  color: #ffffff;
  background: var(--vue-green);
  box-shadow: 0 18px 38px rgba(16, 185, 129, 0.23);
}

.vue-apps-btn-primary:hover {
  color: #ffffff;
  background: #059669;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(16, 185, 129, 0.28);
}

.vue-apps-btn-secondary {
  color: #064e3b;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 185, 129, 0.18);
}

.vue-apps-btn-secondary:hover {
  color: #064e3b;
  background: #ffffff;
  border-color: rgba(16, 185, 129, 0.30);
  transform: translateY(-2px);
}

.vue-apps-section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.vue-apps-section-heading.left {
  margin: 0;
  text-align: left;
}

.vue-apps-section-heading>span {
  display: block;
  margin-bottom: 14px;
  color: var(--vue-green-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.vue-apps-section-heading h2 {
  margin-bottom: 18px;
  color: var(--vue-ink);
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 770;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.vue-apps-section-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--vue-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

/* =========================================================
   HERO COMPACTO — VANTAGE VUE USOS
   Reemplazar los estilos actuales del HERO por este bloque.
   ========================================================= */

.vue-apps-hero {
  padding: 42px 0 58px;
  background:
    linear-gradient(rgba(16, 185, 129, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 185, 129, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 12% 15%, rgba(16, 185, 129, 0.11), transparent 29%),
    radial-gradient(circle at 88% 70%, rgba(37, 99, 235, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fffc 0%, #f5fbff 100%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}

.vue-apps-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 42px;
  align-items: center;
  min-height: 430px;
  padding: 46px 52px;
  overflow: hidden;
  border: 1px solid rgba(16, 185, 129, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.07), transparent 25%),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.vue-apps-hero-shell::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -150px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.065);
  pointer-events: none;
}

.vue-apps-hero-content {
  position: relative;
  z-index: 2;
}

.vue-apps-hero-content h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--vue-ink);
  font-size: clamp(2.65rem, 4.5vw, 4.35rem);
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.055em;
}

.vue-apps-hero-lead {
  max-width: 720px;
  margin-bottom: 26px;
  color: #475569;
  font-size: 1.06rem;
  line-height: 1.68;
}

.vue-apps-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 25px;
}

.vue-apps-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vue-apps-hero-points li {
  position: relative;
  padding-left: 18px;
  color: var(--vue-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.vue-apps-hero-points li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--vue-green);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
}

.vue-apps-hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 310px;
}

.vue-apps-product-card {
  position: relative;
  top: auto;
  left: auto;
  width: min(100%, 340px);
  margin: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 185, 129, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 24px 54px rgba(15, 23, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.vue-apps-product-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 48%, rgba(16, 185, 129, 0.13), transparent 43%);
  pointer-events: none;
}

.vue-apps-product-card img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-height: 275px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

/* Ya no se utilizan en el Hero compacto */
.vue-apps-hero-note,
.vue-apps-hero-trust,
.vue-apps-product-card figcaption,
.vue-apps-orbit,
.vue-apps-floating-card {
  display: none;
}

@media (max-width: 991px) {
  .vue-apps-hero {
    padding: 30px 0 44px;
  }

  .vue-apps-hero-shell {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
    padding: 40px;
  }

  .vue-apps-hero-content h1 {
    max-width: 780px;
  }

  .vue-apps-hero-visual {
    min-height: auto;
  }

  .vue-apps-product-card {
    width: min(100%, 290px);
  }

  .vue-apps-product-card img {
    max-height: 235px;
  }
}

@media (max-width: 575px) {
  .vue-apps-hero {
    padding: 20px 0 34px;
  }

  .vue-apps-hero-shell {
    gap: 22px;
    padding: 30px 22px;
    border-radius: 24px;
  }

  .vue-apps-hero-content h1 {
    margin-bottom: 17px;
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1.02;
  }

  .vue-apps-hero-lead {
    margin-bottom: 22px;
    font-size: 0.98rem;
  }

  .vue-apps-hero-actions {
    flex-direction: column;
  }

  .vue-apps-hero-actions a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .vue-apps-hero-points {
    display: grid;
    gap: 10px;
  }

  .vue-apps-product-card {
    width: min(78%, 250px);
    padding: 14px;
  }

  .vue-apps-product-card img {
    max-height: 205px;
  }
}

/* =========================================================
   INTRO
   ========================================================= */

.vue-apps-intro {
  padding: 92px 0;
  background: #ffffff;
}

.vue-apps-intro-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 70px;
  align-items: start;
  padding: 48px;
  border: 1px solid var(--vue-line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fffc 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.vue-apps-intro-copy {
  padding-left: 32px;
  border-left: 1px solid rgba(16, 185, 129, 0.18);
}

.vue-apps-intro-copy p {
  margin-bottom: 18px;
  color: #475569;
  font-size: 1.03rem;
  line-height: 1.82;
}

.vue-apps-intro-copy p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   USOS — TARJETAS CON IDENTIDAD CROMÁTICA
   Reemplaza el bloque SECTORS actual del CSS.
   ========================================================= */

.vue-apps-sectors {
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 12% 18%, rgba(16, 185, 129, 0.07), transparent 28%),
    linear-gradient(180deg, #fbfefd 0%, #f8fafc 100%);
}

.vue-apps-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vue-apps-sector-card {
  --sector-accent: #10b981;
  --sector-accent-dark: #047857;
  --sector-soft: #ecfdf5;
  --sector-border: #bbf7d0;

  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px 32px 30px;
  overflow: hidden;
  border: 1px solid var(--sector-border);
  border-radius: 26px;
  background:
    linear-gradient(180deg, var(--sector-soft) 0%, rgba(255, 255, 255, 0.97) 42%),
    #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.055);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.vue-apps-sector-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--sector-accent);
}

.vue-apps-sector-card::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -76px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: var(--sector-accent);
  opacity: 0.055;
  pointer-events: none;
}

.vue-apps-sector-card:hover {
  transform: translateY(-5px);
  border-color: var(--sector-accent);
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.095);
}

.vue-apps-sector-index {
  position: absolute;
  top: 24px;
  right: 26px;
  z-index: 1;
  color: var(--sector-accent);
  opacity: 0.16;
  font-size: 2.55rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.vue-apps-sector-label {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 11px;
  color: var(--sector-accent-dark);
  border: 1px solid var(--sector-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vue-apps-sector-card h3 {
  position: relative;
  z-index: 2;
  max-width: 290px;
  margin-bottom: 15px;
  color: var(--vue-ink);
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vue-apps-sector-card p {
  position: relative;
  z-index: 2;
  min-height: 104px;
  margin-bottom: 20px;
  color: #526174;
  font-size: 0.94rem;
  line-height: 1.65;
}

.vue-apps-sector-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  min-height: 104px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.vue-apps-sector-card li {
  position: relative;
  padding-left: 20px;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.48;
}

.vue-apps-sector-card li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sector-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--sector-accent) 11%, transparent);
}

.vue-apps-sector-card>a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--sector-accent-dark);
  font-size: 0.87rem;
  font-weight: 850;
}

.vue-apps-sector-card>a::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.vue-apps-sector-card>a:hover {
  color: var(--sector-accent-dark);
}

.vue-apps-sector-card>a:hover::after {
  transform: translateX(4px);
}

/* Identidad cromática por uso */
.vue-apps-sector-card.sector-emergency {
  --sector-accent: #dc2626;
  --sector-accent-dark: #991b1b;
  --sector-soft: #fff1f2;
  --sector-border: #fecdd3;
}

.vue-apps-sector-card.sector-civil-defense {
  --sector-accent: #ea580c;
  --sector-accent-dark: #9a3412;
  --sector-soft: #fff7ed;
  --sector-border: #fed7aa;
}

.vue-apps-sector-card.sector-government {
  --sector-accent: #64748b;
  --sector-accent-dark: #334155;
  --sector-soft: #f8fafc;
  --sector-border: #cbd5e1;
}

.vue-apps-sector-card.sector-cooperative {
  --sector-accent: #16a34a;
  --sector-accent-dark: #166534;
  --sector-soft: #f0fdf4;
  --sector-border: #bbf7d0;
}

.vue-apps-sector-card.sector-education {
  --sector-accent: #0284c7;
  --sector-accent-dark: #075985;
  --sector-soft: #f0f9ff;
  --sector-border: #bae6fd;
}

.vue-apps-sector-card.sector-aviation {
  --sector-accent: #2563eb;
  --sector-accent-dark: #1d4ed8;
  --sector-soft: #eff6ff;
  --sector-border: #bfdbfe;
}

.vue-apps-sector-card.sector-recreation {
  --sector-accent: #0d9488;
  --sector-accent-dark: #115e59;
  --sector-soft: #f0fdfa;
  --sector-border: #99f6e4;
}

.vue-apps-sector-card.sector-livestock {
  --sector-accent: #ca8a04;
  --sector-accent-dark: #854d0e;
  --sector-soft: #fefce8;
  --sector-border: #fde68a;
}

.vue-apps-disclaimer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  max-width: 1080px;
  margin: 34px auto 0;
  padding: 20px 22px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 20px;
  background: rgba(239, 246, 255, 0.78);
}

.vue-apps-disclaimer strong {
  color: #1d4ed8;
  font-size: 0.86rem;
}

.vue-apps-disclaimer p {
  margin: 0;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .vue-apps-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .vue-apps-sectors {
    padding: 76px 0 82px;
  }

  .vue-apps-sector-grid {
    grid-template-columns: 1fr;
  }

  .vue-apps-sector-card {
    padding: 30px 26px 27px;
  }

  .vue-apps-sector-card p,
  .vue-apps-sector-card ul {
    min-height: 0;
  }

  .vue-apps-disclaimer {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   METRICS
   ========================================================= */

.vue-apps-metrics {
  padding: 104px 0;
  background: #ffffff;
}

.vue-apps-metrics-shell {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 56px;
  align-items: center;
  padding: 54px;
  border: 1px solid rgba(16, 185, 129, 0.13);
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 14%, rgba(16, 185, 129, 0.12), transparent 28%),
    linear-gradient(135deg, #f8fffc 0%, #f8fafc 100%);
}

.vue-apps-metrics-content h2 {
  margin-bottom: 20px;
  color: var(--vue-ink);
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  font-weight: 770;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.vue-apps-metrics-content p {
  margin-bottom: 24px;
  color: #526174;
  font-size: 1rem;
  line-height: 1.75;
}

.vue-apps-text-link {
  display: inline-flex;
  color: var(--vue-green-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.vue-apps-text-link::after {
  content: "→";
  margin-left: 8px;
}

.vue-apps-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.vue-apps-metrics-grid article {
  min-height: 166px;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.vue-apps-metrics-grid article>span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--vue-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.vue-apps-metrics-grid h3 {
  margin-bottom: 8px;
  color: var(--vue-ink);
  font-size: 1.1rem;
  font-weight: 850;
}

.vue-apps-metrics-grid p {
  margin: 0;
  color: var(--vue-muted);
  font-size: 0.87rem;
  line-height: 1.55;
}

/* =========================================================
   FIT
   ========================================================= */

.vue-apps-fit {
  padding: 104px 0;
  background:
    linear-gradient(rgba(37, 99, 235, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.028) 1px, transparent 1px),
    #f8fafc;
  background-size: 38px 38px;
}

.vue-apps-fit-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: stretch;
}

.vue-apps-fit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.vue-apps-fit-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.05);
}

.vue-apps-fit-list article>span {
  width: 13px;
  height: 13px;
  margin-top: 5px;
  border-radius: 999px;
  background: var(--vue-green);
  outline: 7px solid rgba(16, 185, 129, 0.10);
}

.vue-apps-fit-list h3 {
  margin-bottom: 10px;
  color: var(--vue-ink);
  font-size: 1.12rem;
  font-weight: 850;
}

.vue-apps-fit-list p {
  margin: 0;
  color: var(--vue-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.vue-apps-fit-panel {
  padding: 34px;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(16, 185, 129, 0.17), transparent 34%),
    linear-gradient(145deg, #052e2b 0%, #064e3b 100%);
  box-shadow: 0 24px 60px rgba(6, 78, 59, 0.18);
}

.vue-apps-fit-panel-kicker {
  display: block;
  margin-bottom: 22px;
  color: #a7f3d0;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vue-apps-fit-panel ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vue-apps-fit-panel li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  line-height: 1.58;
}

.vue-apps-fit-panel li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #6ee7b7;
  font-weight: 900;
}

/* =========================================================
   DECISION
   ========================================================= */

.vue-apps-decision {
  padding: 104px 0;
  background: #ffffff;
}

.vue-apps-decision-shell {
  padding: 56px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.10), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 28px 76px rgba(15, 23, 42, 0.07);
}

.vue-apps-decision-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.vue-apps-decision-heading>span {
  display: block;
  margin-bottom: 14px;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.vue-apps-decision-heading h2 {
  margin-bottom: 18px;
  color: var(--vue-ink);
  font-size: clamp(2.35rem, 4.2vw, 4.4rem);
  font-weight: 770;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.vue-apps-decision-heading p {
  margin: 0;
  color: #526174;
  font-size: 1.02rem;
  line-height: 1.74;
}

.vue-apps-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.vue-apps-decision-grid article {
  padding: 24px;
  border: 1px solid rgba(37, 99, 235, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.vue-apps-decision-grid article>span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--vue-blue);
  font-size: 0.72rem;
  font-weight: 900;
}

.vue-apps-decision-grid h3 {
  margin-bottom: 10px;
  color: var(--vue-ink);
  font-size: 1.03rem;
  font-weight: 850;
}

.vue-apps-decision-grid p {
  margin: 0;
  color: var(--vue-muted);
  font-size: 0.86rem;
  line-height: 1.56;
}

.vue-apps-decision-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 30px;
}

/* =========================================================
   DATA
   ========================================================= */

.vue-apps-data {
  padding: 104px 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(16, 185, 129, 0.10), transparent 30%),
    linear-gradient(180deg, #f8fffc 0%, #eefbf6 100%);
}

.vue-apps-data-shell {
  padding: 54px;
  border: 1px solid rgba(16, 185, 129, 0.14);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 26px 72px rgba(15, 23, 42, 0.07);
}

.vue-apps-data-content {
  max-width: 860px;
}

.vue-apps-data-content h2 {
  margin-bottom: 18px;
  color: var(--vue-ink);
  font-size: clamp(2.35rem, 4vw, 4.15rem);
  font-weight: 770;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.vue-apps-data-content>p {
  max-width: 760px;
  margin-bottom: 30px;
  color: #526174;
  font-size: 1rem;
  line-height: 1.74;
}

.vue-apps-data-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.vue-apps-data-options article {
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 22px;
  background: #ffffff;
}

.vue-apps-data-options h3 {
  margin-bottom: 10px;
  color: var(--vue-ink);
  font-size: 1.04rem;
  font-weight: 850;
}

.vue-apps-data-options p {
  margin: 0;
  color: var(--vue-muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.vue-apps-data-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.flow-node {
  display: grid;
  place-items: center;
  min-height: 80px;
  padding: 14px;
  color: var(--vue-ink);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 850;
}

.flow-node.main {
  color: #ffffff;
  border-color: transparent;
  background: var(--vue-green);
  box-shadow: 0 16px 34px rgba(16, 185, 129, 0.20);
}

.vue-apps-data-flow>span {
  width: 34px;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(16, 185, 129, 0.25), var(--vue-green));
}

.vue-apps-data-flow>span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: -3px 0 0 auto;
  border-top: 2px solid var(--vue-green);
  border-right: 2px solid var(--vue-green);
  transform: rotate(45deg);
}

/* =========================================================
   PROCESS
   ========================================================= */

.vue-apps-process {
  padding: 104px 0;
  background: #ffffff;
}

.vue-apps-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.vue-apps-process-grid article {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.05);
}

.vue-apps-process-grid strong {
  display: block;
  margin-bottom: 30px;
  color: rgba(16, 185, 129, 0.22);
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
}

.vue-apps-process-grid h3 {
  margin-bottom: 12px;
  color: var(--vue-ink);
  font-size: 1.2rem;
  font-weight: 850;
}

.vue-apps-process-grid p {
  margin: 0;
  color: var(--vue-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.vue-apps-final {
  padding: 44px 0 104px;
  background: #ffffff;
}

.vue-apps-final-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 42px;
  align-items: center;
  padding: 54px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #052e2b 0%, #065f46 100%);
  box-shadow: 0 30px 76px rgba(6, 78, 59, 0.24);
}

.vue-apps-final-shell::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
}

.vue-apps-final-shell>div {
  position: relative;
  z-index: 2;
}

.vue-apps-final-shell>div:first-child>span {
  display: block;
  margin-bottom: 14px;
  color: #a7f3d0;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.vue-apps-final h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 770;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.vue-apps-final p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.72;
}

.vue-apps-final-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vue-apps-final .vue-apps-btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.vue-apps-final .vue-apps-btn-secondary:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}

/* =========================================================
   FAQ
   ========================================================= */

.vue-apps-faq-section {
  padding: 104px 0;
  background:
    linear-gradient(rgba(16, 185, 129, 0.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 185, 129, 0.030) 1px, transparent 1px),
    #f8fafc;
  background-size: 36px 36px;
}

.vue-apps-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.vue-apps-faq article {
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.05);
}

.vue-apps-faq h3 {
  margin-bottom: 12px;
  color: var(--vue-ink);
  font-size: 1.06rem;
  font-weight: 850;
  line-height: 1.3;
}

.vue-apps-faq p {
  margin: 0;
  color: var(--vue-muted);
  font-size: 0.9rem;
  line-height: 1.66;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
  .vue-apps-hero-shell {
    gap: 34px;
    padding: 48px;
  }

  .vue-apps-hero-content h1 {
    font-size: clamp(3.4rem, 6vw, 5rem);
  }

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

  .vue-apps-decision-grid,
  .vue-apps-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .vue-apps-hero {
    padding-top: 40px;
  }

  .vue-apps-hero-shell,
  .vue-apps-intro-shell,
  .vue-apps-metrics-shell,
  .vue-apps-final-shell {
    grid-template-columns: 1fr;
  }

  .vue-apps-hero-shell {
    min-height: auto;
  }

  .vue-apps-hero-visual {
    min-height: 520px;
  }

  .vue-apps-intro-copy {
    padding-top: 26px;
    padding-left: 0;
    border-top: 1px solid rgba(16, 185, 129, 0.18);
    border-left: 0;
  }

  .vue-apps-fit-layout {
    grid-template-columns: 1fr;
  }

  .vue-apps-data-flow {
    grid-template-columns: 1fr;
  }

  .vue-apps-data-flow>span {
    width: 2px;
    height: 28px;
    margin: 0 auto;
    background:
      linear-gradient(180deg, rgba(16, 185, 129, 0.25), var(--vue-green));
  }

  .vue-apps-data-flow>span::after {
    width: 8px;
    height: 8px;
    margin: auto auto -1px -3px;
    border-top: 0;
    border-bottom: 2px solid var(--vue-green);
    border-right: 2px solid var(--vue-green);
    transform: rotate(45deg);
  }

  .vue-apps-final-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {

  .vue-apps-hero,
  .vue-apps-intro,
  .vue-apps-sectors,
  .vue-apps-metrics,
  .vue-apps-fit,
  .vue-apps-decision,
  .vue-apps-data,
  .vue-apps-process,
  .vue-apps-faq-section {
    padding: 72px 0;
  }

  .vue-apps-final {
    padding: 20px 0 72px;
  }

  .vue-apps-hero-shell,
  .vue-apps-intro-shell,
  .vue-apps-metrics-shell,
  .vue-apps-decision-shell,
  .vue-apps-data-shell,
  .vue-apps-final-shell {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .vue-apps-hero-content h1 {
    font-size: 3.35rem;
  }

  .vue-apps-hero-lead {
    font-size: 1rem;
  }

  .vue-apps-hero-actions,
  .vue-apps-final-actions {
    flex-direction: column;
  }

  .vue-apps-btn-primary,
  .vue-apps-btn-secondary {
    width: 100%;
  }

  .vue-apps-hero-trust,
  .vue-apps-sector-grid,
  .vue-apps-metrics-grid,
  .vue-apps-fit-list,
  .vue-apps-decision-grid,
  .vue-apps-data-options,
  .vue-apps-process-grid,
  .vue-apps-faq {
    grid-template-columns: 1fr;
  }

  .vue-apps-hero-visual {
    min-height: 430px;
  }

  .vue-apps-product-card {
    width: 100%;
    padding: 20px;
  }

  .orbit-one {
    width: 360px;
    height: 360px;
  }

  .orbit-two {
    width: 430px;
    height: 430px;
  }

  .vue-apps-floating-card {
    min-width: 176px;
    padding: 12px;
  }

  .vue-apps-floating-card.card-a {
    top: 12px;
    left: -4px;
  }

  .vue-apps-floating-card.card-b {
    right: -4px;
    bottom: 10px;
  }

  .vue-apps-sector-card p,
  .vue-apps-sector-card ul {
    min-height: auto;
  }

  .vue-apps-disclaimer {
    grid-template-columns: 1fr;
  }

  .vue-apps-section-heading {
    margin-bottom: 34px;
  }

  .vue-apps-section-heading h2,
  .vue-apps-metrics-content h2,
  .vue-apps-decision-heading h2,
  .vue-apps-data-content h2,
  .vue-apps-final h2 {
    font-size: 2.65rem;
  }
}

@media (max-width: 430px) {
  .vue-apps-hero-content h1 {
    font-size: 2.95rem;
  }

  .vue-apps-hero-visual {
    min-height: 390px;
  }

  .vue-apps-floating-card {
    min-width: 160px;
  }

  .vue-apps-floating-card small {
    display: none;
  }

  .vue-apps-product-card figcaption span {
    font-size: 0.67rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .vue-apps-page *,
  .vue-apps-page *::before,
  .vue-apps-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


