/* PIKASHIELD Anti DDoS landing — contrast-tuned on epyc-vm tokens */

#add-hero .section-subtitle,
#add-cases .section-subtitle,
#add-coverage .section-subtitle,
#add-pricing .section-subtitle,
#add-steps .section-subtitle,
#add-faq .section-subtitle {
  color: #334155 !important;
}

/* CTA chính: nền emerald đậm hơn để chữ trắng rõ */
#add-hero .btn-panel-primary,
#add-pricing .btn-panel-primary {
  background: #047857 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(4, 120, 87, 0.28);
}
#add-hero .btn-panel-primary:hover,
#add-pricing .btn-panel-primary:hover {
  background: #065f46 !important;
  color: #fff !important;
}

#add-hero .hero-cta-secondary,
#add-pricing .hero-cta-secondary {
  color: #064e3b !important;
  border-color: #059669 !important;
  background: #fff !important;
}

.add-mock-card {
  width: 100%;
  max-width: 380px;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #6ee7b7;
  background: #fff;
  box-shadow: 0 16px 40px rgb(4 120 87 / 12%);
}
.add-mock-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #d1fae5, #fff);
  border-bottom: 1px solid #a7f3d0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #064e3b;
}
.add-mock-live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: #047857;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
}
.add-mock-live i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #a7f3d0;
  box-shadow: none;
}
.add-mock-card__body { padding: 0.25rem 0; }
.add-mock-stat {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #ecfdf5;
  font-size: 0.875rem;
}
.add-mock-stat:last-child { border-bottom: 0; }
.add-mock-stat span { color: #475569; font-weight: 500; }
.add-mock-stat strong { color: #065f46; font-weight: 800; }

.epyc-fact-chip {
  color: #0f172a !important;
  border-color: #6ee7b7 !important;
}
.epyc-fact-chip i { color: #047857 !important; }

.add-case,
.add-step {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
  padding: 1.25rem 1.15rem;
}
.add-case__tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9a3412;
  margin-bottom: 0.65rem;
}
.add-case h3,
.add-step h3,
.add-cover h3,
.add-plan h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.45rem;
}
.add-case p,
.add-step p {
  margin: 0;
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.6;
}

.add-cover {
  border-radius: 0.9rem;
  padding: 1.25rem 1.15rem;
}
.add-cover--dark {
  background: linear-gradient(160deg, #022c22, #064e3b);
  color: #fff;
}
.add-cover--dark h3 { color: #fff; }
.add-cover ul {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}
.add-cover li {
  position: relative;
  padding: 0.35rem 0 0.35rem 0.9rem;
  font-size: 0.875rem;
  color: #ecfdf5;
  font-weight: 500;
}
.add-cover li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #6ee7b7;
}

.add-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  padding: 1.35rem 1.2rem 1.2rem;
}
.add-plan--pro {
  background: linear-gradient(180deg, #fff, #ecfdf5);
  border-color: #34d399;
  box-shadow: 0 14px 36px rgb(4 120 87 / 10%);
}
.add-plan--ent {
  background: linear-gradient(165deg, #022c22, #064e3b);
  border-color: #34d399;
  color: #fff;
}
.add-plan--ent h3 { color: #fff; }
.add-plan--ent .add-plan__name { color: #6ee7b7; }
.add-plan--ent .add-plan__blurb { color: #fff; }
.add-plan--ent .add-plan__price { color: #fff; }
.add-plan--ent .btn-panel-primary {
  background: #fff !important;
  color: #065f46 !important;
  box-shadow: none !important;
}
.add-plan--ent .btn-panel-primary:hover {
  background: #ecfdf5 !important;
  color: #064e3b !important;
}
.add-plan__badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #047857;
  color: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
}
.add-plan__name {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #047857;
  margin-bottom: 0.35rem;
}
.add-plan__blurb {
  font-size: 0.875rem;
  color: #334155;
  min-height: 2.6rem;
  margin: 0 0 0.85rem;
}
.add-plan__price {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #022c22;
  margin-bottom: 0.75rem;
}
.add-plan__price span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
  margin-left: 0.2rem;
}
.add-plan__price--contact { font-size: 1.55rem; }
.add-plan ul {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  flex: 1;
}
.add-plan li {
  font-size: 0.875rem;
  color: #334155;
  padding: 0.45rem 0;
  border-bottom: 1px dashed #cbd5e1;
}
.add-plan li:last-child { border-bottom: 0; }
.add-plan--ent li,
.add-plan--ent li strong {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.add-plan__cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  margin-top: auto;
}

.add-compare {
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
}
.add-compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.875rem;
}
.add-compare th,
.add-compare td {
  padding: 0.75rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}
.add-compare th {
  background: #022c22;
  color: #fff;
  font-weight: 700;
}
.add-compare tr:last-child td { border-bottom: 0; }
.add-compare td:first-child { font-weight: 600; color: #0f172a; width: 40%; }
.add-compare .yes { color: #065f46; font-weight: 700; }
.add-compare .no { color: #475569; }

.add-step__n {
  font-size: 1.5rem;
  font-weight: 800;
  color: #047857;
  opacity: 0.55;
  line-height: 1;
  margin-bottom: 0.55rem;
}

.add-faq__item {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 0.75rem;
  padding: 0 1rem;
}
.add-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
}
.add-faq__item summary::-webkit-details-marker { display: none; }
.add-faq__item p {
  margin: 0;
  padding: 0 0 0.95rem;
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.65;
}

.add-consult {
  background: linear-gradient(160deg, #022c22 0%, #064e3b 55%, #047857 100%);
}
.add-consult .preview-why-kicker {
  color: #064e3b !important;
  background: #ecfdf5 !important;
  border: 1px solid #6ee7b7 !important;
}
.add-consult .section-title { color: #fff !important; }
.add-consult .section-subtitle { color: #ecfdf5 !important; opacity: 1 !important; }
.add-consult-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.35rem 1.2rem 1.2rem;
  box-shadow: 0 20px 48px rgb(0 0 0 / 22%);
}
.add-field { margin-bottom: 0.9rem; }
.add-field label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.4rem;
}
.add-field input,
.add-field textarea {
  width: 100%;
  font: 500 0.9375rem/1.45 inherit;
  color: #0f172a;
  border: 1.5px solid #94a3b8;
  border-radius: 0.65rem;
  padding: 0.7rem 0.8rem;
  background: #fff;
  outline: none;
  resize: vertical;
}
.add-field input::placeholder,
.add-field textarea::placeholder {
  color: #64748b;
}
.add-field input:focus,
.add-field textarea:focus {
  border-color: #047857;
  box-shadow: 0 0 0 3px rgb(4 120 87 / 18%);
}
.add-field textarea { min-height: 7rem; }
.add-hint {
  margin: 0.4rem 0 0;
  font-size: 0.75rem;
  color: #334155;
  font-weight: 600;
}
.add-consult-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.95rem 1.25rem;
  border: 0;
  border-radius: 0.75rem;
  cursor: pointer;
  font: 800 0.95rem/1.2 inherit;
  letter-spacing: -0.01em;
  color: #fff;
  background: #0f172a;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.22);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.add-consult-submit i {
  font-size: 0.8rem;
  transition: transform 0.15s ease;
}
.add-consult-submit:hover:not(:disabled) {
  background: #022c22;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(2, 44, 34, 0.28);
}
.add-consult-submit:hover:not(:disabled) i {
  transform: translateX(3px);
}
.add-consult-submit:active:not(:disabled) {
  transform: translateY(0);
}
.add-consult-submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
  box-shadow: none;
}
.add-consult-submit:focus-visible {
  outline: 3px solid #34d399;
  outline-offset: 2px;
}
.add-form-msg {
  display: none;
  margin-top: 0.85rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
}
.add-form-msg.show { display: block; }
.add-form-msg.ok {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #34d399;
}
.add-form-msg.err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

@media (max-width: 1023px) {
  .add-plan__blurb { min-height: 0; }
}
