:root {
  --sc-ink: #0f172a;
  --sc-steel: #334155;
  --sc-muted: #64748b;
  --sc-sky: #dbeafe;
  --sc-blue: #1d4ed8;
  --sc-blue-deep: #0b3aa7;
  --sc-cyan: #0f766e;
  --sc-sand: #f8fafc;
  --sc-white: #ffffff;
  --sc-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
  --bs-primary: var(--sc-blue);
  --bs-primary-rgb: 29, 78, 216;
  --bs-body-color: var(--sc-steel);
  --bs-body-bg: #f5f8fc;
  --bs-font-sans-serif: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--sc-steel);
  background:
    radial-gradient(
      circle at top left,
      rgba(59, 130, 246, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at top right,
      rgba(15, 118, 110, 0.14),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 48%, #eef3f9 100%);
}

a {
  text-decoration: none;
}

.btn-outline-dark {
  --bs-btn-color: #bec6ce;
}
.site-header {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.brand-mark {
  max-height: 48px;
  width: auto;
  border: 1px solid #ccc;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 5rem;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero.here {
  background:
    radial-gradient(
      circle at top left,
      rgba(37, 99, 235, 0.2),
      transparent 32%
    ),
    linear-gradient(160deg, #081120 0%, #0f1f3d 55%, #123d75 100%);
}

.hero.here::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 17, 32, 0.8) 0%,
    rgba(8, 17, 32, 0.56) 45%,
    rgba(8, 17, 32, 0.28) 100%
  );
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8rem -6rem auto;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(14, 165, 233, 0.22),
    transparent 70%
  );
  pointer-events: none;
}

.maloGrey {
  color: #9a9a9a !important;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: var(--sc-blue);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1,
.section-title {
  color: var(--sc-ink);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero.here h1,
.hero.here .hero-copy,
.hero.here .metric-number {
  color: var(--sc-white);
}

.hero.here .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.hero.here .hero-copy,
.hero.here .small.text-secondary,
.hero.here .metric-card p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.hero-copy {
  font-size: 1.1rem;
  color: var(--sc-muted);
  max-width: 40rem;
}

.hero-card,
.info-card,
.testimonial-card,
.contact-card,
.metric-card {
  border: 0;
  border-radius: 1.5rem;
  box-shadow: var(--sc-shadow);
}

.hero-card {
  background: linear-gradient(160deg, #0f172a 0%, #153e9f 55%, #1598b5 100%);
  color: var(--sc-white);
}

.hero-card .list-group-item {
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

.section-shell {
  padding: 5rem 0;
}

.section-shell-soft {
  background: rgba(255, 255, 255, 0.65);
}

.icon-wrap {
  display: inline-grid;
  place-items: center;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 1rem;
  background: linear-gradient(
    135deg,
    rgba(29, 78, 216, 0.12),
    rgba(15, 118, 110, 0.18)
  );
  color: var(--sc-blue);
  font-size: 1.4rem;
}

.info-card,
.testimonial-card,
.contact-card,
.metric-card {
  background: rgba(255, 255, 255, 0.92);
}

.hero.here .metric-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.metric-number {
  color: var(--sc-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.process-step {
  position: relative;
  padding-left: 1.25rem;
}

.process-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--sc-blue);
}

.cta-band {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 55%, #0f766e 100%);
  color: var(--sc-white);
  border-radius: 2rem;
  box-shadow: var(--sc-shadow);
}

.footer-shell {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

.form-control,
.form-select {
  min-height: 3rem;
  border-radius: 0.95rem;
  border-color: rgba(148, 163, 184, 0.4);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(29, 78, 216, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(29, 78, 216, 0.12);
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 6rem;
  }

  .hero.here::before {
    background: linear-gradient(
      180deg,
      rgba(8, 17, 32, 0.72) 0%,
      rgba(8, 17, 32, 0.5) 100%
    );
  }
}

.theme-toggle {
  min-width: 46px;
}

html[data-theme="dark"] {
  --sc-ink: #f8fafc;
  --sc-steel: #cbd5e1;
  --sc-muted: #94a3b8;
  --sc-shadow: 0 22px 60px rgba(2, 6, 23, 0.45);
  --bs-body-color: #cbd5e1;
  --bs-body-bg: #020617;
}

html[data-theme="dark"] body {
  background:
    radial-gradient(
      circle at top left,
      rgba(29, 78, 216, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at top right,
      rgba(20, 184, 166, 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #020617 0%, #071124 48%, #0b1324 100%);
}

html[data-theme="dark"] .site-header {
  background: rgba(8, 15, 30, 0.86);
  border-bottom-color: rgba(148, 163, 184, 0.18);
}

html[data-theme="dark"] .navbar-brand,
html[data-theme="dark"] .nav-link,
html[data-theme="dark"] .section-title,
html[data-theme="dark"] .text-dark,
html[data-theme="dark"] .metric-number {
  color: #f8fafc !important;
}

html[data-theme="dark"] .nav-link:hover,
html[data-theme="dark"] .nav-link:focus {
  color: #93c5fd !important;
}

html[data-theme="dark"] .btn-outline-secondary {
  --bs-btn-color: #e2e8f0;
  --bs-btn-border-color: rgba(226, 232, 240, 0.35);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.08);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.45);
  --bs-btn-hover-color: #ffffff;
}

html[data-theme="dark"] .section-shell-soft,
html[data-theme="dark"] .footer-shell {
  background: rgba(15, 23, 42, 0.55);
}

html[data-theme="dark"] .info-card,
html[data-theme="dark"] .testimonial-card,
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .metric-card {
  background: rgba(15, 23, 42, 0.9);
}

html[data-theme="dark"] .hero.here .metric-card {
  background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .bg-light-subtle {
  background-color: rgba(15, 23, 42, 0.72) !important;
}

html[data-theme="dark"] .border,
html[data-theme="dark"] hr {
  border-color: rgba(148, 163, 184, 0.18) !important;
}

html[data-theme="dark"] .text-secondary,
html[data-theme="dark"] .small.text-secondary,
html[data-theme="dark"] .hero-copy,
html[data-theme="dark"] .form-label,
html[data-theme="dark"] .form-control,
html[data-theme="dark"] .form-select {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] .form-control,
html[data-theme="dark"] .form-select {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(148, 163, 184, 0.22);
}

html[data-theme="dark"] .form-control::placeholder {
  color: #94a3b8;
}

html[data-theme="light"] {
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="dark"] .navbar-toggler {
  border-color: rgba(226, 232, 240, 0.25);
}

html[data-theme="dark"] .navbar-toggler-icon {
  filter: invert(1) brightness(1.8);
}

html[data-theme="dark"] .btn-primary {
  --bs-btn-bg: #3b82f6;
  --bs-btn-border-color: #3b82f6;
  --bs-btn-hover-bg: #2563eb;
  --bs-btn-hover-border-color: #2563eb;
  --bs-btn-active-bg: #1d4ed8;
  --bs-btn-active-border-color: #1d4ed8;
}

html[data-theme="dark"] .btn-outline-dark {
  --bs-btn-color: #e2e8f0;
  --bs-btn-border-color: rgba(226, 232, 240, 0.45);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.08);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.55);
  --bs-btn-hover-color: #ffffff;
}

html[data-theme="dark"] .hero-card {
  background: linear-gradient(160deg, #020617 0%, #0f2f7a 58%, #0f766e 100%);
}

html[data-theme="dark"] .cta-band {
  background: linear-gradient(135deg, #020617 0%, #1d4ed8 60%, #0f766e 100%);
}

html[data-theme="dark"] .eyebrow {
  background: rgba(59, 130, 246, 0.15);
  color: #bfdbfe;
}

html[data-theme="dark"] .icon-wrap {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.16),
    rgba(20, 184, 166, 0.18)
  );
  color: #93c5fd;
}

html[data-theme="dark"] .form-control:focus,
html[data-theme="dark"] .form-select:focus {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(96, 165, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.18);
}

html[data-theme="dark"] .alert-success {
  color: #d1fae5;
  background-color: rgba(6, 95, 70, 0.45);
  border-color: rgba(16, 185, 129, 0.25);
}

html[data-theme="dark"] .alert-warning {
  color: #fef3c7;
  background-color: rgba(146, 64, 14, 0.45);
  border-color: rgba(251, 191, 36, 0.25);
}

html[data-theme="dark"] .alert-danger {
  color: #fee2e2;
  background-color: rgba(127, 29, 29, 0.48);
  border-color: rgba(248, 113, 113, 0.25);
}

.contact-logo-wrap {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.contact-logo {
  max-width: 160px;
  width: 100%;
  height: auto;
}

html[data-theme="dark"] .contact-logo-wrap {
  border-top-color: rgba(148, 163, 184, 0.18);
}

.package-card {
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  padding: 1.7rem !important;
}

.package-card .text-secondary {
  color: #64748b !important;
  font-size: 1.05rem;
  line-height: 1.55;
}

.package-card-featured {
  background: linear-gradient(135deg, #4f2cff 0%, #6a3df2 45%, #5134f0 100%);
  border-color: rgba(99, 102, 241, 0.55);
  box-shadow: 0 22px 50px rgba(79, 44, 255, 0.28);
}

.package-label {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d49ff 0%, #4f2cff 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.package-card-featured .package-label {
  background: rgba(255, 255, 255, 0.96);
  color: #4f2cff;
}

.package-price {
  margin-top: 1rem;
  color: #122b39;
  font-size: clamp(2.5rem, 4.6vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.package-price::before {
  content: "From";
  display: block;
  margin-bottom: 0.8rem;
  color: #475569;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
}

.package-price span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #334155;
  letter-spacing: 0;
}

.package-list {
  margin-top: 1.75rem;
}

.package-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.15rem;
  color: #4f46e5;
  font-size: 0.98rem;
  line-height: 1.45;
}

.package-list li:last-child {
  margin-bottom: 0;
}

.package-list i {
  flex: 0 0 auto;
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: #5d49ff;
  color: transparent;
}

.package-card-featured .package-price,
.package-card-featured .package-price::before,
.package-card-featured .package-price span,
.package-card-featured .text-secondary,
.package-card-featured .package-list li {
  color: #ffffff !important;
}

.package-card-featured .package-list i {
  background: rgba(255, 255, 255, 0.98);
}

html[data-theme="dark"] .package-card {
  border-color: rgba(71, 85, 105, 0.45);
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.96) 0%,
    rgba(17, 24, 39, 0.94) 100%
  );
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.35);
}

html[data-theme="dark"] .package-card .text-secondary,
html[data-theme="dark"] .package-price::before,
html[data-theme="dark"] .package-price span {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] .package-label {
  background: linear-gradient(135deg, #5d49ff 0%, #4f2cff 100%);
  color: #ffffff;
}

html[data-theme="dark"] .package-card-featured {
  background: linear-gradient(135deg, #4f2cff 0%, #6a3df2 45%, #5134f0 100%);
  border-color: rgba(129, 140, 248, 0.45);
}

html[data-theme="dark"] .package-price {
  color: #f8fafc;
}

html[data-theme="dark"] .package-list li {
  color: #c7d2fe;
}

html[data-theme="dark"] .package-list i {
  background: #818cf8;
}

.hosting-card {
  position: relative;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.hosting-card-top {
  height: 0.45rem;
  margin: -1.5rem -1.5rem 1.75rem;
  background: linear-gradient(90deg, #153e9f 0%, #1d4ed8 100%);
}

.hosting-card-featured {
  background: #eef7ef;
  border-color: rgba(34, 197, 94, 0.26);
}

.hosting-card-featured .hosting-card-top {
  background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
}

.hosting-badge {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.18rem 0.9rem;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.hosting-title {
  margin-bottom: 1rem;
  color: #15304c;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.hosting-from {
  margin-top: 0.35rem;
  color: #334155;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.hosting-price {
  margin: 0.75rem 0 1.5rem;
  color: #1e293b;
  font-size: clamp(2.3rem, 4vw, 3.3rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.hosting-price span {
  display: block;
  margin-top: 0.35rem;
  color: #475569;
  font-size: 1rem;
  font-weight: 600;
}

.hosting-btn {
  border-radius: 999px;
  background: linear-gradient(90deg, #2e72c6 0%, #2b78d1 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 0.72rem 1rem;
}

.hosting-btn:hover,
.hosting-btn:focus {
  background: linear-gradient(90deg, #245da2 0%, #2669b8 100%);
  color: #ffffff;
}

.hosting-specs p {
  margin-bottom: 1rem;
  color: #334155;
  line-height: 1.25;
}

.hosting-specs p:last-child {
  margin-bottom: 0;
}

.hosting-specs strong,
.hosting-specs span {
  display: block;
}

.hosting-specs strong {
  color: #1e293b;
  font-size: 1.02rem;
}

.hosting-specs span {
  color: #475569;
  font-size: 1rem;
}

html[data-theme="dark"] .hosting-card {
  background: rgba(15, 23, 42, 0.94);
  border-color: rgba(71, 85, 105, 0.45);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.35);
}

html[data-theme="dark"] .hosting-card-featured {
  background: linear-gradient(180deg, rgba(20, 83, 45, 0.3) 0%, rgba(15, 23, 42, 0.94) 100%);
  border-color: rgba(34, 197, 94, 0.28);
}

html[data-theme="dark"] .hosting-title,
html[data-theme="dark"] .hosting-price,
html[data-theme="dark"] .hosting-specs strong {
  color: #f8fafc;
}

html[data-theme="dark"] .hosting-from,
html[data-theme="dark"] .hosting-price span,
html[data-theme="dark"] .hosting-specs span,
html[data-theme="dark"] .hosting-specs p {
  color: #cbd5e1;
}
