:root {
  --ink: #0f1115;
  --ink-soft: #151821;
  --text: #f5f7fb;
  --text-muted: #c7cbd6;
  --accent: #e85b8f;
  --accent-dark: #c93a70;
  --panel: #ffffff;
  --panel-muted: #f3f4f7;
  --line: #e0e4ea;
  --shadow: 0 24px 70px rgba(10, 12, 18, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #12151b;
  background: #f7f8fb;
  overflow-x: hidden;
  width: 100%;
}

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

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 28px 0;
}

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

.nav-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(15, 17, 21, 0.35);
  color: var(--text);
  padding: 8px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 600;
}

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

.logo img {
  height: 38px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.nav-links a:hover {
  color: var(--text);
}

.nav-dropdown {
  position: relative;
  padding-bottom: 12px;
}

.nav-dropdown-toggle {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.nav-dropdown-toggle:hover {
  color: var(--text);
}

.nav-dropdown-menu {
  position: absolute;
  top: 32px;
  right: 0;
  background: #0f1115;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px;
  min-width: 260px;
  max-width: 320px;
  white-space: nowrap;
  display: none;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  z-index: 20;
}

.nav-dropdown-menu a {
  color: var(--text);
  padding: 8px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0.01em;
}

.nav-dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  display: flex;
}

.flag {
  font-size: 1rem;
}

.flag-icon {
  width: 22px;
  height: 14px;
  display: inline-block;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  flex: 0 0 auto;
}

.contact-card .flag-icon {
  width: 28px;
  height: 18px;
}

.flag-uk {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'><rect width='60' height='36' fill='%23012469'/><path d='M0 0l60 36M60 0L0 36' stroke='%23ffffff' stroke-width='8'/><path d='M0 0l60 36M60 0L0 36' stroke='%23c8102e' stroke-width='4'/><rect x='24' width='12' height='36' fill='%23ffffff'/><rect y='12' width='60' height='12' fill='%23ffffff'/><rect x='26' width='8' height='36' fill='%23c8102e'/><rect y='14' width='60' height='8' fill='%23c8102e'/></svg>");
}

.flag-us {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'><rect width='60' height='36' fill='%23ffffff'/><rect y='0' width='60' height='4' fill='%23b22234'/><rect y='8' width='60' height='4' fill='%23b22234'/><rect y='16' width='60' height='4' fill='%23b22234'/><rect y='24' width='60' height='4' fill='%23b22234'/><rect y='32' width='60' height='4' fill='%23b22234'/><rect width='26' height='20' fill='%2300256b'/></svg>");
}

.flag-au {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'><rect width='60' height='36' fill='%23002b7f'/><rect width='24' height='16' fill='%23012469'/><path d='M0 0l24 16M24 0L0 16' stroke='%23ffffff' stroke-width='4'/><path d='M0 0l24 16M24 0L0 16' stroke='%23c8102e' stroke-width='2'/><rect x='9' width='6' height='16' fill='%23ffffff'/><rect y='5' width='24' height='6' fill='%23ffffff'/><rect x='10.5' width='3' height='16' fill='%23c8102e'/><rect y='6.5' width='24' height='3' fill='%23c8102e'/><circle cx='42' cy='20' r='4' fill='%23ffffff'/></svg>");
}

.flag-hk {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'><rect width='60' height='36' fill='%23de2910'/><circle cx='30' cy='18' r='8' fill='%23ffffff'/></svg>");
}

.flag-sg {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'><rect width='60' height='18' fill='%23ef3340'/><rect y='18' width='60' height='18' fill='%23ffffff'/><circle cx='14' cy='10' r='6' fill='%23ffffff'/><circle cx='16' cy='10' r='5' fill='%23ef3340'/></svg>");
}

.flag-eu {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'><rect width='60' height='36' fill='%2300397a'/><circle cx='30' cy='6' r='2' fill='%23ffd700'/><circle cx='41' cy='9' r='2' fill='%23ffd700'/><circle cx='48' cy='18' r='2' fill='%23ffd700'/><circle cx='41' cy='27' r='2' fill='%23ffd700'/><circle cx='30' cy='30' r='2' fill='%23ffd700'/><circle cx='19' cy='27' r='2' fill='%23ffd700'/><circle cx='12' cy='18' r='2' fill='%23ffd700'/><circle cx='19' cy='9' r='2' fill='%23ffd700'/></svg>");
}

.flag-fr {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'><rect width='60' height='36' fill='%23ffffff'/><rect width='20' height='36' fill='%23005cbf'/><rect x='40' width='20' height='36' fill='%23ef3340'/></svg>");
}

.nav-actions {
  display: flex;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
  box-shadow: 0 14px 28px rgba(232, 91, 143, 0.35);
}

.btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.35);
}

.hero {
  position: relative;
  min-height: 82vh;
  color: var(--text);
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(9, 11, 16, 0.92), rgba(12, 15, 22, 0.7)),
    url("puzzle-pattern.svg");
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(232, 91, 143, 0.25), transparent 45%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 140px 0 100px;
  max-width: 720px;
}

.hero-chronology {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  opacity: 0.28;
  filter: blur(0.3px);
  mask-image:
    radial-gradient(ellipse 60% 42% at 50% 46%, transparent 0 45%, rgba(0, 0, 0, 0.45) 62%, #000 82%),
    linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 22%, #000 45%, #000 75%, rgba(0, 0, 0, 0.5) 90%, transparent 100%);
}

.hero-chronology::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(232, 91, 143, 0.15), transparent 55%);
}

.chrono-lane {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  display: grid;
  gap: 18px;
  transform: rotate(-1deg);
  animation: chrono-drift 22s ease-in-out infinite;
}

.chrono-stream {
  display: grid;
  gap: 18px;
  animation: chrono-scroll 120s linear infinite;
  will-change: transform, filter;
  align-items: center;
}

.chrono-row {
  display: grid;
  grid-template-columns: 640px 44px 640px;
  gap: 18px;
  align-items: center;
  width: 1324px;
  margin: 0 auto;
}

.chrono-row.alert .chrono-col {
  border-left: 4px solid rgba(232, 91, 143, 0.5);
}

.chrono-row.flag .chrono-col {
  border-left: 4px solid rgba(14, 165, 233, 0.5);
}

.chrono-col {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  padding: 12px 16px;
  display: grid;
  gap: 8px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
  min-width: 640px;
}

.chrono-col.left {
  justify-self: end;
  margin-right: 0;
}

.chrono-col.right {
  justify-self: start;
  margin-left: 0;
}

.chrono-col.action {
  background: rgba(255, 255, 255, 0.92);
  opacity: 0.98;
}

.chrono-col.right.action {
  justify-self: start;
  margin-left: -6px;
}

.chrono-col.concern.xl { min-height: 120px; }
.chrono-col.concern.lg { min-height: 105px; }
.chrono-col.concern.md { min-height: 92px; }

.chrono-col.action.sm { min-height: 70px; }
.chrono-col.action.xs { min-height: 58px; }

.chrono-col.action.sm,
.chrono-col.action.xs {
  max-width: 100%;
  min-width: 640px;
  justify-self: start;
}

.chrono-col.empty {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.chrono-center {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
}

.chrono-center::before {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  width: 4px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  z-index: 1;
}

.chrono-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #7a1f2b;
  box-shadow: 0 10px 20px rgba(10, 12, 18, 0.2);
  position: relative;
  z-index: 2;
  outline: 6px solid rgba(15, 17, 21, 0.15);
}

.chrono-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: center / contain no-repeat;
}

.chrono-icon.warning::before {
  background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M12 3l10 18H2L12 3zm0 6.5a1 1 0 0 0-1 1V14a1 1 0 0 0 2 0v-3.5a1 1 0 0 0-1-1zm0 7a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4z'/></svg>\");
}

.chrono-icon.action {
  background: #22c55e;
}

.chrono-icon.action::before {
  background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5z'/></svg>\");
}

.chrono-tag {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
}

.chrono-tag.action {
  color: rgba(14, 165, 233, 0.7);
}

.chrono-line {
  height: 6px;
  width: 100%;
  background: rgba(15, 23, 42, 0.08);
  border-radius: 999px;
}

.chrono-chip {
  height: 10px;
  width: 70%;
  background: rgba(15, 23, 42, 0.12);
  border-radius: 999px;
}

.chrono-chip.tall { height: 14px; }
.chrono-chip.flat { height: 6px; }

.chrono-chip.short { width: 40%; }
.chrono-chip.mid { width: 55%; }
.chrono-chip.long { width: 85%; }

@keyframes chrono-drift {
  0% { transform: rotate(-6deg) translateY(0); }
  50% { transform: rotate(-6deg) translateY(-22px); }
  100% { transform: rotate(-6deg) translateY(0); }
}

@keyframes chrono-scroll {
  0% { transform: translateY(0); filter: blur(0.4px); }
  20% { transform: translateY(-10%); filter: blur(0px); }
  45% { transform: translateY(-25%); filter: blur(0px); }
  60% { transform: translateY(-45%); filter: blur(2.8px); }
  70% { transform: translateY(-50%); filter: blur(1.4px); }
  85% { transform: translateY(-60%); filter: blur(0.6px); }
  100% { transform: translateY(-70%); filter: blur(0.4px); }
}

.integrations-hero .logo-cloud {
  position: absolute;
  inset: 80px 4% 40px 4%;
  z-index: 1;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 52% 36% at 50% 52%, transparent 0 34%, rgba(0, 0, 0, 0.25) 55%, #000 86%);
}

.integrations-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.logo-float {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%) scale(var(--scale));
  background: #ffffff;
  border-radius: 24px;
  padding: 10px 16px;
  box-shadow: 0 16px 34px rgba(10, 12, 18, 0.18);
  overflow: hidden;
  opacity: var(--alpha, 0.78);
  filter: drop-shadow(0 10px 20px rgba(5, 6, 10, 0.35));
  animation: floaty var(--duration) ease-in-out infinite;
}

.logo-float img {
  width: 150px;
  height: 64px;
  object-fit: contain;
  border-radius: 0;
  display: block;
}

@keyframes floaty {
  0% { transform: translate(-50%, -50%) scale(var(--scale)) rotate(var(--rot)) translate(0, 0); }
  50% { transform: translate(-50%, -50%) scale(var(--scale)) rotate(var(--rot)) translate(var(--dx), var(--dy)); }
  100% { transform: translate(-50%, -50%) scale(var(--scale)) rotate(var(--rot)) translate(0, 0); }
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 18px;
}

.word-switcher {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  min-width: 12ch;
}

.word-text {
  color: #ffffff;
}

.word-punct {
  color: #ffffff;
}

.word-cursor {
  display: inline-block;
  opacity: 0.8;
  animation: cursor-blink 1s step-end infinite;
}

.hero-title-line {
  display: block;
}

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

.hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 30px;
}

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

.hero-note {
  margin-top: 24px;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.section {
  padding: 80px 0;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 12px;
  color: #111827;
}

.section-subtitle {
  color: #556070;
  max-width: 680px;
}

.section-note {
  margin-top: 8px;
  color: #6b7280;
  font-size: 0.95rem;
}

.summary-grid + .section-subtitle,
.section-title + .section-subtitle {
  max-width: 100%;
}

.integration-logos .section-subtitle {
  max-width: 100%;
}

.policy {
  max-width: 820px;
  color: #374151;
  line-height: 1.7;
}

.policy h3 {
  margin-top: 26px;
  color: #111827;
}

.policy ul {
  margin: 10px 0 0 18px;
  color: #4b5563;
  display: grid;
  gap: 6px;
}

.policy .muted {
  color: #6b7280;
  font-size: 0.9rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.summary-card {
  background: var(--panel);
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  align-content: start;
  overflow: hidden;
  grid-auto-rows: min-content;
  min-height: 360px;
}

.summary-card p {
  max-width: 100%;
}

.summary-card h3 {
  margin: 0;
}

.summary-card p {
  margin: 0;
  color: #556070;
}

.summary-card .btn {
  margin-top: auto;
  width: fit-content;
}

.summary-media {
  position: relative;
  height: 170px;
  margin-bottom: 6px;
}

.summary-media img {
  position: absolute;
  width: 56%;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.summary-media img:first-child {
  top: 0;
  left: 0;
}

.summary-media img:last-child {
  bottom: 0;
  right: 0;
}

.summary-card h3,
.summary-card p,
.summary-card .btn {
  position: relative;
  z-index: 1;
}

.summary-card h3 {
  margin-top: 6px;
}

.summary-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.testimonials {
  background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.testimonial-carousel {
  margin-top: 32px;
  position: relative;
}

.testimonial-track {
  position: relative;
  min-height: 220px;
}

.testimonial-slide {
  background: #ffffff;
  border-radius: 28px;
  padding: 32px 36px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  display: grid;
  gap: 18px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  position: absolute;
  inset: 0;
}

.testimonial-slide.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.testimonial-dots {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.testimonial-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: #cbd5f5;
  cursor: pointer;
}

.testimonial-dots .dot.active {
  background: var(--accent);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.testimonial-card {
  background: var(--panel);
  border-radius: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
  min-width: 320px;
  max-width: 460px;
  display: grid;
  gap: 18px;
}

.testimonial-quote {
  margin: 0;
  color: #374151;
  line-height: 1.6;
  font-size: 1.02rem;
}

.testimonial-meta {
  display: grid;
  gap: 4px;
}

.testimonial-name {
  font-weight: 700;
  color: #111827;
}

.testimonial-role {
  color: #6b7280;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card {
  background: var(--panel);
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  border: 1px solid var(--line);
}

.card h3 {
  margin-top: 0;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
}

.highlight {
  background: #111827;
  color: white;
  border-radius: 28px;
  padding: 36px;
  box-shadow: var(--shadow);
  align-self: start;
}

.highlight ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.feature-showcase {
  display: grid;
  gap: 48px;
  margin-top: 36px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: start;
  background: var(--panel);
  border-radius: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
}

.feature-row.reverse .feature-media {
  order: 2;
}

.feature-media {
  background: transparent;
  border-radius: 18px;
  padding: 0;
}

.feature-media.chronology-stack {
  position: relative;
  min-height: 240px;
}

.feature-media.chronology-stack img {
  position: absolute;
  width: 72%;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.18);
}

.feature-media.chronology-stack img:first-child {
  top: 0;
  left: 0;
}

.feature-media.chronology-stack img:last-child {
  bottom: 0;
  right: 0;
}

.feature-row.no-media {
  grid-template-columns: 1fr;
}

.feature-row.no-media .feature-copy {
  max-width: 100%;
}
.feature-media img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.18);
}

.feature-copy h3 {
  margin-top: 0;
}

.feature-copy {
  align-self: start;
}

.customisation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 32px;
  align-items: start;
}

.customisation-images {
  position: relative;
  min-height: 280px;
}

.customisation-images img {
  position: absolute;
  width: 70%;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.2);
}

.customisation-images img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 2;
}

.customisation-images img:nth-child(2) {
  top: 30px;
  right: 0;
  z-index: 3;
}

.customisation-images img:nth-child(3) {
  bottom: 0;
  left: 10%;
  z-index: 1;
  width: 60%;
}

.customisation-images img:nth-child(4) {
  bottom: 10px;
  right: 12%;
  z-index: 4;
  width: 52%;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 8px;
  color: #5b6474;
}

.feature-list li::before {
  content: \"✓\";
  margin-right: 8px;
  color: var(--accent);
  font-weight: 700;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.logo-grid.logos-collection {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.logo-grid.logos-collection .logo-panel {
  padding: 14px;
}

.logo-grid.logos-collection .logo-panel img {
  max-height: 70px;
  border-radius: 0;
}

.logo-panel {
  background: var(--panel);
  border-radius: 20px;
  border: 1px solid var(--line);
  padding: 18px;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.08);
}

.logo-panel img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}

.integration-visual {
  background: #ffffff;
  border-radius: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
}

.integration-visual img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

.feature-card {
  background: var(--panel);
  border-radius: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.08);
  text-align: center;
}

.feature-card h3 {
  margin: 18px 0 8px;
  font-size: 1.1rem;
}

.feature-card p {
  color: #596275;
  font-size: 0.95rem;
}

.feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.feature-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.feature-icon.pink { color: #e85b8f; background: rgba(232, 91, 143, 0.12); }
.feature-icon.teal { color: #0ea5e9; background: rgba(14, 165, 233, 0.12); }
.feature-icon.green { color: #22c55e; background: rgba(34, 197, 94, 0.12); }
.feature-icon.lime { color: #65a30d; background: rgba(101, 163, 13, 0.12); }
.feature-icon.purple { color: #7c3aed; background: rgba(124, 58, 237, 0.12); }
.feature-icon.magenta { color: #db2777; background: rgba(219, 39, 119, 0.12); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.pricing-tabs-bar {
  display: inline-flex;
  gap: 10px;
  padding: 8px;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  margin: 18px 0 26px;
}

.tab-pill {
  border: none;
  background: transparent;
  color: #64748b;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
}

.tab-pill.active {
  background: #111827;
  color: #ffffff;
}

.pricing-panel {
  display: none;
}

.pricing-panel.active {
  display: block;
}

.pricing-card {
  background: var(--panel);
  border-radius: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card h3 {
  margin-top: 0;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin: 16px 0 20px;
}

.price span {
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
  color: #5b6474;
  font-size: 0.95rem;
}

.pricing-card .btn {
  margin-top: auto;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.step-card {
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid var(--line);
  padding: 26px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  display: grid;
  gap: 12px;
}

.step-number {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(232, 91, 143, 0.12);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  font-weight: 700;
}

.timeline-badge {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--accent);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.enquiry-panel {
  background: var(--panel);
  border-radius: 22px;
  padding: 28px;
  border: 1px solid var(--line);
}

.contact-grid {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.contact-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--line);
  padding: 20px 22px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.contact-card h4 {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-card p {
  margin: 6px 0;
  color: #546070;
}

.contact-flag {
  font-size: 1.2rem;
}

.enquiry-form {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.form-row {
  display: grid;
  gap: 6px;
}

.form-row label {
  font-weight: 600;
  font-size: 0.9rem;
}

.form-row input,
.form-row textarea {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.95rem;
  font-family: inherit;
}

.form-status {
  margin-top: 10px;
  font-weight: 600;
  padding: 12px 14px;
  border-radius: 14px;
}

.form-status.success {
  color: #0f5132;
  background: rgba(16, 185, 129, 0.18);
  border: 1px solid rgba(16, 185, 129, 0.35);
}

.form-status.error {
  color: #8a1f2b;
  background: rgba(244, 114, 182, 0.18);
  border: 1px solid rgba(244, 114, 182, 0.35);
}

.h-captcha {
  transform: scale(0.95);
  transform-origin: 0 0;
}

.footer {
  padding: 40px 0 60px;
  background: #0f1115;
  color: var(--text-muted);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-left {
  display: grid;
  gap: 16px;
}

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

.footer-brand img {
  height: 26px;
  width: auto;
  display: block;
}

.footer-right {
  display: flex;
  align-items: flex-start;
}

.footer-links {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: grid;
  gap: 10px;
  text-align: right;
}

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

.footer-legal {
  max-width: 720px;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #8f96a6;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 360px;
  background: #111827;
  color: #f9fafb;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  z-index: 999;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: #d1d5db;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions .btn {
  padding: 8px 12px;
  font-size: 0.85rem;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.65);
  z-index: 1000;
}

.cookie-modal.open {
  display: flex;
}

.cookie-modal-card {
  background: #ffffff;
  color: #111827;
  border-radius: 20px;
  padding: 24px;
  max-width: 520px;
  width: min(520px, 92vw);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.cookie-modal-card h3 {
  margin-top: 0;
}

.cookie-modal-list {
  margin: 16px 0;
  padding-left: 18px;
  color: #4b5563;
}

.cookie-modal-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 860px) {
  .navbar {
    position: static;
    background: rgba(10, 12, 18, 0.92);
    backdrop-filter: blur(10px);
    width: 100%;
  }

  .nav-inner {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-brand {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    min-width: 42px;
    min-height: 38px;
    font-size: 1.1rem;
    line-height: 1;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 12px;
    width: 100%;
  }

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

  .nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .nav-actions {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .hero {
    padding-top: 0;
    display: block;
  }

  .hero-content {
    padding-top: 32px;
    max-width: 100%;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .section .container,
  .hero-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-dropdown {
    padding-bottom: 0;
  }

  .nav-dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

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

  .footer-right {
    width: 100%;
    justify-content: flex-start;
  }

  .footer-links {
    text-align: left;
  }

  .hero-chronology,
  .integrations-hero .logo-cloud {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-content {
    padding: 120px 32px 80px;
  }
  .integrations-hero .logo-cloud {
    inset: 140px 4% 20px 4%;
    mask-image: radial-gradient(circle at 50% 40%, transparent 0 30%, #000 50%);
  }
  .logo-float img {
    width: 112px;
    height: 46px;
  }
}
