
/* === Contrast fixes: never blue text on blue buttons === */
.la-cs a.la-cs-btn,
.la-cs button.la-cs-btn,
a.la-cs-btn,
button.la-cs-btn {
  text-decoration: none !important;
}

.la-cs a.la-cs-btn-primary,
.la-cs button.la-cs-btn-primary,
a.la-cs-btn-primary,
button.la-cs-btn-primary,
.la-cs-btn.la-cs-btn-primary {
  background-color: #3893F8 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #3893F8 !important;
}
.la-cs a.la-cs-btn-primary:hover,
.la-cs button.la-cs-btn-primary:hover,
a.la-cs-btn-primary:hover,
button.la-cs-btn-primary:hover,
.la-cs-btn.la-cs-btn-primary:hover {
  background-color: #1e6fd9 !important;
  color: #ffffff !important;
  border-color: #1e6fd9 !important;
}

/* Active tabs: solid blue + white text */
.la-cs .la-cs-tab.is-active,
button.la-cs-tab.is-active {
  background-color: #3893F8 !important;
  border-color: #3893F8 !important;
  color: #ffffff !important;
}

/* Active chips: solid primary + white (was blue-on-blue tint) */
.la-cs .la-cs-chip.is-active,
button.la-cs-chip.is-active {
  background-color: #3893F8 !important;
  border-color: #3893F8 !important;
  color: #ffffff !important;
}
.la-cs .la-cs-chip:not(.is-active) {
  color: inherit;
}

/* Ghost buttons stay readable */
.la-cs a.la-cs-btn-ghost,
.la-cs button.la-cs-btn-ghost,
a.la-cs-btn-ghost,
button.la-cs-btn-ghost {
  color: #0b1220 !important;
  background: #ffffff !important;
  border: 1px solid rgba(56, 147, 248, 0.55) !important;
}
.dark .la-cs a.la-cs-btn-ghost,
.dark .la-cs button.la-cs-btn-ghost,
.dark a.la-cs-btn-ghost,
.dark button.la-cs-btn-ghost {
  color: #f8fafc !important;
  background: transparent !important;
  border-color: rgba(126, 196, 255, 0.55) !important;
}
.la-cs a.la-cs-btn-ghost:hover,
.la-cs button.la-cs-btn-ghost:hover {
  color: #ffffff !important;
  background-color: #3893F8 !important;
  border-color: #3893F8 !important;
}

/* Hero CTAs on this page (theme classes) */
.la-cloud-servers-page a.bg-primary,
body.la-cloud-servers-page a.bg-primary,
.la-cs ~ * a.bg-primary,
section a.bg-primary.text-white {
  color: #ffffff !important;
}

/* LightningArrows Cloud Servers product UI */
.la-cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 650;
  font-size: 0.95rem;
  transition: 0.15s ease;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}
.la-cs-btn-primary {
  background: #3893F8;
  color: #ffffff !important;
}
.la-cs-btn-primary:hover { background: #1e6fd9; color: #fff; }
.la-cs-btn-ghost {
  background: transparent;
  border-color: rgba(56,147,248,0.45);
  color: inherit;
}
.la-cs-btn-ghost:hover { border-color: #3893F8; color: #3893F8; }
.la-cs-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.75rem;
  padding: 1.1rem 1.15rem;
}
.dark .la-cs-card {
  background: #111827;
  border-color: rgba(255,255,255,0.08);
}
.la-cs-tabs {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.la-cs-tab {
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}
.dark .la-cs-tab { background: #111827; border-color: rgba(255,255,255,0.12); }
.la-cs-tab.is-active {
  background: #3893F8;
  border-color: #3893F8;
  color: #fff;
}
.la-cs-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.65;
  margin-bottom: 0.5rem;
}
.la-cs-chip-row { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.la-cs-chip {
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  cursor: pointer;
}
.dark .la-cs-chip { background: #0f172a; border-color: rgba(255,255,255,0.12); }
.la-cs-chip.is-active {
  background: #3893F8;
  border-color: #3893F8;
  color: #ffffff !important;
  font-weight: 650;
}
.dark .la-cs-chip.is-active { color: #ffffff !important; }
.la-cs-plan {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 1rem;
  padding: 1.4rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dark .la-cs-plan { background: #111827; border-color: rgba(255,255,255,0.08); }
.la-cs-plan.is-featured {
  border-color: #3893F8;
  box-shadow: 0 10px 40px rgba(56,147,248,0.18);
}
.la-cs-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  background: #3893F8;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}
.la-cs-plan h3 { font-size: 1.25rem; font-weight: 750; margin: 0; }
.la-cs-price { font-size: 2rem; font-weight: 800; margin: 0; color: #3893F8; }
.la-cs-price small { font-size: 0.95rem; font-weight: 600; opacity: 0.75; color: inherit; }
.la-cs-plan ul { margin: 0 0 0.5rem; padding-left: 1.1rem; flex: 1; }
.la-cs-plan li { margin: 0.35rem 0; font-size: 0.92rem; }
.la-cs-field { margin-bottom: 0.25rem; }
.la-cs-field label {
  display: block;
  font-weight: 650;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.la-cs-select,
.la-cs-form input:not([type="checkbox"]):not([type="radio"]),
.la-cs-form textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 0.5rem;
  padding: 0.65rem 0.75rem;
  background: #fff;
  color: inherit;
}
.dark .la-cs-select,
.dark .la-cs-form input:not([type="checkbox"]):not([type="radio"]),
.dark .la-cs-form textarea {
  background: #0f172a;
  border-color: rgba(255,255,255,0.14);
}
.la-cs-help { font-size: 0.85rem; opacity: 0.7; margin-top: 0.45rem; }
.la-cs-checks { display: grid; gap: 0.55rem; margin: 0.5rem 0 0.75rem; }
.la-cs-check {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.92rem;
  cursor: pointer;
  max-width: 100%;
  min-width: 0;
}
.la-cs-check input {
  margin-top: 0.2rem;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
}
.la-cs-check > span {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.la-cs-check a {
  display: inline;
  white-space: normal;
}
.la-cs-summary {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 1rem;
  padding: 1.25rem;
  height: fit-content;
}
.dark .la-cs-summary { background: #111827; border-color: rgba(255,255,255,0.08); }
.la-cs-summary h3 { font-weight: 750; margin: 0 0 0.75rem; }
.la-cs-dl { margin: 0 0 1rem; font-size: 0.9rem; }
.la-cs-dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.35rem 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.dark .la-cs-dl div { border-color: rgba(255,255,255,0.08); }
.la-cs-dl dt { opacity: 0.65; }
.la-cs-dl dd { margin: 0; font-weight: 600; text-align: right; }
.la-cs-estimate { font-size: 1.85rem; font-weight: 800; color: #3893F8; margin: 0.25rem 0; }
.la-cs-estimate small { font-size: 0.95rem; font-weight: 600; opacity: 0.75; }
.la-cs-hourly { font-size: 0.85rem; opacity: 0.7; margin: 0 0 1rem; }
.la-cs-app {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.75rem;
  padding: 1rem 0.75rem;
  text-align: center;
  font-weight: 650;
  font-size: 0.9rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease, background 0.15s ease;
  cursor: pointer;
}
.dark .la-cs-app { background: #111827; border-color: rgba(255,255,255,0.08); }
a.la-cs-app:hover {
  border-color: #3893F8;
  color: #1e6fd9;
  background: rgba(56,147,248,0.08);
  box-shadow: 0 8px 22px rgba(56,147,248,0.16);
  transform: translateY(-2px);
}
.dark a.la-cs-app:hover { color: #7ec4ff; }
a.la-cs-app:focus-visible {
  outline: 2px solid #3893F8;
  outline-offset: 2px;
}
.la-cs-dc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .la-cs-dc-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (min-width: 1024px) {
  .la-cs-dc-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
.la-cs-dc {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.5rem;
  padding: 0.55rem 0.7rem;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: inherit;
  font-weight: 550;
  font-size: 0.85rem;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease, background 0.15s ease, color 0.15s ease;
  cursor: pointer;
}
a.la-cs-dc:hover {
  border-color: #3893F8;
  color: #1e6fd9;
  background: rgba(56,147,248,0.08);
  box-shadow: 0 6px 18px rgba(56,147,248,0.14);
  transform: translateY(-1px);
}
.dark a.la-cs-dc:hover { color: #7ec4ff; }
a.la-cs-dc:focus-visible {
  outline: 2px solid #3893F8;
  outline-offset: 2px;
}
.dark .la-cs-dc { background: #111827; border-color: rgba(255,255,255,0.08); }
.la-cs-faq details {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  margin-bottom: 0.6rem;
  background: #fff;
}
.dark .la-cs-faq details { background: #111827; border-color: rgba(255,255,255,0.08); }
.la-cs-faq summary { font-weight: 700; cursor: pointer; }
.la-cs-faq p { margin: 0.6rem 0 0; font-size: 0.95rem; opacity: 0.85; }

/* FAQ cards → full answer pages */
a.la-cs-faq-item {
  display: block;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.75rem;
  padding: 1rem 1.15rem;
  margin-bottom: 0.65rem;
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease, background 0.15s ease;
  cursor: pointer;
}
.dark a.la-cs-faq-item {
  background: #111827;
  border-color: rgba(255,255,255,0.08);
}
a.la-cs-faq-item:hover,
a.la-cs-faq-item:focus-visible {
  border-color: #3893F8;
  background: rgba(56,147,248,0.08);
  box-shadow: 0 10px 28px rgba(56,147,248,0.16);
  transform: translateY(-2px);
  outline: none;
}
a.la-cs-faq-item:focus-visible {
  outline: 2px solid #3893F8;
  outline-offset: 2px;
}
.la-cs-faq-q {
  display: block;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.35;
  color: #0b1220;
  margin-bottom: 0.4rem;
}
.dark .la-cs-faq-q { color: #f3f4f6; }
a.la-cs-faq-item:hover .la-cs-faq-q {
  color: #1e6fd9;
}
.dark a.la-cs-faq-item:hover .la-cs-faq-q { color: #7ec4ff; }
.la-cs-faq-a {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.82;
  margin-bottom: 0.55rem;
}
.la-cs-faq-more {
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 700;
  color: #3893F8;
}

/* Checkout overlay */
.la-cs-checkout {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.25rem 0.85rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.la-cs-checkout[hidden] { display: none !important; }
.la-cs-checkout-panel {
  position: relative;
  width: min(880px, 100%);
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #0b1220;
  border-radius: 1rem;
  padding: 1.35rem 1.2rem 1.4rem;
  padding-top: 1.15rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  overflow-x: hidden;
  margin: 0.5rem auto 2rem;
}
.dark .la-cs-checkout-panel { background: #0f172a; color: #f8fafc; }

.la-cs-checkout-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-right: 2.25rem; /* room for close button */
  margin-bottom: 1.15rem;
  min-width: 0;
}
.la-cs-checkout-badge {
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(56,147,248,0.12);
  font-size: 1.1rem;
  line-height: 1;
}
.la-cs-checkout-head-text {
  flex: 1 1 auto;
  min-width: 0;
}
.la-cs-checkout-head-text h2 {
  margin: 0 0 0.3rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.la-cs-checkout-head-text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4b5563;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.dark .la-cs-checkout-head-text p { color: #9ca3af; }

.la-cs-checkout-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: 0;
  background: rgba(0,0,0,0.05);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.la-cs-checkout-close:hover { opacity: 1; background: rgba(0,0,0,0.1); }
.dark .la-cs-checkout-close { background: rgba(255,255,255,0.08); color: #f8fafc; }

.la-cs-checkout-grid {
  display: grid;
  gap: 1.15rem;
  min-width: 0;
  width: 100%;
}
.la-cs-checkout-grid > * {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .la-cs-checkout-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.35rem; }
}

.la-cs-checkout-summary h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
}
.la-cs-checkout-due {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(56,147,248,0.25);
  background: rgba(56,147,248,0.06);
  min-width: 0;
}
.la-cs-checkout-due-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.75;
  margin-bottom: 0.2rem;
}
.la-cs-checkout-due strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  color: #1e6fd9;
  line-height: 1.2;
}
.dark .la-cs-checkout-due strong { color: #7ec4ff; }
.la-cs-checkout-due-note {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.78rem;
  line-height: 1.4;
  opacity: 0.8;
  overflow-wrap: anywhere;
}

.la-cs-pre {
  background: #0b1220;
  color: #e2e8f0;
  border-radius: 0.6rem;
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
  white-space: pre-wrap;
  overflow: auto;
  max-height: 260px;
  max-width: 100%;
  box-sizing: border-box;
}

.la-cs-form {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}
.la-cs-form .la-cs-field { margin-bottom: 0.75rem; max-width: 100%; }
.la-cs-form .la-cs-field label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.88rem;
  font-weight: 650;
}
.la-cs-optional {
  font-weight: 500;
  opacity: 0.65;
  font-size: 0.82em;
}
.la-cs-form input:not([type="checkbox"]):not([type="radio"]),
.la-cs-form textarea,
.la-cs-form select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Terms agreement control — prominent, fixed-size checkbox */
.la-cs-form .la-cs-check.la-cs-terms {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  column-gap: 0.75rem;
  row-gap: 0.25rem;
  align-items: start;
  margin: 0.35rem 0 1rem;
  padding: 0.85rem 0.9rem;
  border: 1.5px solid rgba(56, 147, 248, 0.45);
  border-radius: 0.7rem;
  background: rgba(56, 147, 248, 0.07);
  font-size: 0.86rem;
  line-height: 1.45;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.la-cs-form .la-cs-check.la-cs-terms:hover {
  border-color: #3893F8;
  background: rgba(56, 147, 248, 0.11);
}
.la-cs-form .la-cs-check.la-cs-terms:focus-within {
  border-color: #3893F8;
  box-shadow: 0 0 0 3px rgba(56, 147, 248, 0.22);
}
.dark .la-cs-form .la-cs-check.la-cs-terms {
  border-color: rgba(126, 196, 255, 0.4);
  background: rgba(56, 147, 248, 0.1);
}

/* Fixed-size checkbox with visible checkmark when selected */
.la-cs-form .la-cs-check.la-cs-terms input[type="checkbox"],
.la-cs-form #co-terms {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
  min-width: 1.4rem !important;
  max-width: 1.4rem !important;
  margin: 0.05rem 0 0 !important;
  padding: 0 !important;
  border: 2px solid #3893F8 !important;
  border-radius: 0.32rem !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  cursor: pointer;
  flex: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  transition: background-color 0.12s ease, border-color 0.12s ease;
}
.dark .la-cs-form .la-cs-check.la-cs-terms input[type="checkbox"],
.dark .la-cs-form #co-terms {
  background-color: #0f172a !important;
  border-color: #7ec4ff !important;
}

/* Empty box when unchecked — faint hint */
.la-cs-form .la-cs-check.la-cs-terms input[type="checkbox"]::after {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  pointer-events: none;
}

/* Checked: solid blue + white checkmark */
.la-cs-form .la-cs-check.la-cs-terms input[type="checkbox"]:checked,
.la-cs-form #co-terms:checked {
  background-color: #3893F8 !important;
  border-color: #2f7fd9 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 0.95rem 0.95rem !important;
}
.dark .la-cs-form .la-cs-check.la-cs-terms input[type="checkbox"]:checked,
.dark .la-cs-form #co-terms:checked {
  background-color: #3893F8 !important;
  border-color: #7ec4ff !important;
}

.la-cs-form .la-cs-check.la-cs-terms input[type="checkbox"]:focus-visible {
  outline: 2px solid #3893F8;
  outline-offset: 2px;
}
.la-cs-form .la-cs-check.la-cs-terms.is-checked {
  border-color: #3893F8;
  background: rgba(56, 147, 248, 0.12);
}
.la-cs-form .la-cs-check.la-cs-terms.is-error {
  border-color: #dc2626;
  background: rgba(220, 38, 38, 0.06);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}
.la-cs-form .la-cs-check.la-cs-terms.is-error input[type="checkbox"] {
  border-color: #dc2626 !important;
}
.la-cs-form .la-cs-check.la-cs-terms > span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  color: inherit;
}
.la-cs-form .la-cs-check.la-cs-terms a {
  color: #1e6fd9;
  font-weight: 650;
  text-decoration: underline;
}
.dark .la-cs-form .la-cs-check.la-cs-terms a { color: #7ec4ff; }

.la-cs-checkout-secure-note {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6b7280;
  overflow-wrap: anywhere;
}
.dark .la-cs-checkout-secure-note { color: #9ca3af; }


/* Package cards: hover preview highlight before click */
.la-cs-plan {
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.la-cs-plan:hover,
.la-cs-plan.is-hover {
  border-color: rgba(56, 147, 248, 0.65) !important;
  box-shadow: 0 8px 28px rgba(56, 147, 248, 0.18);
  transform: translateY(-2px);
  background-color: rgba(56, 147, 248, 0.06) !important;
}
.dark .la-cs-plan:hover,
.dark .la-cs-plan.is-hover {
  background-color: rgba(56, 147, 248, 0.12) !important;
  box-shadow: 0 8px 28px rgba(56, 147, 248, 0.22);
}
.la-cs-plan.is-selected {
  border-color: #3893F8 !important;
  box-shadow: 0 10px 36px rgba(56, 147, 248, 0.28);
  background-color: rgba(56, 147, 248, 0.1) !important;
  transform: translateY(-2px);
}
.dark .la-cs-plan.is-selected {
  background-color: rgba(56, 147, 248, 0.16) !important;
}
/* Featured plan still pops, hover still applies on top */
.la-cs-plan.is-featured:hover,
.la-cs-plan.is-featured.is-hover {
  box-shadow: 0 12px 40px rgba(56, 147, 248, 0.32);
}

/* Use-case chips as links */
a.la-cs-chip {
  text-decoration: none !important;
  color: inherit;
  display: inline-flex;
  align-items: center;
}
a.la-cs-chip:hover {
  border-color: #3893F8;
  color: #1e6fd9;
  background: rgba(56,147,248,0.08);
}
.dark a.la-cs-chip:hover { color: #7ec4ff; }
a.la-cs-chip.is-active {
  color: #ffffff !important;
}

.la-cs-day {
  display: block;
  font-size: 0.9rem;
  font-weight: 650;
  color: inherit;
  opacity: 0.75;
  margin-top: 0.15rem;
}
.la-cs-price { line-height: 1.15; }

/* Stripe return banners */
.la-cs-banner {
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  font-weight: 550;
  border: 1px solid transparent;
}
.la-cs-banner.is-success {
  background: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.35);
  color: #166534;
}
.dark .la-cs-banner.is-success { color: #86efac; }
.la-cs-banner.is-cancel {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.4);
  color: #92400e;
}
.dark .la-cs-banner.is-cancel { color: #fcd34d; }
.la-cs-banner.is-error {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.35);
  color: #991b1b;
}
button.la-cs-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

/* terms-check-v2 1784370541 */

/* Cloud is a service — hide residual Snipcart shipping UI when present */
#snipcart .snipcart-shipping-rates,
#snipcart .snipcart-cart__shipping,
#snipcart [class*="snipcart-shipping-rates"],
#snipcart .snipcart-form__set.snipcart-form__set--shipping,
#snipcart .snipcart-checkout-step--shipping {
  display: none !important;
}

/* "Shipping to:" style labels in cart summary — soften if still rendered */
#snipcart .snipcart-cart-summary .snipcart-cart-summary-fees__title,
#snipcart .snipcart-cart-header,
#snipcart .snipcart-shipping-completed {
  /* keep layout; copy is overridden via setLanguage */
}
