:root {
  --bg: #07111f;
  --bg-soft: #0e1c30;
  --card: rgba(9, 19, 35, 0.72);
  --card-strong: rgba(12, 24, 44, 0.92);
  --text: #edf4ff;
  --muted: #adc0db;
  --line: rgba(167, 194, 225, 0.16);
  --accent: #58d4ff;
  --accent-strong: #0fa3db;
  --accent-warm: #ffd166;
  --shadow: 0 30px 70px rgba(1, 9, 20, 0.45);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max-width: 1180px;
  --body-bg:
    radial-gradient(circle at top left, rgba(88, 212, 255, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.12), transparent 24%),
    linear-gradient(180deg, #08111f 0%, #091728 42%, #050b16 100%);
  --grid-color: rgba(255, 255, 255, 0.03);
  --header-bg: rgba(4, 10, 19, 0.55);
  --header-border: rgba(255, 255, 255, 0.05);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --surface-border-soft: rgba(255, 255, 255, 0.06);
  --surface-border-strong: rgba(255, 255, 255, 0.12);
  --nav-cta-bg: rgba(88, 212, 255, 0.08);
  --nav-cta-border: rgba(88, 212, 255, 0.28);
  --hero-glow-1: rgba(88, 212, 255, 0.22);
  --hero-glow-2: rgba(255, 209, 102, 0.22);
  --status-card-bg: linear-gradient(180deg, rgba(9, 20, 36, 0.95), rgba(12, 23, 44, 0.74));
  --featured-bg: linear-gradient(180deg, rgba(14, 33, 58, 0.98), rgba(8, 19, 36, 0.82));
  --featured-border: rgba(88, 212, 255, 0.28);
  --dashboard-card-bg: linear-gradient(180deg, rgba(9, 20, 36, 0.95), rgba(13, 26, 48, 0.88));
  --metric-border: rgba(255, 255, 255, 0.07);
  --metric-bg: rgba(255, 255, 255, 0.03);
  --cta-bg:
    radial-gradient(circle at top left, rgba(88, 212, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(11, 23, 40, 0.96), rgba(12, 29, 52, 0.86));
  --menu-bg: rgba(6, 13, 24, 0.96);
  --theme-toggle-bg: rgba(255, 255, 255, 0.04);
  --theme-toggle-border: rgba(167, 194, 225, 0.16);
  --brand-mark-shadow: 0 15px 35px rgba(88, 212, 255, 0.25);
  --payment-logo-bg: #ffffff;
}

html[data-theme="light"] {
  --bg: #eff6ff;
  --bg-soft: #dbe8f5;
  --card: rgba(255, 255, 255, 0.82);
  --card-strong: rgba(255, 255, 255, 0.95);
  --text: #132235;
  --muted: #5a708d;
  --line: rgba(19, 34, 53, 0.11);
  --accent: #149ee0;
  --accent-strong: #0f7bb0;
  --accent-warm: #c67613;
  --shadow: 0 24px 55px rgba(89, 109, 138, 0.16);
  --body-bg:
    radial-gradient(circle at top left, rgba(88, 212, 255, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #e8f2fb 52%, #f8fbff 100%);
  --grid-color: rgba(19, 34, 53, 0.05);
  --header-bg: rgba(248, 251, 255, 0.82);
  --header-border: rgba(19, 34, 53, 0.08);
  --surface-soft: rgba(255, 255, 255, 0.72);
  --surface-border-soft: rgba(19, 34, 53, 0.08);
  --surface-border-strong: rgba(19, 34, 53, 0.12);
  --nav-cta-bg: rgba(20, 158, 224, 0.1);
  --nav-cta-border: rgba(20, 158, 224, 0.22);
  --hero-glow-1: rgba(88, 212, 255, 0.18);
  --hero-glow-2: rgba(255, 209, 102, 0.18);
  --status-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 244, 255, 0.92));
  --featured-bg: linear-gradient(180deg, rgba(241, 248, 255, 0.98), rgba(226, 239, 252, 0.92));
  --featured-border: rgba(20, 158, 224, 0.2);
  --dashboard-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 242, 252, 0.92));
  --metric-border: rgba(19, 34, 53, 0.08);
  --metric-bg: rgba(255, 255, 255, 0.72);
  --cta-bg:
    radial-gradient(circle at top left, rgba(88, 212, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(232, 242, 252, 0.92));
  --menu-bg: rgba(248, 251, 255, 0.98);
  --theme-toggle-bg: rgba(255, 255, 255, 0.82);
  --theme-toggle-border: rgba(19, 34, 53, 0.12);
  --brand-mark-shadow: 0 12px 28px rgba(27, 99, 218, 0.18);
  --payment-logo-bg: #ffffff;
  --hero-core-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 244, 255, 0.94));
  --hero-mini-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 244, 255, 0.94));
  --hero-backdrop-bg:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(232, 242, 252, 0.84)),
    radial-gradient(circle at top right, rgba(20, 158, 224, 0.12), transparent 32%);
  --hero-stat-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 244, 255, 0.9));
  --trust-strip-bg:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 242, 252, 0.9)),
    radial-gradient(circle at top right, rgba(20, 158, 224, 0.1), transparent 28%);
  --footer-shell-bg:
    radial-gradient(circle at top left, rgba(20, 158, 224, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 242, 252, 0.94));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: var(--body-bg);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(var(--grid-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 90%);
  pointer-events: none;
}

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

button {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.section {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
}

.nav {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #1b63da;
  overflow: hidden;
  box-shadow: var(--brand-mark-shadow);
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--muted);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  list-style: none;
  cursor: pointer;
  color: var(--muted);
  font-weight: 500;
}

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

.nav-dropdown summary::after {
  content: " +";
  color: var(--accent);
  font-weight: 700;
}

.nav-dropdown[open] summary,
.nav-dropdown summary:hover,
.nav-dropdown summary:focus-visible {
  color: var(--text);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  transform: translateX(-22%);
  min-width: 270px;
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--menu-bg);
  box-shadow: var(--shadow);
  z-index: 25;
}

.mega-menu a {
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  color: var(--muted);
}

.mega-menu a:hover,
.mega-menu a:focus-visible {
  background: var(--surface-soft);
  color: var(--text);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

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

.nav-cta {
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid var(--nav-cta-border);
  color: var(--text);
  background: var(--nav-cta-bg);
}

.theme-toggle {
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--theme-toggle-border);
  border-radius: 999px;
  background: var(--theme-toggle-bg);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-2px);
}

.theme-toggle-text {
  font-weight: 700;
  font-size: 0.95rem;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-soft);
  color: var(--text);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.35rem;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
  display: block;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 3rem;
    padding: 6.25rem 0 3.4rem;
    align-items: center;
  }

.hero::before {
    content: "";
    position: absolute;
    inset: 6% auto auto -10%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(88, 212, 255, 0.2), transparent 72%);
    filter: blur(8px);
    pointer-events: none;
  }

.hero-copy {
    position: relative;
    z-index: 1;
  }

.hero-eyebrow {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--accent-warm);
}

.hero h1,
.section-heading h2,
.dashboard-copy h2,
.cta-section h2 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero h1 {
    margin: 0;
    font-size: clamp(3.3rem, 6.4vw, 6.25rem);
    max-width: 10.6ch;
  }

.hero-text,
.dashboard-copy p,
.support-card p,
.feature-card p,
.faq-item p,
.trust-strip p,
.section-heading p {
  color: var(--muted);
}

.hero-text {
    max-width: 58ch;
    margin: 1.6rem 0 0;
    font-size: 1.08rem;
    line-height: 1.8;
  }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #87f6df);
  color: #03111f;
  box-shadow: 0 18px 40px rgba(88, 212, 255, 0.22);
}

.button-secondary {
  border-color: var(--surface-border-strong);
  background: var(--surface-soft);
  color: var(--text);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.55rem;
  }

.hero-stats article,
.price-card,
.feature-card,
.support-card,
.faq-item,
.dashboard-card,
.cta-section,
.trust-strip,
.floating-card {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-stats article {
    border-radius: var(--radius-md);
    padding: 1.25rem 1rem;
    background: var(--hero-stat-bg, linear-gradient(180deg, rgba(14, 24, 42, 0.92), rgba(9, 18, 32, 0.8)), var(--card));
  }

.hero-stats strong,
.price strong,
.dashboard-metrics strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
}

.hero-stats span,
.dashboard-metrics small {
  color: var(--muted);
}

.hero-panel {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
  }
  
.hero-stage {
    isolation: isolate;
  }

.hero-backdrop {
    position: absolute;
    inset: 7% 7% 10%;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: var(--hero-backdrop-bg, linear-gradient(180deg, rgba(8, 18, 33, 0.82), rgba(10, 20, 35, 0.46)), radial-gradient(circle at top right, rgba(88, 212, 255, 0.14), transparent 32%));
    overflow: hidden;
  }

.hero-backdrop::before,
.hero-backdrop::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }

.hero-backdrop::before {
    width: 320px;
    height: 320px;
    top: -80px;
    right: -40px;
    background: radial-gradient(circle, rgba(88, 212, 255, 0.22), transparent 70%);
    animation: pulseHalo 7s ease-in-out infinite;
  }

.hero-backdrop::after {
    inset: 18% 10%;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 28px;
  }

.hero-core {
    position: absolute;
    inset: auto auto 18% 10%;
    width: min(100%, 430px);
    padding: 1.45rem;
    border-radius: 30px;
    background: var(--hero-core-bg, linear-gradient(180deg, rgba(8, 18, 34, 0.94), rgba(10, 22, 40, 0.84)));
  }

.hero-core h2 {
    margin: 1rem 0 0.9rem;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

.hero-core p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
  }

.hero-core-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

.hero-core-tag {
    color: var(--muted);
    font-size: 0.88rem;
  }

.hero-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.15rem;
  }

.hero-pill-row span {
    padding: 0.62rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text);
    font-size: 0.92rem;
  }

.hero-ticker {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.25rem;
  }

.hero-ticker div {
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
  }

.hero-ticker span,
.hero-mini-card p {
    color: var(--muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

.hero-ticker strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 1rem;
    line-height: 1.4;
  }

.hero-mini-card {
    position: absolute;
    width: min(100%, 250px);
    padding: 1rem;
    border-radius: 24px;
    background: var(--hero-mini-bg, linear-gradient(180deg, rgba(13, 26, 48, 0.88), rgba(9, 18, 34, 0.82)));
    animation: floatY 6.5s ease-in-out infinite;
  }

.hero-mini-card strong {
    display: block;
    margin-top: 0.55rem;
    font-size: 1.08rem;
    line-height: 1.4;
  }

.hero-mini-card small {
    display: block;
    margin-top: 0.55rem;
    color: var(--muted);
    line-height: 1.65;
  }

html[data-theme="light"] .hero-backdrop {
    border-color: rgba(19, 34, 53, 0.09);
  }

html[data-theme="light"] .hero-backdrop::after {
    border-color: rgba(19, 34, 53, 0.08);
  }

html[data-theme="light"] .hero-core,
html[data-theme="light"] .hero-mini-card,
html[data-theme="light"] .hero-stats article {
    border-color: rgba(19, 34, 53, 0.08);
    box-shadow: 0 20px 40px rgba(104, 128, 163, 0.14);
  }

html[data-theme="light"] .trust-strip,
html[data-theme="light"] .site-footer {
    border-color: rgba(19, 34, 53, 0.08);
    box-shadow: 0 24px 50px rgba(104, 128, 163, 0.14);
  }

html[data-theme="light"] .hero-core h2,
html[data-theme="light"] .hero-mini-card strong,
html[data-theme="light"] .hero-ticker strong,
html[data-theme="light"] .hero-stats strong {
    color: #132235;
  }

html[data-theme="light"] .trust-strip-copy h2,
html[data-theme="light"] .trust-strip .eyebrow,
html[data-theme="light"] .footer-brand p:first-child,
html[data-theme="light"] .footer-credit,
html[data-theme="light"] .footer-enquiry-title {
    color: #132235;
  }

html[data-theme="light"] .hero-core p,
html[data-theme="light"] .hero-mini-card p,
html[data-theme="light"] .hero-mini-card small,
html[data-theme="light"] .hero-ticker span,
html[data-theme="light"] .hero-core-tag,
html[data-theme="light"] .hero-stats span {
    color: #5a708d;
  }

html[data-theme="light"] .trust-strip p,
html[data-theme="light"] .footer-brand,
html[data-theme="light"] .footer-links,
html[data-theme="light"] .legal-links a,
html[data-theme="light"] .footer-enquiry-copy,
html[data-theme="light"] .enquiry-note {
    color: #5a708d;
  }

html[data-theme="light"] .hero-pill-row span {
    background: rgba(20, 158, 224, 0.08);
    border-color: rgba(20, 158, 224, 0.12);
    color: #16314e;
  }

html[data-theme="light"] .hero-ticker div {
    background: rgba(20, 158, 224, 0.05);
    border-color: rgba(19, 34, 53, 0.08);
  }

html[data-theme="light"] .trust-items span,
html[data-theme="light"] .payment-methods,
html[data-theme="light"] .legal-links,
html[data-theme="light"] .footer-brand,
html[data-theme="light"] .footer-enquiry {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(19, 34, 53, 0.08);
  }

.hero-mini-card--top {
    top: 10%;
    right: 6%;
  }

.hero-mini-card--bottom {
    right: 13%;
    bottom: 12%;
    animation-delay: -3s;
  }

.hero-orbit {
    position: absolute;
    inset: 8% 12%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    animation: rotateSlow 24s linear infinite;
    opacity: 0.7;
  }

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 24px rgba(88, 212, 255, 0.65);
  }

.hero-orbit::before {
    width: 10px;
    height: 10px;
    top: 22%;
    left: -4px;
  }

.hero-orbit::after {
    width: 12px;
    height: 12px;
    right: 4%;
    bottom: 16%;
    background: var(--accent-warm);
    box-shadow: 0 0 24px rgba(255, 209, 102, 0.45);
  }

.floating-card {
  position: absolute;
  border-radius: var(--radius-lg);
}

.status-card {
  width: min(100%, 380px);
  padding: 1.5rem;
  top: 3rem;
  right: 1rem;
  background: var(--status-card-bg);
}

.signal-card {
  width: 250px;
  padding: 1.2rem;
  left: 1rem;
  bottom: 4rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(88, 212, 255, 0.12);
  color: #94ebff;
  font-size: 0.82rem;
  font-weight: 700;
}

.status-card h2,
.signal-card strong,
.price-card h3,
.feature-card h3,
.support-card h3,
.cta-section h2 {
  margin: 1rem 0 0;
}

.status-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.2rem;
}

.status-list div,
.dashboard-top,
.dashboard-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.status-list span,
.signal-card p,
.dashboard-top,
.plan-name,
.footer-links {
  color: var(--muted);
}

.bars,
.dashboard-wave {
  display: grid;
  grid-auto-flow: column;
  align-items: end;
  gap: 0.35rem;
}

.bars {
  margin-top: 1rem;
  height: 68px;
}

.bars span,
.dashboard-wave span {
  display: block;
  width: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), rgba(88, 212, 255, 0.2));
  animation: wave 1.8s ease-in-out infinite;
}

.bars span:nth-child(1) { height: 34px; animation-delay: 0.05s; }
.bars span:nth-child(2) { height: 52px; animation-delay: 0.2s; }
.bars span:nth-child(3) { height: 61px; animation-delay: 0.35s; }
.bars span:nth-child(4) { height: 44px; animation-delay: 0.5s; }
.bars span:nth-child(5) { height: 57px; animation-delay: 0.65s; }

.trust-strip,
.cta-section {
    border-radius: var(--radius-lg);
    padding: 1.4rem 1.6rem;
  }
  
.trust-strip {
    margin-top: 1.5rem;
    display: grid;
    gap: 1.2rem;
    padding: 1.75rem;
    background: var(--trust-strip-bg, linear-gradient(180deg, rgba(10, 18, 34, 0.94), rgba(10, 22, 39, 0.8)), radial-gradient(circle at top right, rgba(88, 212, 255, 0.12), transparent 28%));
  }

.trust-strip-copy h2 {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    max-width: 12ch;
  }

.trust-strip-copy p:last-child {
    max-width: 64ch;
  }
  
.trust-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.15rem;
  }
  
.trust-items span {
    padding: 0.8rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text);
  }

.brand-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.25rem;
  }

.brand-strip--center {
    justify-content: center;
  }

.brand-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 0.55rem 0.7rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(126, 231, 255, 0.12);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  }

.brand-chip img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 190px;
  }

.brand-chip--cloudflare img {
    height: 36px;
  }

.platform-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.6rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
  }

.platform-logo img {
    display: block;
    width: auto;
    max-width: 170px;
    height: 34px;
  }

.pricing-section,
.budget-section,
.features-section,
.services-section,
.dashboard-section,
.support-section,
.faq-section {
  padding: 5rem 0 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 1.8rem;
}

.section-heading h2,
.dashboard-copy h2,
.cta-section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  max-width: 11ch;
}

.pricing-toggle {
  display: inline-flex;
  padding: 0.35rem;
  border-radius: 999px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
}

.pricing-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.detail-pricing-controls {
  margin-bottom: 1.5rem;
}

.billing-button {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.billing-button.is-active,
.currency-button.is-active {
  background: linear-gradient(135deg, rgba(88, 212, 255, 0.18), rgba(135, 246, 223, 0.16));
  color: var(--text);
}

.currency-button {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.pricing-grid,
.budget-grid,
.feature-grid,
.services-grid,
.support-grid {
  display: grid;
  gap: 1.35rem;
}

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

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

.price-card,
.budget-card,
.feature-card,
.service-card,
.support-card {
  border-radius: var(--radius-lg);
  padding: 1.6rem;
}

.budget-card {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.featured {
  background: var(--featured-bg);
  transform: translateY(-10px);
  border-color: var(--featured-border);
}

.plan-name {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
}

.price {
  margin: 1.4rem 0;
}

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

.price-card ul {
  margin: 0 0 1.5rem;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.9;
}

.budget-price {
  margin: 1.4rem 0;
}

.budget-price strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
}

.budget-price span {
  color: var(--muted);
}

.budget-card ul {
  margin: 0 0 1.5rem;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.9;
}

.pricing-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

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

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

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

.feature-card,
.service-card,
.support-card {
  min-height: 220px;
}

.service-card {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(88, 212, 255, 0.09), transparent 32%),
    var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.service-card h3 {
  margin: 0 0 1rem;
  max-width: 16ch;
}

.service-card p {
  color: var(--muted);
  line-height: 1.8;
}

.service-label {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--accent-warm);
}

.service-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text);
  font-weight: 700;
}

.service-link::after {
  content: ">";
  color: var(--accent);
}

.dashboard-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 1.5rem;
}

.dashboard-card {
  border-radius: calc(var(--radius-lg) + 4px);
  padding: 1.5rem;
  background: var(--dashboard-card-bg);
}

.dashboard-metrics {
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.dashboard-metrics article {
  flex: 1;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--metric-border);
  background: var(--metric-bg);
}

.dashboard-wave {
  height: 210px;
  padding: 0 0.2rem;
}

.dashboard-wave span {
  width: auto;
  min-width: 12%;
}

.dashboard-wave span:nth-child(1) { height: 58%; animation-delay: 0s; }
.dashboard-wave span:nth-child(2) { height: 78%; animation-delay: 0.15s; }
.dashboard-wave span:nth-child(3) { height: 65%; animation-delay: 0.3s; }
.dashboard-wave span:nth-child(4) { height: 92%; animation-delay: 0.45s; }
.dashboard-wave span:nth-child(5) { height: 72%; animation-delay: 0.6s; }
.dashboard-wave span:nth-child(6) { height: 84%; animation-delay: 0.75s; }

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

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  border-radius: var(--radius-md);
  padding: 1.15rem 1.3rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-item p {
  margin: 0.85rem 0 0;
  line-height: 1.7;
}

.cta-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--cta-bg);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer {
    width: min(var(--max-width), calc(100% - 2rem));
    margin: 1.75rem auto 2.5rem;
    padding: 2rem;
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 1.4rem 2rem;
    color: var(--muted);
    border: 1px solid rgba(126, 231, 255, 0.14);
    border-radius: 30px;
    background: var(--footer-shell-bg, radial-gradient(circle at top left, rgba(27, 99, 218, 0.16), transparent 34%), linear-gradient(180deg, rgba(10, 18, 34, 0.96), rgba(11, 22, 39, 0.9)));
    box-shadow: 0 28px 70px rgba(3, 8, 20, 0.34);
  }
  
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
  
.footer-brand p {
    margin: 0;
  }

.footer-brand p:first-child {
    font-size: 1.03rem;
    line-height: 1.7;
    color: var(--text);
  }

.footer-brand-strip {
    margin-top: 0.55rem;
    gap: 0.85rem;
  }

.footer-brand-strip .brand-chip {
    min-height: 68px;
    padding: 0.7rem 0.9rem;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

.footer-brand-strip .brand-chip img {
    height: 38px;
    max-width: 172px;
  }

.footer-brand-strip .brand-chip--cloudflare img {
    height: 34px;
  }
  
  .footer-credit {
    font-size: 0.95rem;
  }

.footer-heart {
  color: #ff6b81;
  font-size: 1rem;
}

.footer-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    width: 100%;
  }
  
.footer-links {
    display: flex;
    gap: 1rem;
}

.footer-enquiry {
    width: 100%;
    padding: 1.3rem;
    border: 1px solid rgba(126, 231, 255, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }
  
.footer-enquiry-title {
    margin: 0 0 0.4rem;
    color: var(--text);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
  }
  
.footer-enquiry-copy {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.65;
  }

.enquiry-form {
  display: grid;
  gap: 0.8rem;
}

.enquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    width: 100%;
    border: 1px solid rgba(126, 231, 255, 0.12);
    border-radius: 18px;
    background: rgba(8, 16, 30, 0.72);
    color: var(--text);
    padding: 0.9rem 1rem;
    font: inherit;
  }

.enquiry-form textarea {
  min-height: 112px;
  resize: vertical;
}

.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
  color: var(--muted);
}

.enquiry-form select {
  appearance: none;
}

.enquiry-note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

html[data-theme="light"] .enquiry-form input,
html[data-theme="light"] .enquiry-form select,
html[data-theme="light"] .enquiry-form textarea {
  background: #ffffff;
  color: #132235;
  border-color: rgba(19, 34, 53, 0.14);
}

html[data-theme="light"] .enquiry-form input::placeholder,
html[data-theme="light"] .enquiry-form textarea::placeholder {
  color: #7a8faa;
}

.enquiry-form .button {
    width: 100%;
    justify-content: center;
  }

.payment-methods {
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

.payment-label {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--surface-border-soft);
  background: var(--surface-soft);
  color: var(--text);
}

.payment-logo {
  height: 38px;
  max-width: 110px;
  width: auto;
  display: block;
  border-radius: 10px;
  background: var(--payment-logo-bg);
  border: 1px solid var(--surface-border-strong);
  padding: 0.3rem 0.5rem;
  object-fit: contain;
}

.payment-logo-square {
  width: 38px;
  max-width: 38px;
  padding: 0;
  border-radius: 12px;
  border: none;
  background: transparent;
}

.legal-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
  
.legal-links a {
    color: var(--muted);
    font-weight: 600;
  }

.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--text);
}

.policy-main {
  padding: 4.5rem 0 5rem;
}

.policy-hero {
  margin-bottom: 2rem;
}

.policy-hero h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.policy-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  padding: 2rem;
}

.policy-card + .policy-card {
  margin-top: 1.2rem;
}

.policy-card h2 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-family: "Space Grotesk", sans-serif;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  line-height: 1.8;
}

.policy-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.policy-back {
  margin-top: 2rem;
}

.shared-grid {
  margin-bottom: 1.5rem;
}

.shared-table-card {
  overflow: hidden;
  padding: 0;
}

.shared-table-card h2,
.shared-table-card .pricing-note {
  padding-inline: 2rem;
}

.shared-table-card h2 {
  padding-top: 2rem;
  margin-bottom: 1.25rem;
}

.table-wrap {
  overflow-x: auto;
  padding: 0 1rem 1rem;
}

.plan-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 980px;
  table-layout: auto;
  color: var(--muted);
}

.plan-table th,
.plan-table td {
  text-align: left;
  padding: 1.45rem 1.35rem;
  border-bottom: 1px solid rgba(167, 194, 225, 0.12);
  vertical-align: top;
}

.plan-table th {
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  white-space: nowrap;
}

.plan-table td {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.65;
}

.plan-table th:first-child,
.plan-table td:first-child {
  width: 24%;
  color: var(--text);
  white-space: nowrap;
}

.plan-table th:not(:first-child),
.plan-table td:not(:first-child) {
  width: 25.33%;
  min-width: 210px;
}

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

.plan-table thead th {
  background: transparent;
}

.plan-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}

.plan-table tbody tr:nth-child(odd) td {
  background: transparent;
}

.plan-table tbody tr td:first-child {
  border-left: 1px solid rgba(167, 194, 225, 0.05);
}

.plan-table tbody tr td:last-child {
  border-right: 1px solid rgba(167, 194, 225, 0.05);
}

.plan-table tbody tr:first-child td {
  border-top: 1px solid rgba(167, 194, 225, 0.12);
}

.chat-widget {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.chat-toggle {
  min-height: 52px;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--nav-cta-border);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #87f6df);
  color: #03111f;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.chat-panel {
  width: min(360px, calc(100vw - 1.5rem));
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card-strong);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.chat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid var(--line);
}

.chat-header strong {
  display: block;
  margin-bottom: 0.25rem;
}

.chat-header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.chat-close {
  border: 1px solid var(--surface-border-strong);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  padding: 0.45rem 0.75rem;
  cursor: pointer;
}

.chat-messages {
  max-height: 340px;
  overflow-y: auto;
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.chat-message {
  max-width: 92%;
  padding: 0.8rem 0.9rem;
  border-radius: 18px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.chat-message.bot {
  background: var(--surface-soft);
  border: 1px solid var(--surface-border-soft);
  color: var(--text);
}

.chat-message.user {
  justify-self: end;
  background: linear-gradient(135deg, rgba(88, 212, 255, 0.18), rgba(135, 246, 223, 0.16));
  border: 1px solid var(--nav-cta-border);
  color: var(--text);
}

.chat-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.chat-quick-action {
  border: 1px solid var(--surface-border-strong);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  padding: 0.45rem 0.75rem;
  cursor: pointer;
}

.chat-form {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  border-top: 1px solid var(--line);
}

.chat-input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--surface-border-strong);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  padding: 0.85rem 1rem;
  outline: none;
}

.chat-input::placeholder {
  color: var(--muted);
}

.chat-send {
  min-height: 48px;
  padding-inline: 1rem;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes wave {
    0%, 100% { transform: scaleY(0.92); }
    50% { transform: scaleY(1.08); }
  }

@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

@keyframes pulseHalo {
    0%, 100% { transform: scale(0.98); opacity: 0.65; }
    50% { transform: scale(1.06); opacity: 1; }
  }

@keyframes rotateSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

@media (max-width: 980px) {
  .hero,
  .dashboard-section,
  .pricing-grid,
  .budget-grid,
  .feature-grid,
  .services-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .cta-section,
  .site-footer {
      grid-template-columns: 1fr;
      padding: 1.4rem;
    }
  
  .footer-meta {
      align-items: stretch;
    }

  .footer-enquiry {
    width: 100%;
  }

  .hero-panel {
      min-height: 500px;
    }

  .hero-core {
      inset: auto auto 11% 6%;
      width: min(100%, 470px);
    }

  .hero-mini-card--top {
      right: 4%;
    }

  .hero-mini-card--bottom {
      right: 8%;
      bottom: 8%;
    }

  .featured {
      transform: none;
    }
  }

@media (max-width: 760px) {
  .nav {
    min-height: 74px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: var(--menu-bg);
    box-shadow: var(--shadow);
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown summary {
    padding: 0.25rem 0;
  }

  .mega-menu {
    position: static;
    transform: none;
    min-width: 0;
    margin-top: 0.75rem;
    padding: 0.5rem;
    box-shadow: none;
  }

  .nav-links.is-open {
    display: flex;
  }

  .legal-links {
    justify-content: flex-start;
  }

  .hero {
      padding-top: 4rem;
    }

  .hero h1 {
      max-width: 12ch;
    }

  .hero-stats,
  .hero-ticker {
      grid-template-columns: 1fr;
    }

  .hero-panel {
      min-height: 560px;
    }

  .hero-core {
      position: relative;
      inset: auto;
      width: 100%;
      margin-top: 6.2rem;
    }

  .hero-mini-card {
      width: min(100%, 220px);
    }

  .hero-mini-card--top {
      top: 0.5rem;
      right: 0.5rem;
    }

  .hero-mini-card--bottom {
      left: 0.5rem;
      right: auto;
      bottom: 1rem;
    }

  .hero-orbit {
      inset: 12% 4%;
    }

  .trust-strip-copy h2 {
      max-width: 100%;
    }

  .theme-toggle {
    min-height: 44px;
    padding: 0.65rem 0.85rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .status-card {
    position: relative;
    top: auto;
    right: auto;
  }

  .signal-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1rem;
    width: min(100%, 300px);
  }

  .hero-panel {
    display: block;
    min-height: auto;
  }
}

@media (max-width: 540px) {
  .section {
    width: min(var(--max-width), calc(100% - 1.2rem));
  }

  .hero h1 {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }

  .section-heading h2,
  .dashboard-copy h2,
  .cta-section h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .price-card,
  .budget-card,
  .feature-card,
  .service-card,
  .support-card,
  .dashboard-card,
  .cta-section,
  .trust-strip {
    padding: 1.2rem;
  }

  .chat-widget {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .enquiry-grid {
    grid-template-columns: 1fr;
  }

  .chat-form {
    flex-direction: column;
  }

  .shared-table-card h2,
  .shared-table-card .pricing-note {
    padding-inline: 1.2rem;
  }

  .shared-table-card h2 {
    padding-top: 1.2rem;
  }

  .table-wrap {
    padding: 0 0.6rem 0.8rem;
  }
}
