/* =========================================================
   DLR WEB STUDIO - GLOBAL CSS
   Tema light institucional + tecnológico
   Base para Bootstrap
   ========================================================= */
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* =========================
   FONTES / BASE
   ========================= */
:root {
  --dlr-bg: #f8f9fa;
  --dlr-surface: #ffffff;
  --dlr-surface-2: #f3f6fb;
  --dlr-surface-3: #eef2ff;

  --dlr-text: #172033;
  --dlr-text-2: #4b5565;
  --dlr-text-3: #6b7280;

  --dlr-border: #dbe3ef;
  --dlr-border-strong: #c9d5e6;

  --dlr-primary: #2e73ea;
  --dlr-primary-hover: #1f62d4;
  --dlr-secondary: #5319fb;
  --dlr-accent: #22ddd2;

  --dlr-navy: #172d67;
  --dlr-navy-2: #0f1d45;

  --dlr-success: #0f9f6e;
  --dlr-warning: #d97706;
  --dlr-danger: #dc2626;

  --dlr-shadow-sm: 0 8px 24px rgba(23, 32, 51, 0.05);
  --dlr-shadow-md: 0 18px 40px rgba(23, 32, 51, 0.08);
  --dlr-shadow-lg: 0 28px 70px rgba(23, 32, 51, 0.12);

  --dlr-radius-sm: 10px;
  --dlr-radius: 16px;
  --dlr-radius-lg: 24px;
  --dlr-radius-xl: 32px;

  --dlr-transition: 0.28s ease;
  --dlr-container: 1240px;

  --bs-body-bg: #f8f9fa;
  --bs-body-color: #172033;
  --bs-primary: #2e73ea;
  --bs-primary-rgb: 46, 115, 234;
  --bs-border-color: #dbe3ef;
  --bs-secondary-color: #4b5565;
}

/* =========================
   RESET / BASE
   ========================= */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--dlr-bg);
  color: var(--dlr-text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: var(--dlr-primary);
  text-decoration: none;
  transition: color var(--dlr-transition);
}

a:hover {
  color: var(--dlr-primary-hover);
}

ul,
ol {
  padding-left: 1.15rem;
}

::selection {
  background: rgba(46, 115, 234, 0.16);
  color: var(--dlr-text);
}

/* =========================
   TIPOGRAFIA
   ========================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dlr-text);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 0.9rem;
}

h1 {
  font-size: clamp(2.45rem, 4vw, 4.55rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

h4 {
  font-size: 1.2rem;
}

p {
  color: var(--dlr-text-2);
  margin-bottom: 1rem;
}

.lead {
  color: var(--dlr-text-2);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.8;
  font-weight: 400;
}

.text-muted,
.small,
small {
  color: var(--dlr-text-3) !important;
}

.section-title {
  max-width: 850px;
  margin-bottom: 1rem;
}

.section-subtitle {
  max-width: 760px;
  color: var(--dlr-text-2);
  font-size: 1.06rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(46, 115, 234, 0.16);
  border-radius: 999px;
  background: rgba(46, 115, 234, 0.06);
  color: var(--dlr-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================
   CONTAINER / SECTION
   ========================= */


.section-space {
  padding: 96px 0;
}

.section-space-sm {
  padding: 72px 0;
}

.section-space-lg {
  padding: 132px 0;
}

.bg-surface {
  background: var(--dlr-surface);
}

.bg-soft {
  background: var(--dlr-surface-2);
}

.bg-tech {
  background: var(--dlr-surface-3);
}

.border-soft {
  border: 1px solid var(--dlr-border);
}

.rounded-soft {
  border-radius: var(--dlr-radius);
}

/* =========================
   HEADER / NAVBAR
   ========================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219, 227, 239, 0.9);
  transition: all var(--dlr-transition);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--dlr-text) !important;
  letter-spacing: -0.02em;
}

.navbar-brand img {
  height: 42px;
  width: auto;
}

.navbar-nav .nav-link {
  color: var(--dlr-text);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.7rem 1rem !important;
  border-radius: 10px;
  transition: all var(--dlr-transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--dlr-primary);
  background: rgba(46, 115, 234, 0.06);
}

.navbar-toggler {
  border: 1px solid var(--dlr-border);
  border-radius: 12px;
  padding: 0.45rem 0.7rem;
  box-shadow: none !important;
}

/* =========================
   BOTÕES
   ========================= */
.btn {
  border-radius: 14px;
  font-weight: 700;
  padding: 0.9rem 1.25rem;
  transition: all var(--dlr-transition);
  box-shadow: none !important;
}

.btn-primary {
  background: var(--dlr-primary);
  border-color: var(--dlr-primary);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--dlr-primary-hover);
  border-color: var(--dlr-primary-hover);
  transform: translateY(-1px);
}

.btn-outline-primary {
  color: var(--dlr-primary);
  border-color: rgba(46, 115, 234, 0.24);
  background: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: rgba(46, 115, 234, 0.06);
  color: var(--dlr-primary);
  border-color: var(--dlr-primary);
}

.btn-dark-tech {
  background: var(--dlr-navy);
  border: 1px solid var(--dlr-navy);
  color: #fff;
}

.btn-dark-tech:hover {
  background: var(--dlr-navy-2);
  border-color: var(--dlr-navy-2);
  color: #fff;
}

.btn-soft {
  background: var(--dlr-surface-3);
  border: 1px solid rgba(83, 25, 251, 0.12);
  color: var(--dlr-secondary);
}

.btn-soft:hover {
  background: #e9edff;
  color: var(--dlr-secondary);
}

.btn-pill {
  border-radius: 999px;
}

.btn-lg {
  padding: 1rem 1.5rem;
}

/* =========================
   HERO
   ========================= */
.hero-section {
  position: relative;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at top right, rgba(34, 221, 210, 0.06), transparent 22%),
    radial-gradient(circle at left center, rgba(83, 25, 251, 0.05), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 45, 103, 0.08), transparent);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--dlr-border);
  box-shadow: var(--dlr-shadow-sm);
  color: var(--dlr-navy);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-title {
  max-width: 760px;
  margin-bottom: 1.15rem;
}

.hero-text {
  max-width: 680px;
  margin-bottom: 1.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  padding-top: 0.5rem;
}

.hero-proof-item {
  color: var(--dlr-text-2);
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-proof-item strong {
  color: var(--dlr-text);
}

.hero-visual {
  position: relative;
}

.hero-panel {
  position: relative;
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 28px;
  padding: 1.1rem;
  box-shadow: var(--dlr-shadow-lg);
}

.hero-panel img {
  border-radius: 18px;
  width: 100%;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 18px;
  box-shadow: var(--dlr-shadow-md);
  padding: 0.9rem 1rem;
}

.floating-card h6 {
  font-size: 0.88rem;
  margin-bottom: 0.3rem;
}

.floating-card p {
  font-size: 0.84rem;
  margin: 0;
}

/* =========================
   CARDS GERAIS
   ========================= */
.card-tech {
  height: 100%;
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: var(--dlr-radius-lg);
  padding: 1.5rem;
  box-shadow: var(--dlr-shadow-sm);
  transition: all var(--dlr-transition);
}

.card-tech:hover {
  transform: translateY(-4px);
  box-shadow: var(--dlr-shadow-md);
  border-color: rgba(46, 115, 234, 0.18);
}

.card-tech .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dlr-surface-3);
  color: var(--dlr-primary);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.card-tech h3,
.card-tech h4 {
  margin-bottom: 0.7rem;
}

.card-tech p {
  margin-bottom: 0;
}

.metric-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--dlr-border);
  border-radius: 22px;
  padding: 1.3rem;
  height: 100%;
  box-shadow: var(--dlr-shadow-sm);
}

.metric-card .label {
  display: block;
  color: var(--dlr-text-3);
  font-size: 0.84rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.metric-card .value {
  color: var(--dlr-text);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}

.metric-card .meta {
  color: var(--dlr-success);
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: 0.55rem;
}

/* =========================
   SEÇÕES DE PILARES / SERVIÇOS
   ========================= */
.service-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 24px;
  padding: 1.6rem;
  box-shadow: var(--dlr-shadow-sm);
  overflow: hidden;
  transition: all var(--dlr-transition);
}

.service-card::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 0;
  height: 3px;
  background: var(--dlr-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dlr-transition);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 115, 234, 0.2);
  box-shadow: var(--dlr-shadow-md);
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-card .service-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--dlr-surface-3);
  color: var(--dlr-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.service-card h3,
.service-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.service-card .service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  font-weight: 700;
  color: var(--dlr-primary);
}

/* =========================
   BLOCOS DE DOR / PROCESSO
   ========================= */
.problem-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 22px;
  padding: 1.4rem;
}

.problem-card .problem-index {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(83, 25, 251, 0.08);
  color: var(--dlr-secondary);
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.process-step {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: var(--dlr-shadow-sm);
}

.process-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: var(--dlr-navy);
  color: #fff;
  font-weight: 800;
}

/* =========================
   CASES / PROVA SOCIAL
   ========================= */
.case-highlight {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid var(--dlr-border);
  border-radius: 32px;
  padding: 2rem;
  box-shadow: var(--dlr-shadow-md);
}

.case-label {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--dlr-primary);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.case-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--dlr-border);
  color: var(--dlr-text-2);
  font-size: 0.84rem;
  font-weight: 600;
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.logo-badge {
  min-height: 52px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--dlr-border);
  border-radius: 16px;
  background: #fff;
  color: var(--dlr-text-2);
  font-weight: 700;
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 24px;
  padding: 1.6rem;
  height: 100%;
  box-shadow: var(--dlr-shadow-sm);
}

.testimonial-card .quote {
  font-size: 1.02rem;
  color: var(--dlr-text);
  font-weight: 500;
}

.testimonial-card .author {
  margin-top: 1rem;
  color: var(--dlr-text-2);
  font-size: 0.92rem;
}

/* =========================
   BLOG
   ========================= */
.blog-section {
  position: relative;
}

.blog-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--dlr-shadow-sm);
  transition: all var(--dlr-transition);
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--dlr-shadow-md);
  border-color: rgba(46, 115, 234, 0.18);
}

.blog-card .blog-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--dlr-surface-3);
  overflow: hidden;
}

.blog-card .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card .blog-body {
  padding: 1.4rem;
}

.blog-category {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  color: var(--dlr-secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card h3,
.blog-card h4 {
  font-size: 1.22rem;
  margin-bottom: 0.8rem;
}

.blog-card p {
  margin-bottom: 1rem;
}

.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--dlr-primary);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  color: var(--dlr-text-3);
  font-size: 0.86rem;
  margin-bottom: 0.8rem;
}

.blog-featured {
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--dlr-shadow-md);
}

/* =========================
   PÁGINA DE POST / CONTEÚDO
   ========================= */
.article-wrap {
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 28px;
  padding: 2.2rem;
  box-shadow: var(--dlr-shadow-sm);
}

.article-header {
  margin-bottom: 2rem;
}

.article-header .eyebrow {
  margin-bottom: 1rem;
}

.article-cover {
  overflow: hidden;
  border-radius: 22px;
  margin: 1.5rem 0 2rem;
  border: 1px solid var(--dlr-border);
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin-top: 2rem;
}

.article-content p,
.article-content li {
  color: var(--dlr-text-2);
  font-size: 1.04rem;
}

.article-content strong {
  color: var(--dlr-text);
}

.article-content blockquote {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  border-left: 4px solid var(--dlr-primary);
  background: var(--dlr-surface-3);
  border-radius: 0 18px 18px 0;
  color: var(--dlr-text);
  font-weight: 500;
}

.article-content code {
  background: #eef2ff;
  color: var(--dlr-secondary);
  padding: 0.15rem 0.38rem;
  border-radius: 8px;
  font-size: 0.94em;
}

.article-content pre {
  background: #0f172a;
  color: #e5ecff;
  padding: 1.2rem;
  border-radius: 18px;
  overflow-x: auto;
}

/* =========================
   SIDEBAR / BLOCOS AUXILIARES
   ========================= */
.sidebar-card {
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 22px;
  padding: 1.35rem;
  box-shadow: var(--dlr-shadow-sm);
}

.sidebar-card + .sidebar-card {
  margin-top: 1rem;
}

.list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-clean li + li {
  margin-top: 0.75rem;
}

/* =========================
   FORMULÁRIOS / CONTATO
   ========================= */
.form-control,
.form-select {
  min-height: 54px;
  border: 1px solid var(--dlr-border);
  border-radius: 14px;
  background-color: #fff;
  color: var(--dlr-text);
  padding: 0.85rem 1rem;
  box-shadow: none !important;
  transition: border-color var(--dlr-transition), box-shadow var(--dlr-transition);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(46, 115, 234, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(46, 115, 234, 0.12) !important;
}

.form-label {
  color: var(--dlr-text);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-text {
  color: var(--dlr-text-3);
}

.contact-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid var(--dlr-border);
  border-radius: 32px;
  padding: 2rem;
  box-shadow: var(--dlr-shadow-md);
}

/* =========================
   FAQ / ACCORDION
   ========================= */
.accordion-item {
  background: #fff;
  border: 1px solid var(--dlr-border) !important;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.accordion-button {
  background: #fff;
  color: var(--dlr-text);
  font-weight: 700;
  box-shadow: none !important;
  padding: 1.15rem 1.2rem;
}

.accordion-button:not(.collapsed) {
  background: var(--dlr-surface-3);
  color: var(--dlr-navy);
}

.accordion-body {
  color: var(--dlr-text-2);
}

/* =========================
   TABELAS
   ========================= */
.table-wrap {
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--dlr-shadow-sm);
}

.table {
  margin-bottom: 0;
}

.table > :not(caption) > * > * {
  padding: 1rem 1rem;
  border-bottom-color: #ecf1f8;
}

.table thead th {
  background: #f8fbff;
  color: var(--dlr-text);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* =========================
   CTA SECTION
   ========================= */
.cta-section {
  position: relative;
}

.cta-box {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(34, 221, 210, 0.08), transparent 28%),
    radial-gradient(circle at left bottom, rgba(83, 25, 251, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid var(--dlr-border);
  border-radius: 34px;
  padding: 2.5rem;
  box-shadow: var(--dlr-shadow-md);
}

.cta-box::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--dlr-primary), var(--dlr-secondary));
  opacity: 0.9;
}

/* =========================
   FOOTER
   ========================= */
.site-footer {
  position: relative;
  background: #ffffff;
  border-top: 1px solid var(--dlr-border);
  padding: 72px 0 28px;
}

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

.footer-brand img {
  height: 44px;
  width: auto;
  margin-bottom: 1rem;
}

.footer-title {
  color: var(--dlr-text);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.7rem;
}

.footer-links a {
  color: var(--dlr-text-2);
}

.footer-links a:hover {
  color: var(--dlr-primary);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--dlr-border);
}

.footer-bottom p {
  margin: 0;
  color: var(--dlr-text-3);
  font-size: 0.92rem;
}

/* =========================
   UTILITÁRIOS
   ========================= */
.text-primary-soft {
  color: var(--dlr-primary);
}

.text-navy {
  color: var(--dlr-navy);
}

.text-secondary-tech {
  color: var(--dlr-secondary);
}

.bg-primary-soft {
  background: rgba(46, 115, 234, 0.08);
}

.bg-secondary-soft {
  background: rgba(83, 25, 251, 0.08);
}

.shadow-soft {
  box-shadow: var(--dlr-shadow-sm);
}

.shadow-medium {
  box-shadow: var(--dlr-shadow-md);
}

.radius-lg {
  border-radius: var(--dlr-radius-lg);
}

.radius-xl {
  border-radius: var(--dlr-radius-xl);
}

.w-fit {
  width: fit-content;
}

.max-720 {
  max-width: 720px;
}

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

.max-920 {
  max-width: 920px;
}

/* =========================
   ANIMAÇÕES SUAVES
   ========================= */
.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: all 0.7s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hover-lift {
  transition: transform var(--dlr-transition), box-shadow var(--dlr-transition);
}

.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--dlr-shadow-md);
}

/* =========================
   IMAGENS TÉCNICAS / MOLDURAS
   ========================= */
.media-frame {
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 24px;
  padding: 0.8rem;
  box-shadow: var(--dlr-shadow-sm);
}

.media-frame img {
  border-radius: 16px;
}

.tech-grid-bg {
  position: relative;
}

.tech-grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 45, 103, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 45, 103, 0.03) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

/* =========================
   BADGES / TAGS
   ========================= */
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  border: 1px solid var(--dlr-border);
  background: #fff;
  color: var(--dlr-text-2);
  font-weight: 700;
  font-size: 0.84rem;
}

.tag-pill {
  display: inline-block;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: var(--dlr-surface-3);
  color: var(--dlr-secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================
   PAGINAÇÃO
   ========================= */
.pagination .page-link {
  border: 1px solid var(--dlr-border);
  color: var(--dlr-text);
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  margin: 0 0.2rem;
  box-shadow: none;
}

.pagination .page-link:hover {
  background: var(--dlr-surface-3);
  color: var(--dlr-primary);
}

.pagination .active > .page-link {
  background: var(--dlr-primary);
  border-color: var(--dlr-primary);
  color: #fff;
}

/* =========================
   RESPONSIVIDADE
   ========================= */
@media (max-width: 1199.98px) {
  .section-space {
    padding: 82px 0;
  }

  .section-space-lg {
    padding: 110px 0;
  }

  .hero-section {
    padding: 96px 0 80px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--dlr-border);
    border-radius: 18px;
    box-shadow: var(--dlr-shadow-sm);
  }

  .hero-section {
    padding: 88px 0 72px;
  }

  .hero-title,
  .hero-text {
    max-width: 100%;
  }

  .hero-visual {
    margin-top: 2rem;
  }

  .article-wrap {
    padding: 1.6rem;
  }

  .cta-box,
  .contact-panel,
  .case-highlight {
    padding: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15.5px;
  }

  .section-space,
  .section-space-sm {
    padding: 62px 0;
  }

  .section-space-lg {
    padding: 82px 0;
  }

  .hero-section {
    padding: 72px 0 58px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .card-tech,
  .service-card,
  .testimonial-card,
  .problem-card,
  .process-step,
  .metric-card {
    padding: 1.2rem;
  }

  .cta-box,
  .contact-panel,
  .case-highlight {
    border-radius: 24px;
    padding: 1.3rem;
  }

  .article-wrap {
    border-radius: 22px;
    padding: 1.25rem;
  }

  .site-footer {
    padding: 58px 0 24px;
  }
}

@media (max-width: 575.98px) {
  h1 {
    letter-spacing: -0.04em;
  }

  .hero-badge,
  .eyebrow,
  .badge-soft {
    font-size: 0.74rem;
  }

  .navbar-brand img {
    height: 45px;
  }

  .btn {
    padding: 0.85rem 1.05rem;
  }

  .blog-card .blog-body,
  .card-tech,
  .service-card,
  .testimonial-card,
  .problem-card,
  .process-step {
    padding: 1rem;
  }
}
/* Ajustes finos para layout editorial que quebram o padrão de "cards" */
        .editorial-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .editorial-list li {
            padding: 1.5rem 0;
            border-top: 1px solid var(--dlr-border);
            display: flex;
            gap: 1.5rem;
            align-items: flex-start;
        }
        .editorial-list li:last-child {
            border-bottom: 1px solid var(--dlr-border);
        }
        .editorial-list-number {
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--dlr-primary);
            font-family: monospace;
            min-width: 30px;
        }
        
        /* Lista de Serviços (Table-like rows) */
        .service-row {
            display: flex;
            align-items: center;
            padding: 2rem 0;
            border-top: 1px solid var(--dlr-border);
            transition: background 0.3s ease, padding-left 0.3s ease;
            text-decoration: none;
            color: var(--dlr-text);
        }
        .service-row:hover {
            background: var(--dlr-surface-2);
            padding-left: 1rem;
            padding-right: 1rem;
            color: var(--dlr-text);
            border-radius: 8px;
        }
        .service-row h3 {
            margin: 0;
            font-size: 1.5rem;
            width: 35%;
        }
        .service-row p {
            margin: 0;
            width: 50%;
            color: var(--dlr-text-2);
            font-size: 1.05rem;
        }
        .service-row .service-arrow {
            width: 15%;
            text-align: right;
            color: var(--dlr-primary);
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }
        .service-row:hover .service-arrow {
            transform: translateX(10px);
        }

        /* Grid de Blog Assimétrico */
        .blog-grid-asymmetric {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        @media (min-width: 992px) {
            .blog-grid-asymmetric {
                grid-template-columns: 2fr 1fr;
            }
        }
        .blog-card-editorial {
            background: #fff;
            border: 1px solid var(--dlr-border);
            border-radius: 16px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
            transition: border-color 0.3s ease;
        }
        .blog-card-editorial:hover {
            border-color: var(--dlr-border-strong);
        }
        .blog-card-editorial img {
            width: 100%;
            height: 240px;
            object-fit: cover;
            border-bottom: 1px solid var(--dlr-border);
        }
        .blog-card-large img {
            height: 380px;
        }

        /* Blueprint Metodologia */
        .blueprint-grid {
            border-left: 1px solid var(--dlr-border);
            border-top: 1px solid var(--dlr-border);
            display: flex;
            flex-wrap: wrap;
        }
        .blueprint-item {
            border-right: 1px solid var(--dlr-border);
            border-bottom: 1px solid var(--dlr-border);
            padding: 2.5rem 2rem;
            flex: 1 1 100%;
            background: #fff;
        }
        @media (min-width: 768px) {
            .blueprint-item { flex: 1 1 50%; }
        }
        @media (min-width: 992px) {
            .blueprint-item { flex: 1 1 25%; }
        }

        /* Utility */
        .image-placeholder-real {
            width: 100%;
            background-color: #e2e8f0;
            border-radius: 16px;
            object-fit: cover;
            display: block;
        }

        .hero-home-refined {
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 82px 0 56px;
      background:
        radial-gradient(circle at top right, rgba(46, 115, 234, 0.07), transparent 24%),
        radial-gradient(circle at bottom left, rgba(83, 25, 251, 0.05), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    }

    .hero-row-refined {
      position: relative;
      z-index: 2;
    }

    .hero-bg-orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(20px);
      pointer-events: none;
      z-index: 0;
    }

    .hero-bg-orb-1 {
      width: 420px;
      height: 420px;
      top: -120px;
      right: -120px;
      background: radial-gradient(circle, rgba(46, 115, 234, 0.08) 0%, rgba(46, 115, 234, 0) 70%);
    }

    .hero-bg-orb-2 {
      width: 360px;
      height: 360px;
      bottom: -120px;
      left: -120px;
      background: radial-gradient(circle, rgba(83, 25, 251, 0.07) 0%, rgba(83, 25, 251, 0) 70%);
    }

    .hero-badge-refined {
      display: inline-flex;
      align-items: center;
      gap: 0.65rem;
      padding: 0.62rem 0.92rem;
      margin-bottom: 1rem;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--dlr-border);
      box-shadow: 0 8px 24px rgba(23, 32, 51, 0.05);
      color: var(--dlr-primary);
      font-size: 0.74rem;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      opacity: 0;
      transform: translateY(20px);
    }

    .hero-badge-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--dlr-success);
      box-shadow: 0 0 0 0 rgba(15, 159, 110, 0.35);
      animation: heroPulse 2s infinite;
      flex-shrink: 0;
    }

    .hero-title-refined {
      margin-bottom: 0.85rem;
      max-width: 560px;
      color: var(--dlr-navy);
      font-size: clamp(1.95rem, 2.7vw, 3.05rem);
      font-weight: 800;
      line-height: 1.05;
      letter-spacing: -0.045em;
      opacity: 0;
      transform: translateY(22px);
    }

    .hero-title-dynamic {
      background: linear-gradient(90deg, var(--dlr-primary), var(--dlr-secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      display: inline-block;
    }

    .hero-text-refined {
      max-width: 500px;
      margin-bottom: 1.2rem;
      color: var(--dlr-text-2);
      font-size: 0.96rem;
      line-height: 1.62;
      opacity: 0;
      transform: translateY(22px);
    }

    .hero-cta-refined {
      opacity: 0;
      transform: translateY(22px);
    }

    .hero-main-btn {
      min-width: 240px;
      padding: 0.95rem 1.35rem;
      border-radius: 16px;
      box-shadow: 0 14px 32px rgba(46, 115, 234, 0.22);
    }

    .hero-main-btn:hover,
    .hero-main-btn:focus {
      transform: translateY(-2px);
      box-shadow: 0 18px 40px rgba(46, 115, 234, 0.28);
    }

    .hero-visual-refined {
      position: relative;
      opacity: 0;
      transform: translateY(24px);
    }

    .hero-image-frame {
      position: relative;
      z-index: 2;
      background: #fff;
      border: 1px solid var(--dlr-border);
      border-radius: 28px;
      padding: 0.9rem;
      box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
    }

    .hero-main-image {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 1916 / 937;
      object-fit: cover;
      object-position: center;
      border-radius: 18px;
      border: 1px solid var(--dlr-border);
      background: #e9eef6;
    }

    .hero-floating-card {
      position: absolute;
      z-index: 3;
      min-width: 210px;
      background: rgba(255, 255, 255, 0.97);
      border: 1px solid var(--dlr-border);
      border-radius: 18px;
      padding: 0.85rem 0.95rem;
      box-shadow: 0 18px 40px rgba(23, 32, 51, 0.08);
    }

    .hero-floating-card small {
      display: block;
      margin-bottom: 0.2rem;
      color: var(--dlr-text-3);
      font-size: 0.74rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .hero-floating-card strong {
      color: var(--dlr-navy);
      font-size: 0.94rem;
      line-height: 1.28;
      font-weight: 800;
    }

    .hero-floating-card-1 {
      top: 10%;
      left: -4%;
    }

    .hero-floating-card-2 {
      bottom: 10%;
      right: -3%;
    }



    .hero-mini-points {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.85rem 1rem;
      color: var(--dlr-text-2);
      font-size: 0.89rem;
      font-weight: 600;
      opacity: 0;
      transform: translateY(22px);
    }

    .hero-mini-points span {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      background: rgba(255, 255, 255, 0.75);
      border: 1px solid var(--dlr-border);
      border-radius: 14px;
      padding: 0.8rem 0.9rem;
      min-height: 100%;
    }

    .hero-mini-points i {
      color: var(--dlr-primary);
      font-size: 0.98rem;
      flex-shrink: 0;
    }

    @keyframes heroPulse {
      0% { box-shadow: 0 0 0 0 rgba(15, 159, 110, 0.35); }
      70% { box-shadow: 0 0 0 8px rgba(15, 159, 110, 0); }
      100% { box-shadow: 0 0 0 0 rgba(15, 159, 110, 0); }
    }

    @media (min-width: 1400px) {
      .hero-title-refined {
        max-width: 590px;
        font-size: clamp(2.1rem, 2.5vw, 3.15rem);
      }

      .hero-text-refined {
        max-width: 540px;
      }
    }

    @media (max-width: 1199.98px) {
      .hero-home-refined {
        padding: 78px 0 54px;
      }

      .hero-title-refined {
        max-width: 520px;
        font-size: clamp(1.85rem, 2.9vw, 2.75rem);
      }

      .hero-text-refined {
        max-width: 500px;
      }

      .hero-mini-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hero-floating-card-1 {
        left: 0;
      }

      .hero-floating-card-2 {
        right: 0;
      }
    }

    @media (max-width: 991.98px) {
      .hero-home-refined {
        min-height: auto;
        padding: 54px 0 48px;
      }

      .hero-title-refined {
        max-width: 100%;
        font-size: clamp(1.7rem, 4.8vw, 2.35rem);
        line-height: 1.08;
      }

      .hero-text-refined {
        max-width: 100%;
      }

      .hero-floating-card-1 {
        top: 6%;
        left: 2%;
      }

      .hero-floating-card-2 {
        bottom: 6%;
        right: 2%;
      }

      .hero-mini-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 767.98px) {
      .hero-home-refined {
        padding: 18px 0 40px;
      }

      .hero-badge-refined {
        font-size: 0.64rem;
        margin-bottom: 0.8rem;
      }

      .hero-title-refined {
        max-width: 100%;
        font-size: clamp(1.5rem, 6.4vw, 2.02rem);
        line-height: 1.1;
        margin-bottom: 0.75rem;
      }

      .hero-text-refined {
        font-size: 0.94rem;
        line-height: 1.58;
        margin-bottom: 1rem;
      }

      .hero-main-btn {
        width: 100%;
        min-width: 0;
      }

      .hero-visual-col {
        order: 3;
      }

      .hero-list-col {
        order: 4;
      }

      .hero-mini-points {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        font-size: 0.86rem;
      }

      .hero-mini-points span {
        padding: 0.78rem 0.85rem;
      }

      .hero-image-frame {
        border-radius: 22px;
        padding: 0.65rem;
      }

      .hero-main-image {
        border-radius: 14px;
      }

      .hero-floating-card {
        position: static;
        width: 100%;
        min-width: 0;
        margin-top: 0.8rem;
      }
    }

    @media (max-width: 575.98px) {
      .hero-home-refined {
        padding: 14px 0 36px;
      }

      .hero-title-refined {
        font-size: clamp(1.36rem, 6.2vw, 1.82rem);
        letter-spacing: -0.03em;
      }

      .hero-text-refined {
        font-size: 0.91rem;
      }
    }
    
    /* ==========================================
   HERO HEIGHT CONTROL
   Evita que a seção cresça demais por quebra de texto
   ========================================== */
.hero-home-refined {
  min-height: 72vh;
}

.hero-row-refined {
  align-items: center;
  min-height: 60vh;
}

.hero-text-col,
.hero-visual-col {
  align-self: center;
}

.hero-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title-refined {
  max-width: 540px;
  margin-bottom: 0.75rem;
  line-height: 1.02;
}

.hero-text-refined {
  max-width: 470px;
  margin-bottom: 1rem;
  line-height: 1.55;
}

.hero-visual-refined {
  max-width: 100%;
}

.hero-image-frame {
  max-width: 100%;
}

.hero-main-image {
  width: 100%;
  aspect-ratio: 1916 / 937;
  object-fit: cover;
}

/* A lista não deve empurrar a hero além do necessário */
.hero-list-col {
}

.hero-mini-points {
  margin-top: 0;
}

/* Desktop grande */
@media (min-width: 1400px) {
  .hero-home-refined {
    min-height: 72vh
  }

  .hero-row-refined {
    min-height: 55vh;
  }

  .hero-title-refined {
    max-width: 580px;
  }

  .hero-text-refined {
    max-width: 500px;
  }
}

/* Notebook / desktop médio */
@media (max-width: 1199.98px) {
  .hero-home-refined {
    min-height: 0;
  }

  .hero-row-refined {
    min-height: 0;
  }

  .hero-title-refined {
    max-width: 500px;
  }

  .hero-text-refined {
    max-width: 460px;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .hero-home-refined {
    min-height: auto;
  }

  .hero-row-refined {
    min-height: auto;
    align-items: flex-start;
  }

  .hero-text-col,
  .hero-visual-col {
    align-self: auto;
  }

  .hero-title-refined,
  .hero-text-refined {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .hero-home-refined {
    min-height: auto;
  }

  .hero-row-refined {
    min-height: auto;
  }

  .hero-title-refined {
    line-height: 1.08;
  }

  .hero-text-refined {
    line-height: 1.55;
  }
}
.hero-badge-refined {
  width: auto;
  align-self: flex-start;
}
    
    /* ==========================================
   TRUSTED STRIP / LOGOS
   ========================================== */
.trusted-strip-section {
  position: relative;
  padding: 56px 0 48px;
  overflow: hidden;
}

.trusted-strip-header {
  max-width: 760px;
  margin: 0 auto 2rem;
}

.trusted-strip-eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--dlr-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trusted-strip-header h2 {
  margin-bottom: 0.75rem;
  color: var(--dlr-navy);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.trusted-strip-header p {
  margin: 0;
  color: var(--dlr-text-2);
  font-size: 1rem;
  line-height: 1.65;
}

.trusted-strip-slider {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.trusted-strip-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 1.1rem;
  animation: trustedLogosScroll 32s linear infinite;
}

.trusted-strip-slider:hover .trusted-strip-track {
  animation-play-state: paused;
}

.trusted-logo-item {
  flex: 0 0 auto;
  width: 220px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 18px;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.04);
}

.trusted-logo-item img {
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(100%);
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

.trusted-logo-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.02);
}

@keyframes trustedLogosScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 0.55rem));
  }
}

@media (min-width: 1600px) {
  .trusted-strip-section {
    padding: 64px 0 56px;
  }

  .trusted-strip-header {
    max-width: 860px;
    margin-bottom: 2.4rem;
  }

  .trusted-strip-header h2 {
    font-size: clamp(1.8rem, 2vw, 2.5rem);
  }

  .trusted-strip-header p {
    font-size: 1.06rem;
  }

  .trusted-logo-item {
    width: 250px;
    height: 96px;
  }

  .trusted-logo-item img {
    max-height: 48px;
  }
}

@media (max-width: 991.98px) {
  .trusted-strip-section {
    padding: 48px 0 42px;
  }

  .trusted-strip-header {
    margin-bottom: 1.6rem;
  }

  .trusted-logo-item {
    width: 190px;
    height: 80px;
    border-radius: 16px;
  }

  .trusted-logo-item img {
    max-height: 38px;
  }
}

@media (max-width: 767.98px) {
  .trusted-strip-section {
    padding: 42px 0 36px;
  }

  .trusted-strip-header h2 {
    font-size: clamp(1.28rem, 6vw, 1.7rem);
  }

  .trusted-strip-header p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .trusted-strip-track {
    gap: 0.8rem;
    animation-duration: 26s;
  }

  .trusted-logo-item {
    width: 165px;
    height: 72px;
    padding: 0.85rem 1rem;
    border-radius: 14px;
  }

  .trusted-logo-item img {
    max-height: 32px;
  }
}

/* ==========================================
   PROBLEM SECTION REFINED
   ========================================== */
.problem-section-refined .container {
  max-width: 1280px;
}

.problem-title-refined {
  max-width: 520px;
  color: var(--dlr-navy);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

.problem-lead-refined {
  max-width: 520px;
  color: var(--dlr-text);
  font-size: 1.08rem;
  line-height: 1.75;
}

.problem-support-refined {
  max-width: 500px;
  color: var(--dlr-text-2);
  font-size: 1rem;
  line-height: 1.72;
}

.problem-link-refined {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  color: var(--dlr-primary);
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.problem-link-refined:hover {
  gap: 0.8rem;
  color: var(--dlr-primary-hover);
}

.editorial-list-refined {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--dlr-border);
}

.editorial-list-refined li {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--dlr-border);
}

.editorial-list-refined .editorial-list-number {
  min-width: 42px;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--dlr-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.08em;
  padding-top: 0.25rem;
}

.editorial-list-content h4 {
  margin: 0 0 0.5rem;
  color: var(--dlr-text);
  font-size: 1.08rem;
  line-height: 1.3;
}

.editorial-list-content p {
  margin: 0;
  color: var(--dlr-text-2);
  font-size: 0.98rem;
  line-height: 1.72;
  max-width: 680px;
}

@media (min-width: 1600px) {
  .problem-section-refined .container {
    max-width: 1440px;
  }

  .problem-title-refined {
    max-width: 620px;
    font-size: clamp(2.3rem, 2.6vw, 3.4rem);
  }

  .problem-lead-refined {
    max-width: 590px;
    font-size: 1.14rem;
  }

  .problem-support-refined {
    max-width: 560px;
    font-size: 1.04rem;
  }

  .editorial-list-content h4 {
    font-size: 1.16rem;
  }

  .editorial-list-content p {
    font-size: 1.02rem;
  }
}

@media (max-width: 991.98px) {
  .problem-title-refined,
  .problem-lead-refined,
  .problem-support-refined {
    max-width: 100%;
  }

  .editorial-list-refined li {
    gap: 1rem;
    padding: 1.2rem 0;
  }
}

@media (max-width: 767.98px) {
  .problem-title-refined {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
    line-height: 1.12;
  }

  .problem-lead-refined {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .problem-support-refined {
    font-size: 0.93rem;
    line-height: 1.62;
  }

  .editorial-list-refined li {
    gap: 0.85rem;
    padding: 1rem 0;
  }

  .editorial-list-refined .editorial-list-number {
    min-width: 34px;
    font-size: 0.76rem;
    padding-top: 0.2rem;
  }

  .editorial-list-content h4 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }

  .editorial-list-content p {
    font-size: 0.92rem;
    line-height: 1.6;
  }
}

/* ==========================================
   SERVICES SECTION REFINED
   Desktop editorial + mobile em cards
   ========================================== */
.services-section-refined .container {
  max-width: 1280px;
}

.services-section-header h2 {
  max-width: 720px;
}

.service-row-refined {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 0;
  border-top: 1px solid var(--dlr-border);
  text-decoration: none;
  color: var(--dlr-text);
  transition:
    background 0.28s ease,
    padding-left 0.28s ease,
    padding-right 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.service-row-refined:last-child {
  border-bottom: 1px solid var(--dlr-border);
}

.service-row-refined:hover {
  background: var(--dlr-surface-2);
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--dlr-text);
  border-radius: 12px;
}

.service-row-mobile-icon {
  display: none;
}

.service-row-main {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.service-row-refined h3 {
  margin: 0;
  width: 35%;
  min-width: 0;
  font-size: 1.45rem;
  line-height: 1.15;
  color: var(--dlr-text);
}

.service-row-refined p {
  margin: 0;
  width: 50%;
  min-width: 0;
  color: var(--dlr-text-2);
  font-size: 1rem;
  line-height: 1.7;
}

.service-row-refined .service-arrow {
  width: 15%;
  min-width: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  color: var(--dlr-primary);
  font-size: 1.2rem;
  transition: transform 0.28s ease;
}

.service-row-refined .service-arrow-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dlr-primary);
}

.service-row-refined:hover .service-arrow {
  transform: translateX(8px);
}

@media (min-width: 1600px) {
  .services-section-refined .container {
    max-width: 1440px;
  }

  .service-row-refined {
    padding: 2.25rem 0;
  }

  .service-row-refined h3 {
    font-size: 1.62rem;
  }

  .service-row-refined p {
    font-size: 1.05rem;
  }

  .service-row-refined .service-arrow {
    min-width: 130px;
  }
}

@media (max-width: 991.98px) {
  .service-row-refined {
    gap: 1.1rem;
    padding: 1.6rem 0;
  }

  .service-row-refined h3 {
    width: 38%;
    font-size: 1.22rem;
  }

  .service-row-refined p {
    width: 47%;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .service-row-refined .service-arrow {
    width: 15%;
    min-width: 80px;
  }

  .service-row-refined .service-arrow-label {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .services-section-refined .container {
    max-width: 100%;
  }

  .services-section-header {
    margin-bottom: 2rem !important;
  }

  .services-section-header h2 {
    max-width: 100%;
  }

  .services-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem !important;
  }

  .service-row-refined {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--dlr-border);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.04);
  }

  .service-row-refined:last-child {
    border-bottom: 1px solid var(--dlr-border);
  }

  .service-row-refined:hover {
    padding: 1rem;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.07);
  }

  .service-row-mobile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--dlr-surface-3);
    color: var(--dlr-primary);
    font-size: 1.35rem;
    flex-shrink: 0;
  }

  .service-row-main {
    display: block;
    width: 100%;
  }

  .service-row-refined h3 {
    width: 100%;
    font-size: 1.02rem;
    line-height: 1.22;
    margin-bottom: 0.45rem;
  }

  .service-row-refined p {
    width: 100%;
    font-size: 0.91rem;
    line-height: 1.55;
    margin-bottom: 0.8rem;
  }

  .service-row-refined .service-arrow {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    gap: 0.45rem;
    font-size: 1rem;
    transform: none !important;
    padding-left: calc(52px + 0.9rem);
  }

  .service-row-refined .service-arrow-label {
    display: inline;
    font-size: 0.76rem;
  }
}

@media (max-width: 575.98px) {
  .services-list {
    gap: 0.75rem;
  }

  .service-row-refined {
    grid-template-columns: 46px 1fr;
    gap: 0.8rem;
    padding: 0.9rem;
    border-radius: 16px;
  }

  .service-row-mobile-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 1.18rem;
  }

  .service-row-refined h3 {
    font-size: 0.98rem;
  }

  .service-row-refined p {
    font-size: 0.88rem;
  }

  .service-row-refined .service-arrow {
    padding-left: calc(46px + 0.8rem);
  }

  .service-row-refined .service-arrow-label {
    font-size: 0.74rem;
  }
}


    .method-section-refined {
      position: relative;
      padding: 110px 0;
      background:
        radial-gradient(circle at top right, rgba(46, 115, 234, 0.16), transparent 24%),
        radial-gradient(circle at bottom left, rgba(34, 221, 210, 0.10), transparent 22%),
        linear-gradient(180deg, #172d67 0%, #0f1d45 100%);
      overflow: hidden;
    }

    .method-section-refined::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
      background-size: 28px 28px;
      opacity: 0.35;
      pointer-events: none;
    }

    .method-section-refined .container {
      position: relative;
      z-index: 2;
      max-width: 1320px;
    }

    .method-section-header {
      max-width: 800px;
      margin-bottom: 4rem;
    }

    .method-eyebrow {
      display: inline-block;
      margin-bottom: 1rem;
      color: #8ec5ff;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .method-section-header h2 {
      color: #fff;
      font-size: clamp(2rem, 3vw, 3.2rem);
      line-height: 1.08;
      letter-spacing: -0.04em;
      margin-bottom: 1rem;
    }

    .method-section-header p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.05rem;
      line-height: 1.75;
      margin: 0;
    }

    .method-steps {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.2rem;
    }

    .method-step-card {
      position: relative;
      min-height: 100%;
      padding: 1.6rem;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
      opacity: 0;
      transform: translateY(28px);
      transition:
        opacity 0.7s cubic-bezier(.22,1,.36,1),
        transform 0.7s cubic-bezier(.22,1,.36,1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    }

    .method-steps.is-visible .method-step-card {
      opacity: 1;
      transform: translateY(0);
    }

    .method-steps.is-visible .method-step-card:nth-child(1) { transition-delay: 0.05s; }
    .method-steps.is-visible .method-step-card:nth-child(2) { transition-delay: 0.18s; }
    .method-steps.is-visible .method-step-card:nth-child(3) { transition-delay: 0.31s; }
    .method-steps.is-visible .method-step-card:nth-child(4) { transition-delay: 0.44s; }

    .method-step-card:hover {
      border-color: rgba(142, 197, 255, 0.35);
      box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
    }

    .method-step-top {
      display: flex;
      align-items: center;
      gap: 0.9rem;
      margin-bottom: 1.4rem;
    }

    .method-step-number {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.14);
      color: #fff;
      font-size: 0.95rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      flex-shrink: 0;
      position: relative;
      z-index: 2;
    }

    .method-step-line {
      position: relative;
      height: 2px;
      flex: 1;
      background: rgba(255, 255, 255, 0.10);
      overflow: hidden;
      border-radius: 999px;
    }

    .method-step-line-fill {
      position: absolute;
      inset: 0 auto 0 0;
      width: 0;
      background: linear-gradient(90deg, #8ec5ff, #22ddd2);
      border-radius: 999px;
      transition: width 0.9s cubic-bezier(.22,1,.36,1);
    }

    .method-steps.is-visible .method-step-card:nth-child(1) .method-step-line-fill { width: 100%; transition-delay: 0.20s; }
    .method-steps.is-visible .method-step-card:nth-child(2) .method-step-line-fill { width: 100%; transition-delay: 0.38s; }
    .method-steps.is-visible .method-step-card:nth-child(3) .method-step-line-fill { width: 100%; transition-delay: 0.56s; }
    .method-steps.is-visible .method-step-card:nth-child(4) .method-step-line-fill { width: 100%; transition-delay: 0.74s; }

    .method-mobile-timeline {
      display: none;
    }

    .method-step-card h3 {
      color: #fff;
      font-size: 1.18rem;
      margin-bottom: 0.8rem;
      line-height: 1.2;
    }

    .method-step-card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.97rem;
      line-height: 1.72;
    }

    @media (min-width: 1600px) {
      .method-section-refined {
        padding: 124px 0;
      }

      .method-section-refined .container {
        max-width: 1480px;
      }

      .method-section-header {
        max-width: 900px;
        margin-bottom: 4.5rem;
      }

      .method-section-header h2 {
        font-size: clamp(2.3rem, 2.5vw, 3.6rem);
      }

      .method-section-header p {
        font-size: 1.1rem;
      }

      .method-step-card {
        padding: 1.8rem;
      }

      .method-step-card h3 {
        font-size: 1.24rem;
      }

      .method-step-card p {
        font-size: 1rem;
      }
    }

    @media (max-width: 1199.98px) {
      .method-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 767.98px) {
      .method-section-refined {
        padding: 78px 0;
      }

      .method-section-header {
        margin-bottom: 2.4rem;
      }

      .method-section-header h2 {
        font-size: clamp(1.55rem, 7vw, 2.2rem);
        line-height: 1.12;
      }

      .method-section-header p {
        font-size: 0.94rem;
        line-height: 1.65;
      }

      .method-steps {
        grid-template-columns: 1fr;
        gap: 0.9rem;
      }

      .method-step-card {
        display: grid;
        grid-template-columns: 34px 1fr;
        gap: 0.9rem;
        padding: 1.15rem;
        border-radius: 20px;
      }

      .method-step-top {
        display: none;
      }

      .method-mobile-timeline {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        min-height: 100%;
      }

      .method-mobile-line {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.12);
        border-radius: 999px;
        overflow: hidden;
      }

      .method-mobile-line-fill {
        position: absolute;
        inset: 0 0 auto 0;
        height: 0%;
        background: linear-gradient(180deg, #8ec5ff, #22ddd2);
        border-radius: 999px;
        transition: height 0.18s linear;
      }

      .method-mobile-dot {
        position: relative;
        z-index: 2;
        width: 16px;
        height: 16px;
        margin-top: 0.2rem;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #8ec5ff;
        box-shadow: 0 0 0 6px rgba(142, 197, 255, 0.12);
      }

      .method-step-content {
        padding-bottom: 0.2rem;
      }

      .method-step-card h3 {
        font-size: 1.05rem;
        margin-bottom: 0.6rem;
      }

      .method-step-card p {
        font-size: 0.92rem;
        line-height: 1.62;
      }
    }


/* ==========================================
   CASE SECTION REFINED
   Imagem 1536 x 955
   ========================================== */
.case-section-refined .container {
  max-width: 1280px;
}

.case-highlight-refined {
  overflow: hidden;
  border: 1px solid var(--dlr-border);
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 22px 60px rgba(23, 32, 51, 0.08);
}

.case-image-side {
  padding: 1.25rem;
}

.case-image-frame-refined {
  background: #fff;
  border: 1px solid var(--dlr-border);
  border-radius: 28px;
  padding: 0.85rem;
  box-shadow: 0 16px 40px rgba(23, 32, 51, 0.08);
}

.case-image-refined {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1917 / 937;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 1px solid var(--dlr-border);
  background: #e9eef6;
}

.case-content-refined {
  padding: 2.4rem 2.4rem 2.4rem 1.2rem;
}

.case-tag-refined {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--dlr-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-title-refined {
  color: var(--dlr-navy);
  font-size: clamp(1.9rem, 2.8vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 1.2rem;
  max-width: 620px;
}

.case-text-refined p {
  color: var(--dlr-text-2);
  font-size: 1rem;
  line-height: 1.72;
  margin-bottom: 1rem;
}

.case-text-refined p:last-child {
  margin-bottom: 0;
}

.case-metrics-refined {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 2.1rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--dlr-border);
}

.case-metric-item {
  min-width: 150px;
}

.case-metric-item strong {
  display: block;
  color: var(--dlr-navy);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.case-metric-item span {
  color: var(--dlr-text-2);
  font-size: 0.92rem;
  line-height: 1.4;
}

.case-btn-refined {
  min-width: 220px;
}

@media (min-width: 1600px) {
  .case-section-refined .container {
    max-width: 1440px;
  }

  .case-image-side {
    padding: 1.5rem;
  }

  .case-image-frame-refined {
    padding: 1rem;
    border-radius: 30px;
  }

  .case-image-refined {
    border-radius: 20px;
  }

  .case-content-refined {
    padding: 3rem 3rem 3rem 1.5rem;
  }

  .case-title-refined {
    font-size: clamp(2.2rem, 2.5vw, 3.2rem);
    max-width: 680px;
  }

  .case-text-refined p {
    font-size: 1.04rem;
  }
}

@media (max-width: 991.98px) {
  .case-highlight-refined {
    border-radius: 28px;
  }

  .case-image-side {
    padding: 1rem 1rem 0;
  }

  .case-content-refined {
    padding: 1.8rem;
  }

  .case-title-refined {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .case-highlight-refined {
    border-radius: 24px;
  }

  .case-image-side {
    padding: 0.9rem 0.9rem 0;
  }

  .case-image-frame-refined {
    padding: 0.65rem;
    border-radius: 20px;
  }

  .case-image-refined {
    border-radius: 14px;
  }

  .case-content-refined {
    padding: 1.3rem;
  }

  .case-title-refined {
    font-size: clamp(1.5rem, 7vw, 2rem);
    line-height: 1.12;
    margin-bottom: 1rem;
  }

  .case-text-refined p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .case-metrics-refined {
    flex-direction: column;
    gap: 0.9rem;
    margin: 1.5rem 0 1.7rem;
    padding-top: 1rem;
  }

  .case-metric-item strong {
    font-size: 1.45rem;
  }

  .case-btn-refined {
    width: 100%;
    min-width: 0;
  }
}


    /* ==========================================
   BLOG SECTION REFINED DARK
   ========================================== */
.blog-section-refined-dark {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at top right, rgba(46, 115, 234, 0.14), transparent 24%),
    radial-gradient(circle at bottom left, rgba(34, 221, 210, 0.08), transparent 20%),
    linear-gradient(180deg, #0f1d45 0%, #172d67 100%);
  overflow: hidden;
}

.blog-section-refined-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.22;
  pointer-events: none;
}

.blog-section-refined-dark .container {
  max-width: 1320px;
  z-index: 2;
}

.blog-section-shell {
  position: relative;
  z-index: 2;
}

.blog-section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.blog-section-heading {
  max-width: 760px;
}

.blog-section-eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #8ec5ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-section-heading h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 0.9rem;
}

.blog-section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.72;
}

.blog-section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
  transition: gap 0.28s ease, color 0.28s ease;
}

.blog-section-link:hover {
  gap: 0.9rem;
  color: #8ec5ff;
}

.blog-value-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  margin-bottom: 2.2rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.blog-value-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
}

.blog-value-strip i {
  color: #8ec5ff;
}

.blog-layout-refined {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 1.4rem;
}

.blog-featured-refined {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.blog-featured-image-wrap {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-featured-image {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.blog-featured-content {
  padding: 1.75rem;
}

.blog-post-tag {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #8ec5ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-featured-content h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.18;
}

.blog-featured-content h3 a,
.blog-side-content h4 a {
  color: #fff;
  text-decoration: none;
}

.blog-featured-content h3 a:hover,
.blog-side-content h4 a:hover {
  color: #8ec5ff;
}

.blog-featured-content p {
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.72;
}

.blog-side-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.blog-side-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.blog-side-image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-side-content {
  padding: 1.25rem;
}

.blog-side-content h4 {
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #8ec5ff;
  text-decoration: none;
  font-weight: 800;
  transition: gap 0.25s ease;
}

.blog-read-link:hover {
  gap: 0.75rem;
  color: #fff;
}

.blog-section-mobile-cta {
  margin-top: 1.4rem;
}

@media (min-width: 1600px) {
  .blog-section-refined-dark {
    padding: 124px 0;
  }

  .blog-section-refined-dark .container {
    max-width: 1480px;
  }

  .blog-section-heading h2 {
    font-size: clamp(2.3rem, 2.6vw, 3.5rem);
  }

  .blog-section-heading p {
    font-size: 1.08rem;
  }

  .blog-featured-image {
    height: 410px;
  }

  .blog-featured-content {
    padding: 2rem;
  }

  .blog-side-content {
    padding: 1.4rem;
  }
}

@media (max-width: 991.98px) {
  .blog-section-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.6rem;
  }

  .blog-layout-refined {
    grid-template-columns: 1fr;
  }

  .blog-featured-image {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-refined-dark {
    padding: 78px 0;
  }

  .blog-section-heading h2 {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
    line-height: 1.12;
  }

  .blog-section-heading p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .blog-value-strip {
    padding: 0.9rem 1rem;
    gap: 0.55rem 1rem;
  }

  .blog-value-strip span {
    font-size: 0.86rem;
  }

  .blog-featured-refined,
  .blog-side-card {
    border-radius: 20px;
  }

  .blog-featured-image {
    height: 220px;
  }

  .blog-featured-content {
    padding: 1.15rem;
  }

  .blog-featured-content h3 {
    font-size: 1.2rem;
  }

  .blog-featured-content p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .blog-side-image {
    height: 160px;
  }

  .blog-side-content {
    padding: 1rem;
  }

  .blog-side-content h4 {
    font-size: 0.98rem;
  }
}


    /* ==========================================
   FINAL CTA SECTION REFINED
   ========================================== */
.final-cta-section {
  padding: 110px 0;
  background: #fff;
}

.final-cta-section .container {
  max-width: 1240px;
}

.final-cta-box {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--dlr-border);
  border-radius: 34px;
  padding: 3.4rem 2rem;
  background:
    radial-gradient(circle at top right, rgba(46, 115, 234, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(83, 25, 251, 0.07), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.08);
}

.final-cta-box::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--dlr-primary), var(--dlr-secondary));
  opacity: 0.95;
}

.final-cta-content {
  max-width: 760px;
}

.final-cta-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--dlr-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.final-cta-content h2 {
  color: var(--dlr-navy);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

.final-cta-content p {
  margin: 0 auto 2rem;
  max-width: 680px;
  color: var(--dlr-text-2);
  font-size: 1.04rem;
  line-height: 1.75;
}

.final-cta-button {
  min-width: 260px;
  padding: 1rem 1.7rem;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(46, 115, 234, 0.20);
}

.final-cta-button:hover,
.final-cta-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(46, 115, 234, 0.26);
}

@media (min-width: 1600px) {
  .final-cta-section {
    padding: 124px 0;
  }

  .final-cta-section .container {
    max-width: 1380px;
  }

  .final-cta-box {
    padding: 4rem 2.5rem;
  }

  .final-cta-content {
    max-width: 820px;
  }

  .final-cta-content h2 {
    font-size: clamp(2.3rem, 2.6vw, 3.5rem);
  }

  .final-cta-content p {
    font-size: 1.08rem;
  }
}

@media (max-width: 767.98px) {
  .final-cta-section {
    padding: 78px 0;
  }

  .final-cta-box {
    border-radius: 24px;
    padding: 2rem 1.15rem;
  }

  .final-cta-content h2 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
    line-height: 1.12;
  }

  .final-cta-content p {
    font-size: 0.94rem;
    line-height: 1.62;
    margin-bottom: 1.4rem;
  }

  .final-cta-button {
    width: 100%;
    min-width: 0;
  }
}
/* ==========================================
   FOOTER INSTITUTIONAL REFINED
   ========================================== */
.footer-institutional-refined {
  padding: 72px 0 26px;
  background: #fff;
}

.footer-institutional-refined .container {
  max-width: 1280px;
}

.footer-main-refined {
  padding-bottom: 2.8rem;
}

.footer-brand-logo {
  height: 52px;
  width: auto;
  display: block;
  margin-bottom: 1.2rem;
}

.footer-brand-text {
  max-width: 420px;
  color: var(--dlr-text-2);
  font-size: 0.98rem;
  line-height: 1.72;
  margin-bottom: 1.5rem;
}

.footer-location-refined {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--dlr-text-2);
}

.footer-location-refined i {
  color: var(--dlr-primary);
  font-size: 1.15rem;
  margin-top: 0.1rem;
}

.footer-location-refined strong {
  display: block;
  color: var(--dlr-text);
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.footer-location-refined span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-nav-block h5,
.footer-contact-block h5 {
  color: var(--dlr-text);
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 1.15rem;
}

.footer-nav-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-block li + li {
  margin-top: 0.8rem;
}

.footer-nav-block a {
  color: var(--dlr-text-2);
  text-decoration: none;
  font-size: 0.94rem;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.footer-nav-block a:hover {
  color: var(--dlr-primary);
}

.footer-contact-card {
  padding: 1rem 1rem;
  border: 1px solid var(--dlr-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  max-width: 360px;
}

.footer-contact-card span {
  display: block;
  color: var(--dlr-text-3);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-contact-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--dlr-text);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-contact-card a i {
  color: var(--dlr-primary);
  font-size: 1rem;
}

.footer-socials-refined {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.footer-socials-refined a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--dlr-border);
  background: #fff;
  color: var(--dlr-text-2);
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-socials-refined a:hover {
  color: var(--dlr-primary);
  border-color: rgba(46, 115, 234, 0.28);
  background: var(--dlr-surface-3);
}

.footer-bottom-refined {
  padding-top: 1.5rem;
  border-top: 1px solid var(--dlr-border);
}

.footer-bottom-refined p {
  color: var(--dlr-text-3);
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: var(--dlr-text-3);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.25s ease;
}

.footer-bottom-links a:hover {
  color: var(--dlr-primary);
}

@media (min-width: 1600px) {
  .footer-institutional-refined .container {
    max-width: 1440px;
  }

  .footer-brand-text {
    max-width: 460px;
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .footer-institutional-refined {
    padding: 56px 0 22px;
  }

  .footer-brand-logo {
    height: 46px;
  }

  .footer-brand-text {
    max-width: 100%;
    font-size: 0.93rem;
    line-height: 1.62;
  }

  .footer-contact-card {
    max-width: 100%;
  }

  .footer-bottom-links {
    justify-content: flex-start;
    gap: 1rem 1.25rem;
  }
}
.services-section-refined .container {
  max-width: 1280px !important;
}

.services-section-header h2 {
  max-width: 720px !important;
}

.services-list {
  width: 100% !important;
}

.services-list .service-row-refined {
  display: flex !important;
  align-items: center !important;
  gap: 1.5rem !important;
  padding: 2rem 0 !important;
  border-top: 1px solid var(--dlr-border) !important;
  text-decoration: none !important;
  color: var(--dlr-text) !important;
  transition:
    background 0.28s ease !important,
    padding-left 0.28s ease !important,
    padding-right 0.28s ease !important,
    border-color 0.28s ease !important,
    box-shadow 0.28s ease !important;
}

.services-list .service-row-refined:last-child {
  border-bottom: 1px solid var(--dlr-border) !important;
}

.services-list .service-row-refined:hover {
  background: var(--dlr-surface-2) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: var(--dlr-text) !important;
  border-radius: 12px !important;
}

.services-list .service-row-mobile-icon {
  display: none !important;
}

.services-list .service-row-main {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
}

.services-list .service-row-refined h3 {
  margin: 0 !important;
  width: 35% !important;
  min-width: 0 !important;
  font-size: 1.45rem !important;
  line-height: 1.15 !important;
  color: var(--dlr-text) !important;
}

.services-list .service-row-refined p {
  margin: 0 !important;
  width: 50% !important;
  min-width: 0 !important;
  color: var(--dlr-text-2) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

.services-list .service-row-refined .service-arrow {
  width: 15% !important;
  min-width: 110px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.55rem !important;
  color: var(--dlr-primary) !important;
  font-size: 1.2rem !important;
  transition: transform 0.28s ease !important;
}

.services-list .service-row-refined .service-arrow-label {
  display: inline-block !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--dlr-primary) !important;
}

.services-list .service-row-refined:hover .service-arrow {
  transform: translateX(8px) !important;
}

@media (min-width: 1600px) {
  .services-section-refined .container {
    max-width: 1440px !important;
  }

  .services-list .service-row-refined {
    padding: 2.25rem 0 !important;
  }

  .services-list .service-row-refined h3 {
    font-size: 1.62rem !important;
  }

  .services-list .service-row-refined p {
    font-size: 1.05rem !important;
  }

  .services-list .service-row-refined .service-arrow {
    min-width: 130px !important;
  }
}

@media (max-width: 991.98px) {
  .services-list .service-row-refined {
    gap: 1.1rem !important;
    padding: 1.6rem 0 !important;
  }

  .services-list .service-row-refined h3 {
    width: 38% !important;
    font-size: 1.22rem !important;
  }

  .services-list .service-row-refined p {
    width: 47% !important;
    font-size: 0.96rem !important;
    line-height: 1.62 !important;
  }

  .services-list .service-row-refined .service-arrow {
    width: 15% !important;
    min-width: 80px !important;
  }

  .services-list .service-row-refined .service-arrow-label {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .services-section-refined .container {
    max-width: 100% !important;
  }

  .services-section-header {
    margin-bottom: 2rem !important;
  }

  .services-section-header h2 {
    max-width: 100% !important;
  }

  .services-list {
    display: grid !important;
    gap: 0.9rem !important;
    margin-top: 1.5rem !important;
  }

  .services-list .service-row-refined {
    display: grid !important;
    grid-template-columns: 52px 1fr !important;
    gap: 0.9rem !important;
    align-items: flex-start !important;
    padding: 1rem !important;
    background: #fff !important;
    border: 1px solid var(--dlr-border) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.04) !important;
  }

  .services-list .service-row-refined:last-child {
    border-bottom: 1px solid var(--dlr-border) !important;
  }

  .services-list .service-row-refined:hover {
    padding: 1rem !important;
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.07) !important;
  }

  .services-list .service-row-mobile-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
    background: var(--dlr-surface-3) !important;
    color: var(--dlr-primary) !important;
    font-size: 1.35rem !important;
    flex-shrink: 0 !important;
  }

  .services-list .service-row-main {
    display: block !important;
    width: 100% !important;
  }

  .services-list .service-row-refined h3 {
    width: 100% !important;
    font-size: 1.02rem !important;
    line-height: 1.22 !important;
    margin-bottom: 0.45rem !important;
  }

  .services-list .service-row-refined p {
    width: 100% !important;
    font-size: 0.91rem !important;
    line-height: 1.55 !important;
    margin-bottom: 0.8rem !important;
  }

  .services-list .service-row-refined .service-arrow {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
    gap: 0.45rem !important;
    font-size: 1rem !important;
    transform: none !important;
    padding-left: calc(52px + 0.9rem) !important;
  }

  .services-list .service-row-refined .service-arrow-label {
    display: inline !important;
    font-size: 0.76rem !important;
  }
}

@media (max-width: 575.98px) {
  .services-list {
    gap: 0.75rem !important;
  }

  .services-list .service-row-refined {
    grid-template-columns: 46px 1fr !important;
    gap: 0.8rem !important;
    padding: 0.9rem !important;
    border-radius: 16px !important;
  }

  .services-list .service-row-mobile-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
    font-size: 1.18rem !important;
  }

  .services-list .service-row-refined h3 {
    font-size: 0.98rem !important;
  }

  .services-list .service-row-refined p {
    font-size: 0.88rem !important;
  }

  .services-list .service-row-refined .service-arrow {
    padding-left: calc(46px + 0.8rem) !important;
  }

  .services-list .service-row-refined .service-arrow-label {
    font-size: 0.74rem !important;
  }
}
.expertise-strip-refined {
  position: relative;
  padding: 1.1rem 0;
  background:
    radial-gradient(circle at top right, rgba(46, 115, 234, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(34, 221, 210, 0.10), transparent 24%),
    linear-gradient(180deg, #172d67 0%, #0f1d45 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.expertise-strip-refined::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.18;
  pointer-events: none;
}

.expertise-strip-refined .container {
  position: relative;
  z-index: 2;
}

.expertise-strip-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
}

.expertise-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #8ec5ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.expertise-strip-label i {
  font-size: 0.95rem;
  color: #8ec5ff;
}

.expertise-strip-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.expertise-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.35;
  white-space: nowrap;
}

.expertise-item i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.expertise-separator {
  color: rgba(255, 255, 255, 0.24);
  font-weight: 400;
}

@media (min-width: 992px) {
  .expertise-strip-inner {
    flex-direction: row;
  }
}

@media (max-width: 767.98px) {
  .expertise-strip-refined {
    padding: 1rem 0;
  }

  .expertise-strip-label {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .expertise-strip-items {
    gap: 0.7rem 0.9rem;
    font-size: 0.86rem;
  }

  .expertise-item {
    white-space: normal;
    justify-content: center;
  }

  .expertise-separator {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .expertise-strip-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    width: 100%;
  }

  .expertise-item {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .expertise-strip-items {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.75rem 1rem !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
  }

  .expertise-item {
    width: auto !important;
    text-align: center !important;
    justify-content: center !important;
  }
}

/* ==========================================
   MODAL FORM DARK BLUE
   ========================================== */
.project-modal-dark {
  background:
    radial-gradient(circle at top right, rgba(46, 115, 234, 0.14), transparent 28%),
    linear-gradient(180deg, #081225 0%, #0b1833 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.project-modal-header {
  padding: 1rem 1rem 0.35rem;
}

.project-modal-eyebrow {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #8ec5ff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-modal-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  max-width: 520px;
}

.project-modal-close {
  box-shadow: none !important;
  opacity: 0.9;
}

.project-modal-body {
  padding: 0.5rem 1rem 1rem;
}

.project-modal-form {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 1rem;
}

.project-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 0.85rem;
}

.project-field-full {
  grid-column: 1 / -1;
}

.project-label {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.9rem;
  font-weight: 600;
}

.project-label span {
  color: #ff6b6b;
}

.project-input {
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(5, 10, 20, 0.55);
  color: #fff;
  outline: none;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.project-input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.project-input:focus {
  border-color: rgba(142, 197, 255, 0.55);
  background: rgba(5, 10, 20, 0.72);
  box-shadow: 0 0 0 0.18rem rgba(46, 115, 234, 0.16);
}

.project-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.7) 50%),
    linear-gradient(135deg, rgba(255,255,255,.7) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

.project-revenue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.project-revenue-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.project-revenue-chip {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.project-revenue-chip:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(142, 197, 255, 0.28);
}

.project-revenue-input:checked + .project-revenue-chip {
  background: linear-gradient(180deg, #2e73ea 0%, #225fca 100%);
  border-color: rgba(142, 197, 255, 0.55);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 12px 28px rgba(46, 115, 234, 0.22);
}

.project-modal-actions {
  margin-top: 1rem;
}

.project-submit-btn {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #2e73ea 0%, #245fca 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  box-shadow: 0 18px 40px rgba(46, 115, 234, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 46px rgba(46, 115, 234, 0.28);
}

.project-submit-btn i {
  font-size: 1.1rem;
}

/* Desktop */
@media (min-width: 768px) {
  .project-modal-header {
    padding: 1.25rem 1.25rem 0.4rem;
  }

  .project-modal-body {
    padding: 0.6rem 1.25rem 1.25rem;
  }

  .project-modal-form {
    padding: 1.15rem;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .modal-dialog.modal-fullscreen-sm-down {
    margin: 0 !important;
  }

  .project-modal-dark {
    min-height: 100dvh;
    border-radius: 0;
  }

  .project-modal-header {
    padding: 0.85rem 0.85rem 0.25rem;
  }

  .project-modal-title {
    font-size: 1rem;
    max-width: 280px;
  }

  .project-modal-body {
    padding: 0.35rem 0.85rem 0.85rem;
  }

  .project-modal-form {
    padding: 0.85rem;
    border-radius: 18px;
  }

  .project-form-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .project-input {
    min-height: 48px;
    padding: 0.75rem 0.9rem;
    border-radius: 14px;
  }

  .project-label {
    margin-bottom: 0.35rem;
    font-size: 0.86rem;
  }

  .project-revenue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .project-revenue-chip {
    min-height: 46px;
    font-size: 0.88rem;
    border-radius: 14px;
    padding: 0.7rem 0.55rem;
  }

  .project-submit-btn {
    min-height: 52px;
    border-radius: 16px;
    font-size: 0.96rem;
  }
}

/* Telas muito baixas */
@media (max-height: 740px) and (max-width: 767.98px) {
  .project-modal-header {
    padding-bottom: 0.15rem;
  }

  .project-modal-body {
    padding-top: 0.25rem;
  }

  .project-modal-form {
    padding: 0.75rem;
  }

  .project-form-grid {
    gap: 0.55rem;
  }

  .project-input {
    min-height: 44px;
    padding: 0.68rem 0.85rem;
  }

  .project-revenue-chip {
    min-height: 42px;
    font-size: 0.84rem;
  }

  .project-modal-actions {
    margin-top: 0.8rem;
  }

  .project-submit-btn {
    min-height: 48px;
  }
}
/* ==========================================
   CTA BUTTONS REFINED
   Azul alinhado às seções escuras do site
   ========================================== */

.btn-primary,
.hero-main-btn,
.final-cta-button,
.case-btn-refined,
.project-submit-btn {
  background: linear-gradient(180deg, #172d67 0%, #0f1d45 100%) !important;
  border-color: #172d67 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(15, 29, 69, 0.22) !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease !important;
}

.btn-primary:hover,
.btn-primary:focus,
.hero-main-btn:hover,
.hero-main-btn:focus,
.final-cta-button:hover,
.final-cta-button:focus,
.case-btn-refined:hover,
.case-btn-refined:focus,
.project-submit-btn:hover,
.project-submit-btn:focus {
  background: linear-gradient(180deg, #1d397f 0%, #132556 100%) !important;
  border-color: #1d397f !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 40px rgba(15, 29, 69, 0.30) !important;
}

.btn-primary:active,
.hero-main-btn:active,
.final-cta-button:active,
.case-btn-refined:active,
.project-submit-btn:active {
  background: linear-gradient(180deg, #10214e 0%, #0b1737 100%) !important;
  border-color: #10214e !important;
  color: #ffffff !important;
  transform: translateY(0) !important;
  box-shadow: 0 10px 24px rgba(15, 29, 69, 0.22) !important;
}

.btn-primary:focus-visible,
.hero-main-btn:focus-visible,
.final-cta-button:focus-visible,
.case-btn-refined:focus-visible,
.project-submit-btn:focus-visible {
  outline: none !important;
  box-shadow:
    0 0 0 0.2rem rgba(23, 45, 103, 0.18),
    0 18px 40px rgba(15, 29, 69, 0.30) !important;
}

/* Opcional: outline buttons em harmonia com o azul novo */
.btn-outline-primary {
  color: #172d67 !important;
  border-color: rgba(23, 45, 103, 0.26) !important;
  background: #ffffff !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: rgba(23, 45, 103, 0.06) !important;
  color: #172d67 !important;
  border-color: #172d67 !important;
}

/* CTA outline mais neutro */
.btn-outline-secondary {
  color: var(--dlr-text) !important;
  border-color: var(--dlr-border-strong) !important;
  background: #ffffff !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  color: #172d67 !important;
  border-color: rgba(23, 45, 103, 0.26) !important;
  background: rgba(23, 45, 103, 0.04) !important;
}

.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1100 !important;
}
body {
  padding-top: 88px !important;
}

/* ==========================================
   HEADER CLEAN COM OFFCANVAS MOBILE
   ========================================== */

.site-navbar-clean {
  min-height: 84px;
}

.mobile-header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.mobile-navbar-cta {
  min-height: 42px;
  padding: 0.68rem 0.95rem;
  border-radius: 12px;
  background: #f4f7ff !important;
  border: 1px solid rgba(23, 45, 103, 0.10) !important;
  color: #172d67 !important;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(23, 32, 51, 0.08);
}

.mobile-navbar-cta:hover,
.mobile-navbar-cta:focus {
  background: #ffffff !important;
  color: #0f1d45 !important;
}

@media (min-width: 992px) {
  .mobile-header-actions,
  .mobile-offcanvas-clean {
    display: none !important;
  }

  .desktop-navbar {
    display: flex !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-navbar {
    display: none !important;
  }

  .site-navbar-clean {
    min-height: 74px;
  }

  .navbar-toggler {
    border: 1px solid var(--dlr-border) !important;
    border-radius: 12px !important;
    padding: 0.45rem 0.7rem !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .mobile-offcanvas-clean {
    width: min(88vw, 360px) !important;
    height: 100dvh !important;
    background: linear-gradient(180deg, #172d67 0%, #0f1d45 100%) !important;
    color: #fff !important;
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .mobile-offcanvas-clean .offcanvas-header {
    padding: 1rem 1rem 0.85rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    flex-shrink: 0 !important;
  }

  .mobile-offcanvas-clean .offcanvas-body {
    padding: 1rem !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    display: block !important;
    flex: 1 1 auto !important;
  }

  .mobile-offcanvas-clean .navbar-brand img {
    height: 42px !important;
    width: auto !important;
  }

  .mobile-menu-nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    margin-bottom: 1rem !important;
  }

  .mobile-menu-link {
    display: block !important;
    padding: 0.9rem 0.95rem !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 700 !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }

  .mobile-menu-group {
    padding: 0.95rem !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }

  .mobile-menu-title {
    display: block !important;
    margin-bottom: 0.75rem !important;
    color: #8ec5ff !important;
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
  }

  .mobile-submenu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
  }

  .mobile-submenu-link {
    display: block !important;
    padding: 0.45rem 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
  }

  .mobile-menu-cta {
    margin-top: 1rem !important;
    padding-top: 0.25rem !important;
  }

  .mobile-menu-cta-btn {
    min-height: 50px !important;
    border-radius: 14px !important;
    background: #f4f7ff !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #172d67 !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12) !important;
  }

  .mobile-menu-cta-btn:hover,
  .mobile-menu-cta-btn:focus {
    background: #ffffff !important;
    color: #0f1d45 !important;
  }
}

@media (max-width: 575.98px) {
  .site-navbar-clean {
    min-height: 70px;
  }

  .mobile-offcanvas-clean {
    width: 92vw !important;
  }

  .mobile-offcanvas-clean .navbar-brand img {
    height: 38px !important;
  }

  .mobile-navbar-cta {
    padding: 0.64rem 0.82rem;
    font-size: 0.78rem;
  }
}
.site-header {
  z-index: 1030 !important;
}

.offcanvas,
.offcanvas.show,
.offcanvas.showing {
  z-index: 1045 !important;
}

.offcanvas-backdrop,
.offcanvas-backdrop.show {
  z-index: 1040 !important;
}

.modal,
.modal.show,
.modal.showing {
  z-index: 1080 !important;
}

.modal-backdrop,
.modal-backdrop.show {
  z-index: 1070 !important;
}

.hero-title-dynamic {
  background: linear-gradient(90deg, var(--dlr-primary), var(--dlr-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  
  /* Adicione estas duas linhas para salvar as "perninhas" das letras */
  padding-bottom: 0.15em; 
  margin-bottom: -0.15em; 
}