.csd-page {
  background: #eff6ff;
  min-height: 100vh;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #0f172a;
  padding-bottom: 40px;
}

.csd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #64748b;
  padding: 16px 32px;
  background: #fff;
  border-bottom: 1px solid #e8edf5;
}

.csd-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.csd-breadcrumb a:hover {
  text-decoration: underline;
}

.csd-bc-sep {
  color: #cbd5e1;
}

.csd-bc-current {
  color: #1e293b;
  font-weight: 600;
}

.csd-hero {
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  padding: 40px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  margin: 24px auto;
}

.csd-hero-copy {
  max-width: 650px;
}

.csd-hero-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #2563eb;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
}

.csd-hero-title {
  font-size: clamp(36px, 4vw, 54px);
  margin: 0 0 22px;
  line-height: 1.02;
  color: #0f172a;
}

.csd-hero-text {
  max-width: 620px;
  font-size: 17px;
  color: #475569;
  margin-bottom: 26px;
}

.csd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.csd-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.csd-btn:hover {
  transform: translateY(-1px);
}

.csd-btn-primary {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 18px 30px rgba(37, 99, 235, 0.2);
}

.csd-btn-secondary {
  background: #f0f9ff;
  color: #175cd3;
  border: 1px solid #dbeafe;
}

.csd-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 30px;
}

.csd-support-card {
  background: #2563eb;
  color: #fff;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.csd-support-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(37, 99, 235, 0.24);
}

.csd-support-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #ffffff;
}

.csd-support-card p,
.csd-support-card span,
.csd-support-card strong {
  color: #ffffff;
}

.csd-support-card p {
  margin: 0;
  line-height: 1.8;
}

.csd-body {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 24px;
  padding: 0 32px 40px;
  margin: 0 auto;
}

.csd-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15,23,42,0.08);
  overflow: hidden;
}

.csd-card-header {
  padding: 28px 32px;
  border-bottom: 1px solid #e2e8f0;
}

.csd-card-header h2 {
  margin: 0 0 12px;
  font-size: 26px;
}

.csd-card-header p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.csd-form {
  display: grid;
  gap: 18px;
  padding: 0 32px 32px;
}

.csd-form-row {
  display: grid;
  gap: 10px;
}

.csd-form-row label {
  font-weight: 700;
  color: #111827;
}

.csd-form-row input,
.csd-form-row textarea {
  width: 100%;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 18px 20px;
  font-size: 15px;
  color: #0f172a;
  background: #f8fafc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.csd-form-row input:focus,
.csd-form-row textarea:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 4px rgba(59,130,246,0.12);
}

.csd-btn-primary {
  width: fit-content;
}

.csd-sidebar {
  gap: 20px;
}

.csd-aside-card {
  padding: 0;
}

.csd-support-card-small {
  max-width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.csd-support-card-small .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 18px;
}

.csd-support-card-small .hours-row {
  font-size: 14px;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 18px;
}

.csd-support-card-small .section-label {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 8px;
}

.csd-support-card-small .address-text {
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 22px;
}

.csd-support-card-small .divider {
  border: none;
  border-top: 1px solid #eeeeee;
  margin-bottom: 18px;
}

.csd-support-card-small .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  text-decoration: none;
}

.csd-support-card-small .contact-item:last-child {
  margin-bottom: 0;
}

.csd-support-card-small .icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e8eef9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.csd-support-card-small .icon-wrap i {
  color: #2563eb;
  font-size: 14px;
}

.csd-support-card-small .contact-text {
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
}

.csd-support-card-small .contact-item:hover .contact-text {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .csd-body,
  .csd-hero {
    grid-template-columns: 1fr;
  }

  .csd-hero {
    margin: 24px 20px;
    padding: 32px;
  }

  .csd-body {
    padding: 0 20px 32px;
  }
}

@media (max-width: 640px) {
  .csd-hero { margin: 16px 12px; padding: 24px 20px; }
  .csd-body { padding: 0 12px 24px; }
}

@media (max-width: 480px) {
  .csd-hero { padding: 20px 16px; margin: 12px 8px; }
  .csd-body { padding: 0 8px 20px; }
}
