body.delta-page {
  color: #fff7fb;
  background:
    linear-gradient(180deg, #0b0c10 0%, #15161b 48%, #0b0c10 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 96px);
}

.delta-page .site-header {
  background: #1a1c1d;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-brand--delta {
  width: 48px;
}

.site-brand--delta img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.delta-hero {
  padding: clamp(42px, 5.6vw, 78px) 0 clamp(42px, 5.4vw, 74px);
  background:
    linear-gradient(90deg, rgba(11, 12, 16, 0.98), rgba(61, 6, 27, 0.84)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 92px);
}

.delta-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.delta-hero__content h1 {
  margin: 0;
  max-width: 830px;
  color: #fff7fb;
  font-size: clamp(2.75rem, 5.35vw, 5.1rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.delta-hero__content p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 247, 251, 0.72);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.66;
}

.delta-page .section-kicker {
  color: #e3e4e5;
}

.delta-console {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.4vw, 24px);
  color: #fff7fb;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    #101116;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.delta-console__top,
.delta-console__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
}

.delta-console__top span,
.delta-console__bottom span,
.delta-proof-strip span,
.delta-role-card span,
.delta-step span,
.delta-contact-list span {
  display: block;
  color: rgba(255, 247, 251, 0.62);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.delta-console__top strong,
.delta-console__bottom strong {
  color: #fff7fb;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  line-height: 1;
  text-align: right;
}

.delta-console__layout {
  display: grid;
  grid-template-columns: 132px 1fr;
  min-height: clamp(300px, 35vw, 430px);
  background: rgba(255, 255, 255, 0.06);
}

.delta-console__layout nav {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.22);
}

.delta-console__layout nav span {
  padding: 13px 12px;
  color: rgba(255, 247, 251, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.delta-console__main {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
  padding: 18px;
}

.delta-chart {
  display: grid;
  grid-template-columns: repeat(6, minmax(18px, 1fr));
  align-items: end;
  gap: 12px;
  min-height: 220px;
  padding: 20px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 62px),
    rgba(255, 255, 255, 0.06);
}

.delta-chart i {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #e3e4e5, #85173a);
}

.delta-chart i:nth-child(1) {
  height: 42%;
}

.delta-chart i:nth-child(2) {
  height: 66%;
}

.delta-chart i:nth-child(3) {
  height: 54%;
}

.delta-chart i:nth-child(4) {
  height: 82%;
}

.delta-chart i:nth-child(5) {
  height: 70%;
}

.delta-chart i:nth-child(6) {
  height: 92%;
}

.delta-console__queue {
  display: grid;
  gap: 10px;
}

.delta-console__queue span {
  padding: 14px 16px;
  color: #fff7fb;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.delta-proof-strip {
  color: #fff7fb;
  background: #3d061b;
}

.delta-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.delta-proof-strip article {
  min-height: 190px;
  padding: clamp(24px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.04);
}

.delta-proof-strip article:nth-child(2) {
  background: rgba(255, 255, 255, 0.08);
}

.delta-proof-strip strong {
  display: block;
  margin-top: 18px;
  color: #fff7fb;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.delta-proof-strip p {
  margin: 12px 0 0;
  color: rgba(255, 247, 251, 0.72);
  line-height: 1.55;
}

.delta-section {
  padding: clamp(74px, 10vw, 132px) 0;
  background: #0b0c10;
}

.delta-section--silver {
  color: var(--atria-ink);
  background: var(--atria-silver-2);
}

.delta-section--security {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 128px);
  color: #fff;
  background: #090a0c;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.delta-section--security::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.4;
  pointer-events: none;
}

.delta-security-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: rgba(168, 51, 83, 0.05);
  border-radius: 50%;
  filter: blur(120px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.delta-security-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin: 0 auto;
}

.delta-security-heading {
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vw, 64px);
  text-align: center;
}

.delta-security-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 12px;
  color: #a83353;
  background: rgba(168, 51, 83, 0.1);
  border: 1px solid rgba(168, 51, 83, 0.2);
  border-radius: 999px;
}

.delta-security-chip svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delta-security-chip span {
  color: inherit;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.delta-security-heading h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.4em;
  line-height: 1.5;
  text-transform: uppercase;
}

.delta-security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  margin-bottom: clamp(28px, 4vw, 48px);
}

.delta-security-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: clamp(24px, 2.6vw, 32px);
  background: rgba(23, 23, 23, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    box-shadow 300ms ease;
}

.delta-security-card:hover {
  background: rgba(26, 26, 26, 0.92);
  border-color: rgba(168, 51, 83, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
}

.delta-security-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 24px;
  color: #a83353;
  background: rgba(168, 51, 83, 0.1);
  border: 1px solid rgba(168, 51, 83, 0.2);
  border-radius: 8px;
  transition: transform 300ms ease, border-color 300ms ease;
}

.delta-security-card:hover .delta-security-card__icon {
  border-color: rgba(168, 51, 83, 0.38);
  transform: scale(1.1);
}

.delta-security-card__icon svg,
.delta-security-banner svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delta-security-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.delta-security-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.7;
}

.delta-security-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(22px, 3vw, 32px);
  background: rgba(23, 23, 23, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.delta-security-banner__copy {
  display: flex;
  align-items: center;
  gap: 16px;
}

.delta-security-banner__icon {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
  border-radius: 999px;
}

.delta-security-banner h3 {
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
}

.delta-security-banner p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.55;
}

.delta-security-banner strong {
  flex: 0 0 auto;
  padding: 10px 14px;
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.22);
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delta-page .section-heading h2 {
  color: #fff7fb;
}

.delta-page .section-heading p {
  color: rgba(255, 247, 251, 0.72);
}

.delta-section--silver .section-heading h2,
.delta-section--silver .section-heading p {
  color: var(--atria-ink);
}

.delta-section--silver .section-kicker {
  color: var(--atria-primary-2);
}

.delta-role-card h3,
.delta-step h3,
.delta-contact-list strong {
  margin: 0;
  color: inherit;
  font-size: clamp(1.28rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.delta-role-card p,
.delta-step p,
.delta-contact-list p {
  margin: 12px 0 0;
  color: rgba(255, 247, 251, 0.72);
  line-height: 1.62;
}

.delta-roles-section {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 132px) clamp(16px, 3vw, 48px);
  background:
    radial-gradient(circle at 80% 8%, rgba(168, 51, 83, 0.12), transparent 30%),
    linear-gradient(180deg, #0b0c10, #090a0c);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.delta-roles-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.34;
  pointer-events: none;
}

.delta-roles-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin: 0 auto;
}

.delta-roles-heading {
  max-width: 880px;
  margin: 0 0 clamp(34px, 4.4vw, 64px);
}

.delta-roles-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5.8vw, 5.6rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.delta-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}

.delta-role-card-premium {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(24px, 2.6vw, 32px);
  color: #fff;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  box-shadow: none;
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) var(--role-delay, 0ms),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) var(--role-delay, 0ms),
    background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.delta-role-card-premium:hover {
  z-index: 2;
  background: rgba(26, 26, 26, 0.9);
  border-color: rgba(168, 51, 83, 0.4);
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(168, 51, 83, 0.15);
}

.delta-role-card-glow {
  position: absolute;
  top: -34px;
  right: -34px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(168, 51, 83, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.delta-role-card-premium:hover .delta-role-card-glow {
  opacity: 1;
}

.delta-role-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.delta-role-card-premium .delta-role-card__icon {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  background: #0b0c10;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  font-size: 1.1rem;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.delta-role-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delta-role-card-premium:hover .delta-role-card__icon {
  color: #a83353;
  background: rgba(168, 51, 83, 0.08);
  border-color: rgba(168, 51, 83, 0.28);
}

.delta-role-card-premium .delta-role-card__eyebrow {
  display: block;
  max-width: 190px;
  color: #a83353;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.delta-role-card-premium h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.18rem, 1.9vw, 1.65rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.delta-role-card-premium:hover h3 {
  color: #a83353;
}

.delta-role-card-premium p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.64;
}

.delta-role-card__rule {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.delta-role-card-premium .delta-role-card__rule span {
  display: block;
  width: 40px;
  height: 2px;
  background: #a83353;
  transition: width 0.5s ease;
}

.delta-role-card-premium:hover .delta-role-card__rule span {
  width: 100%;
}

.delta-methodology-section {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 132px) clamp(16px, 3vw, 48px);
  background:
    radial-gradient(circle at 12% 18%, rgba(168, 51, 83, 0.1), transparent 28%),
    #090a0c;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.delta-methodology-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.34;
  pointer-events: none;
}

.delta-methodology-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin: 0 auto;
}

.delta-methodology-heading {
  margin: 0 auto clamp(34px, 4vw, 58px);
  text-align: center;
}

.delta-methodology-heading h2 {
  margin: 0;
  color: #f5f2ed;
  font-size: clamp(2.2rem, 4.7vw, 4.9rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.delta-methodology-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 18px);
}

.delta-methodology-card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: clamp(32px, 3vw, 40px) clamp(22px, 2.4vw, 32px);
  color: #f5f2ed;
  text-align: center;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  cursor: default;
  filter: blur(4px);
  transform: translateX(-25px) scale(0.95);
  transition:
    opacity 0.62s cubic-bezier(0.16, 1, 0.3, 1) var(--methodology-delay, 0ms),
    transform 0.62s cubic-bezier(0.16, 1, 0.3, 1) var(--methodology-delay, 0ms),
    filter 0.62s cubic-bezier(0.16, 1, 0.3, 1) var(--methodology-delay, 0ms),
    background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.delta-methodology-card.is-visible {
  filter: blur(0);
  transform: translateX(0) scale(1);
}

.delta-methodology-card:hover {
  background: #1c1c1c;
  border-color: rgba(168, 51, 83, 0.35);
  transform: translateY(-6px);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(168, 51, 83, 0.08);
}

.delta-methodology-card__num {
  display: block;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.04);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(2.6rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
  transition:
    color 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.delta-methodology-card h3 {
  margin: 0;
  color: #f5f2ed;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.delta-methodology-card:hover .delta-methodology-card__num {
  color: rgba(168, 51, 83, 0.25);
  transform: scale(1.1) translateY(-2px);
}

.delta-methodology-card:hover h3 {
  color: #a83353;
}

.delta-footer {
  width: 100%;
  padding: clamp(48px, 7vw, 86px) clamp(20px, 5vw, 72px) 28px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.delta-footer__grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(240px, 0.8fr) minmax(180px, 0.5fr);
  align-items: center;
  gap: clamp(30px, 6vw, 82px);
  width: 100%;
}

.delta-footer__brand {
  display: grid;
  align-items: center;
  justify-items: start;
  gap: 12px;
  color: #fff7fb;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.delta-footer__brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.delta-footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 42px);
  flex-wrap: wrap;
}

.delta-footer__legal a {
  width: fit-content;
  padding-bottom: 7px;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.delta-footer__legal a:hover {
  border-color: var(--delta-primary);
  color: var(--delta-primary);
}

.delta-footer__pixelia {
  display: grid;
  justify-items: end;
  gap: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.delta-footer__pixelia img {
  width: 118px;
  max-width: 100%;
  object-fit: contain;
}

.delta-footer__bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(36px, 6vw, 72px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.floating-contact-actions {
  --transition-base: 0.34s cubic-bezier(0.16, 1, 0.3, 1);
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 12px;
}

.floating-contact-actions .floating-socials {
  position: static;
  right: auto;
  bottom: auto;
  z-index: auto;
}

.floating-socials {
  position: relative;
}

.floating-socials__summary,
.floating-whatsapp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 6px;
  color: #fff;
  background: #0f1112;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.floating-socials__summary:hover,
.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.48);
}

.floating-socials__summary::-webkit-details-marker {
  display: none;
}

.floating-socials__logo,
.floating-whatsapp span {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}

.floating-socials__logo img,
.floating-whatsapp img,
.floating-socials__list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-whatsapp svg,
.floating-socials__list svg {
  display: block;
  width: 100%;
  height: 100%;
}

.floating-whatsapp svg [fill="#ffffff"],
.floating-whatsapp svg [fill="#FFFFFF"],
.floating-socials__list svg [fill="#ffffff"],
.floating-socials__list svg [fill="#FFFFFF"] {
  transition: fill 0.26s ease;
}

.floating-whatsapp:hover svg [fill="#ffffff"],
.floating-whatsapp:hover svg [fill="#FFFFFF"],
.floating-socials__list button:hover svg [fill="#ffffff"],
.floating-socials__list button:hover svg [fill="#FFFFFF"] {
  fill: var(--delta-primary);
}

.floating-socials__logo::before,
.floating-socials__logo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: var(--delta-primary);
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.35);
  transition: opacity 0.25s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-socials__logo::after {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.35);
}

.floating-socials[open] .floating-socials__logo img {
  opacity: 0;
  transform: rotate(180deg) scale(0.35);
}

.floating-socials[open] .floating-socials__logo::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
}

.floating-socials[open] .floating-socials__logo::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
}

.floating-social-label,
.floating-whatsapp-label {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: max-content;
  min-width: 0;
  min-height: 30px;
  padding: 0 12px;
  color: #fff;
  background: rgba(15, 17, 18, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 1;
  pointer-events: auto;
  transition:
    opacity var(--transition-base),
    transform var(--transition-base),
    width var(--transition-base),
    min-width var(--transition-base),
    min-height var(--transition-base),
    padding var(--transition-base),
    border-width var(--transition-base),
    margin var(--transition-base),
    box-shadow var(--transition-base);
}

.floating-social-label {
  right: calc(100% + 10px);
  transform: translateY(-50%);
}

.floating-whatsapp-label {
  left: calc(100% + 10px);
  transform: translateY(-50%);
}

.floating-social-label.is-hidden,
.floating-whatsapp-label.is-hidden {
  width: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  opacity: 0;
  pointer-events: none;
}

.floating-social-label.is-hidden {
  margin: 0;
  box-shadow: none;
  transform: translateY(-50%) translateX(0.35rem);
}

.floating-whatsapp-label.is-hidden {
  transform: translateY(-50%) translateX(-0.35rem);
}

.floating-social-menu {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity var(--transition-base),
    transform var(--transition-base);
}

.floating-social-fab.is-open .floating-social-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-socials__list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  display: grid;
  gap: 11px;
  margin: 0;
  justify-items: end;
}

.floating-socials__list button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: default;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(22px) scale(0.5);
  transform-origin: 50% 100%;
  transition:
    opacity 0.28s ease,
    transform 0.56s cubic-bezier(0.18, 1.25, 0.32, 1),
    box-shadow 0.35s ease;
}

.floating-socials[open] .floating-socials__list,
.floating-social-fab.is-open .floating-socials__list {
  pointer-events: auto;
}

.floating-socials[open] .floating-socials__list button,
.floating-social-fab.is-open .floating-socials__list button {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.floating-socials[open] .floating-socials__list button:nth-child(1),
.floating-social-fab.is-open .floating-socials__list button:nth-child(1) {
  transition-delay: 50ms;
}

.floating-socials[open] .floating-socials__list button:nth-child(2),
.floating-social-fab.is-open .floating-socials__list button:nth-child(2) {
  transition-delay: 120ms;
}

.floating-socials[open] .floating-socials__list button:nth-child(3),
.floating-social-fab.is-open .floating-socials__list button:nth-child(3) {
  transition-delay: 190ms;
}

.floating-socials[open] .floating-socials__list button:nth-child(4),
.floating-social-fab.is-open .floating-socials__list button:nth-child(4) {
  transition-delay: 260ms;
}

.floating-socials__list button:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.44);
}

.floating-whatsapp {
  --transition-base: 0.34s cubic-bezier(0.16, 1, 0.3, 1);
  position: fixed;
  left: 18px;
  right: auto;
  bottom: 18px;
  z-index: 90;
  border-color: rgba(37, 211, 102, 0.34);
}

.floating-whatsapp span {
  background: transparent;
}

.whatsapp-modal[hidden] {
  display: none;
}

.whatsapp-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 22px;
}

.whatsapp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px);
}

.whatsapp-modal__dialog {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 20px;
  width: min(420px, 100%);
  padding: clamp(28px, 5vw, 42px);
  color: #fff;
  text-align: center;
  background: #111213;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.whatsapp-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.45rem;
}

.whatsapp-modal header {
  display: grid;
  gap: 8px;
}

.whatsapp-modal header p {
  margin: 0;
  color: #25d366;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.whatsapp-modal h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 6vw, 3rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.whatsapp-modal header span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.55;
}

.whatsapp-modal__qr {
  margin: 0;
  padding: 12px;
  background: #fff;
  border-radius: 18px;
}

.whatsapp-modal__qr img {
  display: block;
  width: 220px;
  height: 220px;
}

.whatsapp-modal__action {
  width: 100%;
  justify-content: center;
}

.delta-page .auth-modal__dialog,
.delta-page .contact-panel {
  color: var(--atria-ink);
}

.delta-contact-section {
  --contact-bg-main: #121214;
  --contact-bg-card: #18181c;
  --contact-bg-input: #0e0e10;
  --contact-border: #2d2d35;
  --contact-primary: #a83353;
  --contact-muted: #a1a1aa;
  position: relative;
  padding: clamp(88px, 10vw, 132px) 0;
  overflow: hidden;
  color: #fff;
  background: var(--contact-bg-main);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.delta-contact-section .contact-grid-mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.delta-contact-section .ambient-glow-left,
.delta-contact-section .ambient-glow-right {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.delta-contact-section .ambient-glow-left {
  top: 25%;
  left: 2.5rem;
  width: 600px;
  height: 600px;
  background: rgba(168, 51, 83, 0.1);
  filter: blur(180px);
}

.delta-contact-section .ambient-glow-right {
  right: 2.5rem;
  bottom: 2.5rem;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.04);
  filter: blur(160px);
}

.delta-contact-section .contact-section__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.38fr) minmax(360px, 0.62fr);
  gap: clamp(18px, 2vw, 26px);
  width: min(100% - 32px, 1680px);
  max-width: none;
}

.delta-contact-section .contact-panel {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--contact-bg-card);
  border: 1px solid var(--contact-border);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transition:
    border-color 700ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.delta-contact-section .contact-panel:hover {
  border-color: rgba(168, 51, 83, 0.38);
  box-shadow: 0 28px 70px -18px rgba(0, 0, 0, 0.62);
}

.delta-contact-section .corner-accent {
  position: absolute;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
}

.delta-contact-section .corner-top-left {
  top: -1px;
  left: -1px;
  border-top: 1px solid var(--contact-primary);
  border-left: 1px solid var(--contact-primary);
}

.delta-contact-section .corner-top-right {
  top: -1px;
  right: -1px;
  border-top: 1px solid var(--contact-primary);
  border-right: 1px solid var(--contact-primary);
}

.delta-contact-section .corner-bottom-right {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid var(--contact-primary);
  border-bottom: 1px solid var(--contact-primary);
}

.delta-contact-section .contact-panel h2,
.delta-contact-section .contact-panel--info h2 {
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 0.98;
}

.delta-contact-section .contact-panel:not(.contact-panel--info) h2 {
  max-width: 880px;
}

.delta-contact-section .contact-panel p,
.delta-contact-section .contact-panel--info p,
.delta-contact-section .contact-panel--info span,
.delta-contact-section .contact-panel--info a {
  color: rgba(255, 255, 255, 0.68);
}

.delta-contact-section .contact-form {
  position: relative;
  z-index: 1;
}

.delta-contact-section .contact-field {
  position: relative;
}

.delta-contact-section .contact-field span {
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.delta-contact-section .contact-field input,
.delta-contact-section .contact-field select,
.delta-contact-section .contact-field textarea {
  width: 100%;
  border: 1px solid var(--contact-border);
  border-radius: 0;
  padding: 1rem;
  color: #fff;
  background: var(--contact-bg-input);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  transition:
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.delta-contact-section .contact-field input:hover,
.delta-contact-section .contact-field select:hover,
.delta-contact-section .contact-field textarea:hover {
  border-color: #3f3f46;
}

.delta-contact-section .contact-field input:focus,
.delta-contact-section .contact-field select:focus,
.delta-contact-section .contact-field textarea:focus {
  border-color: var(--contact-primary);
  box-shadow: inset 0 -2px 0 var(--contact-primary);
}

.delta-contact-section .contact-field select {
  color-scheme: dark;
}

.delta-contact-section .contact-submit {
  position: relative;
  min-height: 56px;
  margin-top: 24px;
  color: #000;
  background: #fff;
  border-radius: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  overflow: hidden;
  transition:
    color 500ms ease,
    background 500ms ease,
    transform 220ms ease;
}

.delta-contact-section .contact-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}

.delta-contact-section .contact-submit:hover,
.delta-contact-section .contact-submit:focus-visible {
  color: #fff;
  background: var(--contact-primary);
}

.delta-contact-section .contact-feedback {
  color: #fff;
  background: #101014;
  border: 1px solid var(--contact-border);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.8rem;
}

.delta-contact-section .contact-feedback.is-success {
  color: #fff;
  background: rgba(168, 51, 83, 0.18);
  border-color: rgba(168, 51, 83, 0.58);
}

.delta-contact-section .contact-feedback.is-error {
  color: #fff;
  background: rgba(168, 51, 83, 0.16);
  border-color: rgba(168, 51, 83, 0.58);
}

.delta-contact-section .contact-panel--info {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    var(--contact-bg-card);
}

.delta-contact-section .radar-scan-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.04;
  pointer-events: none;
  transition: opacity 700ms ease;
}

.delta-contact-section .contact-panel--info:hover .radar-scan-container {
  opacity: 0.08;
}

.delta-contact-section .radar-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  animation: atriaContactSpin 40s linear infinite;
}

.delta-contact-section .radar-circle--one {
  width: 220px;
  height: 220px;
  margin: -110px 0 0 -110px;
}

.delta-contact-section .radar-circle--two {
  width: 360px;
  height: 360px;
  margin: -180px 0 0 -180px;
}

.delta-contact-section .radar-circle--three {
  width: 520px;
  height: 520px;
  margin: -260px 0 0 -260px;
}

.delta-contact-section .contact-tech-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
  margin-top: clamp(28px, 4vw, 42px);
}

.delta-contact-section .contact-tech-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  align-items: start;
}

.delta-contact-section .contact-tech-item__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--contact-primary);
  background: #0e0e10;
  border: 1px solid var(--contact-border);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1rem;
  line-height: 1;
}

.delta-contact-section .contact-tech-item__icon svg,
.delta-contact-section .contact-tech-note span svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delta-contact-section .contact-tech-item p,
.delta-contact-section .contact-tech-note p {
  margin: 0 0 8px;
  color: var(--contact-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.delta-contact-section .contact-tech-item strong,
.delta-contact-section .contact-tech-item strong a {
  display: block;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.delta-contact-section .contact-tech-item a {
  display: inline-block;
  margin-top: 8px;
  color: var(--contact-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.delta-contact-section .contact-tech-item small,
.delta-contact-section .contact-tech-note small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.46);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.delta-contact-section .contact-tech-item dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.delta-contact-section .contact-tech-item dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.delta-contact-section .contact-tech-item dt,
.delta-contact-section .contact-tech-item dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.delta-contact-section .contact-tech-note {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 12px;
  align-items: start;
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.delta-contact-section .contact-tech-note > span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--contact-primary);
}

.delta-contact-section .contact-tech-note p {
  margin-top: 2px;
}

.delta-contact-section .contact-tech-note small {
  grid-column: 2;
}

@keyframes atriaContactSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1120px) {
  .delta-hero__grid {
    grid-template-columns: 1fr;
  }

  .delta-role-grid,
  .delta-methodology-grid,
  .delta-security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .site-brand--delta img {
    width: 35px;
    height: 35px;
  }

  .delta-hero__content h1 {
    font-size: clamp(2.65rem, 15vw, 4.9rem);
  }

  .delta-console__layout {
    grid-template-columns: 1fr;
  }

  .delta-console__layout nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delta-proof-strip__grid,
  .delta-role-grid,
  .delta-methodology-grid,
  .delta-security-grid,
  .delta-footer__grid {
    grid-template-columns: 1fr;
  }

  .delta-security-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .delta-security-banner strong {
    width: 100%;
    text-align: center;
  }

  .delta-proof-strip__grid {
    display: grid;
  }

  .delta-footer__grid {
    justify-items: start;
  }

  .delta-footer__legal {
    justify-content: flex-start;
  }

  .delta-footer__pixelia {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .delta-console__top,
  .delta-console__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-contact-actions {
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .floating-socials__summary,
  .floating-whatsapp {
    width: 50px;
    height: 50px;
    min-height: 50px;
    padding: 5px;
  }

  .floating-whatsapp {
    left: 12px;
    bottom: 12px;
  }

  .delta-console__top strong,
  .delta-console__bottom strong {
    text-align: left;
  }

  .delta-chart {
    gap: 8px;
    padding: 14px;
  }
}
