* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #07111d;
  --bg-soft: #101b28;
  --bg-light: #eef7f6;
  --text: #102b35;
  --text-soft: #58757a;
  --text-light: #b9d8d5;
  --text-muted: #809ea2;
  --line: #ddece8;
  --shape: #eef7f4;
  --primary: #f7e40b;
  --primary-2: #8beeb1;
  --primary-dark: #9f8600;
  --primary-deep: #7b6b00;
  --accent: #fed766;
  --accent-2: #ffb13b;
  --danger: #e05d5d;
  --success: #23b881;
  --shadow-soft: 0 24px 90px rgba(16, 62, 60, 0.12);
  --shadow-card: 0 15px 80px rgba(25, 80, 70, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: #effaf8;
  line-height: 1.75;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 254, 253, 0.88);
  backdrop-filter: blur(28px);
  border-bottom: 1px solid rgba(27, 93, 79, 0.12);
}

.nav-wrapper {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(9, 77, 55, 0.12));
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-size: 30px;
  font-weight: 800;
  color: var(--text);
}

.brand-sub {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--primary-dark);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  font-size: 13px;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -9px;
  border-radius: 99px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-button span {
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 99px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 100px;
  padding: 13px 28px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 16px 38px rgba(13, 111, 80, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 12px 54px rgba(13, 111, 80, 0.36);
}

.btn-ghost {
  border: 1px solid rgba(14, 132, 110, 0.3);
  background: transparent;
  color: var(--text);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary-dark);
}

.btn-light {
  background: white;
  color: var(--primary-dark);
}

.btn-sm {
  font-size: 11px;
  padding: 10px 20px;
}

.btn-lg {
  padding: 15px 30px;
}

.btn-full {
  width: 100%;
}

.pub-marquee {
  background:linear-gradient(135deg, #eeba4e, #ced128);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.24);
  width: 100%;
  overflow: hidden;
}

.marquee-window {
  overflow: hidden;
  position: relative;
  min-height: 90px;
  width: 100%;
}

.marquee-window::before,
.marquee-window::after {
  content: "";
  position: absolute;
  top: 0;
  width: 34px;
  height: 100%;
  z-index: 1;
}

.marquee-window::before {
  left: 0;
  background: linear-gradient(90deg, #0d2d34, transparent);
}

.marquee-window::after {
  right: 0;
  background: linear-gradient(270deg, #0d2d34, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  padding: 4px 0;
  animation: marqueeSlide 30s linear infinite;
}

.marquee-track img {
  width: min(13vw, 180px);
  min-width: 136px;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.34);
  filter: saturate(1.2);
}

.hero {
  background:
    radial-gradient(circle at 70% 18%, rgba(70, 218, 130, 0.10), transparent 28%),
    radial-gradient(circle at 18% 114%, rgba(31, 215, 185, 0.11), transparent 35%),
    linear-gradient(180deg, #eefcf8 0%, #eef8f6 90%, #e9f8f6 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 999px;
  left: -390px;
  top: -440px;
  border: 1px solid rgba(21, 105, 104, 0.20);
  background: radial-gradient(circle, transparent, rgba(255,255,255,0.4));
}

.hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  right: -270px;
  bottom: -260px;
  border: 1px dashed var(--primary);
  animation: pulse 3s ease-in-out infinite;
}

.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(450px, 0.9fr);
  align-items: center;
  gap: 40px;
  padding: 92px 0 88px;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow span {
  width: 44px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
}

.hero-copy h1 {
  margin-top: 22px;
  font-size: clamp(55px, 6vw, 92px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  color: var(--text);
}

.hero-text {
  max-width: 680px;
  margin-top: 28px;
  font-size: 20px;
  line-height: 1.75;
  color: var(--text-soft);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-stats {
  margin-top: 62px;
  display: flex;
  align-items: center;
  gap: 70px;
}

.hero-stats article {
  position: relative;
}

.hero-stats article:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 1px;
  background: var(--primary);
  right: -55px;
  top: 38%;
}

.hero-stats strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: var(--text);
}

.hero-stats span {
  display: block;
  margin-top: 10px;
  color: var(--text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-panel {
  position: relative;
}

.orb-wrap {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb-wrap .orb {
  position: absolute;
  border-radius: 999px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(53, 245, 199, 0.22), transparent);
  border: 1px solid rgba(24, 194, 168, 0.44);
}

.orb-wrap .orb-one {
  inset: 20px;
}

.orb-wrap .orb-two {
  width: 380px;
  height: 380px;
  right: 45px;
  bottom: 34px;
  border-color: rgba(27, 123, 212, 0.42);
}

.dashboard-card {
  position: relative;
  padding: 34px;
  min-height: 420px;
  width: min(420px, 100%);
  border-radius: 30px;
  background: linear-gradient(180deg, #162b39, #102b34);
  border: 1px solid rgba(255,255,255,0.22);
  color: white;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.dashboard-card::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.40);
  left: -150px;
  top: -130px;
}

.dashboard-head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 15px;
}

.dashboard-head span:nth-child(2) {
  flex: 1;
}

.live-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background: var(--success);
  box-shadow: 0 0 0 0 rgba(35, 184, 129, 0.8);
  animation: pulseDot 2s infinite;
}

.badge {
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 10px;
  background: rgba(41, 255, 185, 0.12);
  border: 1px solid rgba(41,255,185,0.50);
}

.chart-area {
  margin-top: 84px;
  position: relative;
}

.chart-lines {
  position: relative;
  height: 150px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.chart-lines span {
  width: 20px;
  border-radius: 70px 70px 0 0;
  background: linear-gradient(180deg, var(--primary-2), var(--primary-dark));
  display: inline-block;
}

.chart-lines span:nth-child(1) { height: 35px; }
.chart-lines span:nth-child(2) { height: 92px; }
.chart-lines span:nth-child(3) { height: 48px; }
.chart-lines span:nth-child(4) { height: 126px; }
.chart-lines span:nth-child(5) { height: 86px; }

.chart-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chart-data .label {
  display: block;
  font-size: 11px;
  color: var(--text-light);
}

.chart-data .value {
  display: block;
  margin-top: 4px;
  font-size: 26px;
  font-weight: 800;
  color: white;
}

.mini-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mini-grid > div {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.12);
}

.mini-grid .icon {
  font-size: 22px;
  color: var(--accent);
  display: block;
  line-height: 1;
}

.mini-grid span:not(.icon) {
  font-size: 11px;
  color: var(--text-light);
}

.mini-grid b {
  display: block;
  margin-top: 12px;
  font-size: 28px;
  line-height: 1;
}

.floating-card {
  animation: float 4s ease-in-out infinite;
}

.partners-strip {
  background: linear-gradient(180deg, var(--bg-soft), #153d47);
  color: white;
  border-top: 1px solid rgba(255,255,255,0.4);
}

.strip-grid {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.strip-grid span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

.section {
  padding: 104px 0;
}

.section-head {
  margin-bottom: 38px;
}

.section-head.centered {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 52px;
}

.section-head .overline {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: var(--primary-dark);
}

.section-head h2 {
  margin-top: 12px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--text);
}

.section-head p {
  margin-top: 24px;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.80;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 24px;
}

.service-card {
  background: white;
  border-radius: 24px;
  padding: 34px 28px;
  min-height: 310px;
  border: 1px solid rgba(25, 104, 95, 0.12);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card.featured {
  background: linear-gradient(180deg, #0b766c, var(--primary-deep));
  color: white;
  transform: translateY(-12px);
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #ffffff);
  color: var(--primary-deep);
  border: 8px solid #ddf9f4;
}

.service-icon span {
  font-weight: 900;
}

.service-card.featured .service-icon {
  background: white;
  border-color: var(--primary);
}

.service-card h3 {
  margin-top: 28px;
  font-size: 24px;
  line-height: 1.2;
}

.service-card p {
  margin-top: 20px;
  color: var(--text-soft);
  line-height: 1.85;
}

.service-card.featured p {
  color: #c1f4ec;
}

.text-link {
  display: inline-flex;
  margin-top: 34px;
  color: var(--primary-dark);
  font-weight: 900;
  font-size: 12px;
}

.service-card.featured .text-link {
  color: white;
}

.process {
  background: linear-gradient(135deg, #173a40, #1e4653);
  color: white;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(430px, 0.9fr);
  gap: 60px;
}

.process .section-head h2,
.process .process-copy h2 {
  color: white;
}

.process-copy p {
  margin-top: 26px;
  color: #cde8e1;
}

.process-copy .overline {
  color: var(--accent);
}

.check-list {
  list-style: none;
  margin-top: 30px;
}

.check-list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 14px;
  color: white;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-2);
  font-weight: 900;
}

.process-copy .btn {
  margin-top: 20px;
}

.process-panel {
  display: flex;
  align-items: center;
}

.timeline {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border-radius: 28px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.36);
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.20);
}

.timeline-item:last-child {
  border-bottom: none;
}

.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  font-weight: 900;
  font-size: 12px;
  flex-shrink: 0;
}

.timeline h4 {
  font-size: 22px;
}

.timeline p {
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-light);
}

.realisation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(245px, 1fr));
  gap: 28px;
}

.realisation-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(8, 109, 89, 0.12);
}

.realisation-image {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.realisation-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: saturate(1.04);
}

.realisation-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.70));
}

.realisation-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  background: var(--primary-dark);
  color: white;
  padding: 7px 14px;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 900;
}

.realisation-content {
  padding: 26px 26px 34px;
}

.realisation-content h3 {
  font-size: 24px;
  line-height: 1.2;
}

.realisation-content p {
  margin-top: 14px;
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.66;
}

.realisation-content .btn {
  margin-top: 20px;
}

.publications {
  background: linear-gradient(180deg, #effaf8, #eefcfb);
}

.pub-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(604px, 1fr);
  gap: 50px;
  align-items: center;
}

.pub-layout .section-head {
  margin-bottom: 0;
}

.pub-cta {
  margin-top: 34px;
}

.pub-slider {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  min-height: 420px;
  background: linear-gradient(135deg, #073b34, #102b33);
  border: 1px solid rgba(34, 190, 154, 0.30);
  box-shadow: var(--shadow-card);
}

.pub-slider .pub-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.8s ease, transform 1.2s ease;
}

.pub-slider .pub-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.pub-slider .pub-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.pub-slider .pub-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(3, 26, 23, 0.78));
}

.pub-slider-controls {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.slider-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.58);
  background: rgba(255,255,255,0.12);
  color: white;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.slider-arrow:hover {
  background: white;
  color: var(--primary-deep);
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-dots .dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid white;
  background: transparent;
}

.slider-dots .dot.is-current {
  width: 30px;
  background: var(--primary);
  border-color: var(--primary);
}

.videos {
  background: linear-gradient(180deg, #153c3d, #102b34);
}

.videos .section-head h2,
.videos .section-head p {
  color: white;
}

.videos .section-head .overline {
  color: var(--accent);
}

.video-layout .section-head {
  max-width: 700px;
}

.video-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 28px;
}

.video-card {
  background: rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.26);
}

.video-frame {
  position: relative;
  padding-top: 56%;
  border-radius: 14px;
  overflow: hidden;
  background: #091921;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-title {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 900;
  color: white;
  letter-spacing: 0.12em;
}

.cta-band {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.cta-content {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-band h2 {
  margin-top: 18px;
  max-width: 660px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  color: white;
}

.overline.light {
  color: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(450px, 0.88fr) minmax(420px, 0.88fr);
  gap: 50px;
  align-items: center;
}

.contact-copy h2 {
  margin-top: 12px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}

.contact-copy p {
  margin-top: 28px;
  color: var(--text-soft);
  line-height: 1.9;
}

.contact-list {
  margin-top: 36px;
}

.contact-list > div {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.contact-list > div:last-child {
  border-bottom: 1px solid var(--line);
}

.contact-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--primary-dark);
}

.contact-list a {
  display: inline-block;
  margin-top: 5px;
  font-weight: 800;
  color: var(--text);
}

.contact-panel {
  background: white;
  border-radius: 26px;
  padding: 34px;
  border: 1px solid rgba(12, 101, 88, 0.20);
  box-shadow: var(--shadow-card);
}

.contact-form .form-row {
  margin-bottom: 20px;
}

.form-row label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 9px;
  color: var(--primary-dark);
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(15, 104, 79, 0.18);
  background: #fafffd;
  padding: 14px 16px;
  border-radius: 15px;
  outline: none;
  font: inherit;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(30, 207, 184, 0.20);
}

.footer {
  background: var(--bg);
  color: white;
  padding: 44px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.footer-brand .brand-logo {
  width: 44px;
  height: 44px;
}

.footer-links {
  display: flex;
  gap: 28px;
  font-size: 12px;
}

.footer-links a {
  opacity: 0.88;
}

.copyright {
  font-size: 12px;
  opacity: 0.86;
}

.loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff, #fff);
  z-index: 40;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-orb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.8);
  border-top-color: var(--primary);
  border-bottom-color: var(--accent);
  animation: spin 0.8s linear infinite;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  background: linear-gradient(135deg, #11c971, #05a763);
  font-size: 27px;
  box-shadow: 0 12px 40px rgba(22, 180, 72, 0.34);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 52px rgba(22, 180, 72, 0.48);
}

.whatsapp-float span {
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes pulseDot {
  70% { box-shadow: 0 0 0 12px transparent; }
}

@keyframes float {
  50% { transform: translateY(-12px); }
}

@keyframes pulse {
  50% { transform: scale(1.05); opacity: 0.72; }
}

@keyframes marqueeSlide {
  to { transform: translateX(-50%); }
}

@keyframes incomingGlow {
  50% { filter: drop-shadow(0 0 14px rgba(30, 207, 184, 0.75)); }
}

@media (max-width: 1100px) {
  .container {
    width: min(1180px, calc(100% - 48px));
  }

  .hero-grid,
  .process-grid,
  .pub-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .realisation-grid {
    grid-template-columns: repeat(2, minmax(230px, 1fr));
  }

  .hero-copy h1 {
    font-size: clamp(46px, 7vw, 74px);
  }

  .hero-grid {
    min-height: auto;
  }

  .orb-wrap {
    min-height: 500px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: sticky;
  }

  .menu-button {
    display: flex;
  }

  .main-nav {
    position: fixed;
    left: 30px;
    right: 30px;
    top: 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    border-radius: 24px;
    background: white;
    border: 1px solid var(--line);
    transform: translateY(-130%);
    opacity: 0;
    transition: 0.25s ease;
    box-shadow: var(--shadow-soft);
  }

  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
  }

  .hero-grid {
    padding-top: 50px;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions,
  .hero-stats,
  .cta-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-stats {
    gap: 30px;
  }

  .hero-stats article:not(:last-child)::after {
    display: none;
  }

  .section {
    padding: 72px 0;
  }

  .service-grid,
  .realisation-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 24px;
  }

  .pub-slider .pub-slide img {
    height: 360px;
  }

  .pub-slider {
    min-height: 360px;
  }

  .strip-grid {
    justify-content: center;
  }
}
