
/* ===== WALDOSOFT AUDIT – HYBRID PREMIUM THEME (C) ===== */

/* Reset & base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: radial-gradient(circle at top, #121a31 0, #050816 55%, #02040a 100%);
  color: #e5edff;
  line-height: 1.7;
}

/* Layout */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(3, 7, 18, 0.96), rgba(3, 7, 18, 0.75));
  border-bottom: 1px solid rgba(148, 163, 255, 0.3);
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  gap: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: conic-gradient(from 140deg, #22d3ee, #4ade80, #6366f1, #22d3ee);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #020617;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.7);
  font-size: 18px;
}

.logo-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e5e7eb;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}

.nav a {
  color: #c7d2ff;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  opacity: 0.8;
  transition: color 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
}

.nav a:hover,
.nav a.active {
  color: #f9fafb;
  opacity: 1;
  border-color: rgba(56, 189, 248, 0.85);
}

/* Hero */
.hero {
  padding: 80px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.hero-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3ff;
  margin-bottom: 8px;
}

.hero-title {
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 700;
  margin: 0 0 12px;
}

.hero-title span {
  background: linear-gradient(120deg, #4ade80, #22d3ee, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 16px;
  color: #cbd5ff;
  max-width: 520px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-meta {
  margin-top: 18px;
  font-size: 13px;
  color: #9ca3e7;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #4ade80, #22c1e9);
  color: #020617;
  box-shadow: 0 0 24px rgba(45, 212, 191, 0.8);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 34px rgba(56, 189, 248, 0.95);
}

.btn-secondary {
  background: transparent;
  border-color: rgba(148, 163, 255, 0.6);
  color: #e5e7ff;
}

.btn-secondary:hover {
  border-color: rgba(56, 189, 248, 0.9);
}

/* Snapshot card */
.card {
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), rgba(15, 23, 42, 0.97));
  border-radius: 22px;
  padding: 20px 20px 22px;
  border: 1px solid rgba(148, 163, 255, 0.32);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.85);
}

.card-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a5b4fc;
  margin-bottom: 6px;
}

.card ul {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #e0ecff;
}

/* Generic sections */
.section {
  padding: 40px 0 10px;
}

.section + .section {
  padding-top: 10px;
}

.section-header {
  margin-bottom: 18px;
}

.section-title {
  font-size: 26px;
  margin: 0 0 6px;
}

.section-subtitle {
  font-size: 15px;
  color: #cbd5ff;
  max-width: 640px;
}

/* Services cards */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  background: rgba(15, 23, 42, 0.95);
  border-radius: 18px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(148, 163, 255, 0.35);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.8);
  font-size: 14px;
}

.service-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #e5edff;
}

/* Countries */
.countries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.countries-grid ul {
  margin: 4px 0 0;
  padding-left: 18px;
}

/* About stats */
.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.stat-pill {
  flex: 0 0 auto;
  min-width: 120px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 255, 0.45);
  font-size: 13px;
}

/* Process timeline */
.timeline {
  list-style: none;
  padding-left: 0;
}

.timeline li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4ade80, #22d3ee);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.timeline li::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 16px;
  width: 1px;
  bottom: -16px;
  background: radial-gradient(circle, rgba(148, 163, 255, 0.7), transparent);
}

.timeline li:last-child::after {
  display: none;
}

/* FAQ accordion */
.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 255, 0.32);
  padding: 12px 14px;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.faq-answer {
  margin-top: 8px;
  font-size: 14px;
  color: #dbe5ff;
  display: none;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: flex-start;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 255, 0.5);
  background: rgba(15, 23, 42, 0.96);
  color: #e5edff;
  padding: 10px 12px;
  font: inherit;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #6b7280;
}

.contact-details {
  font-size: 14px;
  color: #dbe5ff;
}

.contact-details p {
  margin: 0 0 8px;
}

/* Footer */
.site-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(148, 163, 255, 0.3);
  padding: 18px 0 26px;
  background: linear-gradient(to top, rgba(3, 7, 18, 0.98), transparent);
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #9ca3c9;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  }
  .service-grid,
  .countries-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .site-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .section {
    padding-top: 32px;
  }
}
