:root {
  --bg-page: #f3f4f8;
  --card-bg: #ffffff;
  --radius-card: 26px;
  --shadow-soft: 0 14px 36px rgba(15,23,42,0.08);
  --ink: #020617;
  --muted: #6b7280;
}

body,
button,
input,
select,
textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}

.dcc-brand-name {
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  letter-spacing: 0.02em !important;
  color: #0a1735 !important;
}

.dcc-brand-tagline {
  font-size: 0.90rem !important;
  font-weight: 500 !important;
  color: #4b5563 !important;
}

.dcc-call-btn,
.dcc-cta-group a,
.dcc-btn,
.dcc-yt,
.cta-box {
  font-weight: 600 !important;
  font-size: 0.95rem !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.contact-page {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg-page);
}

.dcc-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 12px !important;
  padding-right: 12px !important;
  width: 100%;
}

.dcc-topbar-mini {
  margin-bottom: 6px;
}

.page-shell .dcc-topbar-mini {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .page-shell .dcc-topbar-mini {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-main {
  padding: 18px 0 40px;
  background: var(--bg-page);
}

.page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

.dcc-sec {
  margin-bottom: 18px;
}

.dcc-card {
  background: var(--card-bg);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  padding: 22px 22px 20px;
}

@media (max-width: 640px) {
  .dcc-card {
    border-radius: 22px;
    padding: 18px 18px 16px;
  }
}

.dcc-title {
  font-size: 1.75rem;
  line-height: 1.28;
  margin-bottom: 10px;
  color: #020617;
}

.dcc-sub {
  font-size: 0.98rem;
  color: var(--muted);
  margin-bottom: 12px;
}

.dcc-h2 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: #020617;
}

.dcc-card h3 {
  font-size: 1.02rem;
  margin: 12px 0 6px;
  color: #111827;
}

.dcc-card p {
  margin-bottom: 8px;
}

.dcc-yt {
  background: #ffffff;
  color: #0a1735;
  border: 1px solid #0a1735;
  border-radius: 999px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.25s ease;
}

.dcc-yt i {
  font-size: 1.1rem;
  color: #ff0000;
}

.dcc-btn {
  background: #ffffff;
  color: #0a1735;
  border: 1px solid #0a1735;
  border-radius: 8px;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease;
}

.dcc-btn:hover,
.dcc-yt:hover {
  background: #f2f2f2;
}

.dcc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
}

@media (max-width: 860px) {
  .dcc-contact-grid {
    grid-template-columns: 1fr;
  }
}

.dcc-contact-points {
  list-style: none;
  padding-left: 0;
}

.dcc-contact-points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.92rem;
}

.dcc-contact-points i {
  color: #16a34a;
}

.dcc-form-card {
  background: #f9fafb;
  border-radius: 18px;
  padding: 16px 16px 18px;
  box-shadow: 0 0 0 1px rgba(148,163,184,0.35);
}

.dcc-grid--2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 14px;
}

@media (max-width: 720px) {
  .dcc-grid--2col {
    grid-template-columns: 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

label {
  font-size: 0.88rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 8px 10px;
  font-size: 0.9rem;
  background: #ffffff;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37,99,235,0.25);
}

.btn.btn--primary {
  margin-top: 10px;
  border-radius: 999px;
  padding: 10px 20px;
  background: #0f172a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dcc-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr);
  gap: 18px;
}

@media (max-width: 860px) {
  .dcc-map-grid {
    grid-template-columns: 1fr;
  }
}

.dcc-map iframe {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  border: 0;
}

.dcc-final-cta {
  text-align: center;
}

.dcc-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #d0d6e0;
  transition: 0.25s ease;
}

.cta-wa {
  background: #25D366;
  border-color: #25D366;
  color: #ffffff;
}

.cta-submit {
  background: #0a1735;
  border-color: #0a1735;
  color: #ffffff;
}

.cta-box:hover {
  background: #f3f4f7;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .dcc-sec > .dcc-card {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 22px;
  }

  .dcc-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}