body.silverline-canvas-template {
  margin: 0;
  background: #060B14;
}

body.silverline-canvas-template.admin-bar .footer-pill-nav,
body.silverline-canvas-template.admin-bar .mobile-bar,
body.silverline-canvas-template.admin-bar .mobile-overlay {
  transform: translateY(0);
}

.silverline-canvas-site-main {
  width: 100%;
  min-height: 100vh;
}

.silverline-page {
  width: 100%;
  position: relative;
  isolation: isolate;
}

.silverline-page img[data-sl-src] {
  opacity: 1;
}

.silverline-page {--sl-deep-navy: #0C2D4E;
  --sl-dark-depth: #081E33;
  --sl-steel-blue: #1A6FA8;
  --sl-sky-blue: #2BA8D4;
  --sl-light-blue: #EDF5FB;
  --sl-muted-gray: #6B849A;
  --sl-border: #C8DCE8;
  --sl-white: #FFFFFF;
  --sl-bg: #060B14;
  --sl-pricing-bg: #0A1020;}

.silverline-page *, .silverline-page *::before, .silverline-page *::after {box-sizing: border-box;
  margin: 0;
  padding: 0;}

.silverline-page {scroll-behavior: smooth;}

.silverline-page {font-family: "Inter", sans-serif;
  background-color: var(--sl-bg);
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;}

.silverline-page img {display: block; max-width: 100%;}
.silverline-page a {text-decoration: none;}
.silverline-page button {font-family: inherit;}
.silverline-page ul {list-style: none;}

.silverline-page .relative {position: relative;}
.silverline-page .absolute {position: absolute;}
.silverline-page .inset-0 {top: 0; right: 0; bottom: 0; left: 0;}
.silverline-page .z-10 {z-index: 10;}
.silverline-page .z-20 {z-index: 20;}

.silverline-page .top-0 {top: 0;}
.silverline-page .bottom-0 {bottom: 0;}
.silverline-page .left-0 {left: 0;}
.silverline-page .right-0 {right: 0;}
.silverline-page .top-1\/2 {top: 50%;}
.silverline-page .left-1\/2 {left: 50%;}
.silverline-page .top-\[50\%\] {top: 50%;}
.silverline-page .top-\[7\%\] {top: 7%;}
.silverline-page .top-\[8\%\] {top: 8%;}
.silverline-page .top-\[9\%\] {top: 9%;}
.silverline-page .top-\[10\%\] {top: 10%;}
.silverline-page .top-\[12\%\] {top: 12%;}
.silverline-page .bottom-\[18\%\] {bottom: 18%;}
.silverline-page .bottom-\[20\%\] {bottom: 20%;}
.silverline-page .bottom-\[22\%\] {bottom: 22%;}
.silverline-page .left-\[4\%\] {left: 4%;}
.silverline-page .left-\[5\%\] {left: 5%;}
.silverline-page .left-\[6\%\] {left: 6%;}
.silverline-page .left-\[7\%\] {left: 7%;}
.silverline-page .left-\[8\%\] {left: 8%;}
.silverline-page .right-\[4\%\] {right: 4%;}
.silverline-page .right-\[5\%\] {right: 5%;}
.silverline-page .right-\[6\%\] {right: 6%;}

.silverline-page .flex {display: flex;}
.silverline-page .inline-flex {display: inline-flex;}
.silverline-page .grid {display: grid;}
.silverline-page .inline-block {display: inline-block;}
.silverline-page .flex-col {flex-direction: column;}
.silverline-page .flex-wrap {flex-wrap: wrap;}
.silverline-page .flex-1 {flex: 1 1 0%;}
.silverline-page .flex-grow {flex-grow: 1;}
.silverline-page .shrink-0 {flex-shrink: 0;}
.silverline-page .items-center {align-items: center;}
.silverline-page .items-start {align-items: flex-start;}
.silverline-page .justify-center {justify-content: center;}
.silverline-page .justify-between {justify-content: space-between;}
.silverline-page .gap-1 {gap: 4px;}
.silverline-page .gap-1\.5 {gap: 6px;}
.silverline-page .gap-2 {gap: 8px;}
.silverline-page .gap-2\.5 {gap: 10px;}
.silverline-page .gap-3 {gap: 12px;}
.silverline-page .gap-5 {gap: 20px;}
.silverline-page .gap-6 {gap: 24px;}
.silverline-page .gap-7 {gap: 28px;}
.silverline-page .grid-cols-2 {grid-template-columns: repeat(2, minmax(0, 1fr));}
.silverline-page .space-y-1\.5 > * + * {margin-top: 6px;}
.silverline-page .space-y-2 > * + * {margin-top: 8px;}
.silverline-page .space-y-2\.5 > * + * {margin-top: 10px;}
.silverline-page .space-y-3 > * + * {margin-top: 12px;}
.silverline-page .space-y-3\.5 > * + * {margin-top: 14px;}

.silverline-page .w-full {width: 100%;}
.silverline-page .w-auto {width: auto;}
.silverline-page .w-1\.5 {width: 6px;}
.silverline-page .w-2 {width: 8px;}
.silverline-page .w-3\.5 {width: 14px;}
.silverline-page .w-5 {width: 20px;}
.silverline-page .w-6 {width: 24px;}
.silverline-page .w-7 {width: 28px;}
.silverline-page .w-8 {width: 32px;}
.silverline-page .w-16 {width: 64px;}
.silverline-page .w-\[170px\] {width: 170px;}
.silverline-page .w-\[180px\] {width: 180px;}
.silverline-page .w-\[190px\] {width: 190px;}
.silverline-page .w-\[200px\] {width: 200px;}
.silverline-page .w-\[210px\] {width: 210px;}
.silverline-page .w-\[220px\] {width: 220px;}
.silverline-page .w-\[230px\] {width: 230px;}
.silverline-page .w-\[240px\] {width: 240px;}
.silverline-page .w-\[270px\] {width: 270px;}
.silverline-page .w-\[280px\] {width: 280px;}
.silverline-page .w-\[300px\] {width: 300px;}
.silverline-page .w-\[500px\] {width: 500px;}
.silverline-page .w-\[600px\] {width: 600px;}
.silverline-page .w-\[700px\] {width: 700px;}
.silverline-page .w-\[23\%\] {width: 23%;}
.silverline-page .w-\[75\%\] {width: 75%;}
.silverline-page .w-\[85\%\] {width: 85%;}
.silverline-page .w-\[90\%\] {width: 90%;}
.silverline-page .h-auto {height: auto;}
.silverline-page .h-full {height: 100%;}
.silverline-page .h-screen {height: 100vh;}
.silverline-page .h-1 {height: 4px;}
.silverline-page .h-1\.5 {height: 6px;}
.silverline-page .h-2 {height: 8px;}
.silverline-page .h-3\.5 {height: 14px;}
.silverline-page .h-4 {height: 16px;}
.silverline-page .h-7 {height: 28px;}
.silverline-page .h-8 {height: 32px;}
.silverline-page .h-14 {height: 56px;}
.silverline-page .h-\[2px\] {height: 2px;}
.silverline-page .h-\[600px\] {height: 600px;}
.silverline-page .h-\[700px\] {height: 700px;}
.silverline-page .min-h-screen {min-height: 100vh;}
.silverline-page .min-h-\[40px\] {min-height: 40px;}
.silverline-page .min-h-\[130px\] {min-height: 130px;}
.silverline-page .max-w-md {max-width: 28rem;}
.silverline-page .max-w-lg {max-width: 32rem;}
.silverline-page .max-w-4xl {max-width: 56rem;}
.silverline-page .max-w-5xl {max-width: 64rem;}
.silverline-page .max-w-6xl {max-width: 72rem;}
.silverline-page .max-w-7xl {max-width: 80rem;}

.silverline-page .p-2 {padding: 8px;}
.silverline-page .p-2\.5 {padding: 10px;}
.silverline-page .p-4 {padding: 16px;}
.silverline-page .px-1 {padding-left: 4px; padding-right: 4px;}
.silverline-page .px-1\.5 {padding-left: 6px; padding-right: 6px;}
.silverline-page .px-2 {padding-left: 8px; padding-right: 8px;}
.silverline-page .px-3 {padding-left: 12px; padding-right: 12px;}
.silverline-page .px-4 {padding-left: 16px; padding-right: 16px;}
.silverline-page .px-6 {padding-left: 24px; padding-right: 24px;}
.silverline-page .px-8 {padding-left: 32px; padding-right: 32px;}
.silverline-page .py-0\.5 {padding-top: 2px; padding-bottom: 2px;}
.silverline-page .py-1 {padding-top: 4px; padding-bottom: 4px;}
.silverline-page .py-1\.5 {padding-top: 6px; padding-bottom: 6px;}
.silverline-page .py-2 {padding-top: 8px; padding-bottom: 8px;}
.silverline-page .py-3 {padding-top: 12px; padding-bottom: 12px;}
.silverline-page .py-4 {padding-top: 16px; padding-bottom: 16px;}
.silverline-page .py-10 {padding-top: 40px; padding-bottom: 40px;}
.silverline-page .py-16 {padding-top: 64px; padding-bottom: 64px;}
.silverline-page .py-32 {padding-top: 128px; padding-bottom: 128px;}
.silverline-page .pl-4 {padding-left: 16px;}
.silverline-page .pl-8 {padding-left: 32px;}
.silverline-page .pr-3 {padding-right: 12px;}
.silverline-page .pt-2 {padding-top: 8px;}
.silverline-page .mx-auto {margin-left: auto; margin-right: auto;}
.silverline-page .mt-0\.5 {margin-top: 2px;}
.silverline-page .mt-1 {margin-top: 4px;}
.silverline-page .mt-3 {margin-top: 12px;}
.silverline-page .mt-8 {margin-top: 32px;}
.silverline-page .mt-10 {margin-top: 40px;}
.silverline-page .mt-12 {margin-top: 48px;}
.silverline-page .mb-1 {margin-bottom: 4px;}
.silverline-page .mb-2 {margin-bottom: 8px;}
.silverline-page .mb-3 {margin-bottom: 12px;}
.silverline-page .mb-4 {margin-bottom: 16px;}
.silverline-page .mb-6 {margin-bottom: 24px;}
.silverline-page .mb-8 {margin-bottom: 32px;}
.silverline-page .mb-10 {margin-bottom: 40px;}
.silverline-page .mb-20 {margin-bottom: 80px;}
.silverline-page .ml-0\.5 {margin-left: 2px;}
.silverline-page .ml-1 {margin-left: 4px;}
.silverline-page .ml-2 {margin-left: 8px;}
.silverline-page .ml-4 {margin-left: 16px;}

.silverline-page .font-\[\'Inter\'\] {font-family: "Inter", sans-serif;}
.silverline-page .font-\[\'Sora\'\] {font-family: "Sora", sans-serif;}
.silverline-page .font-\[\'JetBrains_Mono\'\] {font-family: "JetBrains Mono", monospace;}
.silverline-page .font-light {font-weight: 300;}
.silverline-page .font-medium {font-weight: 500;}
.silverline-page .font-semibold {font-weight: 600;}
.silverline-page .font-bold {font-weight: 700;}
.silverline-page .text-xs {font-size: 12px; line-height: 16px;}
.silverline-page .text-sm {font-size: 14px; line-height: 20px;}
.silverline-page .text-base {font-size: 16px; line-height: 24px;}
.silverline-page .text-lg {font-size: 18px; line-height: 28px;}
.silverline-page .text-xl {font-size: 20px; line-height: 28px;}
.silverline-page .text-3xl {font-size: 30px; line-height: 36px;}
.silverline-page .text-\[8px\] {font-size: 8px;}
.silverline-page .text-\[9px\] {font-size: 9px;}
.silverline-page .text-\[10px\] {font-size: 10px;}
.silverline-page .text-\[11px\] {font-size: 11px;}
.silverline-page .leading-5 {line-height: 20px;}
.silverline-page .leading-6 {line-height: 24px;}
.silverline-page .leading-\[1\.08\] {line-height: 1.08;}
.silverline-page .leading-relaxed {line-height: 1.625;}
.silverline-page .tracking-tight {letter-spacing: -0.025em;}
.silverline-page .tracking-wide {letter-spacing: 0.025em;}
.silverline-page .tracking-wider {letter-spacing: 0.05em;}
.silverline-page .tracking-widest {letter-spacing: 0.1em;}
.silverline-page .uppercase {text-transform: uppercase;}
.silverline-page .text-center {text-align: center;}
.silverline-page .text-right {text-align: right;}
.silverline-page .select-none {user-select: none; -webkit-user-select: none;}

.silverline-page .text-white {color: white;}
.silverline-page .text-white\/15 {color: rgba(255,255,255,0.15);}
.silverline-page .text-white\/20 {color: rgba(255,255,255,0.2);}
.silverline-page .text-white\/25 {color: rgba(255,255,255,0.25);}
.silverline-page .text-white\/30 {color: rgba(255,255,255,0.3);}
.silverline-page .text-white\/35 {color: rgba(255,255,255,0.35);}
.silverline-page .text-white\/40 {color: rgba(255,255,255,0.4);}
.silverline-page .text-white\/50 {color: rgba(255,255,255,0.5);}
.silverline-page .text-white\/60 {color: rgba(255,255,255,0.6);}
.silverline-page .text-white\/70 {color: rgba(255,255,255,0.7);}
.silverline-page .text-emerald-400\/50 {color: rgba(52,211,153,0.5);}
.silverline-page .text-emerald-400\/60 {color: rgba(52,211,153,0.6);}
.silverline-page .text-emerald-400\/70 {color: rgba(52,211,153,0.7);}
.silverline-page .text-emerald-400\/80 {color: rgba(52,211,153,0.8);}
.silverline-page .text-\[\#2BA8D4\]\/30 {color: rgba(43,168,212,0.3);}
.silverline-page .text-\[\#2BA8D4\]\/50 {color: rgba(43,168,212,0.5);}
.silverline-page .text-\[\#2BA8D4\]\/60 {color: rgba(43,168,212,0.6);}
.silverline-page .text-\[\#2BA8D4\]\/70 {color: rgba(43,168,212,0.7);}
.silverline-page .text-\[\#1A6FA8\]\/60 {color: rgba(26,111,168,0.6);}

.silverline-page .bg-white\/\[0\.02\] {background-color: rgba(255,255,255,0.02);}
.silverline-page .bg-white\/\[0\.03\] {background-color: rgba(255,255,255,0.03);}
.silverline-page .bg-white\/\[0\.04\] {background-color: rgba(255,255,255,0.04);}
.silverline-page .bg-white\/15 {background-color: rgba(255,255,255,0.15);}
.silverline-page .bg-emerald-400 {background-color: #34d399;}
.silverline-page .bg-emerald-400\/30 {background-color: rgba(52,211,153,0.3);}
.silverline-page .bg-emerald-400\/80 {background-color: rgba(52,211,153,0.8);}
.silverline-page .bg-emerald-500\/10 {background-color: rgba(16,185,129,0.1);}
.silverline-page .bg-\[\#2BA8D4\]\/\[0\.06\] {background-color: rgba(43,168,212,0.06);}
.silverline-page .bg-\[\#2BA8D4\]\/30 {background-color: rgba(43,168,212,0.3);}
.silverline-page .bg-\[\#2BA8D4\]\/40 {background-color: rgba(43,168,212,0.4);}
.silverline-page .bg-\[\#2BA8D4\]\/50 {background-color: rgba(43,168,212,0.5);}
.silverline-page .bg-\[\#1A6FA8\]\/30 {background-color: rgba(26,111,168,0.3);}

.silverline-page .border {border-width: 1px; border-style: solid;}
.silverline-page .border-t {border-top: 1px solid;}
.silverline-page .border-b {border-bottom: 1px solid;}
.silverline-page .border-white\/\[0\.04\] {border-color: rgba(255,255,255,0.04);}
.silverline-page .border-white\/\[0\.05\] {border-color: rgba(255,255,255,0.05);}
.silverline-page .border-white\/\[0\.06\] {border-color: rgba(255,255,255,0.06);}
.silverline-page .border-white\/15 {border-color: rgba(255,255,255,0.15);}
.silverline-page .border-emerald-500\/15 {border-color: rgba(16,185,129,0.15);}
.silverline-page .border-\[\#2BA8D4\]\/20 {border-color: rgba(43,168,212,0.2);}

.silverline-page .rounded {border-radius: 4px;}
.silverline-page .rounded-md {border-radius: 6px;}
.silverline-page .rounded-lg {border-radius: 8px;}
.silverline-page .rounded-xl {border-radius: 12px;}
.silverline-page .rounded-2xl {border-radius: 16px;}
.silverline-page .rounded-full {border-radius: 9999px;}
.silverline-page .overflow-hidden {overflow: hidden;}

.silverline-page .opacity-40 {opacity: 0.4;}
.silverline-page .opacity-80 {opacity: 0.8;}
.silverline-page .opacity-\[0\.025\] {opacity: 0.025;}
.silverline-page .pointer-events-none {pointer-events: none;}
.silverline-page .transition-colors {transition-property: color, background-color, border-color; transition-duration: 200ms;}

.silverline-page .-translate-x-1\/2 {transform: translateX(-50%);}
.silverline-page .-translate-y-1\/2 {transform: translateY(-50%);}
.silverline-page .-translate-x-1\/2.-translate-y-1\/2 {transform: translate(-50%, -50%);}
.silverline-page .shadow-2xl {box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);}
.silverline-page .shadow-black\/50 {--tw-shadow-color: rgba(0,0,0,0.5);}

.silverline-page .animate-pulse {animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;}

.silverline-page .dot-grid {background-image: radial-gradient(rgba(43, 168, 212, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;}

.silverline-page .dot-grid-subtle {background-image: radial-gradient(rgba(43, 168, 212, 0.02) 1px, transparent 1px);
  background-size: 28px 28px;}

.silverline-page .radial-glow {background: radial-gradient(circle, rgba(26, 111, 168, 0.12) 0%, rgba(43, 168, 212, 0.04) 40%, transparent 70%);}

.silverline-page .radial-glow-sm {background: radial-gradient(circle, rgba(26, 111, 168, 0.10) 0%, rgba(43, 168, 212, 0.03) 40%, transparent 70%);}

.silverline-page .glass-panel {background-color: rgba(10, 22, 40, 0.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);}

.silverline-page .glass-panel-light {background-color: rgba(10, 22, 40, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);}

.silverline-page .glass-panel-medium {background-color: rgba(10, 22, 40, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);}

.silverline-page .accent-line {width: 64px;
  height: 2px;
  background: linear-gradient(to right, transparent, #2BA8D4, transparent);}

.silverline-page .category-pill {display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);}

.silverline-page .category-pill .dot {width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2BA8D4;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;}

.silverline-page .category-pill .dot-green {background: #34d399;}

.silverline-page .category-pill span:last-child {color: rgba(43, 168, 212, 0.7);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

.silverline-page .btn-primary {background-color: #1A6FA8;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 0 30px rgba(26, 111, 168, 0.25);}

.silverline-page .btn-primary:hover {background-color: rgba(26, 111, 168, 0.9);
  transform: translateY(-2px);}

.silverline-page .btn-ghost {background: none;
  border: none;
  color: rgba(43, 168, 212, 0.6);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;}

.silverline-page .btn-ghost:hover {color: rgba(43, 168, 212, 0.8);}

.silverline-page .panel-titlebar {padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 8px;}

.silverline-page .panel-dots {display: flex;
  gap: 6px;}

.silverline-page .panel-dots span {width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);}

.silverline-page .panel-title-text {color: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  font-family: "JetBrains Mono", monospace;
  margin-left: 4px;}

/* ── Floating Pill Footer ──────────────────────────────────── */
.footer-pill-nav {position: fixed;
  bottom: 22px;
  left: 12px;
  right: 12px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  pointer-events: none;}

.footer-pill {display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  padding: 5.5px 6.6px;
  border-radius: 9999px;
  background: rgba(12, 22, 38, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255,255,255,0.03);
  pointer-events: all;
  max-width: 100%;
  overflow: hidden;}

.footer-pill-logo {display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 4.4px 6.6px;
  border-radius: 9999px;
  transition: background 0.2s;
  text-decoration: none;}

.footer-pill-logo:hover {background: rgba(255,255,255,0.05);}

.footer-pill-logo img {height: 17.6px;
  width: auto;
  opacity: 0.55;
  transition: opacity 0.2s;
  display: block;}

.footer-pill-logo:hover img {opacity: 0.85;}

.footer-pill-divider {width: 1px;
  height: 15.4px;
  background: rgba(255,255,255,0.1);
  margin: 0 2px;
  flex-shrink: 0;}

.footer-pill-links {display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1px;
  overflow: hidden;
  flex: 1;
  min-width: 0;}

.footer-pill-links a, .footer-pill-login {color: rgba(247,247,247,0.55);
  text-decoration: none;
  font-size: 12.1px;
  font-weight: 500;
  padding: 5.5px 8.8px;
  border-radius: 9999px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;}

.footer-pill-links a:hover {color: #f7f7f7;
  background: rgba(255,255,255,0.06);}

.footer-pill-links a.active {color: #f7f7f7;
  background: rgba(255,255,255,0.07);
  font-weight: 600;}

.footer-pill-login {color: rgba(43,168,212,0.85);
  background: rgba(43,168,212,0.08);
  border: 1px solid rgba(43,168,212,0.18);
  flex-shrink: 0;
  pointer-events: all;}

.footer-pill-login:hover {color: #2BA8D4;
  background: rgba(43,168,212,0.14);}

.footer-pill-copy {display: inline-flex;
  align-items: center;
  font-size: 11px;
  color: rgba(247,247,247,0.28);
  text-align: center;
  pointer-events: all;
  letter-spacing: 0.01em;
  padding: 4.4px 15.4px;
  border-radius: 9999px;
  background: rgba(12, 22, 38, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;}

.footer-pill-copy a {color: rgba(43,168,212,0.55);
  text-decoration: none;
  transition: color 0.2s;}

.footer-pill-copy a:hover {color: rgba(43,168,212,0.85);}

/* ── Mobile: stack logo+login row on top, links row below ──── */
/* ── Desktop: pill visible, mobile bar hidden ──────────────── */
.silverline-page .desktop-footer {display: flex;}
.mobile-bar {display: none;}
.mobile-overlay {display: none;}

/* ── Desktop: show decorative panels ──────────────────────── */
@media (min-width: 769px){
  .silverline-page .desktop-only {display: block !important;}
}

/* ── Mobile: hide panels, fix bar ─────────────────────────── */
@media (max-width: 768px){

  /* ── Mobile bar: logo left | [hamburger][login] right ───── */
  .mobile-bar {display: flex;
    position: fixed;
    bottom: 16px;
    left: 12px;
    right: 12px;
    z-index: 200;
    height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 0 12px;
    border-radius: 9999px;
    background: rgba(10, 18, 34, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow: 0 8px 32px rgba(0,0,0,0.55);
    box-sizing: border-box;}
  .mobile-bar-logo img {height: 20px; width: auto; opacity: 0.65; display: block;}
  .mobile-bar-right {display: flex; align-items: center; gap: 6px;}
  .mobile-bar-menu {display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    gap: 4px; width: 36px; height: 36px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 9999px; cursor: pointer;
    padding: 0; flex-shrink: 0;}
  .mobile-bar-menu span {display: block; width: 14px; height: 1.5px;
    border-radius: 2px; background: rgba(247,247,247,0.75);}
  .mobile-bar-login {display: inline-flex; align-items: center;
    color: rgba(43,168,212,0.95);
    background: rgba(43,168,212,0.1);
    border: 1px solid rgba(43,168,212,0.25);
    font-size: 12px; font-weight: 500;
    padding: 7px 14px; border-radius: 9999px;
    text-decoration: none; white-space: nowrap; flex-shrink: 0;}

  /* ── Overlay ───────────────────────────────────────────── */
  .mobile-overlay {display: flex !important; position: fixed;
    inset: 0; z-index: 300;
    background: rgba(0,0,0,0);
    align-items: flex-end;
    pointer-events: none;
    transition: background 0.25s ease;}
  .mobile-overlay.open {background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: all;}

  /* ── Slide-up sheet ────────────────────────────────────── */
  .mobile-menu-sheet {width: 100%;
    background: rgba(8, 15, 28, 0.98);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px 20px 0 0;
    padding: 20px 24px 48px;
    transform: translateY(100%);
    transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);}
  .mobile-overlay.open .mobile-menu-sheet {transform: translateY(0);}
  .mobile-menu-header {display: flex; align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);}
  .mobile-menu-logo {height: 20px; width: auto; opacity: 0.55;}
  .mobile-menu-close {width: 32px; height: 32px; border-radius: 9999px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    color: rgba(247,247,247,0.55);
    font-size: 14px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;}
  .mobile-menu-links {display: flex; flex-direction: column;}
  .mobile-menu-links a {display: block; color: rgba(247,247,247,0.6);
    text-decoration: none; font-size: 20px; font-weight: 500;
    padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: color 0.15s, padding-left 0.15s; letter-spacing: -0.01em;}
  .mobile-menu-links a:last-child {border-bottom: none;}
  .mobile-menu-links a:hover {color: #f7f7f7; padding-left: 6px;}
  .mobile-menu-links a.active {color: #2BA8D4; font-weight: 600;}
  .mobile-menu-footer {margin-top: 24px; display: flex; flex-direction: column;
    gap: 3px; color: rgba(247,247,247,0.2); font-size: 11px;}
  .mobile-menu-footer a {color: rgba(43,168,212,0.5); text-decoration: none;}

  /* ── Desktop pill hidden on mobile ────────────────────── */
  .silverline-page .desktop-footer {display: none !important;}
}

.silverline-page .pricing-card {border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px;
  display: flex;
  flex-direction: column;}

.silverline-page .pricing-card.featured {border-color: rgba(43, 168, 212, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;}

.silverline-page .pricing-card .badge {position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2BA8D4;
  color: #060B14;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 16px;
  border-radius: 9999px;}

.silverline-page .pricing-card h3 {font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: white;
  margin-bottom: 8px;}

.silverline-page .pricing-card .price {font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: white;
  letter-spacing: -0.025em;}

.silverline-page .pricing-card .price-period {color: rgba(255, 255, 255, 0.3);
  margin-left: 4px;}

.silverline-page .pricing-card ul {list-style: none;
  flex-grow: 1;}

.silverline-page .pricing-card ul li {display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;}

.silverline-page .pricing-card .check {color: rgba(43, 168, 212, 0.5);
  font-size: 12px;
  margin-top: 2px;}

.silverline-page .pricing-card .check-dim {color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  margin-top: 2px;}

.silverline-page .btn-outline {width: 100%;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s;}

.silverline-page .btn-outline:hover {border-color: rgba(255, 255, 255, 0.3);}

.silverline-page .btn-filled {width: 100%;
  height: 44px;
  border-radius: 9999px;
  border: none;
  background: #1A6FA8;
  color: white;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 0 20px rgba(26, 111, 168, 0.2);}

.silverline-page .btn-filled:hover {background: rgba(26, 111, 168, 0.9);}

.silverline-page .btn-migrate {flex-shrink: 0;
  border: 1px solid rgba(43, 168, 212, 0.3);
  color: rgba(43, 168, 212, 0.7);
  background: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.2s;}

.silverline-page .btn-migrate:hover {background: rgba(43, 168, 212, 0.05);}

.silverline-page .shadow-\[0_0_30px_rgba\(26\, .silverline-page 111\, .silverline-page 168\, .silverline-page 0\.25\)\] {box-shadow: 0 0 30px rgba(26,111,168,0.25);}

.silverline-page .shadow-\[0_0_20px_rgba\(26\, .silverline-page 111\, .silverline-page 168\, .silverline-page 0\.2\)\] {box-shadow: 0 0 20px rgba(26,111,168,0.2);}

.silverline-page .shadow-\[0_20px_60px_rgba\(0\, .silverline-page 0\, .silverline-page 0\, .silverline-page 0\.3\)\] {box-shadow: 0 20px 60px rgba(0,0,0,0.3);}

.silverline-page .pb-14 {padding-bottom: 0px;}

@keyframes pulse{
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes blink{
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.silverline-page .cursor-blink {animation: blink 1.06s step-end infinite;}

.silverline-page .bg-\[\#1A6FA8\]\/30 {background-color: rgba(26,111,168,0.3);}

@media (min-width: 768px){
  .silverline-page .md\:text-lg {font-size: 18px; line-height: 28px;}
  .silverline-page .md\:text-base {font-size: 16px; line-height: 24px;}
  .silverline-page .md\:text-4xl {font-size: 36px; line-height: 40px;}
  .silverline-page .md\:grid-cols-2 {grid-template-columns: repeat(2, minmax(0, 1fr));}
  .silverline-page .md\:grid-cols-3 {grid-template-columns: repeat(3, minmax(0, 1fr));}
  .silverline-page .md\:py-40 {padding-top: 160px; padding-bottom: 160px;}
  .silverline-page .md\:-translate-y-4 {transform: translateY(-16px);}
  .silverline-page .md\:flex-row {flex-direction: row;}
}

@media (min-width: 1024px){
  .silverline-page .lg\:p-10 {padding: 40px;}
}

.silverline-page .hover\:text-white\/60:hover {color: rgba(255,255,255,0.6);}
.silverline-page .hover\:text-\[\#2BA8D4\]\/70:hover {color: rgba(43,168,212,0.7);}
.silverline-page .hover\:text-\[\#2BA8D4\]\/80:hover {color: rgba(43,168,212,0.8);}
.silverline-page .hover\:border-white\/30:hover {border-color: rgba(255,255,255,0.3);}
.silverline-page .hover\:bg-\[\#1A6FA8\]\/90:hover {background-color: rgba(26,111,168,0.9);}
.silverline-page .hover\:bg-\[\#2BA8D4\]\/5:hover {background-color: rgba(43,168,212,0.05);}
.silverline-page .hover\:-translate-y-0\.5:hover {transform: translateY(-2px);}

.silverline-page .bg-gradient-to-r {background-image: linear-gradient(to right, var(--tw-gradient-stops));}
.silverline-page .from-transparent {--tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);}
.silverline-page .via-\[\#2BA8D4\] {--tw-gradient-stops: var(--tw-gradient-from), #2BA8D4, var(--tw-gradient-to, transparent);}
.silverline-page .to-transparent {--tw-gradient-to: transparent;}


/* Terms page extra styles */

    .silverline-page {background-color: #060B14;
      color: #f7f7f7;
      font-family: "Inter", sans-serif;
      margin: 0;
      padding: 0;}

    .silverline-page .terms-wrap {max-width: 760px;
      margin: 0 auto;
      padding: 80px 28px 120px;}

    .silverline-page .terms-eyebrow {display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(43,168,212,0.7);
      margin-bottom: 24px;}

    .silverline-page .terms-eyebrow .dot {width: 6px;
      height: 6px;
      border-radius: 50%;
      background: rgba(43,168,212,0.6);}

    .silverline-page .terms-title {font-family: "Sora", sans-serif;
      font-size: clamp(30px, 5vw, 52px);
      font-weight: 700;
      color: #fff;
      line-height: 1.1;
      margin: 0 0 16px;}

    .silverline-page .terms-meta {font-size: 12px;
      color: rgba(247,247,247,0.28);
      margin-bottom: 48px;
      letter-spacing: 0.02em;}

    .silverline-page .terms-divider {width: 48px;
      height: 1px;
      background: rgba(43,168,212,0.3);
      margin-bottom: 48px;}

    .silverline-page .terms-section {margin-bottom: 44px;}

    .silverline-page .terms-section h2 {font-family: "DM Sans", sans-serif;
      font-size: 15px;
      font-weight: 600;
      color: rgba(247,247,247,0.85);
      letter-spacing: 0.03em;
      text-transform: uppercase;
      margin: 0 0 14px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(255,255,255,0.05);}

    .silverline-page .terms-section p, .silverline-page .terms-section li {font-size: 14px;
      line-height: 1.8;
      color: rgba(247,247,247,0.5);
      margin: 0 0 12px;}

    .silverline-page .terms-section ul {padding-left: 20px;
      margin: 0 0 12px;}

    .silverline-page .terms-section li {margin-bottom: 6px;}

    .silverline-page .terms-section a {color: rgba(43,168,212,0.75);
      text-decoration: none;}

    .silverline-page .terms-section a:hover {color: rgba(43,168,212,1);}

    .silverline-page .terms-highlight {background: rgba(43,168,212,0.06);
      border-left: 2px solid rgba(43,168,212,0.3);
      border-radius: 0 6px 6px 0;
      padding: 14px 18px;
      margin-bottom: 12px;
      font-size: 13px;
      line-height: 1.7;
      color: rgba(247,247,247,0.45);}
  

