:root {
  --gold: #c5a059;
  --gold-light: #e7cf92;
  --gold-dark: #8f6b25;
  --navy: #0a1f3f;
  --navy-deep: #06142b;
  --navy-soft: #102b50;
  --greece-white: #f7f3e8;
  --greece-white-soft: #fbf8f0;
  --white: var(--greece-white);
  --charcoal: #2c2c2c;
  --ink: #101828;
  --muted: #667085;
  --mist: #eee9dd;
  --line: rgba(10, 31, 63, 0.14);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --radius-xl: 46px;
  --radius-pill: 999px;
  --shadow: 0 24px 70px rgba(6, 20, 43, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 248, 240, 0.98), rgba(247, 243, 232, 0.98)),
    url("assets/corino-texture.jpg") center/420px;
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("assets/corino-texture.jpg") center/760px;
  opacity: 0.032;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

body::selection {
  color: var(--navy);
  background: var(--gold-light);
}

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(rgba(6, 20, 43, 0.94), rgba(6, 20, 43, 0.98)),
    url("assets/corino-texture.jpg") center/cover;
  color: var(--white);
  backdrop-filter: blur(20px);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-symbol {
  width: 54px;
  height: 44px;
  color: var(--gold);
  object-fit: contain;
  padding: 0;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.26));
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  color: var(--gold-light);
  font-size: 1.28rem;
  font-weight: 800;
}

.brand small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-menu a {
  padding: 10px 0;
  transition: color 180ms ease;
}

.nav-menu a:hover {
  color: var(--gold-light);
}

.nav-action {
  padding: 12px 18px !important;
  border: 1px solid rgba(197, 160, 89, 0.6);
  border-radius: var(--radius-pill);
  color: var(--gold-light) !important;
  transition: all 250ms ease;
}

.nav-action:hover {
  background: rgba(197, 160, 89, 0.15);
  border-color: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(197, 160, 89, 0.25);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(197, 160, 89, 0.14), transparent 30%),
    linear-gradient(118deg, rgba(4, 16, 33, 0.96) 0%, rgba(10, 31, 63, 0.92) 48%, rgba(6, 20, 43, 0.98) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 78% 62%, rgba(197, 160, 89, 0.08), transparent 34%),
    url("assets/corino-texture.jpg") center/cover;
  opacity: 0.38;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  top: 88px;
  right: max(24px, calc((100vw - 1180px) / 2 - 10px));
  width: min(40vw, 520px);
  aspect-ratio: 1;
  background: url("assets/uruz-symbol.png") center/contain no-repeat;
  opacity: 0.12;
  filter: grayscale(1) brightness(0.9) contrast(1.35);
  mix-blend-mode: overlay;
  transform: scale(1.18);
  pointer-events: none;
}

.hero-grain {
  display: none;
}

.hero-watermark {
  display: none;
}

.hero-watermark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 13;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-composition path,
.identity-board path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-content {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 48px;
  align-items: center;
  padding: 92px 0;
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  width: min(760px, 100%);
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-lead {
  width: min(660px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-actions,
.carousel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

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

.button-primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy-deep);
}

.button-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(197, 160, 89, 0.45);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(680px, 100%);
  margin: 54px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.hero-proof div {
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof dt {
  color: var(--gold-light);
  font-size: 1.65rem;
  font-weight: 800;
}

.hero-proof dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
}

.context-flow {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(197, 160, 89, 0.26);
  border-radius: 30px 30px 48px 30px;
  background:
    linear-gradient(155deg, rgba(11, 31, 59, 0.9), rgba(7, 20, 42, 0.82)),
    url("assets/corino-texture.jpg") center/380px;
  color: var(--white);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  justify-self: end;
}

.context-flow::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(197, 160, 89, 0.12);
  border-radius: 20px 20px 40px 20px;
  pointer-events: none;
}

.context-flow::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -12px;
  width: 188px;
  aspect-ratio: 1;
  background: url("assets/uruz-symbol.png") center/contain no-repeat;
  opacity: 0.08;
  filter: grayscale(1) brightness(1.1);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.context-topline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.flow-label {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  background: rgba(197, 160, 89, 0.14);
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.context-chip {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
}

.context-flow h2 {
  position: relative;
  margin: 0;
  color: var(--white);
  font-size: 1.68rem;
  line-height: 1.1;
}

.context-intro {
  position: relative;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.65;
}

.flowchart {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0;
}

.flow-node {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.flow-node:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 36px;
  bottom: -14px;
  width: 1px;
  height: 16px;
  background: linear-gradient(180deg, rgba(231, 207, 146, 0.52), rgba(231, 207, 146, 0.08));
}

.flow-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231, 207, 146, 0.36);
  border-radius: 14px;
  background: rgba(231, 207, 146, 0.08);
  color: var(--gold-light);
  font-weight: 800;
}

.flow-node strong {
  display: block;
  color: var(--white);
  font-size: 0.98rem;
  line-height: 1.3;
}

.flow-node p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.56;
}

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

.context-points span {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.context-outcome {
  position: relative;
  padding: 18px 20px;
  border: 1px solid rgba(197, 160, 89, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.14), rgba(255, 255, 255, 0.04));
}

.context-outcome strong {
  display: block;
  color: var(--gold-light);
  font-size: 1.08rem;
}

.context-outcome p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.62;
}

.context-actions {
  display: grid;
  gap: 12px;
}

.context-flow .button {
  width: 100%;
}

.context-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.55;
}

.hero-composition {
  position: absolute;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 86px;
  width: min(520px, 42vw);
  height: 470px;
  pointer-events: none;
}

.device,
.document-stack,
.brand-card,
.letter {
  box-shadow: var(--shadow);
}

.device {
  position: absolute;
  border: 1px solid rgba(197, 160, 89, 0.36);
  background: linear-gradient(150deg, rgba(14, 43, 80, 0.94), rgba(6, 20, 43, 0.98));
  border-radius: var(--radius-xl);
}

.phone {
  left: 0;
  bottom: 30px;
  width: 132px;
  height: 268px;
  padding: 18px 14px;
  border-radius: 34px;
}

.phone::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.phone-top {
  width: 44px;
  height: 5px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.phone-logo {
  position: relative;
  z-index: 1;
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.phone span {
  position: relative;
  z-index: 1;
  display: block;
  height: 26px;
  margin-top: 11px;
  background: rgba(255, 255, 255, 0.09);
}

.phone span:nth-child(5) {
  background: rgba(197, 160, 89, 0.72);
}

.laptop {
  right: 0;
  bottom: 0;
  width: 390px;
  height: 250px;
  padding: 28px;
  border-radius: 32px 32px 20px 20px;
}

.laptop::after {
  content: "";
  position: absolute;
  left: -34px;
  right: -34px;
  bottom: -18px;
  height: 18px;
  background: linear-gradient(90deg, rgba(197, 160, 89, 0.12), rgba(255, 255, 255, 0.42), rgba(197, 160, 89, 0.16));
  border-radius: 0 0 22px 22px;
}

.screen-mark {
  height: 100%;
  display: grid;
  place-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--navy-deep);
  text-align: center;
}

.screen-mark img {
  width: 86px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.32));
}

.screen-mark strong {
  color: var(--gold-light);
  font-size: 1.22rem;
  line-height: 1.28;
}

.document-stack {
  position: absolute;
  top: 0;
  right: 30px;
  width: 190px;
  height: 226px;
  border-radius: 26px;
}

.document-stack div {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: var(--greece-white-soft);
  border: 1px solid rgba(197, 160, 89, 0.45);
}

.document-stack div:first-child {
  transform: translate(16px, 16px);
  background: #eee4cf;
}

.document-stack div:last-child::before,
.document-stack div:last-child::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  height: 2px;
  background: rgba(10, 31, 63, 0.24);
}

.document-stack div:last-child::before {
  top: 62px;
}

.document-stack div:last-child::after {
  top: 92px;
  box-shadow: 0 30px 0 rgba(10, 31, 63, 0.16), 0 60px 0 rgba(10, 31, 63, 0.12);
}

.trust-strip {
  overflow: hidden;
  background:
    linear-gradient(rgba(6, 20, 43, 0.98), rgba(6, 20, 43, 0.98)),
    url("assets/corino-texture.jpg") center/cover;
  border-top: 1px solid rgba(197, 160, 89, 0.3);
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

.trust-marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.trust-track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: max-content;
  gap: 40px;
  margin: 0;
  padding: 28px 20px;
  list-style: none;
  animation: scroll-trust 45s linear infinite;
}

.trust-marquee:hover .trust-track {
  animation-play-state: paused;
}

.trust-track li {
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
  transition: color 200ms ease, text-shadow 200ms ease;
  white-space: nowrap;
  cursor: default;
}

.trust-track li:hover {
  color: #fff;
  text-shadow: 0 0 18px rgba(197, 160, 89, 0.6);
}

.trust-track .separator {
  color: var(--gold);
  font-size: 0.72rem;
  opacity: 0.7;
}

@keyframes scroll-trust {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

.section {
  padding: 104px 0;
}

.operators,
.brand-section,
.economy-section,
.quote-section {
  background:
    linear-gradient(180deg, rgba(247, 243, 232, 0.95), rgba(238, 233, 221, 0.92)),
    url("assets/corino-texture.jpg") center/360px;
}

.section-head {
  display: grid;
  gap: 14px;
}

.section-head.narrow {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.section-head h2,
.brand-copy h2,
.quote-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 2.72rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-head p,
.brand-copy p,
.quote-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}

.solution-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(251, 248, 240, 0.94), rgba(243, 237, 225, 0.92)),
    url("assets/corino-texture.jpg") center/320px;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-card.featured {
  grid-row: span 2;
  min-height: 538px;
  border-radius: 42px 42px 90px 42px;
  background: var(--navy-deep);
  color: var(--white);
  isolation: isolate;
}

/* imagem de fundo — cobre o card inteiro */
.solution-card.featured .card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  border-radius: inherit;
  transition: transform 400ms ease, filter 400ms ease;
}

/* overlay gradiente: escuro em cima e embaixo, transparente no meio */
.solution-card.featured::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(
      to bottom,
      rgba(6, 20, 43, 0.88) 0%,
      rgba(6, 20, 43, 0.52) 42%,
      rgba(6, 20, 43, 0.80) 75%,
      rgba(6, 20, 43, 0.97) 100%
    );
  transition: background 400ms ease;
}

/* conteúdo acima do overlay */
.solution-card.featured > :not(.card-bg) {
  position: relative;
  z-index: 2;
}

/* hover: levanta imagem, glow dourado, overlay mais suave */
.solution-card.featured:hover .card-bg {
  transform: scale(1.04);
  filter: brightness(1.08);
}

.solution-card.featured:hover::before {
  background:
    linear-gradient(
      to bottom,
      rgba(6, 20, 43, 0.70) 0%,
      rgba(6, 20, 43, 0.24) 42%,
      rgba(6, 20, 43, 0.60) 75%,
      rgba(6, 20, 43, 0.90) 100%
    );
}

.solution-card.featured:hover {
  box-shadow:
    0 0 0 2px rgba(197, 160, 89, 0.5),
    0 24px 64px rgba(6, 20, 43, 0.48),
    0 4px 20px rgba(197, 160, 89, 0.22);
}

.solution-card::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 34px;
  transform: rotate(18deg);
  transition: border-color 180ms ease, opacity 180ms ease;
}

.card-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197, 160, 89, 0.52);
  border-radius: 15px 15px 15px 5px;
  color: var(--gold);
  font-weight: 800;
}

.solution-card h3 {
  margin: auto 0 14px;
  color: var(--navy);
  font-size: 1.32rem;
  line-height: 1.22;
}

.solution-card.featured h3 {
  color: var(--gold-light);
  font-size: 2rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7), 0 1px 4px rgba(0, 0, 0, 0.5);
}

.solution-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  transition: color 180ms ease;
}

.solution-card.featured p {
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

/* ── Card com foto de fundo (has-photo) ── */
.solution-card.has-photo {
  background: var(--navy-deep);
  color: var(--white);
  isolation: isolate;
}

.solution-card.has-photo .card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  border-radius: inherit;
  transition: transform 400ms ease, filter 400ms ease;
}

.solution-card.has-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(
      to bottom,
      rgba(6, 20, 43, 0.82) 0%,
      rgba(6, 20, 43, 0.55) 42%,
      rgba(6, 20, 43, 0.80) 75%,
      rgba(6, 20, 43, 0.96) 100%
    );
  transition: background 400ms ease;
}

.solution-card.has-photo > :not(.card-bg) {
  position: relative;
  z-index: 2;
}

.solution-card.has-photo h3 {
  color: var(--gold-light);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65), 0 1px 4px rgba(0, 0, 0, 0.5);
}

.solution-card.has-photo p {
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

.solution-card.has-photo .card-index {
  background: rgba(6, 20, 43, 0.5);
  border-color: rgba(197, 160, 89, 0.52);
  color: var(--gold);
}

/* hover: foto cresce suavemente + glow dourado */
.solution-card.has-photo:hover .card-bg {
  transform: scale(1.05);
  filter: brightness(1.08);
}

.solution-card.has-photo:hover::before {
  background:
    linear-gradient(
      to bottom,
      rgba(6, 20, 43, 0.58) 0%,
      rgba(6, 20, 43, 0.16) 40%,
      rgba(6, 20, 43, 0.54) 75%,
      rgba(6, 20, 43, 0.88) 100%
    );
}

.solution-card.has-photo:hover {
  box-shadow:
    0 0 0 2px rgba(197, 160, 89, 0.48),
    0 20px 52px rgba(6, 20, 43, 0.42),
    0 4px 16px rgba(197, 160, 89, 0.18);
}

.solution-card h3,
.solution-card .card-index {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cta-card {
  position: relative;
  isolation: isolate;
  border-color: rgba(197, 160, 89, 0.36);
  background:
    linear-gradient(145deg, rgba(253, 250, 243, 0.98), rgba(244, 236, 220, 0.94));
  box-shadow: 0 16px 34px rgba(10, 31, 63, 0.08);
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(230, 220, 194, 0.22)),
    url("assets/corino-texture.jpg") center/360px;
  opacity: 0.26;
  z-index: 0;
}

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

.cta-card .card-index {
  border-color: rgba(197, 160, 89, 0.46);
  background: rgba(255, 255, 255, 0.54);
  color: var(--gold-dark);
}

.cta-card h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.46rem;
  line-height: 1.18;
  text-wrap: balance;
}

.cta-card p {
  margin-bottom: 22px;
  color: #4f5f79;
  line-height: 1.72;
}

.cta-card .button {
  align-self: flex-start;
  margin-top: auto;
  box-shadow: 0 12px 28px rgba(197, 160, 89, 0.2);
}

.cta-card:is(:hover, :focus-within) {
  transform: translateY(-4px);
  border-color: rgba(197, 160, 89, 0.56);
  background:
    linear-gradient(145deg, rgba(255, 251, 244, 1), rgba(245, 237, 219, 0.98));
  box-shadow: 0 18px 34px rgba(143, 107, 37, 0.12);
}

.cta-card:is(:hover, :focus-within)::after {
  border-color: rgba(197, 160, 89, 0.26);
}

.cta-card:is(:hover, :focus-within)::before {
  opacity: 0.18;
}

.cta-card:is(:hover, :focus-within) .card-index {
  border-color: rgba(197, 160, 89, 0.68);
  background: rgba(255, 255, 255, 0.42);
  color: var(--gold-dark);
}

.cta-card:is(:hover, :focus-within) h3 {
  color: var(--navy);
}

.cta-card:is(:hover, :focus-within) p {
  color: #4f5f79;
}

/* ── CTA card com foto ── */
.cta-card.has-photo {
  background: var(--navy-deep);
  border-color: rgba(197, 160, 89, 0.36);
  box-shadow: none;
}

/* cancela o ::before creme do cta-card — overlay dark para legibilidade */
.cta-card.has-photo::before {
  background:
    linear-gradient(
      to bottom,
      rgba(6, 20, 43, 0.85) 0%,
      rgba(6, 20, 43, 0.55) 42%,
      rgba(6, 20, 43, 0.80) 75%,
      rgba(6, 20, 43, 0.96) 100%
    );
  opacity: 1;
  z-index: 1;
}

.cta-card.has-photo h3 {
  color: var(--gold-light);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65), 0 1px 4px rgba(0, 0, 0, 0.5);
}

.cta-card.has-photo p {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

/* hover do cta-card com foto: reusa o padrão has-photo */
.cta-card.has-photo:is(:hover, :focus-within) {
  transform: translateY(-4px);
  background: var(--navy-deep);
}

.cta-card.has-photo:is(:hover, :focus-within)::before {
  background:
    linear-gradient(
      to bottom,
      rgba(6, 20, 43, 0.60) 0%,
      rgba(6, 20, 43, 0.18) 40%,
      rgba(6, 20, 43, 0.56) 75%,
      rgba(6, 20, 43, 0.90) 100%
    );
  opacity: 1;
}

.cta-card.has-photo:is(:hover, :focus-within) h3 {
  color: var(--gold-light);
}

.cta-card.has-photo:is(:hover, :focus-within) p {
  color: rgba(255, 255, 255, 0.88);
}

.brand-section {
  padding: 104px 0;
  overflow: hidden;
}

.economy-section {
  padding: 104px 0;
}

.economy-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 56px;
  align-items: start;
}

.economy-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.12;
}

.economy-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.economy-list {
  display: grid;
  gap: 14px;
}

.economy-list article {
  display: grid;
  grid-template-columns: 52px 190px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(251, 248, 240, 0.92), rgba(242, 235, 221, 0.9)),
    url("assets/corino-texture.jpg") center/320px;
}

.economy-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--navy);
  color: var(--gold-light);
  font-weight: 800;
}

.economy-list strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.economy-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.brand-system {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 62px;
  align-items: center;
}

.identity-board {
  position: relative;
  min-height: 440px;
  background: linear-gradient(145deg, rgba(6, 20, 43, 0.95), rgba(10, 31, 63, 0.88));
  border: 1px solid rgba(10, 31, 63, 0.12);
  border-radius: 48px;
  overflow: hidden;
}

.identity-board::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 34px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(197, 160, 89, 0.18);
  border-radius: 34px;
  transform: rotate(45deg);
}

.identity-board::after {
  content: "URUZ";
  position: absolute;
  right: 28px;
  top: 26px;
  color: rgba(197, 160, 89, 0.18);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 5.8rem;
  line-height: 1;
}

.brand-card {
  position: absolute;
  border: 1px solid rgba(197, 160, 89, 0.46);
  border-radius: var(--radius-lg);
  background: rgba(6, 20, 43, 0.9);
}

.main-card {
  left: 42px;
  bottom: 56px;
  width: 260px;
  height: 172px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border-radius: 34px 34px 58px 34px;
  text-align: center;
  padding: 22px;
}

.main-card img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.34));
}

.business-card {
  left: 118px;
  top: 58px;
  width: 300px;
  min-height: 126px;
  padding: 24px;
  border-radius: 30px 30px 30px 12px;
  color: var(--white);
}

.business-card span,
.business-card small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.business-card strong {
  display: block;
  margin: 18px 0 10px;
  color: var(--gold-light);
  font-size: 1.18rem;
}

.letter {
  position: absolute;
  right: 42px;
  bottom: 38px;
  width: 210px;
  height: 278px;
  padding: 34px 26px;
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-radius: 28px 28px 54px 28px;
  background: var(--greece-white-soft);
}

.letter span {
  display: block;
  height: 2px;
  margin-bottom: 28px;
  background: rgba(10, 31, 63, 0.24);
}

.letter span:first-child {
  width: 84px;
  height: 10px;
  margin-bottom: 42px;
  background: var(--gold);
}

.operators {
  overflow: hidden;
}

.operators-head {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  margin-bottom: 32px;
}

/* ─── Marquee minimalista de operadoras ──────────────────── */
.operator-marquee-wrap {
  overflow: hidden;
  margin-top: 40px;
  padding: 28px 0;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(8, 24, 49, 0.92), rgba(6, 19, 40, 0.98)),
    url("assets/corino-texture.jpg") center/cover;
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}

.operator-marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll-operators 36s linear infinite;
}

@keyframes scroll-operators {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* (Estilos de formulário movidos para a seção Cotação) */

.operator-card {
  width: 220px;
  min-height: 160px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  align-content: center;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: transparent;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  transition: box-shadow 0.3s;
}

.operator-card:hover {
  box-shadow: 0 12px 40px rgba(197, 160, 89, 0.18), 0 4px 16px rgba(0, 0, 0, 0.32);
}

.operator-logo-surface {
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 12px 22px;
  border-radius: 12px;
  /* branco puro: base para mix-blend-mode:multiply funcionar */
  background: #ffffff;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.4),
    0 1px 6px rgba(0, 0, 0, 0.25);
}

.operator-logo-image {
  width: 100%;
  max-width: 148px;
  max-height: 46px;
  object-fit: contain;
  object-position: center;
  /* multiply sobre branco: pixeis brancos some, cores do logo ficam */
  mix-blend-mode: multiply;
  filter: none;
  image-rendering: auto;
}

.operator-logo-image.is-tall {
  max-height: 76px;
}

.operator-logo-image.is-wide {
  max-width: 190px;
  max-height: 52px;
}

.operator-logo-image.is-tall {
  max-height: 64px;
}

.operator-logo-fallback {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197, 160, 89, 0.38);
  border-radius: 18px 18px 18px 8px;
  background: var(--navy);
  color: var(--gold-light);
  font-weight: 800;
}

.operator-card-copy {
  display: grid;
  gap: 4px;
}

.operator-card strong {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.25;
}

.operator-card small {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  font-size: 0.78rem;
}

.operator-tag {
  width: fit-content;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: rgba(197, 160, 89, 0.18);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.process {
  background:
    linear-gradient(rgba(6, 20, 43, 0.96), rgba(6, 20, 43, 0.98)),
    url("assets/corino-texture.jpg") center/cover;
  color: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 64px;
}

.process .section-head h2 {
  color: var(--white);
}

.process .section-head p {
  color: rgba(255, 255, 255, 0.66);
}

/* ── Process Timeline ── */
.process-steps {
  display: flex;
  flex-direction: column;
}

.process-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.process-step[data-step="1"] { transition-delay: 60ms; }
.process-step[data-step="2"] { transition-delay: 200ms; }
.process-step[data-step="3"] { transition-delay: 340ms; }

.process-step.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ─ Track ─ */
.step-track {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-dot {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.12);
  border: 2px solid rgba(197, 160, 89, 0.42);
  color: var(--gold);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  transition: background 350ms, border-color 350ms, box-shadow 350ms;
}

/* anel de pulso animado quando visível */
.process-step.visible .step-dot::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid rgba(197, 160, 89, 0.35);
  animation: dotRing 2.6s ease-out infinite;
  animation-delay: var(--ring-delay, 0s);
}

.process-step[data-step="1"] .step-dot { --ring-delay: 0s; }
.process-step[data-step="2"] .step-dot { --ring-delay: 0.7s; }
.process-step[data-step="3"] .step-dot { --ring-delay: 1.4s; }

@keyframes dotRing {
  0%   { opacity: 0; transform: scale(0.8); }
  20%  { opacity: 1; }
  100% { opacity: 0; transform: scale(1.65); }
}

.step-line {
  width: 2px;
  flex: 1;
  min-height: 24px;
  background: linear-gradient(
    to bottom,
    rgba(197, 160, 89, 0.5),
    rgba(197, 160, 89, 0.06)
  );
  margin: 8px 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 650ms cubic-bezier(0.4, 0, 0.2, 1) 500ms;
}

.process-step.visible .step-line {
  transform: scaleY(1);
}

/* ─ Card ─ */
.step-card {
  padding: 22px 26px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    background 300ms ease,
    border-color 300ms ease,
    transform 300ms ease,
    box-shadow 300ms ease;
}

.process-step:hover .step-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(197, 160, 89, 0.3);
  transform: translateX(6px);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(197, 160, 89, 0.12);
}

.process-step:hover .step-dot {
  background: rgba(197, 160, 89, 0.22);
  border-color: var(--gold);
  box-shadow: 0 0 24px rgba(197, 160, 89, 0.28);
  color: var(--gold-light);
}

.step-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(197, 160, 89, 0.16);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.step-card h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.22;
}

.step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.68;
  font-size: 0.93rem;
}

/* ─── Cotação / Leads Form (Boutique B2B Cream) ─────────────────── */
.quote-section {
  padding: 112px 0;
  background: transparent;
  color: var(--ink);
  position: relative;
  overflow: hidden;
}

.quote-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Ajustes de tipografia na coluna da esquerda */
.quote-copy .eyebrow {
  color: var(--gold-dark);
}

.quote-copy h2 {
  color: var(--navy);
  margin-bottom: 20px;
}

.quote-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.quote-bullets {
  display: grid;
  gap: 18px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.quote-bullets li {
  position: relative;
  padding-left: 36px;
  color: var(--charcoal);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.5;
}

.quote-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--gold);
  font-weight: 900;
  font-size: 1.25rem;
}

/* O Form Box (Navy) */
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 42px;
  border-radius: 28px;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 48px rgba(10, 31, 63, 0.12);
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--white);
  padding: 14px 18px;
  outline: 0;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--gold);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.15);
}

.quote-form select option {
  background: var(--navy);
  color: var(--white);
}

.quote-form textarea {
  resize: vertical;
  min-height: 120px;
}

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

.quote-form .button-primary {
  margin-top: 8px;
  height: 58px;
  font-size: 1.1rem;
  box-shadow: 0 8px 24px rgba(197, 160, 89, 0.2);
}

.quote-form .button-primary:hover {
  box-shadow: 0 12px 32px rgba(197, 160, 89, 0.35);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--gold-light);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

.social-section {
  padding: 96px 0;
  border-top: 1px solid rgba(197, 160, 89, 0.18);
  background:
    linear-gradient(rgba(6, 20, 43, 0.96), rgba(8, 24, 49, 0.98)),
    url("assets/corino-texture.jpg") center/380px;
  color: var(--white);
}

.social-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  gap: 0;
  justify-content: start;
  align-items: start;
}

.social-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: 2.72rem;
  line-height: 1.12;
}

.social-copy p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.social-icon-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 140px));
  gap: 16px;
  margin-top: 26px;
}

.social-icon-link {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  padding: 8px;
  background: transparent;
  color: var(--white);
  text-align: center;
  transition: transform 250ms ease, color 250ms ease;
  text-decoration: none;
}

.social-icon-link svg {
  width: 36px;
  height: 36px;
  color: var(--social-accent, currentColor);
  transition: transform 250ms ease, filter 250ms ease;
}

.social-icon-link path {
  fill: currentColor;
}

.social-icon-link span {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.8;
  transition: opacity 250ms ease, color 250ms ease;
}

.social-icon-link.is-whatsapp {
  --social-accent: #25d366;
}

.social-icon-link.is-instagram {
  --social-accent: #e4405f;
}

.social-icon-link.is-linkedin {
  --social-accent: #0a66c2;
}

.social-icon-link:is(:hover, :focus-visible) {
  transform: translateY(-4px);
  color: var(--social-accent);
}

.social-icon-link:is(:hover, :focus-visible) span {
  opacity: 1;
}

.social-icon-link:is(:hover, :focus-visible) svg {
  transform: scale(1.15);
  filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.15));
}

.site-footer {
  padding: 38px 0;
  background:
    linear-gradient(rgba(44, 44, 44, 0.96), rgba(44, 44, 44, 0.98)),
    url("assets/corino-texture.jpg") center/360px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.footer-content p {
  max-width: 720px;
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .hero-composition {
    opacity: 0.4;
    right: -80px;
  }

  .solution-grid,
  .brand-system,
  .economy-grid,
  .quote-layout,
  .process-grid,
  .operators-head,
  .social-layout {
    grid-template-columns: 1fr;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .context-flow {
    max-width: 480px;
    justify-self: start;
  }

  .solution-card.featured {
    grid-row: auto;
    min-height: 330px;
  }

  .operator-toolbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    inset: 76px 20px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(197, 160, 89, 0.28);
    background: rgba(6, 20, 43, 0.98);
    box-shadow: var(--shadow);
  }

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

  .nav-menu a {
    padding: 14px;
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero h1,
  .section-head h2,
  .brand-copy h2,
  .quote-copy h2 {
    font-size: 3rem;
  }

  .hero-composition {
    display: none;
  }

  .hero-content {
    min-height: 700px;
    padding: 84px 0;
  }

  .hero::after {
    right: -80px;
    top: 120px;
    width: min(56vw, 420px);
  }

  .identity-board {
    min-height: 520px;
  }

  .business-card,
  .main-card,
  .letter {
    left: 24px;
    right: auto;
  }

  .business-card {
    top: 28px;
    width: calc(100% - 48px);
  }

  .main-card {
    bottom: 200px;
  }

  .letter {
    bottom: 24px;
  }

  .process-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .social-copy h2 {
    font-size: 3rem;
  }

  .social-icon-list {
    margin-top: 22px;
  }
}

@media (max-width: 620px) {
  .container,
  .nav {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    min-height: 690px;
  }

  .hero-content {
    min-height: 690px;
    padding: 72px 0;
  }

  .hero h1,
  .section-head h2,
  .brand-copy h2,
  .quote-copy h2,
  .social-copy h2 {
    font-size: 2.38rem;
  }

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

  .hero-proof,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-proof div:last-child {
    border-bottom: 0;
  }

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

  .section,
  .brand-section,
  .quote-section {
    padding: 72px 0;
  }

  .context-flow {
    padding: 24px;
  }

  .context-flow h2 {
    font-size: 1.54rem;
  }

  .flow-node {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 14px;
  }

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

  .solution-grid {
    grid-template-columns: 1fr;
  }

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

  .operator-card {
    width: 220px;
  }

  .quote-form {
    padding: 20px;
  }

  .social-section {
    padding: 72px 0;
  }

  .social-icon-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .social-icon-link {
    min-height: 96px;
    padding: 16px 12px;
  }
}

/* ─── Economy List — Cards Premium ───────────────────── */
.economy-list {
  display: grid;
  gap: 16px;
}

.economy-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  align-items: start;
  padding: 28px 24px;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(10, 31, 63, 0.85), rgba(6, 20, 43, 0.9)),
    url('assets/corino-texture.jpg') center/360px;
  color: var(--white);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 420ms ease, transform 420ms ease, box-shadow 200ms ease;
}

.economy-list article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.economy-list article:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.economy-list article span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(197, 160, 89, 0.4);
  background: rgba(197, 160, 89, 0.12);
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  transition: background 200ms ease, transform 200ms ease;
}

.economy-list article:hover span {
  background: rgba(197, 160, 89, 0.25);
  transform: rotate(5deg);
}

.article-content strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--gold-light);
}

.article-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  font-size: 0.94rem;
}

/* ─── Floating WhatsApp Button ────────────────────────── */
.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  background: #25d366;
  border-radius: var(--radius-pill);
  color: #fff;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  z-index: 999;
  animation: wa-pulse 2.5s infinite;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.floating-whatsapp:hover {
  animation-play-state: paused;
  transform: scale(1.06);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
}

.floating-whatsapp svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4); }
  50%       { box-shadow: 0 6px 36px rgba(37, 211, 102, 0.65); }
}

@media (max-width: 768px) {
  .floating-whatsapp {
    bottom: 20px;
    left: auto;
    right: 20px;
    padding: 14px;
    border-radius: 50%;
  }
  .whatsapp-label {
    display: none;
  }
}
