:root {
  --ink-950: #071126;
  --ink-900: #0b1733;
  --ink-700: #334263;
  --ink-600: #52617f;
  --line: rgba(112, 68, 12, 0.14);
  --surface: #ffffff;
  --surface-soft: #fffaf0;
  --surface-blue: #fff4cf;
  --blue-700: #9a4f00;
  --blue-600: #d97706;
  --blue-500: #f5b82e;
  --cyan-400: #ffd85a;
  --violet-500: #c86400;
  --success: #0d9f6e;
  --shadow-sm: 0 12px 30px rgba(112, 67, 10, 0.09);
  --shadow-lg: 0 32px 80px rgba(137, 77, 7, 0.16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --page: min(1180px, calc(100vw - 40px));
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root) {
  animation: 180ms ease both fade-page-out;
}

::view-transition-new(root) {
  animation: 260ms ease both fade-page-in;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink-950);
  background: var(--surface);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 216, 90, 0.2), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(240, 138, 0, 0.12), transparent 27%),
    linear-gradient(180deg, #fffdf7, #fff 28%);
  pointer-events: none;
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(217, 119, 6, 0.35);
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: var(--blue-600);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink-950);
  border-radius: 10px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--page);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-soft {
  background: var(--surface-soft);
}

.section-head {
  display: grid;
  max-width: 780px;
  gap: 18px;
  margin-bottom: 48px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0;
  color: var(--blue-700);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-400));
  border-radius: 2px;
}

.center .eyebrow {
  margin-inline: auto;
}

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

h1,
h2,
h3 {
  color: var(--ink-950);
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 6.5vw, 6.5rem);
  font-weight: 780;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.2vw, 4.45rem);
  font-weight: 760;
}

h3 {
  font-size: 1.3rem;
  font-weight: 730;
  letter-spacing: -0.025em;
}

.section-copy,
.hero-copy {
  color: var(--ink-600);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.gradient-text {
  color: transparent;
  background: linear-gradient(110deg, var(--blue-700) 12%, var(--blue-500) 48%, var(--violet-500) 88%);
  -webkit-background-clip: text;
  background-clip: text;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 17px 0;
  transition: padding 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.scrolled {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(12, 38, 81, 0.08);
  box-shadow: 0 8px 30px rgba(19, 45, 101, 0.06);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 220px;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand span {
  max-width: 150px;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.primary-nav a:not(.button) {
  position: relative;
  color: var(--ink-700);
  font-size: 0.9rem;
  font-weight: 650;
}

.primary-nav a:not(.button)::after {
  position: absolute;
  right: 50%;
  bottom: -7px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--blue-600);
  border-radius: 2px;
  transition: right 180ms ease, left 180ms ease;
}

.primary-nav a:not(.button):hover::after,
.primary-nav a[aria-current="page"]::after {
  right: 0;
  left: 0;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  color: var(--ink-950);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 13px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.active span {
  opacity: 0;
}

.nav-toggle.active::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.active::after {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 22px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.91rem;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button::before {
  position: absolute;
  inset: -2px auto -2px -40%;
  width: 30%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  transition: left 420ms ease;
}

.button:hover::before {
  left: 115%;
}

.button-primary {
  color: #fff;
  background: linear-gradient(115deg, var(--blue-700), var(--blue-600));
  box-shadow: 0 14px 32px rgba(217, 119, 6, 0.26);
}

.button-primary:hover {
  box-shadow: 0 18px 38px rgba(217, 119, 6, 0.32);
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(121, 72, 12, 0.16);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}

.button-small {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 0.84rem;
}

.button-arrow {
  font-size: 1.05em;
  transition: transform 180ms ease;
}

.button:hover .button-arrow {
  transform: translateX(3px);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: 144px 0 78px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(202, 112, 7, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(202, 112, 7, 0.065) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000 45%, transparent 94%);
  transform: perspective(600px) rotateX(62deg) translateY(25%);
  transform-origin: bottom;
}

#particle-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  pointer-events: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  align-items: center;
  gap: 58px;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-size: clamp(1.625rem, 3.25vw, 3.25rem);
}

.hero h1.is-typing::after {
  display: inline-block;
  width: 3px;
  height: 0.82em;
  margin-left: 0.09em;
  content: "";
  background: var(--blue-600);
  border-radius: 999px;
  vertical-align: -0.06em;
  animation: typewriter-cursor 520ms steps(1, end) infinite;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 13px;
  color: var(--blue-700);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(202, 112, 7, 0.14);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 0.77rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.hero-badge::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--cyan-400);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 216, 90, 0.2);
  animation: pulse 2.4s ease infinite;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
  color: var(--ink-600);
  font-size: 0.83rem;
  font-weight: 650;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof span::before {
  display: grid;
  width: 19px;
  height: 19px;
  color: var(--success);
  content: "✓";
  border: 1px solid rgba(13, 159, 110, 0.24);
  border-radius: 50%;
  font-size: 0.7rem;
  place-items: center;
}

.hero-stage {
  position: relative;
  min-height: 540px;
  perspective: 1200px;
}

.orbital-system {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(33vw, 430px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-15deg);
  transform-style: preserve-3d;
}

.orbital-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 28% 25%, #fff 0 5%, rgba(255, 255, 255, 0.5) 8%, transparent 24%),
    radial-gradient(circle at 35% 30%, var(--cyan-400), var(--blue-500) 46%, var(--violet-500) 78%, #7a4206);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow:
    inset -25px -35px 45px rgba(92, 48, 4, 0.35),
    0 0 65px rgba(245, 184, 46, 0.48),
    0 40px 80px rgba(146, 80, 7, 0.28);
  transform: translate3d(-50%, -50%, 72px) rotateX(-62deg);
  animation: core-float 5.5s ease-in-out infinite;
}

.orbit {
  position: absolute;
  inset: 5%;
  border: 1px solid rgba(217, 119, 6, 0.28);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(255, 216, 90, 0.09);
  animation: orbit-spin 11s linear infinite;
}

.orbit:nth-child(2) {
  inset: 18%;
  animation-duration: 8s;
  animation-direction: reverse;
}

.orbit:nth-child(3) {
  inset: -8%;
  border-color: rgba(240, 138, 0, 0.2);
  animation-duration: 16s;
}

.orbit::after {
  position: absolute;
  top: 7%;
  left: 50%;
  width: 16px;
  height: 16px;
  content: "";
  background: linear-gradient(145deg, #fff, var(--cyan-400));
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(255, 191, 46, 0.72);
}

.floating-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 176px;
  padding: 14px 16px;
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 17px;
  box-shadow: var(--shadow-lg);
  font-size: 0.77rem;
  font-weight: 750;
  backdrop-filter: blur(16px);
  animation: chip-float 5s ease-in-out infinite;
}

.floating-chip i {
  display: grid;
  width: 34px;
  height: 34px;
  color: var(--blue-700);
  background: var(--surface-blue);
  border-radius: 11px;
  font-style: normal;
  place-items: center;
}

.chip-one {
  top: 9%;
  right: -4%;
}

.chip-two {
  bottom: 12%;
  left: -5%;
  animation-delay: -1.8s;
}

.chip-three {
  right: 0;
  bottom: 1%;
  min-width: 155px;
  animation-delay: -3.2s;
}

.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-600);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue::before {
  width: 1px;
  height: 25px;
  content: "";
  background: linear-gradient(var(--blue-600), transparent);
  animation: scroll-line 1.8s ease infinite;
}

.trust-strip {
  padding: 22px 0;
  background: rgba(246, 249, 255, 0.74);
  border-block: 1px solid var(--line);
}

.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.trust-strip strong {
  max-width: 190px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  line-height: 1.3;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px 36px;
  color: var(--ink-600);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-list span::before {
  width: 7px;
  height: 7px;
  content: "";
  background: linear-gradient(145deg, var(--blue-600), var(--cyan-400));
  border-radius: 50%;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 80px;
}

.intro-copy {
  max-width: 560px;
}

.intro-copy .section-copy {
  margin-bottom: 28px;
}

.value-stack {
  display: grid;
  gap: 15px;
}

.value-card,
.glass-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(143, 82, 9, 0.12);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.value-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px;
  border-radius: var(--radius-md);
}

.card-index {
  display: grid;
  width: 43px;
  height: 43px;
  color: var(--blue-700);
  background: linear-gradient(135deg, #fff4cf, #fff0d8);
  border-radius: 13px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  place-items: center;
}

.value-card h3,
.service-card h3,
.expertise-card h3,
.trust-card h3,
.case-card h3,
.industry-card h3 {
  margin-bottom: 8px;
}

.value-card p,
.service-card p,
.expertise-card p,
.trust-card p,
.case-card p,
.industry-card p {
  margin-bottom: 0;
  color: var(--ink-600);
  font-size: 0.91rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  grid-column: span 4;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 44px rgba(125, 73, 10, 0.08);
  transform-style: preserve-3d;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.service-card:nth-child(1),
.service-card:nth-child(5) {
  grid-column: span 6;
}

.service-card:nth-child(2),
.service-card:nth-child(3),
.service-card:nth-child(4) {
  grid-column: span 3;
}

.service-card:hover {
  border-color: rgba(217, 119, 6, 0.28);
  box-shadow: 0 26px 58px rgba(146, 81, 7, 0.14);
}

.service-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 46px;
  color: var(--blue-700);
  background: linear-gradient(145deg, var(--surface-blue), #f5f1ff);
  border: 1px solid rgba(217, 119, 6, 0.12);
  border-radius: 15px;
  font-size: 1.25rem;
  place-items: center;
  transform: translateZ(24px);
}

.service-card h3,
.service-card p,
.service-link {
  transform: translateZ(18px);
}

.service-link {
  position: absolute;
  bottom: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-700);
  font-size: 0.83rem;
  font-weight: 750;
}

.service-link:hover {
  gap: 12px;
}

.product-body .service-link {
  position: static;
}

.section-action {
  margin-top: 30px;
  text-align: center;
}

.tech-panel {
  position: relative;
  padding: 64px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 216, 90, 0.2), transparent 30%),
    linear-gradient(135deg, #251707, #4c2b05 68%, #754305);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.tech-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.tech-panel .section-head {
  position: relative;
  z-index: 1;
}

.tech-panel h2,
.tech-panel .section-copy {
  color: #fff;
}

.tech-panel .section-copy {
  opacity: 0.7;
}

.tech-panel .eyebrow {
  color: var(--cyan-400);
}

.expertise-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.expertise-card {
  min-height: 190px;
  padding: 23px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  transition: background 200ms ease, transform 200ms ease;
}

.expertise-card:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-4px);
}

.expertise-card h3 {
  color: #fff;
}

.expertise-card p {
  color: rgba(255, 255, 255, 0.62);
}

.tech-mark {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--cyan-400);
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

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

.trust-card,
.industry-card {
  position: relative;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.trust-card::before {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 28px;
  content: "";
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-400));
  border-radius: 4px;
}

.process-wrap {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
}

.process-intro {
  position: sticky;
  top: 125px;
  align-self: start;
}

.process-list {
  position: relative;
  display: grid;
  gap: 16px;
}

.process-list::before {
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 30px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--blue-600), rgba(217, 119, 6, 0.09));
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.step-num {
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  margin: 1px auto 0;
  color: #fff;
  background: var(--blue-600);
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(217, 119, 6, 0.22);
  font-size: 0.66rem;
  font-weight: 800;
  place-items: center;
}

.process-step h3 {
  margin-bottom: 6px;
}

.process-step p {
  margin-bottom: 0;
  color: var(--ink-600);
  font-size: 0.9rem;
}

.case-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 18px;
}

.case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 270px;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.case-card:first-child {
  grid-row: 1 / 3;
  min-height: 540px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 216, 90, 0.32), transparent 22%),
    linear-gradient(145deg, #281807, #804804);
}

.case-card:first-child h3,
.case-card:first-child p {
  color: #fff;
}

.case-card:first-child p {
  opacity: 0.7;
}

.case-visual {
  position: absolute;
  top: 35px;
  right: 32px;
  left: 32px;
  height: 48%;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  transform: perspective(700px) rotateX(5deg) rotateY(-7deg);
}

.case-visual::before,
.case-visual::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.case-visual::before {
  top: 20%;
  left: 15%;
  width: 44%;
  aspect-ratio: 1;
  background: conic-gradient(from 45deg, var(--cyan-400), var(--blue-500), var(--violet-500), var(--cyan-400));
  box-shadow: 0 0 45px rgba(255, 191, 46, 0.34);
}

.case-visual::after {
  top: 27%;
  left: 22%;
  width: 30%;
  aspect-ratio: 1;
  background: #0e2553;
}

.case-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 10px;
  color: var(--blue-700);
  background: var(--surface-blue);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-card:first-child .case-tag {
  color: var(--cyan-400);
  background: rgba(255, 216, 90, 0.12);
}

.industry-card {
  min-height: 210px;
  transition: transform 200ms ease, border-color 200ms ease;
}

.industry-card:hover {
  border-color: rgba(217, 119, 6, 0.28);
  transform: translateY(-5px);
}

.industry-symbol {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
  color: var(--blue-700);
  background: var(--surface-blue);
  border-radius: 13px;
  font-size: 1.1rem;
  place-items: center;
}

.stats {
  padding: 75px 0;
  color: #fff;
  background: linear-gradient(110deg, var(--blue-700), #b85f00 58%, var(--violet-500));
}

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

.stat {
  padding: 10px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.stat:last-child {
  border: 0;
}

.stat-number {
  display: block;
  margin-bottom: 9px;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.stat-label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 18%, rgba(255, 216, 90, 0.28), transparent 25%),
    linear-gradient(135deg, #2b1906, #714005);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.cta-panel::before {
  position: absolute;
  top: -50%;
  right: 3%;
  width: 280px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.035), 0 0 0 90px rgba(255, 255, 255, 0.025);
}

.cta-panel h2 {
  position: relative;
  max-width: 730px;
  color: #fff;
}

.cta-panel p {
  position: relative;
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
}

.contact-list {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.contact-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 13px;
  color: var(--ink-700);
  font-size: 0.9rem;
}

.contact-item i {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--blue-700);
  background: var(--surface-blue);
  border-radius: 13px;
  font-style: normal;
  place-items: center;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.field {
  display: grid;
  gap: 7px;
}

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

.field label {
  color: var(--ink-700);
  font-size: 0.76rem;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  color: var(--ink-950);
  background: #f8faff;
  border: 1px solid rgba(125, 73, 10, 0.14);
  border-radius: 12px;
  outline: 0;
  transition: border 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: #fff;
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.11);
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.form-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: var(--ink-600);
  font-size: 0.74rem;
}

.visually-hidden-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  position: relative;
  padding: 76px 0 28px;
  color: rgba(255, 255, 255, 0.68);
  background: var(--ink-950);
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 55px;
  padding-bottom: 52px;
}

.footer-brand .brand {
  margin-bottom: 20px;
  color: #fff;
}

.footer-brand .brand img {
  width: 56px;
  height: 56px;
}

.footer-brand p {
  max-width: 320px;
  font-size: 0.88rem;
}

.footer-column h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 0.88rem;
  letter-spacing: 0;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin-bottom: 11px;
  font-size: 0.84rem;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: grid;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  place-items: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.social-links a:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  transform: translateY(-3px);
}

.social-links img {
  width: 21px;
  height: 21px;
}

.social-linkedin {
  background: #0a66c2;
}

.social-instagram {
  background: linear-gradient(135deg, #833ab4 0%, #e1306c 48%, #f77737 74%, #fcaf45 100%);
}

.social-facebook {
  background: #1877f2;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  width: 55px;
  height: 55px;
  color: #fff;
  background: #19b76d;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(11, 73, 46, 0.25);
  font-size: 0.75rem;
  font-weight: 800;
  place-items: center;
  overflow: hidden;
  padding: 0;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.assistant-launcher {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 85;
  display: grid;
  width: 55px;
  height: 55px;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.38), transparent 24%),
    linear-gradient(145deg, var(--blue-600), var(--violet-500));
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(151, 83, 7, 0.3);
  cursor: pointer;
  place-items: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.assistant-launcher:hover {
  box-shadow: 0 20px 44px rgba(151, 83, 7, 0.36);
  transform: translateY(-3px);
}

.assistant-launcher.active {
  transform: scale(0.94);
}

.assistant-launcher-mark {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.assistant-online-dot {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 13px;
  height: 13px;
  background: #1fc681;
  border: 3px solid #fff;
  border-radius: 50%;
}

.assistant-panel {
  position: fixed;
  right: 20px;
  bottom: 155px;
  z-index: 90;
  display: grid;
  grid-template-rows: auto minmax(160px, 1fr) auto auto auto;
  width: min(378px, calc(100vw - 30px));
  max-height: min(650px, calc(100svh - 175px));
  overflow: hidden;
  color: var(--ink-950);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(151, 86, 9, 0.15);
  border-radius: 25px;
  box-shadow: 0 32px 80px rgba(73, 39, 4, 0.25);
  opacity: 0;
  transform: translateY(15px) scale(0.97);
  transform-origin: bottom right;
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(20px);
}

.assistant-panel[hidden] {
  display: none;
}

.assistant-panel.open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.assistant-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% -30%, rgba(255, 216, 90, 0.4), transparent 38%),
    linear-gradient(125deg, #2b1906, #9a5403 68%, #f0a10b);
}

.assistant-header::after {
  position: absolute;
  top: -65px;
  right: 20px;
  width: 130px;
  height: 130px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.035);
}

.assistant-identity {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 11px;
}

.assistant-avatar,
.assistant-message-avatar {
  display: grid;
  flex: 0 0 auto;
  color: var(--blue-700);
  background: linear-gradient(145deg, #fff, #fff3c7);
  border-radius: 13px;
  font-family: var(--font-display);
  font-weight: 850;
  place-items: center;
}

.assistant-avatar {
  width: 43px;
  height: 43px;
  box-shadow: 0 10px 24px rgba(55, 29, 2, 0.24);
  font-size: 0.72rem;
}

.assistant-identity h2 {
  margin: 0 0 2px;
  color: #fff;
  font-size: 0.94rem;
  letter-spacing: -0.02em;
}

.assistant-identity p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.66rem;
  font-weight: 600;
}

.assistant-close {
  position: relative;
  z-index: 2;
  display: grid;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}

.assistant-messages {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-height: 185px;
  padding: 17px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 216, 90, 0.1), transparent 25%),
    #fffaf0;
}

.assistant-message-row {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  max-width: 91%;
}

.assistant-message-row.user {
  align-self: flex-end;
  justify-content: flex-end;
}

.assistant-message-avatar {
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 8px;
  font-size: 0.48rem;
}

.assistant-message {
  padding: 10px 12px;
  color: var(--ink-700);
  background: #fff;
  border: 1px solid rgba(128, 75, 10, 0.11);
  border-radius: 14px 14px 14px 4px;
  box-shadow: 0 7px 18px rgba(112, 65, 8, 0.065);
  font-size: 0.78rem;
  line-height: 1.52;
}

.assistant-message-row.user .assistant-message {
  color: #fff;
  background: linear-gradient(130deg, var(--blue-700), var(--violet-500));
  border-color: transparent;
  border-radius: 14px 14px 4px 14px;
}

.assistant-typing {
  display: flex;
  gap: 4px;
  padding-block: 13px;
}

.assistant-typing i {
  width: 5px;
  height: 5px;
  background: var(--ink-600);
  border-radius: 50%;
  animation: assistant-dot 900ms ease-in-out infinite;
}

.assistant-typing i:nth-child(2) {
  animation-delay: 120ms;
}

.assistant-typing i:nth-child(3) {
  animation-delay: 240ms;
}

.assistant-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 17px 14px;
  background: #fffaf0;
}

.assistant-choices[hidden],
.assistant-composer[hidden] {
  display: none;
}

.assistant-choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 8px 11px;
  color: var(--blue-700);
  background: #fff;
  border: 1px solid rgba(217, 119, 6, 0.18);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 730;
  line-height: 1.2;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.assistant-choice:hover {
  color: #fff;
  background: var(--blue-600);
  transform: translateY(-1px);
}

.assistant-choice.secondary {
  color: #fff;
  background: #19b76d;
  border-color: transparent;
}

.assistant-completion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
  padding-left: 32px;
}

.assistant-composer {
  padding: 13px 15px 10px;
  background: #fff;
  border-top: 1px solid rgba(128, 75, 10, 0.11);
}

.assistant-field-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-600);
  font-size: 0.65rem;
  font-weight: 750;
}

.assistant-input-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.assistant-input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--ink-950);
  background: #fffaf0;
  border: 1px solid rgba(131, 77, 12, 0.13);
  border-radius: 12px;
  outline: 0;
  font-size: 0.77rem;
  line-height: 1.4;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.assistant-input:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.1);
}

.assistant-textarea {
  max-height: 105px;
  resize: vertical;
}

.assistant-input[hidden] {
  display: none;
}

.assistant-send {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 0;
  color: #fff;
  background: linear-gradient(130deg, var(--blue-700), var(--violet-500));
  border: 0;
  border-radius: 12px;
  box-shadow: 0 9px 20px rgba(153, 85, 7, 0.24);
  font-size: 1rem;
  cursor: pointer;
  place-items: center;
}

.assistant-validation {
  min-height: 15px;
  margin: 5px 0 0;
  color: #b4233e;
  font-size: 0.64rem;
  line-height: 1.3;
}

.assistant-privacy {
  margin: 0;
  padding: 0 15px 11px;
  color: var(--ink-600);
  background: #fff;
  font-size: 0.58rem;
  text-align: center;
}

@keyframes assistant-dot {
  0%, 60%, 100% { opacity: 0.35; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

.inner-hero {
  position: relative;
  padding: 170px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 216, 90, 0.22), transparent 24%),
    linear-gradient(180deg, #fff8e8, #fff);
}

.inner-hero::after {
  position: absolute;
  right: 8%;
  bottom: -120px;
  width: 340px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(217, 119, 6, 0.045), 0 0 0 90px rgba(240, 138, 0, 0.03);
}

.inner-hero h1 {
  max-width: 790px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
}

.inner-hero p {
  max-width: 650px;
  color: var(--ink-600);
  font-size: 1.08rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.product-image {
  display: grid;
  aspect-ratio: 16 / 10;
  padding: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffaf0, #fff2c5);
  place-items: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.admin-body {
  min-height: 100vh;
  background: #f4f7fd;
}

.admin-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.admin-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}

.admin-actions,
.admin-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-main {
  padding: 55px 0 90px;
}

.admin-welcome {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.admin-welcome h1 {
  margin-bottom: 8px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.admin-welcome p {
  margin: 0;
  color: var(--ink-600);
}

.admin-alert {
  margin-bottom: 24px;
  padding: 14px 18px;
  color: #075b42;
  background: #eafbf5;
  border: 1px solid rgba(13, 159, 110, 0.18);
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 650;
}

.admin-alert.error {
  color: #8e2532;
  background: #fff0f2;
  border-color: rgba(194, 42, 65, 0.18);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}

.admin-stat {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

.admin-stat strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.admin-stat span {
  color: var(--ink-600);
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-panel {
  margin-bottom: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}

.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 25px;
  border-bottom: 1px solid var(--line);
}

.admin-panel-head h2 {
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}

.admin-panel-head p {
  margin: 5px 0 0;
  color: var(--ink-600);
  font-size: 0.82rem;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: var(--ink-600);
  background: #f9fbff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-table td {
  color: var(--ink-700);
  font-size: 0.82rem;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-table img {
  width: 58px;
  height: 48px;
  object-fit: contain;
  background: var(--surface-soft);
  border-radius: 9px;
}

.status-pill {
  display: inline-flex;
  padding: 5px 9px;
  color: #805a05;
  background: #fff7db;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
}

.status-pill.complete {
  color: #08704f;
  background: #e7f9f2;
}

.status-pill.ai {
  color: var(--blue-700);
  background: var(--surface-blue);
}

.admin-icon-button {
  display: inline-grid;
  width: 35px;
  height: 35px;
  padding: 0;
  color: var(--blue-700);
  background: var(--surface-blue);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  place-items: center;
}

.admin-icon-button.danger {
  color: #a51d32;
  background: #fff0f2;
}

.admin-empty {
  padding: 38px 24px;
  color: var(--ink-600);
  text-align: center;
}

.admin-add {
  margin-bottom: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

.admin-add summary {
  padding: 20px 24px;
  color: var(--blue-700);
  font-weight: 800;
  cursor: pointer;
}

.admin-product-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  padding: 0 24px 24px;
}

.admin-product-form .button {
  width: fit-content;
}

.login-page {
  display: grid;
  min-height: 100vh;
  padding: 30px;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 216, 90, 0.24), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(240, 138, 0, 0.16), transparent 28%),
    #fffaf0;
  place-items: center;
}

.login-card {
  width: min(100%, 460px);
  padding: 38px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.login-card .brand {
  margin-bottom: 38px;
}

.login-card h1 {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.login-card > p {
  margin-bottom: 28px;
  color: var(--ink-600);
}

.login-form {
  display: grid;
  gap: 17px;
}

.login-form .button {
  width: 100%;
  margin-top: 5px;
}

.product-body p {
  flex: 1;
  color: var(--ink-600);
  font-size: 0.9rem;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 60px 30px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  text-align: center;
}

.reveal {
  transition: opacity 700ms cubic-bezier(0.2, 0.75, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
}

.js .reveal.from-left {
  transform: translateX(-34px);
}

.js .reveal.from-right {
  transform: translateX(34px);
}

.js .reveal.visible {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 10px rgba(255, 216, 90, 0.06); }
}

@keyframes typewriter-cursor {
  50% { opacity: 0; }
}

@keyframes orbit-spin {
  to { transform: rotateZ(360deg); }
}

@keyframes core-float {
  50% { transform: translate3d(-50%, -55%, 88px) rotateX(-62deg) rotateZ(8deg); }
}

@keyframes chip-float {
  50% { transform: translateY(-13px) rotate(1deg); }
}

@keyframes scroll-line {
  0%, 100% { opacity: 0.3; transform: scaleY(0.55); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes fade-page-out {
  to { opacity: 0; transform: translateY(-5px); }
}

@keyframes fade-page-in {
  from { opacity: 0; transform: translateY(7px); }
}

@media (max-width: 1080px) {
  .primary-nav { gap: 20px; }
  .primary-nav a:not(.button) { font-size: 0.82rem; }
  .hero-layout { grid-template-columns: 1.1fr 0.9fr; gap: 25px; }
  .floating-chip { min-width: 155px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: fixed;
    top: 78px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    padding: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(18px);
  }
  .primary-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
  .primary-nav a:not(.button) { padding: 12px; font-size: 0.92rem; }
  .primary-nav .button { margin-top: 8px; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-layout,
  .intro-grid,
  .process-wrap,
  .contact-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 450px; }
  .orbital-system { width: min(66vw, 420px); }
  .intro-grid,
  .process-wrap,
  .contact-grid { gap: 45px; }
  .process-intro { position: static; }
  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3),
  .service-card:nth-child(4),
  .service-card:nth-child(5) { grid-column: span 6; }
  .why-grid,
  .industry-grid,
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .case-card:first-child { grid-row: auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }
  .stat:nth-child(2) { border-right: 0; }
  .cta-panel { grid-template-columns: 1fr; padding: 45px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --page: min(100% - 30px, 1180px); }
  .section { padding: 76px 0; }
  .brand { min-width: 0; font-size: 0.8rem; }
  .brand img { width: 40px; height: 40px; }
  .brand span { max-width: 130px; }
  .hero { padding: 125px 0 66px; }
  .hero h1 { font-size: clamp(1.425rem, 6.75vw, 2.25rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-stage { min-height: 360px; }
  .orbital-system { width: 82vw; }
  .floating-chip { min-width: 140px; padding: 11px; transform: scale(0.87); }
  .chip-one { right: -10%; }
  .chip-two { bottom: 5%; left: -9%; }
  .chip-three { display: none; }
  .scroll-cue { display: none; }
  .trust-strip-inner { align-items: flex-start; flex-direction: column; }
  .trust-list { justify-content: flex-start; gap: 12px 20px; }
  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3),
  .service-card:nth-child(4),
  .service-card:nth-child(5) { grid-column: 1 / -1; }
  .service-card { min-height: 255px; }
  .tech-panel { padding: 40px 22px; border-radius: 25px; }
  .expertise-grid,
  .why-grid,
  .industry-grid,
  .trust-grid,
  .stats-grid,
  .product-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 0; }
  .stat { padding: 24px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .stat:last-child { border: 0; }
  .process-step { grid-template-columns: 48px 1fr; padding: 17px; }
  .process-list::before { left: 40px; }
  .case-card:first-child { min-height: 480px; }
  .cta-panel { padding: 38px 24px; border-radius: 25px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .field-full { grid-column: auto; }
  .form-note { grid-column: auto; }
  .inner-hero { padding: 145px 0 70px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .admin-header-inner,
  .admin-welcome { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  .admin-stats,
  .admin-product-form { grid-template-columns: 1fr; }
  .login-page { padding: 18px; }
  .login-card { padding: 28px 22px; }
  .assistant-panel {
    right: 15px;
    bottom: 150px;
    width: calc(100vw - 30px);
    max-height: calc(100svh - 170px);
    border-radius: 22px;
  }
  .assistant-launcher,
  .whatsapp-float { right: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
  #particle-field { display: none; }
  .assistant-typing i { animation: none; opacity: 0.65; }
  .hero h1.is-typing::after { display: none; }
}
