.contact-page {
  padding-top: 112px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at top left, rgba(0, 0, 0, 0.04), transparent 32%),
    linear-gradient(180deg, #f8fbfc 0%, #ffffff 32%, #ffffff 100%);
}

body.admin-bar .contact-page {
  padding-top: 142px;
}

.contact-hero {
  padding: 18px 0 0;
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: start;
}

.contact-hero__copy {
  padding-top: 18px;
}

.contact-hero h1 {
  width: 100%;
  max-width: none;
  margin-bottom: 12px;
  line-height: 1.2;
}

.contact-hero .lead {
  width: 100%;
  max-width: none;
  margin: 0;
}

.contact-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.contact-hero__meta {
  font-size: 14px;
  color: #555;
}

.contact-form-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(11, 25, 44, 0.08);
  padding: 26px;
  backdrop-filter: blur(8px);
}

.contact-info-card h2 {
  margin-bottom: 8px;
}

.contact-info-card p {
  margin-bottom: 10px;
  color: #444;
}

.contact-quick-title {
  margin: 12px 0 6px;
}

.contact-info-card ul {
  margin: 0;
  padding-left: 18px;
  color: #333;
}

.contact-info-card li {
  margin-bottom: 8px;
}

.contact-inline-link {
  color: var(--dm-color-text);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.contact-inline-link:hover {
  color: #000;
}

.contact-inline-link--youtube {
  color: #8f1f1f;
}

.contact-link-list {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.contact-inline-note {
  text-decoration: none;
  color: #555;
  cursor: default;
}

.contact-form-card h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.contact-form-intro {
  margin: 0 0 12px;
  color: #444;
}

.contact-form-note {
  margin: -2px 0 12px;
  color: #555;
  font-size: 14px;
}

.contact-alert {
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.contact-alert--success {
  background: #effaf1;
  border: 1px solid #9dd5ab;
  color: #1f6f37;
}

.contact-alert--error {
  background: #fff2f2;
  border: 1px solid #e9a8a8;
  color: #8a2222;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.form-honeypot label,
.form-honeypot input,
.form-honeypot span {
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 6px;
}

.contact-form label span {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: var(--dm-radius-control);
  padding: 12px 13px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--dm-color-text);
}

.office-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 20px;
  align-items: stretch;
}

.office-info-card,
.office-map-card,
.other-way-card {
  border: 1px solid var(--dm-color-border);
  border-radius: var(--dm-radius-card);
  background: var(--dm-color-bg);
  padding: 18px;
}

.office-info-card p {
  margin: 0 0 12px;
  color: #333;
}

.office-map-link {
  margin-bottom: 0 !important;
}

.office-info-card a {
  color: var(--dm-color-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.office-map-card iframe {
  width: 100%;
  height: min(38vh, 340px);
  min-height: 240px;
  border: 0;
  border-radius: var(--dm-radius-control);
  display: block;
}

.office-map-card--single iframe {
  height: min(52vh, 460px);
  min-height: 320px;
}

.related-website-card {
  border: 1px solid #f0f0f0;
  border-radius: var(--dm-radius-card);
  background: #fcfcfc;
  padding: 18px;
}

.related-website-card p {
  margin: 0;
  color: #333;
}

.related-website-extra {
  margin-top: 10px !important;
}

.home-why .container {
  width: min(1240px, calc(100% - 32px));
}

.why-header {
  margin-bottom: 24px;
}

.why-header h2 {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.25;
}

.customers-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.customers-stat-card,
.why-reason-card {
  border: 1px solid var(--dm-color-border);
  border-radius: var(--dm-radius-card);
  background: var(--dm-color-bg);
  padding: 18px;
}

.customers-stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
}

.customers-stat-card span {
  display: block;
  font-size: 12px;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.why-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-reason-card h3 {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.35;
}

.why-reason-card p {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.55;
}

.home-map .container {
  width: min(1240px, calc(100% - 32px));
}

.map-section__header {
  margin-bottom: 24px;
}

.map-section__header h2 {
  margin-bottom: 14px;
  color: var(--dm-color-text);
  line-height: 1.2;
}

.home-map .map-section__header {
  text-align: center;
}

.map-section__header .lead {
  max-width: 760px;
  margin-bottom: 0;
}

.home-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-contact-grid--two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-contact-card {
  border: 1px solid var(--dm-color-border);
  border-radius: var(--dm-radius-card);
  background: var(--dm-color-bg);
  padding: 18px;
}

.home-contact-card h3 {
  margin-bottom: 10px;
}

.home-contact-card p {
  margin: 0 0 10px;
  color: #333;
}

.home-contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.home-contact-related {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}

.home-contact-related h4 {
  margin: 0 0 8px;
  font-size: 14px;
}

.contact-link-icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 6px;
}

.contact-link-icon path,
.contact-link-icon circle,
.contact-link-icon line,
.contact-link-icon polyline {
  stroke: currentColor;
}
