/* =========================================================
   PPGL CONTACT PAGE CSS - REBUILT 9.8 UPGRADE
   Only for contact.html
   Requires style.css to load first
========================================================= */

.contact-page,
.contact10-page {
  overflow-x: hidden;
}

.contact-section {
  padding: 66px 0;
}

/* HERO */

.contact-hero,
.contact10-hero {
  padding: 76px 0 60px;
  isolation: isolate;
}

.contact10-glow {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(6px);
  opacity: 0.78;
  animation: contact10Float 9s ease-in-out infinite alternate;
}

.contact10-glow-a {
  width: 260px;
  height: 260px;
  right: 8%;
  top: 16%;
  background: radial-gradient(circle, rgba(255, 210, 0, 0.14), transparent 70%);
}

.contact10-glow-b {
  width: 220px;
  height: 220px;
  left: 4%;
  bottom: 8%;
  background: radial-gradient(
    circle,
    rgba(30, 115, 190, 0.16),
    transparent 70%
  );
  animation-direction: alternate-reverse;
}

@keyframes contact10Float {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(18px, -18px, 0) scale(1.04);
  }
}

.contact-page .hero-layout,
.contact10-hero-layout {
  position: relative;
  z-index: 3;
  grid-template-columns: 1fr 0.82fr;
  gap: 44px;
  align-items: center;
}

.contact-page .hero-copy h1,
.contact10-hero-copy h1 {
  max-width: 900px;
  text-wrap: balance;
}

.contact10-hero-copy p {
  max-width: 720px;
}

.contact10-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 720px;
  margin-top: 22px;
}

.contact10-proof-row article {
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow-soft);
}

html[data-theme="light"] .contact10-proof-row article {
  background: linear-gradient(145deg, #ffffff, rgba(241, 245, 249, 0.82));
  border-color: rgba(15, 23, 42, 0.14);
}

.contact10-proof-row strong {
  display: block;
  color: var(--gold-500);
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.045em;
  margin-bottom: 8px;
}

.contact10-proof-row span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
}

html[data-theme="light"] .contact10-proof-row span {
  color: #334155;
}

.contact10-cred-row {
  margin-top: 18px;
}

.contact10-command-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 210, 0, 0.12), transparent 30%),
    linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

html[data-theme="light"] .contact10-command-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 210, 0, 0.16), transparent 30%),
    linear-gradient(145deg, #ffffff, rgba(241, 245, 249, 0.82));
  border-color: rgba(15, 23, 42, 0.14);
}

.contact10-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.contact10-card-head span {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.contact10-card-head i {
  color: var(--gold-500);
  margin-right: 8px;
}

.contact10-card-head b {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact10-hero-img,
.contact-hero-img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.contact10-command-overlay {
  position: relative;
  z-index: 2;
  margin: -58px 16px 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 11, 18, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.contact10-command-overlay span {
  display: block;
  color: var(--gold-500);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 4px;
}

.contact10-command-overlay strong {
  color: #ffffff;
  font-size: 0.86rem;
  line-height: 1.35;
}

.contact10-mini-dashboard,
.contact-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 14px;
}

.contact10-mini-dashboard div,
.contact-hero-metrics div {
  border: 1px solid var(--border);
  background: var(--panel);
  border-radius: 15px;
  padding: 12px;
  text-align: center;
}

html[data-theme="light"] .contact10-mini-dashboard div,
html[data-theme="light"] .contact-hero-metrics div {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 23, 42, 0.14);
}

.contact10-mini-dashboard strong,
.contact-hero-metrics strong {
  display: block;
  color: var(--gold-500);
  font-size: 1.12rem;
  line-height: 1;
}

.contact10-mini-dashboard span,
.contact-hero-metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  margin-top: 7px;
}

/* QUICK CONTACT STRIP */

.contact-strip-section,
.contact10-strip-section {
  padding: 28px 0;
}

.contact-strip-grid,
.contact10-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.contact-strip-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.025));
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
  transition: 0.24s ease;
}

html[data-theme="light"] .contact-strip-card {
  background: linear-gradient(145deg, #ffffff, rgba(241, 245, 249, 0.82));
  border-color: rgba(15, 23, 42, 0.14);
}

.contact-strip-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 210, 0, 0.34);
}

.contact-strip-card i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: #07111d;
  font-size: 1rem;
}

.contact-strip-card span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.contact-strip-card a,
.contact-strip-card b {
  display: block;
  width: fit-content;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.3;
}

.contact-strip-card a:hover {
  color: var(--gold-500);
}

/* ENGAGEMENT CARDS */

.contact-channel-grid,
.contact10-engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-channel-card {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 210, 0, 0.11), transparent 28%),
    linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.025));
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

html[data-theme="light"] .contact-channel-card {
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 210, 0, 0.16), transparent 28%),
    linear-gradient(145deg, #ffffff, rgba(241, 245, 249, 0.82));
  border-color: rgba(15, 23, 42, 0.14);
}

.contact-channel-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 210, 0, 0.35);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.2);
}

.contact-channel-card > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 210, 0, 0.12);
  color: #b89400;
  font-size: 1rem;
  margin-bottom: 16px;
}

html[data-theme="dark"] .contact-channel-card > i {
  color: var(--gold-500);
}

.contact-channel-card span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 210, 0, 0.12);
  color: #b89400;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

html[data-theme="dark"] .contact-channel-card span {
  color: var(--gold-500);
}

.contact-channel-card h3 {
  color: var(--text);
  font-size: 1.08rem;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}

.contact-channel-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.62;
}

.contact-channel-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gold-500);
  font-size: 0.8rem;
  font-weight: 950;
}

.contact-channel-card a:hover {
  transform: translateX(3px);
}

/* RESPONSE WORKFLOW */

.contact-response-layout,
.contact10-response-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: center;
}

.contact-response-copy h2 {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.contact-response-copy p {
  color: var(--muted);
  max-width: 720px;
  font-size: 0.94rem;
  line-height: 1.72;
  margin-top: 14px;
}

.contact-routing-card,
.contact10-routing-card {
  padding: 24px;
}

.contact10-workflow-list {
  display: grid;
  gap: 10px;
}

.contact10-workflow-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--panel);
}

html[data-theme="light"] .contact10-workflow-list div {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(15, 23, 42, 0.14);
}

.contact10-workflow-list span {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold-500);
  color: var(--slate-900);
  font-size: 0.72rem;
  font-weight: 900;
}

.contact10-workflow-list b {
  color: var(--text);
  line-height: 1.1;
}

.contact10-workflow-list em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
}

html[data-theme="light"] .contact10-workflow-list em {
  color: #334155;
}

/* CONTACT FORM LAYOUT */

.contact-layout,
.contact10-form-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 26px;
  align-items: start;
}

.contact-info-card,
.contact-form-card {
  border: 1px solid var(--border);
  background: linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.02));
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-soft);
}

html[data-theme="light"] .contact-info-card,
html[data-theme="light"] .contact-form-card,
html[data-theme="light"] .office-card {
  background: linear-gradient(145deg, #ffffff, rgba(241, 245, 249, 0.78));
  border-color: rgba(15, 23, 42, 0.14);
}

.contact-info-card h2,
.contact-form-card h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  margin-bottom: 12px;
}

.contact-info-card p,
.contact-form-card p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 26px;
  font-size: 0.92rem;
}

.contact-list,
.contact10-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-list div {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.025);
}

html[data-theme="light"] .contact-list div {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 23, 42, 0.14);
}

.contact-list span {
  display: block;
  color: #b89400;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}

html[data-theme="dark"] .contact-list span {
  color: var(--gold-500);
}

.contact-list b,
.contact-list a {
  display: block;
  width: fit-content;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.contact-list a:hover {
  color: var(--gold-500);
}

.contact-list small {
  display: block;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 5px;
}

/* FORM */

.contact-form-card .contact-form,
form.contact-form {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
  row-gap: 24px;
}

.contact-form label {
  display: flex !important;
  flex-direction: column !important;
  gap: 13px !important;
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.contact-form label:nth-child(5),
.contact-form label:nth-child(6),
.contact-form button,
.contact-form .form-message {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #ffffff;
  color: #07111d;
  border-radius: 18px;
  padding: 15px 18px;
  font-size: 0.9rem;
  font-family: inherit;
  font-weight: 650;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

html[data-theme="dark"] .contact-form input,
html[data-theme="dark"] .contact-form textarea,
html[data-theme="dark"] .contact-form select {
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  border-color: var(--border);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(51, 65, 85, 0.6);
  font-weight: 650;
}

html[data-theme="dark"] .contact-form input::placeholder,
html[data-theme="dark"] .contact-form textarea::placeholder {
  color: rgba(229, 237, 247, 0.45);
}

.contact-form textarea {
  resize: vertical;
  min-height: 180px;
  line-height: 1.65;
  padding-top: 18px;
}

.contact-form select {
  appearance: auto;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: rgba(255, 210, 0, 0.62);
  box-shadow: 0 0 0 4px rgba(255, 210, 0, 0.12);
}

.contact-form .btn {
  width: fit-content;
  min-width: 190px;
  min-height: 52px;
  margin-top: 4px;
}

.form-message {
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.form-message.info {
  color: var(--gold-500);
}
.form-message.success {
  color: #22c55e;
}
.form-message.error {
  color: #ef4444;
}
html[data-theme="dark"] .form-message {
  color: rgba(255, 255, 255, 0.72);
}

/* OFFICE / QUICK ROUTES */

.office-grid,
.contact10-path-grid,
.contact10-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.office-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  background:
    radial-gradient(
      circle at 94% 8%,
      rgba(30, 115, 190, 0.13),
      transparent 28%
    ),
    linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.office-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 210, 0, 0.34);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.2);
}

.office-card > i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: #07111d;
  font-size: 1.1rem;
}

.office-card h3 {
  color: var(--text);
  font-size: 1.12rem;
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}

.office-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.92rem;
}

.office-card .hero-actions {
  margin-top: 18px;
}

.office-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.office-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
}

html[data-theme="light"] .office-tags span {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 23, 42, 0.14);
  color: #334155;
}

/* RESPONSE COMMITMENT STRIP */

.contact10-commitment-strip {
  padding: 18px 0;
  background: #07111d;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact10-commitment-strip .container {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.contact10-commitment-strip span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 210, 0, 0.18);
  background: rgba(255, 210, 0, 0.08);
  color: var(--gold-500);
  font-size: 0.76rem;
  font-weight: 900;
}

/* CTA */

.contact-cta-box,
.contact10-cta {
  text-align: center;
}

.contact-cta-box p,
.contact10-cta p {
  max-width: 780px;
  margin-inline: auto;
}

.contact-cta-box .hero-actions,
.contact10-cta .hero-actions {
  justify-content: center;
}

/* FLOATING ACTION DOCK */

.contact-action-dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(5, 11, 18, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

html[data-theme="light"] .contact-action-dock {
  background: rgba(255, 255, 255, 0.9);
}

.contact-action-dock a {
  width: 58px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  transition: 0.2s ease;
}

.contact-action-dock a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 210, 0, 0.42);
  color: var(--gold-500);
}

.contact-action-dock i {
  display: block;
  font-size: 0.95rem;
  line-height: 1;
}

.contact-action-dock span {
  display: block;
  font-size: 0.62rem;
  line-height: 1;
}

/* PREMIUM FOOTER */

.contact-page .site-footer,
html[data-theme="light"] .contact-page .site-footer,
html[data-theme="dark"] .contact-page .site-footer {
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(30, 115, 190, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 70%,
      rgba(255, 210, 0, 0.08),
      transparent 24%
    ),
    linear-gradient(135deg, #03070c, #07111d 48%, #081827) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.contact-page .site-footer h3,
.contact-page .site-footer a,
.contact-page .site-footer p,
.contact-page .site-footer span,
.contact-page .site-footer i {
  color: rgba(255, 255, 255, 0.72) !important;
}

.contact-page .site-footer h3,
.contact-page .footer-contact-item h4 {
  color: #ffffff !important;
}

.contact-page .site-footer a:hover,
.contact-page .site-footer a:hover i {
  color: var(--gold-500) !important;
}

.contact-page .footer-bottom {
  text-align: center !important;
}

.contact10-footer .footer-grid {
  gap: 50px;
}

.contact10-footer .footer-company {
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 210, 0, 0.08);
  border: 1px solid rgba(255, 210, 0, 0.18);
  color: var(--gold-500) !important;
  font-size: 1rem;
}

.footer-contact-item h4 {
  margin: 0 0 4px;
  font-size: 0.9rem;
}

.footer-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.85rem;
  line-height: 1.5;
}

.footer-contact-item span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.75rem;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .contact-channel-grid,
  .contact10-engagement-grid,
  .contact-strip-grid,
  .contact10-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-layout,
  .contact10-form-layout,
  .contact-response-layout,
  .contact10-response-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .contact-page .hero-layout,
  .contact10-hero-layout {
    grid-template-columns: 1fr;
  }

  .contact10-command-card {
    max-width: 720px;
  }
}

@media (max-width: 860px) {
  .contact-hero,
  .contact10-hero {
    padding: 58px 0 46px;
  }

  .contact-section {
    padding: 54px 0;
  }

  .office-grid,
  .contact10-path-grid,
  .contact10-scenario-grid,
  .contact-channel-grid,
  .contact10-engagement-grid,
  .contact-strip-grid,
  .contact10-strip-grid,
  .contact10-proof-row {
    grid-template-columns: 1fr;
  }

  .contact10-hero-img,
  .contact-hero-img {
    height: 240px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 22px;
  }

  .contact-form-card .contact-form,
  form.contact-form {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-form label:nth-child(5),
  .contact-form label:nth-child(6),
  .contact-form button,
  .contact-form .form-message {
    grid-column: auto;
  }

  .contact-form .btn {
    width: 100%;
  }

  .contact-action-dock {
    left: 50%;
    right: auto;
    bottom: 12px;
    transform: translateX(-50%);
    grid-template-columns: repeat(4, 1fr);
    width: min(94%, 390px);
  }

  .contact-action-dock a {
    width: 100%;
  }

  .contact10-footer .footer-company {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .contact10-hero-img,
  .contact-hero-img {
    height: 210px;
  }

  .contact-info-card h2,
  .contact-form-card h2,
  .contact-response-copy h2 {
    font-size: 1.5rem;
  }

  .contact-channel-card,
  .office-card,
  .contact-info-card,
  .contact-form-card,
  .contact-routing-card,
  .contact10-routing-card {
    padding: 20px;
  }

  .contact-strip-card {
    grid-template-columns: 42px 1fr;
    padding: 16px;
  }

  .contact-strip-card i {
    width: 42px;
    height: 42px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    min-height: 50px;
    border-radius: 14px;
  }

  .contact10-command-overlay {
    position: static;
    margin: 14px 0 0;
  }
}
