:root {
  --ink: #0a1324;
  --ink-soft: #18243a;
  --muted: #617089;
  --line: #dce5f2;
  --surface: #f5f8fc;
  --surface-2: #eef4fb;
  --blue-950: #071326;
  --blue-900: #0b1d3b;
  --blue-800: #12376f;
  --blue-700: #1857b8;
  --blue-600: #2563eb;
  --gold: #f3b23c;
  --gold-soft: #fff0c9;
  --white: #ffffff;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --display: 'Plus Jakarta Sans', 'Inter', sans-serif;
  --container: 1160px;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(9, 19, 38, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.section { padding: 108px 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.90); border-bottom: 1px solid rgba(220,229,242,.85); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand img { width: 246px; max-height: 62px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 10px 13px; border-radius: 999px; color: #334155; font-size: 14px; font-weight: 800; }
.nav a:hover { background: #edf5ff; color: var(--blue-700); }
.nav-action { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 850; box-shadow: 0 14px 32px rgba(10,19,36,.16); }

.hero-section { position: relative; padding: 92px 0 74px; background: radial-gradient(780px 440px at 78% 14%, rgba(37,99,235,.15), transparent 68%), radial-gradient(620px 360px at 12% 6%, rgba(243,178,60,.14), transparent 65%), linear-gradient(180deg, #fff 0%, #f7faff 100%); }
.hero-layout { display: grid; grid-template-columns: .96fr 1.04fr; gap: 58px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-700); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 9px; height: 9px; border-radius: 99px; background: var(--gold); box-shadow: 0 0 0 6px rgba(243,178,60,.18); }
.kicker.light { color: #bfdbfe; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; line-height: 1.06; color: var(--ink); }
.hero-copy h1 { margin: 18px 0 22px; font-size: clamp(46px, 5.6vw, 78px); max-width: 720px; }
.hero-lead { max-width: 640px; color: #4b5e78; font-size: 18px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 22px; border-radius: 999px; font-weight: 850; white-space: nowrap; }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); box-shadow: 0 18px 38px rgba(24,87,184,.25); }
.button.secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 26px rgba(15,23,42,.06); }
.light-button { background: #fff !important; color: var(--blue-900) !important; box-shadow: 0 16px 34px rgba(0,0,0,.18) !important; }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: 650px; }
.trust-row div { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.78); border: 1px solid rgba(220,229,242,.9); box-shadow: 0 12px 28px rgba(15,23,42,.05); }
.trust-row strong { display: block; font-family: var(--display); font-size: 18px; letter-spacing: -.03em; }
.trust-row span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; }
 .network-visual-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 40px;
  background:
    radial-gradient(520px 320px at 78% 16%, rgba(243,178,60,.22), transparent 62%),
    radial-gradient(620px 360px at 18% 84%, rgba(37,99,235,.34), transparent 64%),
    linear-gradient(145deg, var(--blue-950), var(--blue-800));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.network-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 46%, black 26%, transparent 78%);
}
.visual-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 28px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  backdrop-filter: blur(14px);
}
.visual-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.14);
}
.visual-topbar strong { font-size: 14px; }
.visual-topbar small { margin-left: auto; color: rgba(255,255,255,.64); font-weight: 800; }
.network-map {
  position: absolute;
  z-index: 1;
  inset: 92px 28px 154px;
}
.node {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  border: 5px solid var(--gold);
  box-shadow: 0 0 0 10px rgba(243,178,60,.12), 0 18px 42px rgba(0,0,0,.26);
}
.node-a { left: 8%; top: 48%; }
.node-b { left: 30%; top: 24%; }
.node-c { left: 52%; top: 56%; border-color: #93c5fd; }
.node-d { left: 74%; top: 30%; }
.node-e { left: 86%; top: 70%; border-color: #93c5fd; }
.route {
  position: absolute;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(252,211,77,.10), rgba(252,211,77,.95), rgba(147,197,253,.80));
  box-shadow: 0 0 20px rgba(252,211,77,.28);
}
.route-1 { left: 11%; top: 52%; width: 27%; transform: rotate(-31deg); }
.route-2 { left: 33%; top: 28%; width: 28%; transform: rotate(36deg); }
.route-3 { left: 55%; top: 59%; width: 29%; transform: rotate(-29deg); }
.route-4 { left: 77%; top: 34%; width: 18%; transform: rotate(57deg); }
.visual-metrics {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 110px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.visual-metrics div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  backdrop-filter: blur(12px);
}
.visual-metrics span, .visual-panel span {
  display: block;
  color: #bfdbfe;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.visual-metrics strong {
  display: block;
  margin-top: 5px;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -.035em;
}
.visual-panel {
  position: absolute;
  z-index: 3;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 20px 22px;
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.visual-panel span { color: var(--blue-700); }
.visual-panel strong {
  display: block;
  margin-top: 4px;
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: -.04em;
}

.specialisms { padding: 24px 0; background: #fff; border-block: 1px solid var(--line); }
.specialism-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.specialism-row span { padding: 9px 14px; border-radius: 999px; background: #f8fafc; border: 1px solid var(--line); color: #334155; font-size: 14px; font-weight: 800; }

.section-intro { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-intro.narrow { max-width: 680px; }
.section-intro h2 { margin: 16px 0 14px; font-size: clamp(34px, 4vw, 56px); }
.section-intro p { color: var(--muted); font-size: 17px; }
.service-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-cards article { min-height: 382px; display: flex; flex-direction: column; padding: 26px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(15,23,42,.05); transition: transform .2s ease, box-shadow .2s ease; }
.service-cards article:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(15,23,42,.11); }
.service-cards article:nth-child(1) { background: linear-gradient(180deg, #eef5ff, #fff 64%); border-color: #c7dbff; }
.service-cards article:nth-child(4) { background: linear-gradient(145deg, var(--blue-950), var(--blue-800)); border: 0; color: #fff; }
.service-cards span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; margin-bottom: 26px; background: var(--surface-2); color: var(--blue-800); font-family: var(--display); font-weight: 900; }
.service-cards article:nth-child(4) span { background: rgba(255,255,255,.13); color: #fff; }
.service-cards h3 { font-size: 25px; margin-bottom: 12px; }
.service-cards p { color: #536274; font-size: 15px; }
.service-cards article:nth-child(4) h3, .service-cards article:nth-child(4) p { color: #fff; }
.service-cards article:nth-child(4) p { color: rgba(255,255,255,.72); }
.service-cards ul { display: grid; gap: 10px; margin-top: 24px; }
.service-cards li { position: relative; padding-left: 18px; color: #253348; font-size: 14px; font-weight: 700; }
.service-cards article:nth-child(4) li { color: rgba(255,255,255,.90); }
.service-cards li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 99px; background: var(--gold); }

.security-section { padding: 106px 0; background: radial-gradient(650px 360px at 85% 0%, rgba(37,99,235,.28), transparent 68%), linear-gradient(145deg, var(--blue-950), var(--blue-800)); color: #fff; }
.security-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.security-layout h2 { margin: 16px 0 18px; color: #fff; font-size: clamp(34px, 4vw, 58px); }
.security-layout p { color: rgba(255,255,255,.72); font-size: 17px; max-width: 600px; }
.security-list { display: grid; gap: 14px; }
.security-list div { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 16px; padding: 20px 22px; border-radius: 20px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); }
.security-list strong { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(255,255,255,.12); color: #fcd34d; font-family: var(--display); }
.security-list span { color: #fff; font-weight: 800; }

.approach-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-grid article { position: relative; padding: 26px; border-radius: 26px; background: var(--surface); border: 1px solid var(--line); }
.process-grid article::before { content: ""; position: absolute; top: 0; left: 26px; right: 26px; height: 4px; border-radius: 0 0 99px 99px; background: linear-gradient(90deg, var(--blue-700), var(--gold)); }
.process-grid span { display: block; color: var(--blue-700); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.process-grid h3 { font-size: 22px; margin-bottom: 10px; }
.process-grid p { color: var(--muted); font-size: 15px; }

.aigenis-strip { padding: 76px 0; background: linear-gradient(180deg, #fff, var(--surface)); border-block: 1px solid var(--line); }
.aigenis-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.aigenis-inner h2 { margin: 12px 0 10px; max-width: 760px; font-size: clamp(30px, 3.4vw, 46px); }
.aigenis-inner p:not(.kicker) { max-width: 760px; color: var(--muted); }

.contact-cta { padding: 96px 0 112px; background: #fff; }
.contact-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 42px; border-radius: 34px; background: radial-gradient(560px 300px at 86% 18%, rgba(243,178,60,.18), transparent 68%), linear-gradient(145deg, var(--blue-950), var(--blue-800)); box-shadow: var(--shadow); color: #fff; }
.contact-cta-card h2 { margin: 14px 0 10px; max-width: 720px; color: #fff; font-size: clamp(32px, 4vw, 54px); }
.contact-cta-card p:not(.kicker) { max-width: 620px; color: rgba(255,255,255,.74); }

.contact-page-hero { padding: 90px 0 40px; background: #fff; }
.contact-heading { max-width: 1120px; }
.contact-heading h1 { max-width: 850px; font-size: clamp(42px, 5vw, 68px); margin-bottom: 16px; }
.contact-heading p { max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.contact-page-content { padding: 22px 0 116px; background: #fff; }
.contact-grid { max-width: 1120px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(310px, .82fr); gap: 72px; align-items: start; }
.contact-form { display: grid; gap: 18px; }
.contact-form h2, .contact-details h2 { font-size: 25px; margin-bottom: 4px; }
.contact-form label { display: grid; gap: 8px; color: #1e293b; font-size: 15px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d2dce8; border-radius: 6px; background: #fff; padding: 13px 14px; color: var(--ink); font: inherit; font-size: 15px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(24,87,184,.10); }
.contact-form textarea { min-height: 172px; resize: vertical; }
.turnstile-note { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.turnstile-note span { width: 24px; height: 24px; border-radius: 4px; border: 2px solid #94a3b8; background: #fff; }
.turnstile-note p { margin: 0; }
.contact-form button { width: fit-content; min-width: 128px; border: 0; border-radius: 6px; background: var(--blue-800); color: #fff; padding: 13px 22px; font: inherit; font-weight: 850; cursor: pointer; }
.contact-details { display: grid; gap: 0; padding-top: 52px; }
.contact-details section { padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.contact-details section:last-child { border-bottom: 0; margin-bottom: 0; }
.contact-details p { margin-top: 9px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.contact-details strong { color: var(--ink); font-weight: 850; }
.contact-details a { color: var(--blue-700); font-weight: 800; }

.footer { padding: 58px 0 26px; background: var(--blue-950); color: rgba(255,255,255,.72); }
.footer-layout { display: grid; grid-template-columns: 1.25fr .65fr .85fr; gap: 42px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.10); }
.footer-logo { width: 238px; padding: 8px 12px; border-radius: 16px; background: #fff; margin-bottom: 16px; }
.footer p { max-width: 360px; }
.footer nav, .footer-contact { display: grid; gap: 10px; align-content: start; }
.footer a { color: rgba(255,255,255,.82); font-weight: 750; }
.footer-contact span { color: rgba(255,255,255,.55); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; color: rgba(255,255,255,.48); font-size: 13px; }

@media (max-width: 1080px) {
  .nav { display: none; }
  .hero-layout, .security-layout, .contact-grid { grid-template-columns: 1fr; }
  .service-cards, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-details { padding-top: 0; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--container)); }
  .nav-shell { min-height: 74px; }
  .brand img { width: 212px; }
  .nav-action { display: none; }
  .hero-section { padding: 62px 0 54px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions, .aigenis-inner, .contact-cta-card { display: grid; }
  .button, .contact-form button { width: 100%; }
  .trust-row, .service-cards, .process-grid, .footer-layout { grid-template-columns: 1fr; }
  .network-visual-card { min-height: 430px; border-radius: 28px; }
  .visual-topbar { margin: 18px; }
  .network-map { inset: 82px 18px 160px; }
  .visual-metrics { left: 18px; right: 18px; bottom: 104px; grid-template-columns: 1fr; }
  .visual-metrics div { padding: 12px 14px; }
  .visual-metrics div:nth-child(2), .visual-metrics div:nth-child(3) { display: none; }
  .visual-panel { left: 18px; right: 18px; bottom: 18px; padding: 18px; }
  .visual-panel strong { font-size: 23px; }
  .section, .security-section { padding: 76px 0; }
  .contact-cta { padding: 72px 0 84px; }
  .contact-cta-card { padding: 26px; border-radius: 26px; }
  .contact-page-hero { padding: 64px 0 28px; }
  .contact-page-content { padding: 18px 0 82px; }
  .contact-grid { gap: 44px; }
  .footer-bottom { display: grid; }
}

/* Hero photo replacement */
.photo-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 40px;
  background: var(--blue-950);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.photo-hero-card img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04) brightness(.88);
}
.photo-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(7,19,38,.68) 0%, rgba(7,19,38,.16) 56%, rgba(243,178,60,.08) 100%),
    linear-gradient(180deg, transparent 42%, rgba(7,19,38,.78) 100%);
}
.photo-hero-caption {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  backdrop-filter: blur(16px);
}
.photo-hero-caption span {
  display: block;
  color: #fcd34d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.photo-hero-caption strong {
  display: block;
  max-width: 460px;
  font-family: var(--display);
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.035em;
}
@media (max-width: 760px) {
  .photo-hero-card {
    min-height: 380px;
    border-radius: 28px;
  }
  .photo-hero-card img {
    height: 380px;
  }
  .photo-hero-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
  }
  .photo-hero-caption strong {
    font-size: 22px;
  }
}

/* Legal page */
.legal-hero {
  padding: 86px 0 34px;
  background: #fff;
}
.legal-wrap {
  max-width: 900px;
}
.legal-hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(38px, 5vw, 64px);
}
.legal-hero p:not(.kicker) {
  color: var(--muted);
}
.legal-content {
  padding: 18px 0 110px;
  background: linear-gradient(180deg, #fff, var(--surface));
}
.legal-card {
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(15,23,42,.07);
}
.legal-card article + article {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.legal-card h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.legal-card p {
  color: var(--muted);
  margin-top: 8px;
}
.legal-card a,
.footer-bottom a {
  color: inherit;
  font-weight: 800;
}
@media (max-width: 760px) {
  .legal-hero {
    padding: 62px 0 24px;
  }
  .legal-card {
    padding: 22px;
    border-radius: 22px;
  }
}

/* Hardware & Software section */
.hardware-section {
  background: linear-gradient(180deg, #fff 0%, var(--surface) 100%);
  border-top: 1px solid var(--line);
}
.hardware-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
  align-items: start;
}
.section-intro.left {
  margin: 0;
  text-align: left;
}
.hardware-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hardware-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(15,23,42,.06);
}
.hardware-grid h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.hardware-grid p {
  color: var(--muted);
  font-size: 15px;
}
@media (max-width: 1080px) {
  .hardware-layout,
  .hardware-grid {
    grid-template-columns: 1fr;
  }
}

/* Clean footer layout */
.footer-layout-clean {
  grid-template-columns: 1.3fr .75fr .75fr .95fr;
  align-items: start;
}
.footer-brand-block p {
  color: rgba(255,255,255,.68);
}
.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}
.footer-column h3 {
  color: #fff;
  font-size: 15px;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}
.footer-column a,
.footer-column span {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 650;
}
.footer-column a:hover {
  color: #fff;
}
.footer-bottom-clean a {
  color: rgba(255,255,255,.62);
  font-weight: 750;
}
@media (max-width: 900px) {
  .footer-layout-clean {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .footer-layout-clean {
    grid-template-columns: 1fr;
  }
}

/* Contact form status / anti-spam */
.contact-status:empty {
  display: none;
}
.contact-status {
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
}
.contact-status.is-success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.contact-status.is-error {
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fed7aa;
}
.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.turnstile-wrap {
  min-height: 70px;
}
