/* Generated style base for UKGB.ai */
:root {
  --bg: #08111d;
  --bg2: #101d30;
  --panel: rgba(15, 23, 36, 0.94);
  --line: rgba(132, 160, 219, 0.12);
  --text: #edf4ff;
  --muted: #c9d5ec;
  --teal: #2ab7ad;
  --teal2: #96e5dd;
  --warm: #e2a98e;
  --shadow: 0 14px 30px rgba(2, 8, 20, 0.22);
  --radius: 18px;
  --container: 1160px;
  --display: "Space Grotesk", "Segoe UI", sans-serif;
  --body: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--body);
  background:
    radial-gradient(720px 460px at 100% -8%, rgba(42, 183, 173, 0.045), transparent 62%),
    radial-gradient(520px 360px at -10% 0%, rgba(226, 169, 142, 0.02), transparent 62%),
    linear-gradient(180deg, #081321, #07101c 60%, #060d18);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.009) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.009) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0.03));
}

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

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

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: white;
  color: #000;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
  z-index: 1000;
}

.skip:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 12, 22, 0.94);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: #0c1731;
  display: block;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 26% 50%;
  transform: scale(1.85);
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--display);
  font-size: 1.05rem;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.72rem;
}

.nav-toggle {
  display: none;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 10px;
  padding: 0.5rem 0.65rem;
  font: inherit;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav > a:not(.nav-cta) {
  color: var(--muted);
  padding: 0.62rem 0.85rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.94rem;
}

.site-nav > a:not(.nav-cta):hover,
.site-nav > a:not(.nav-cta)[aria-current="page"] {
  color: var(--text);
  background: rgba(255,255,255,0.03);
}

.nav-cta {
  margin-left: 0.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.8rem 1.1rem;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #34c7bb, #2ab7ad 72%, #239f97);
  color: #061417;
  box-shadow: 0 6px 14px rgba(42, 183, 173, 0.12);
}

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

.btn-ghost:hover {
  background: rgba(255,255,255,0.028);
}

.btn-small {
  padding: 0.5rem 0.8rem;
  font-size: 0.85rem;
}

.breadcrumbs {
  padding-top: 0.75rem;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  opacity: 0.6;
}

.hero {
  padding: 2.8rem 0 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 1rem;
  align-items: stretch;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.008)),
    linear-gradient(145deg, rgba(42, 183, 173, 0.015), rgba(226, 169, 142, 0.008));
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -15% -35% 45%;
  height: 220px;
  background: radial-gradient(circle, rgba(42, 183, 173, 0.045), transparent 72%);
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-actions {
  margin-top: auto;
}

.hero-actions .cta-row {
  margin-top: 0;
}

.hero-actions .chip-row {
  margin-top: .75rem;
}

.side-panel {
  padding: 0.95rem;
  display: grid;
  gap: 0.75rem;
  width: 100%;
  max-width: 560px;
  justify-self: end;
  align-self: start;
}

.logo-box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #0a1424;
  padding: .75rem;
  display: grid;
  place-items: center;
}

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

.logo-box video {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  border-radius: 12px;
  background: #050c1a;
}

.side-card {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.014);
  padding: 0.85rem;
}

.side-card h2,
.side-card h3 {
  margin: 0 0 .35rem;
  font-family: var(--display);
  font-size: 1rem;
}

.side-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.mini-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--teal2);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.eyebrow::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(42, 183, 173, .05);
}

h1, h2, h3 {
  font-family: var(--display);
  letter-spacing: -.02em;
  line-height: 1.1;
}

.hero h1,
.page-hero h1 {
  margin: .75rem 0 .6rem;
  font-size: clamp(1.85rem, 3.55vw, 2.65rem);
}

.page-hero h1 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.lead {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
  font-size: 1rem;
}

.lead2 {
  margin: 0 0 .45rem;
  color: var(--muted);
}

.cta-row {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-top: .95rem;
}

.chip-row,
.pill-links {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-top: .9rem;
}

.chip,
.pill-links a,
.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.012);
  color: var(--text);
  padding: .38rem .65rem;
  font-size: .82rem;
}

.pill {
  color: var(--teal2);
  border-color: rgba(42, 183, 173, 0.14);
  background: rgba(42, 183, 173, 0.035);
  margin-bottom: .4rem;
}

.pill-links a {
  color: var(--muted);
}

.pill-links a:hover {
  color: var(--text);
  border-color: rgba(42, 183, 173, 0.15);
  background: rgba(42, 183, 173, 0.025);
}

.page-hero {
  padding: 1.3rem 0 .4rem;
}

.page-hero .panel {
  padding: 1.15rem;
}

.section {
  padding: 2rem 0;
}

.section.tight {
  padding-top: 1rem;
  padding-bottom: .6rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: .95rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
}

.section-head p {
  margin: .3rem 0 0;
  color: var(--muted);
  max-width: 62ch;
}

.inline-link {
  color: var(--teal2);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(150, 229, 221, 0.45);
  text-underline-offset: 2px;
}

.inline-link:hover {
  color: var(--text);
  text-decoration-color: rgba(237, 244, 255, 0.5);
}

.grid {
  display: grid;
  gap: .8rem;
}

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

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

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

.two-col {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: .9rem;
  align-items: start;
}

.card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.01);
  padding: .95rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.card h2,
.card h3 {
  margin: 0 0 .35rem;
}

.card p {
  margin: 0;
}

.icon-badge,
.step-icon {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(42, 183, 173, 0.16);
  background: rgba(42, 183, 173, 0.05);
  color: var(--teal2);
}

.icon-badge svg,
.step-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.icon-badge-small {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 11px;
}

.icon-badge-small svg {
  width: 1rem;
  height: 1rem;
}

.card-icon > .icon-badge {
  margin-bottom: .55rem;
}

.benefit-head {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .2rem;
}

.benefit-head h4 {
  margin: 0;
  font-family: var(--display);
  letter-spacing: -.02em;
  line-height: 1.15;
  font-size: 1.02rem;
}

.tag {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255,255,255,0.012);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--muted);
  font-size: .75rem;
  padding: .22rem .5rem;
  margin-bottom: .45rem;
}

.bullet-list {
  margin: .75rem 0 0;
  padding-left: 1rem;
}

.bullet-list li + li {
  margin-top: .35rem;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: .86rem;
}

.more {
  display: inline-flex;
  margin-top: .75rem;
  color: #9be2db;
  font-weight: 700;
  font-size: .9rem;
}

.note {
  padding: 1rem;
  border-color: rgba(132, 160, 219, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 183, 173, 0.025), transparent 65%),
    rgba(255,255,255,0.01);
}

.note h3 {
  margin: 0 0 .3rem;
}

.note p {
  margin: 0;
  color: var(--muted);
}

.step {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,0.01);
  padding: .9rem;
}

.step span {
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #39c4b9, #2aaea5);
  color: #041316;
  font-weight: 800;
  margin-bottom: .55rem;
}

.step-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .25rem;
}

.step-icon {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 11px;
  background: rgba(42, 183, 173, 0.04);
}

.step h3 {
  margin: 0 0 .25rem;
  font-size: 1rem;
}

.step-head h3 {
  margin: 0;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.sidebar {
  padding: 1rem;
  position: sticky;
  top: 86px;
}

.two-col > div > .card + .card {
  margin-top: .8rem;
}

.sidebar h3 {
  margin: 0 0 .4rem;
  font-size: 1rem;
}

.plain-list {
  margin: 0 0 .8rem;
  padding-left: 1rem;
}

.plain-list li + li {
  margin-top: .35rem;
}

.plain-list a {
  color: var(--muted);
}

.plain-list a:hover {
  color: var(--text);
}

.crm-form {
  margin-top: .9rem;
  position: relative;
}

.hp-wrap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.1rem;
  margin: .2rem 0 0;
  color: #ffd9cd;
  font-size: .86rem;
}

.form-grid {
  display: grid;
  gap: .75rem;
  margin-top: .75rem;
}

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

.form-field {
  display: grid;
  gap: .32rem;
}

.form-field label {
  font-weight: 600;
  font-size: .88rem;
  color: #dce8ff;
}

.form-field input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.012);
  color: var(--text);
  padding: .75rem .85rem;
  font: inherit;
}

.form-field input::placeholder {
  color: #93a8cf;
}

.form-field input:focus {
  outline: none;
  border-color: rgba(42, 183, 173, 0.24);
  box-shadow: 0 0 0 3px rgba(42, 183, 173, 0.07);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: .9rem;
}

.faq-list {
  display: grid;
  gap: .65rem;
  margin-top: .2rem;
}

.faq {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,0.01);
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  padding: .9rem .95rem;
  font-weight: 700;
  font-family: var(--display);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq > div {
  padding: 0 .95rem .9rem;
}

.faq p {
  margin: 0;
  color: var(--muted);
}

.cta-band {
  padding: 1.05rem;
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: .8rem;
  align-items: center;
  border-color: rgba(42, 183, 173, 0.12);
  background:
    linear-gradient(180deg, rgba(42, 183, 173, 0.02), rgba(42, 183, 173, 0.008)),
    rgba(255,255,255,0.01);
}

.cta-band h2 {
  margin: 0 0 .25rem;
}

.cta-band p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(5, 10, 18, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 1rem;
  padding: 1.15rem 0;
}

.footer-grid h3 {
  margin: 0 0 .5rem;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-grid p {
  margin: 0 0 .55rem;
  color: var(--muted);
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .4rem;
}

.footer-grid li a {
  color: var(--muted);
}

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

.brand-line {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .55rem;
}

.brand-line strong {
  display: block;
  font-family: var(--display);
}

.brand-line span {
  color: var(--muted);
  font-size: .78rem;
}

.footer-bottom {
  padding: .8rem 0 1.1rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  color: var(--muted);
  font-size: .85rem;
  display: flex;
  justify-content: space-between;
  gap: .7rem;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .btn {
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .side-panel {
    max-width: none;
    justify-self: stretch;
  }

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

  .sidebar {
    position: static;
    top: auto;
  }

  .cta-band {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    right: 1rem;
    left: 1rem;
    top: calc(100% + .35rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .55rem;
    border-radius: 16px;
    background: rgba(5, 10, 22, .98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-header.menu-open .site-nav {
    display: flex;
  }

  .nav-cta {
    margin: 0;
    width: 100%;
  }

  .brand-text small {
    display: none;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .grid-3,
  .grid-2,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
  }
}
