.btn,
.btn-primary,
.btn-secondary,
.btn-primary.cta-button,
.nav-link,
.nav-link-cta,
.lang-btn,
.cta-button,
button,
input[type="submit"],
.badge,
.tag,
.chip,
.pill {
  border-radius: 0;
}

.card,
.service-card,
.industry-card,
.feature-card,
.pricing-card,
.article-card,
.faq-item,
.panel,
.box {
  border-radius: 0;
}

.btn:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.nav-link:focus-visible,
.nav-link-cta:focus-visible,
.lang-btn:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px solid #22c55e;
  outline-offset: 3px;
  border-radius: 0;
}

.sp-tech-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sp-tech-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: start;
}

.sp-tech-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sp-tech-label h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}

.sp-tux {
  flex-shrink: 0;
}

.sp-tech-body p {
  margin: 0;
  line-height: 1.7;
  max-width: 62ch;
}

@media (max-width: 720px) {
  .sp-tech-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

a.btn, button.btn, a.btn-primary, button.btn-primary, a.btn-secondary,
a.btn-outline, a.cta-button, button.cta-button, a.sp-btn, a.sp-btn-primary,
a.sp-btn-ghost, a.hero-primary, a.hero-secondary, a.ck-btn, a.ck-btn--primary,
a.ck-btn--ghost, a.nav-link-cta, a.lang-btn, button.lang-btn,
a.svc-positioning-link, a.banner-cta-benefits, a.help-head-cta {
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  transform: none;
}

a.btn::before, a.sp-btn::before, a.hero-primary::before, a.hero-secondary::before,
a.ck-btn::before, a.svc-positioning-link::before, a.banner-cta-benefits::before {
  display: none;
}

a.btn-primary, button.btn-primary, a.cta-button, button.cta-button,
a.sp-btn-primary, a.hero-primary, a.ck-btn--primary,
a.svc-positioning-link:not(.svc-positioning-link--ghost), a.banner-cta-benefits {
  background-color: #16a34a;
  border: 1px solid #16a34a;
  color: #ffffff;
}

a.btn-primary:hover, button.btn-primary:hover, a.cta-button:hover,
button.cta-button:hover, a.sp-btn-primary:hover, a.hero-primary:hover,
a.ck-btn--primary:hover,
a.svc-positioning-link:not(.svc-positioning-link--ghost):hover,
a.banner-cta-benefits:hover {
  background-color: #15803d;
  border-color: #15803d;
  color: #ffffff;
}

a.btn-secondary, a.btn-outline, a.sp-btn-ghost, a.hero-secondary, a.ck-btn--ghost,
a.nav-link-cta, a.svc-positioning-link--ghost, a.help-head-cta {
  background-color: transparent;
  border: 1px solid rgba(134, 239, 172, 0.45);
  color: #86efac;
}

a.btn-secondary:hover, a.btn-outline:hover, a.sp-btn-ghost:hover,
a.hero-secondary:hover, a.ck-btn--ghost:hover, a.nav-link-cta:hover,
a.svc-positioning-link--ghost:hover, a.help-head-cta:hover {
  background-color: rgba(22, 163, 74, 0.12);
  border-color: #22c55e;
  color: #bbf7d0;
}

a.svc-btn {
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  color: #4ade80;
  padding: 0;
  font-weight: 600;
}

a.svc-btn:hover { background: none; color: #86efac; }

.svc-card {
  display: flex;
  flex-direction: column;
}

.svc-card a.svc-btn {
  margin-top: auto;
  align-self: flex-start;
}

a.btn:focus-visible, button.btn:focus-visible, a.btn-primary:focus-visible,
a.btn-secondary:focus-visible, a.btn-outline:focus-visible, a.cta-button:focus-visible,
button.cta-button:focus-visible, a.sp-btn:focus-visible, a.hero-primary:focus-visible,
a.hero-secondary:focus-visible, a.ck-btn:focus-visible, a.nav-link-cta:focus-visible,
a.lang-btn:focus-visible, a.svc-btn:focus-visible, a.svc-positioning-link:focus-visible,
a.banner-cta-benefits:focus-visible, a.help-head-cta:focus-visible {
  outline: 2px solid #22c55e;
  outline-offset: 3px;
}

a.btn-primary:disabled, a.btn-primary.disabled {
  background-color: #334155;
  border-color: #334155;
  color: #94a3b8;
  opacity: 1;
}

.badge, .tag, .chip, .pill, .card, .service-card, .industry-card,
.feature-card, .pricing-card, .article-card, .faq-item, .panel, .box,
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  border-radius: 0;
}

.nav-container {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 72px;
}

.nav-menu { align-self: stretch; }

.nav-dropdown {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: -8px;
  top: 100%;
  height: 10px;
}

.nav-dropdown-menu {
  top: 100%;
  left: -0.4rem;
  right: auto;
  transform: translateY(-8px);
  margin-top: 0;
  min-width: 300px;
  padding: 0.4rem 0;
  border-radius: 0;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-top: 2px solid #22c55e;
  background: #0b1030;
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.active .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-menu .nav-dropdown-item {
  display: block;
  position: relative;
  padding: 0.85rem 1.4rem;
  border-radius: 0;
  color: #e5e7eb;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.nav-dropdown-menu .nav-dropdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #22c55e;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.nav-dropdown-menu .nav-dropdown-item:hover,
.nav-dropdown-menu .nav-dropdown-item:focus-visible {
  background: rgba(34, 197, 94, 0.1);
  color: #ffffff;
  padding-left: 1.6rem;
}

.nav-dropdown-menu .nav-dropdown-item:hover::before,
.nav-dropdown-menu .nav-dropdown-item:focus-visible::before {
  transform: scaleY(1);
}

.nav-dropdown-sep {
  height: 1px;
  margin: 0.35rem 0;
  background: rgba(255, 255, 255, 0.08);
}

.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown.active .nav-dropdown-toggle { color: #22c55e; }

.lr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lr-item {
  background: #0d1330;
  padding: 1.6rem 1.75rem;
}

.lr-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.6rem;
}

.lr-head h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
}

.lr-tux { flex-shrink: 0; }

.lr-item p {
  margin: 0;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.82);
}

.lr-item:first-child {
  grid-column: 1 / -1;
}

.cmp-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cmp-col {
  padding: 1.75rem;
}

.cmp-col + .cmp-col {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.cmp-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.4);
  padding: 0.3rem 0.7rem;
  margin-bottom: 1rem;
}

.cmp-lead {
  font-weight: 600;
  color: #f1f5f9;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.cmp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.cmp-list li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.85);
}

.cmp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: #22c55e;
}

.cmp-note {
  margin: 1.5rem 0 0;
  padding: 1.1rem 1.3rem;
  border-left: 3px solid #22c55e;
  background: rgba(34, 197, 94, 0.05);
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.9);
}

@media (max-width: 720px) {
  .lr-item,
  .lr-item:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .lr-item:nth-child(even) .lr-head { order: 0; }
  .lr-item:nth-child(even) p { order: 0; text-align: left; }

  .cmp-two { grid-template-columns: 1fr; }
  .cmp-col + .cmp-col {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

#hero .hero-grid {
  background-position: var(--plx-gx, 0px) var(--plx-gy, 0px);
}

@media (prefers-reduced-motion: reduce) {
  #hero .hero-grid { background-position: 0 0; }
}

.ic-qa .sd-block h3 {
  font-size: 1.3rem;
}

p.ic-qa-lead {
  color: #dbe4ee;
  font-size: 1.04rem;
  margin: 0 0 1rem;
}

.ic-honest-note {
  margin: 1.7rem 0 0;
  padding: 1.15rem 1.35rem;
  border-left: 3px solid rgba(34, 197, 94, 0.55);
  background: rgba(148, 163, 184, 0.06);
  border-radius: 0 6px 6px 0;
  color: #cbd5e1;
  font-size: 0.98rem;
  line-height: 1.65;
}

.ic-folds {
  margin-top: 1.3rem;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.ic-fold {
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.ic-fold > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem 0;
}

.ic-fold > summary::-webkit-details-marker { display: none; }

.ic-fold > summary:focus-visible {
  outline: 2px solid #22c55e;
  outline-offset: 3px;
}

.ic-fold-q {
  display: block;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.005em;
}

.ic-fold-lead {
  display: block;
  margin-top: 0.35rem;
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.55;
}

.ic-fold-icon {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 0.5rem;
}

.ic-fold-icon::before,
.ic-fold-icon::after {
  content: "";
  position: absolute;
  background: #22c55e;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ic-fold-icon::before {
  top: 9px;
  left: 2px;
  width: 16px;
  height: 2px;
}

.ic-fold-icon::after {
  left: 9px;
  top: 2px;
  width: 2px;
  height: 16px;
}

.ic-fold[open] .ic-fold-icon::after {
  transform: scaleY(0);
  opacity: 0;
}

.ic-fold > ul.ic-coverage {
  margin: 0 0 1.3rem;
}

.ic-addons { margin-top: 1.6rem; }

.ic-confidential {
  margin: 1.6rem auto 0;
  max-width: 760px;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-left: 3px solid rgba(34, 197, 94, 0.55);
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.svc-inner,
.help-inner {
  max-width: 1100px;
}

body.home .fragment .container,
body.home section .container {
  max-width: 1100px;
}
