.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.9rem;
}

.feature-card {
  border: 1px solid rgba(57, 88, 130, 0.5);
  border-radius: 14px;
  padding: 1.2rem;
  background: linear-gradient(160deg, rgba(17, 30, 50, 0.86), rgba(12, 21, 37, 0.94));
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  margin-bottom: 0.85rem;
  color: #ffd7c8;
  border: 1px solid rgba(255, 111, 60, 0.58);
  background: linear-gradient(180deg, rgba(132, 58, 31, 0.55), rgba(104, 42, 20, 0.62));
}

.feature-icon {
  width: 1.1rem;
  height: 1.1rem;
  stroke: currentColor;
}

.feature-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.24rem;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.6;
}

.monitoring-panel {
  border: 1px solid rgba(57, 88, 130, 0.5);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(14, 27, 46, 0.94), rgba(10, 19, 34, 0.96));
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  align-items: start;
}

.monitoring-panel--service {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.monitoring-panel--service .monitoring-panel-copy {
  align-items: flex-start;
  text-align: center;
}

.monitoring-panel--service .monitoring-panel-copy .eyebrow,
.monitoring-panel--service .monitoring-panel-copy h2,
.monitoring-panel--service .monitoring-panel-copy .lead {
  margin-inline: auto;
}

.monitoring-panel-copy h2 {
  max-width: 18ch;
}

.monitoring-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.monitoring-panel-copy .lead {
  margin-top: 0.5rem;
  max-width: 68ch;
}

.monitoring-visual {
  display: grid;
  gap: 0.8rem;
  width: min(100%, 940px);
  margin-inline: auto;
}

.monitoring-shot {
  margin: 0;
  border: 1px solid rgba(71, 104, 150, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.84), rgba(7, 15, 28, 0.92));
  padding: 0.45rem;
  overflow: hidden;
}

.monitoring-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.monitoring-panel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  align-content: center;
}

.monitoring-card {
  border: 1px solid rgba(71, 104, 150, 0.42);
  border-radius: 14px;
  background: rgba(12, 23, 39, 0.72);
  padding: 1rem;
}

.monitoring-card-badge {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 0.7rem;
  border: 1px solid rgba(53, 206, 192, 0.36);
  background: rgba(10, 63, 66, 0.34);
  color: #67efe2;
}

.monitoring-card-badge svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}

.monitoring-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.06rem;
}

.monitoring-card p {
  color: var(--muted);
  line-height: 1.55;
}

.php-profiler-block {
  display: grid;
  gap: 1.5rem;
}

.php-profiler-block .lead {
  text-align: center;
  margin-inline: auto;
}

.php-profiler-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: start;
}

.php-profiler-visual {
  margin: 0;
  width: min(100%, 980px);
  margin-inline: auto;
  border: 1px solid rgba(71, 104, 150, 0.42);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.84), rgba(7, 15, 28, 0.92));
  padding: 0.55rem;
  overflow: hidden;
}

.php-profiler-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.php-profiler-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.php-profiler-card {
  border: 1px solid rgba(71, 104, 150, 0.42);
  border-radius: 14px;
  background: rgba(12, 23, 39, 0.72);
  padding: 1rem;
}

.php-profiler-card-badge {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 0.7rem;
  border: 1px solid rgba(255, 111, 60, 0.38);
  background: rgba(72, 32, 18, 0.36);
  color: #ffcfbe;
}

.php-profiler-card-badge svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}

.php-profiler-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.06rem;
}

.php-profiler-card p {
  color: var(--muted);
  line-height: 1.55;
}

.monitoring-bullet-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.monitoring-bullet-grid li {
  border: 1px solid rgba(71, 104, 150, 0.42);
  border-radius: 14px;
  background: rgba(12, 23, 39, 0.72);
  padding: 0.95rem 1rem 0.95rem 2.8rem;
  color: #dce8fb;
  position: relative;
  line-height: 1.45;
}

.monitoring-bullet-grid li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background: radial-gradient(circle at 50% 50%, #29d2c3 0 40%, rgba(41, 210, 195, 0.18) 41% 100%);
  box-shadow: 0 0 0 5px rgba(41, 210, 195, 0.08);
}

.section-title-wrap.center {
  text-align: center;
}

.section-title-wrap {
  text-align: center;
}

.section-title-wrap .eyebrow {
  margin-inline: auto;
}

.section-title-wrap h2 {
  max-width: 22ch;
  margin-inline: auto;
}

.section-title-wrap.center .eyebrow {
  margin-inline: auto;
}

.section-title-wrap.center h2 {
  max-width: 20ch;
  margin-inline: auto;
}

.clients-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 0.95rem;
  row-gap: 2rem;
}

.client-chip {
  min-height: 94px;
  border: 1px solid rgba(67, 102, 149, 0.55);
  border-radius: 14px;
  background: #f7f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.client-chip img {
  max-width: 86%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.client-chip img.logo-sm {
  max-height: 36px;
}

.client-chip img.logo-md {
  max-height: 44px;
}

.client-chip img.logo-lg {
  max-height: 54px;
}

.client-chip img.logo-xl {
  max-height: 62px;
}

.pricing-trust {
  margin: 1.1rem auto 0;
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  color: var(--muted);
  font-size: 0.94rem;
  flex-wrap: wrap;
}

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

.price-card {
  border: 1px solid rgba(69, 101, 146, 0.45);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(16, 29, 49, 0.92), rgba(10, 20, 35, 0.96));
  color: #dce7fb;
  padding: 1.2rem;
  position: relative;
  overflow: visible;
}

.price-card.featured {
  border-color: #6f4cff;
  box-shadow: 0 0 0 2px rgba(111, 76, 255, 0.2);
  padding-top: 1.2rem;
}

.price-ribbon {
  position: absolute;
  top: -22px;
  left: 18px;
  right: 18px;
  margin: 0;
  border-radius: 12px;
  padding: 0.52rem 0.8rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #f5f5ff;
  background: linear-gradient(90deg, #6f4cff, #5a36e8);
  font-size: 0.82rem;
}

.price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.price-top h3 {
  margin: 0;
  font-size: 1.35rem;
  color: #e6efff;
}

.price-subtitle {
  margin-top: 0.55rem;
  color: #a8bbde;
  line-height: 1.45;
}

.price-current {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.price-current strong {
  font-size: 2rem;
  letter-spacing: -0.02em;
}

.price-current span {
  color: #b4c5e6;
}

.price-card .btn {
  width: 100%;
  margin-top: 1rem;
}

.price-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  color: #b7c7e4;
  font-size: 0.93rem;
}

.price-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.48rem;
}

.price-points li::before {
  content: "✓";
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.18);
  color: #22c55e;
  font-size: 0.72rem;
  font-weight: 800;
  flex: 0 0 1rem;
  transform: translateY(0.1rem);
}

.price-shared-title {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8fa6cb;
  font-weight: 700;
}

.price-points-shared {
  margin-top: 0.55rem;
}

.price-points-shared li::before {
  background: rgba(34, 197, 94, 0.12);
}

.pricing-white-test .price-card {
  background: #ffffff;
  color: #1b2c49;
  border-color: #d6e0ee;
  box-shadow: 0 10px 24px rgba(6, 18, 36, 0.12);
}

.pricing-white-test .price-card.featured {
  border-color: #6f4cff;
  box-shadow: 0 0 0 2px rgba(111, 76, 255, 0.18), 0 14px 28px rgba(6, 18, 36, 0.16);
}

.pricing-white-test .price-top h3 {
  color: #1b2c49;
}

.pricing-white-test .price-subtitle,
.pricing-white-test .price-current span {
  color: #4f6488;
}

.pricing-white-test .price-points {
  color: #2a3f62;
}

.reviews-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0.8rem 0 1rem;
}

.reviews-score {
  font-size: 1.8rem;
  font-weight: 800;
  color: #f3d5be;
}

.reviews-sub {
  color: var(--muted);
}

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

.review-card {
  border: 1px solid rgba(38, 62, 94, 0.2);
  border-radius: 14px;
  padding: 1.2rem;
  background: #f7f9ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.review-stars {
  color: #ff6f3c;
  letter-spacing: 0.1em;
  margin: 0;
}

.review-rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.65rem;
}

.google-logo {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
}

.review-text {
  color: #20344f;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}

.review-author {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  color: #5a6f8b;
}

.grid {
  display: grid;
  gap: 1rem;
  margin-top: 0.9rem;
}

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

.card {
  background: linear-gradient(180deg, rgba(17, 26, 44, 0.9), rgba(9, 16, 30, 0.95));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.15rem;
}

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

.post-article {
  padding: 1.6rem;
}

.post-article h1 {
  font-size: clamp(1.95rem, 3vw, 2.85rem);
  max-width: 32ch;
  line-height: 1.08;
  margin-bottom: 1.25rem;
  text-wrap: pretty;
}

.post-content {
  display: grid;
  gap: 1.05rem;
}

.post-content h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 1.12;
  margin: 0.85rem 0 0;
}

.post-content p,
.post-content li {
  font-size: 1.04rem;
  line-height: 1.72;
}

.post-content ul,
.post-content ol {
  margin: 0;
  padding-left: 1.35rem;
}

.post-cover {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 1.3rem;
  border-radius: 14px;
}


.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.9rem;
}

.step {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  background: rgba(10, 16, 30, 0.78);
}

.step h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.step p {
  color: var(--muted);
  line-height: 1.5;
}

.metric {
  margin: 0 0 0.5rem;
  color: var(--primary);
  font-size: 1.3rem;
  font-weight: 700;
}

.trust {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(13, 22, 38, 0.92), rgba(7, 14, 28, 0.94));
  padding: 1.8rem;
  text-align: center;
}

.trust .eyebrow {
  margin-inline: auto;
}

.trust .lead {
  margin-inline: auto;
  text-align: center;
}

.internal-links-block {
  border: 1px solid rgba(112, 146, 198, 0.22);
  border-radius: 18px;
  padding: 1.5rem;
  background:
    linear-gradient(135deg, rgba(24, 40, 69, 0.92), rgba(10, 19, 36, 0.96)),
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 42%);
  box-shadow: 0 18px 38px rgba(4, 12, 24, 0.2);
}

.internal-links-head {
  text-align: center;
}

.internal-links-head .eyebrow {
  margin-inline: auto;
}

.internal-links-head h2 {
  max-width: 26ch;
  margin: 0.3rem auto 0;
  font-size: clamp(1.9rem, 2.4vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.internal-links-copy {
  max-width: 760px;
  margin: 0.95rem auto 0;
  color: #c0d1ec;
  text-align: center;
}

.internal-links-copy a {
  color: #d9e8ff;
  font-weight: 700;
  text-decoration-color: rgba(217, 232, 255, 0.45);
}

.internal-links-copy a:hover {
  text-decoration-color: rgba(217, 232, 255, 0.9);
}

.internal-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.35rem;
}
.internal-link-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.12), rgba(14, 165, 233, 0.08));
  color: #2157c8;
  border: 1px solid rgba(120, 169, 255, 0.28);
  flex: 0 0 auto;
}

.internal-link-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.internal-link-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  min-height: 100%;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #eaf1fb, #dce8f8);
  border: 1px solid rgba(172, 191, 219, 0.95);
  color: #1b2c49;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.internal-link-body strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.3;
  color: #162845;
}

.internal-link-body span {
  display: block;
  margin-top: 0.2rem;
  color: #4d6486;
  font-size: 0.93rem;
  line-height: 1.5;
}

.internal-link-card:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #d9e9ff, #c9defd);
  border-color: rgba(79, 140, 255, 0.72);
  box-shadow: 0 14px 28px rgba(3, 10, 22, 0.16);
}

.internal-links-grid > .internal-link-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: calc(50% - 0.425rem);
  justify-self: center;
}

.trust-actions {
  margin-top: 1.1rem;
  display: flex;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  padding: 0.78rem 1.2rem;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn::before {
  content: none;
}

.btn-primary {
  color: #2a1006;
  border-color: #ff6f3c;
  background: #ff6f3c;
  box-shadow: none;
}

.btn-ghost {
  border-color: rgba(255, 111, 60, 0.55);
  color: #ffd3c2;
  background: linear-gradient(180deg, rgba(77, 33, 18, 0.44), rgba(60, 27, 15, 0.5));
}

.btn:hover,
.admin-cta:hover {
  transform: translateY(-1px);
}

.btn-primary:hover,
.admin-cta:hover {
  box-shadow: none;
  filter: brightness(1.04);
}

.btn-ghost:hover {
  border-color: rgba(255, 111, 60, 0.75);
  background: linear-gradient(180deg, rgba(95, 40, 22, 0.58), rgba(72, 31, 18, 0.66));
  color: #ffe3d8;
}

.cta-banner {
  border: 1px solid var(--line);
  background: linear-gradient(125deg, rgba(11, 27, 43, 0.95), rgba(20, 37, 60, 0.82));
  border-radius: 18px;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.cta-banner > div .eyebrow {
  margin-inline: auto;
}

.cta-banner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 52ch;
}

.site-footer {
  margin-top: 2.8rem;
  background: linear-gradient(180deg, rgba(10, 18, 32, 0.98), rgba(8, 14, 25, 0.98));
  color: #d9e4fb;
  border-top: 1px solid rgba(53, 83, 125, 0.5);
}

.footer-top-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 111, 60, 0.65), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
  gap: 1.2rem;
  padding: 2.5rem 0 1.6rem;
}

.footer-grid section {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
}

.footer-grid h3 {
  color: #9bb7e6;
  margin-bottom: 0.45rem;
  font-size: 1.02rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.footer-grid a {
  color: #d8e1f3;
  font-size: 0.95rem;
  line-height: 1.45;
  width: fit-content;
}

.footer-grid a:hover {
  color: #ffffff;
}

.footer-brand img {
  width: 170px;
  height: auto;
  margin-bottom: 1.1rem;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.82rem;
  color: #cfe0ff;
  border: 1px solid rgba(67, 101, 151, 0.7);
  background: rgba(17, 33, 58, 0.7);
}

.footer-social a svg {
  width: 0.92rem;
  height: 0.92rem;
  display: block;
}

.footer-copy {
  padding: 0 0 1.3rem;
  color: #97abd0;
  font-size: 0.83rem;
  border-top: 1px solid rgba(46, 72, 110, 0.45);
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  text-align: center;
}

.footer-copy-separator {
  opacity: 0.55;
}

@media (max-width: 980px) {
  .grid-2x2,
  .steps,
  .feature-grid,
  .monitoring-panel,
  .monitoring-panel-grid,
  .monitoring-bullet-grid,
  .reviews-grid,
  .clients-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

  .pricing-grid {
    gap: 2.2rem;
  }

  .price-card.featured {
    margin-top: 0.75rem;
  }

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

  .footer-grid h3 {
    font-size: 0.98rem;
  }

  .reviews-head {
    flex-direction: column;
    align-items: center;
  }

  .cta-banner {
    flex-direction: column;
    align-items: center;
  }

  .internal-links-head h2 {
    max-width: 20ch;
  }

  .internal-links-grid {
    grid-template-columns: 1fr;
  }

  .internal-links-grid > .internal-link-card:last-child:nth-child(odd) {
    max-width: none;
  }
}
