/*
Theme Name: Havoc 2026
Theme URI: https://havoc.digital
Author: Havoc Digital
Author URI: https://havoc.digital
Description: Custom 2026 block theme for Havoc Digital. Deep navy + royal blue Heritage palette, Inter type, Full Site Editing architecture. Multi-page IA built around lead-gen for digital-marketing services. Designed for performance, AI-search citability, and editorial clarity.
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
Version: 1.5.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: havoc-2026
Tags: full-site-editing, block-patterns, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, portfolio, business
*/

/* ------------------------------------------------------------------------- *
 * Responsive overrides
 * The templates use inline styles for desktop ≥1280px. These media queries
 * override those inline styles at narrower viewports using !important.
 * ------------------------------------------------------------------------- */

/* ===== Concept 01 sections: services 5-up, results grid, stats, trusted-by, CTA ribbon, footer ===== */
@media (max-width: 1100px) {
  .havoc-services-bento { grid-template-columns: repeat(2, 1fr) !important; grid-auto-rows: auto !important; }
  .havoc-svc-featured { grid-column: 1 / -1 !important; grid-row: auto !important; }
  .havoc-results-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .havoc-stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .havoc-trusted-logos { gap: 24px !important; }
  .havoc-footer-grid { grid-template-columns: 1.4fr 1fr 1fr !important; gap: 40px !important; }
  .havoc-footer-grid > div:nth-child(4) { grid-column: 1 / -1 !important; }
  .havoc-cta-inner { flex-direction: column !important; align-items: flex-start !important; }
}
@media (max-width: 720px) {
  .havoc-services-bento { grid-template-columns: 1fr !important; }
  .havoc-svc-head { flex-direction: column !important; align-items: flex-start !important; }
  .havoc-svc-wide { flex-direction: column !important; align-items: flex-start !important; gap: 18px !important; }
  .havoc-svc-wide-right { width: 100%; justify-content: space-between; flex-wrap: wrap; }
  .havoc-stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .havoc-cta-ribbon { padding: 36px 28px !important; }
  .havoc-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
  .havoc-footer-grid > div:first-child { grid-column: 1 / -1 !important; }
  .havoc-footer-grid > div:nth-child(4) { grid-column: 1 / -1 !important; }
}
/* Bento service cards — hover motion */
.havoc-svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -12px rgba(10,37,64,0.14);
  border-color: #BFDBFE;
  text-decoration: none;
}
.havoc-svc-featured:hover {
  box-shadow: 0 28px 56px -16px rgba(10,37,64,0.45);
}
.havoc-svc-card:hover .havoc-svc-link span {
  transform: translateX(4px);
}
.havoc-svc-card:hover h3,
.havoc-svc-card:hover p,
.havoc-svc-card:hover .havoc-svc-link {
  text-decoration: none;
}

/* ===== Below 1100px (tablet landscape and down): stack hero, reflow grids ===== */
@media (max-width: 1100px) {

  /* Hero: 2-col -> 1-col */
  .havoc-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  /* Hero dashboard cards: absolute-positioned at desktop, stacked grid at tablet */
  .havoc-hero-cards {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .havoc-hero-cards > div {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    margin: 0 !important;
  }

  /* H1: keep size in check on tablet */
  .havoc-hero-h1 {
    font-size: clamp(2rem, 5.5vw, 2.75rem) !important;
  }

  /* 4-pillar Home: 4 -> 2 cols */
  .havoc-pillars-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 36px !important;
  }

  /* 5-pillar Services: 5 -> 3 cols */
  .havoc-pillars-5 {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* 3-up Connect cards Contact: 3 -> 3 stays OK at 800px+; -> 1 at mobile (below) */

  /* 5-card Articles: 5 -> 3 cols */
  .havoc-articles-5 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ===== Below 720px (tablet portrait + mobile): full collapse ===== */
@media (max-width: 720px) {

  .havoc-hero-cards {
    grid-template-columns: 1fr !important;
  }

  /* Headline shrinks further on mobile and desktop-only breaks disappear */
  .havoc-hero-h1 {
    font-size: clamp(1.75rem, 7vw, 2.25rem) !important;
    line-height: 1.15 !important;
  }
  .havoc-br-desktop {
    display: none !important;
  }

  .havoc-pillars-4 {
    grid-template-columns: 1fr !important;
  }
  .havoc-pillars-5 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
  .havoc-pillars-3 {
    grid-template-columns: 1fr !important;
  }
  .havoc-articles-5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Services table — let "View Service →" sit beneath, not crowd the row */
  /* (table is auto-sized via 60px 1fr auto, so it adapts; no fix needed) */
}

/* ===== Below 480px (small mobile): tighter ===== */
@media (max-width: 480px) {
  .havoc-pillars-5 {
    grid-template-columns: 1fr !important;
  }
  .havoc-articles-5 {
    grid-template-columns: 1fr !important;
  }
  .havoc-hero-h1 {
    font-size: 1.625rem !important;
  }
}

/* ------------------------------------------------------------------------- *
 * Blog: post cards (home / archive / page-blog / front-page insights)
 * ------------------------------------------------------------------------- */
.havoc-post-grid { display: grid; gap: 24px; margin: 0; padding: 0; list-style: none; max-width: 100%; }
.havoc-post-grid-3 { grid-template-columns: repeat(3, 1fr); }
.havoc-post-grid-5 { grid-template-columns: repeat(5, 1fr); gap: 18px; }
.havoc-post-grid > li { margin: 0; }
.havoc-post-card {
  height: 100%; display: flex; flex-direction: column;
  background: #FFFFFF; border: 1px solid #DBEAFE; border-radius: 16px; overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  font-family: 'Inter', sans-serif;
}
.havoc-post-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px -14px rgba(10,37,64,0.18); border-color: #BFDBFE; }
.havoc-post-card .wp-block-post-featured-image { margin: 0; position: relative; overflow: hidden; aspect-ratio: 16 / 10; }
.havoc-post-grid-5 .havoc-post-card .wp-block-post-featured-image { aspect-ratio: 4 / 3; }
.havoc-post-card .wp-block-post-featured-image a { position: absolute; inset: 0; display: block; }
.havoc-post-card .wp-block-post-featured-image img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
/* Placeholder for posts without a featured image */
.havoc-post-card:not(:has(.wp-block-post-featured-image img))::before {
  content: ""; display: block; aspect-ratio: 16 / 10;
  background: radial-gradient(ellipse at 80% -20%, #1D4ED8 0%, #0A2540 65%);
}
.havoc-post-grid-5 .havoc-post-card:not(:has(.wp-block-post-featured-image img))::before { aspect-ratio: 4 / 3; }
.havoc-post-card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.havoc-post-grid-5 .havoc-post-card-body { padding: 14px 16px 16px; }
.havoc-post-cat { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1; display: flex; flex-wrap: wrap; gap: 6px; }
.havoc-post-cat a { color: #1D4ED8; background: #DBEAFE; padding: 5px 9px; border-radius: 4px; text-decoration: none; }
.havoc-post-cat a:hover { background: #BFDBFE; text-decoration: none; }
.havoc-post-cat .wp-block-post-terms__separator, .havoc-post-cat .wp-block-post-terms__prefix { display: none; }
.havoc-post-card-title { margin: 0; font-size: 1.0625rem; font-weight: 700; line-height: 1.35; letter-spacing: -0.01em; }
.havoc-post-grid-5 .havoc-post-card-title { font-size: 0.875rem; font-weight: 600; }
.havoc-post-card-title a { color: #0A2540; text-decoration: none; }
.havoc-post-card-title a:hover { color: #2563EB; text-decoration: none; }
.havoc-post-card-excerpt { margin: 0; font-size: 0.875rem; color: #4A5568; line-height: 1.55; }
.havoc-post-card-excerpt .wp-block-post-excerpt__more-text { display: none; }
.havoc-post-date { margin-top: auto; padding-top: 6px; font-size: 0.75rem; color: #64748B; }
.havoc-pagination { margin-top: 48px; font-family: 'Inter', sans-serif; font-size: 0.875rem; font-weight: 600; gap: 8px; }
.havoc-pagination a, .havoc-pagination .page-numbers { color: #0A2540; text-decoration: none; padding: 8px 12px; border-radius: 8px; }
.havoc-pagination .page-numbers.current { background: #2563EB; color: #FFFFFF; }
.havoc-pagination a:hover { background: #DBEAFE; text-decoration: none; }
@media (max-width: 1100px) { .havoc-post-grid-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px)  { .havoc-post-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px)  { .havoc-post-grid-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .havoc-post-grid-3, .havoc-post-grid-5 { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------------- *
 * Blog: single article
 * ------------------------------------------------------------------------- */
.havoc-single, .havoc-blog, .havoc-archive-hero { font-family: 'Inter', sans-serif; }
.havoc-single-hero .havoc-post-cat { margin-bottom: 18px; }
.havoc-single-title { margin: 0 0 18px; font-size: clamp(2rem, 4.2vw, 3.25rem); font-weight: 800; color: #0A2540; letter-spacing: -0.03em; line-height: 1.08; }
.havoc-single-meta { gap: 14px; font-size: 0.875rem; color: #64748B; }
.havoc-single-meta .havoc-post-date { margin: 0; padding: 0; font-size: 0.875rem; }
.havoc-single-by { margin: 0; font-weight: 600; color: #0A2540; }
.havoc-single-by::before { content: "·"; margin-right: 14px; color: #BFDBFE; }
.havoc-single-media { margin-top: -24px; }
.havoc-single-media .wp-block-post-featured-image { margin: 0; position: relative; overflow: hidden; aspect-ratio: 21 / 9; border-radius: 20px; box-shadow: 0 24px 48px -20px rgba(10,37,64,0.25); }
.havoc-single-media .wp-block-post-featured-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.havoc-single-media .wp-block-post-featured-image:empty { display: none; }
.havoc-post-body { color: #374151; font-size: 1.0625rem; line-height: 1.75; }
.havoc-post-body p { margin: 0 0 1.4em; }
.havoc-post-body h2, .havoc-post-body h3, .havoc-post-body h4 { color: #0A2540; letter-spacing: -0.02em; line-height: 1.25; margin: 2em 0 0.7em; font-weight: 800; }
.havoc-post-body h2 { font-size: 1.75rem; }
.havoc-post-body h3 { font-size: 1.375rem; }
.havoc-post-body h4 { font-size: 1.125rem; }
.havoc-post-body a { color: #2563EB; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #BFDBFE; }
.havoc-post-body a:hover { text-decoration-color: #2563EB; }
.havoc-post-body img { max-width: 100%; height: auto; border-radius: 12px; }
.havoc-post-body figure { margin: 2em 0; }
.havoc-post-body figcaption { font-size: 0.8125rem; color: #64748B; margin-top: 8px; }
.havoc-post-body ul, .havoc-post-body ol { margin: 0 0 1.4em; padding-left: 1.4em; }
.havoc-post-body li { margin-bottom: 0.4em; }
.havoc-post-body blockquote { margin: 2em 0; padding: 18px 24px; border-left: 4px solid #2563EB; background: #F7FAFC; border-radius: 0 12px 12px 0; color: #0A2540; font-weight: 500; }
.havoc-post-body blockquote p:last-child { margin: 0; }
.havoc-post-body table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 0.9375rem; }
.havoc-post-body th, .havoc-post-body td { border: 1px solid #DBEAFE; padding: 10px 12px; text-align: left; }
.havoc-post-body th { background: #F7FAFC; color: #0A2540; }
.havoc-post-body iframe, .havoc-post-body video { max-width: 100%; }
.havoc-post-body [style*="width"] { max-width: 100% !important; }
.havoc-single-foot { margin-top: 48px; padding-top: 24px; border-top: 1px solid #DBEAFE; }
.havoc-post-cat-foot { align-items: center; }
.havoc-post-cat-foot .wp-block-post-terms__prefix { display: inline; color: #64748B; margin-right: 8px; letter-spacing: 0; text-transform: none; font-weight: 500; font-size: 0.8125rem; }
.havoc-archive-title { margin: 0 0 8px; font-size: clamp(2.25rem, 4.5vw, 3.5rem); font-weight: 800; color: #0A2540; letter-spacing: -0.03em; line-height: 1.05; }
.havoc-archive-desc { margin: 0 0 12px; font-size: 1.0625rem; color: #4A5568; max-width: 560px; }
.havoc-archive-back { margin: 0; font-size: 0.875rem; }
.havoc-archive-back a { color: #2563EB; font-weight: 700; text-decoration: none; }

/* ------------------------------------------------------------------------- *
 * Scroll-reveal animation system (driven by assets/havoc-anim.js)
 * Initial hidden state only applies once JS adds .havoc-anim-ready to <html>,
 * so no-JS visitors and reduced-motion users always see full content.
 * ------------------------------------------------------------------------- */
.havoc-anim-ready [data-hav-anim] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--hav-delay, 0s);
  will-change: opacity, transform;
}
.havoc-anim-ready [data-hav-anim].hav-in {
  opacity: 1;
  transform: none;
}

/* Sparkline draw-in: paths carry pathLength="1" so dash math is normalized */
.havoc-anim-ready .havoc-draw {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}
.havoc-anim-ready [data-hav-anim].hav-in .havoc-draw {
  stroke-dashoffset: 0;
}

/* Hero dashboard cards: gentle continuous float (translate, so it never
   fights the reveal transform on the parent) */
.havoc-anim-ready .havoc-hero-cards > div {
  animation: havoc-float 7s ease-in-out infinite;
}
.havoc-anim-ready .havoc-hero-cards > div:nth-child(2) { animation-delay: 1.4s; }
.havoc-anim-ready .havoc-hero-cards > div:nth-child(3) { animation-delay: 2.8s; }
@keyframes havoc-float {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -8px; }
}

@media (prefers-reduced-motion: reduce) {
  .havoc-anim-ready [data-hav-anim] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .havoc-anim-ready .havoc-draw { stroke-dashoffset: 0 !important; transition: none !important; }
  .havoc-anim-ready .havoc-hero-cards > div { animation: none !important; }
  .havoc-pulse-ring, .havoc-eyebrow-dot { animation: none !important; }
}

/* ------------------------------------------------------------------------- *
 * Testimonials grid — 2 cols desktop, 1 col mobile
 * ------------------------------------------------------------------------- */
.havoc-testimonials-grid > blockquote {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.havoc-testimonials-grid > blockquote:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -12px rgba(10,37,64,0.12) !important;
}
@media (max-width: 820px) {
  .havoc-testimonials-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ------------------------------------------------------------------------- *
 * Command-Center CTA — pulse ring, glow dot, button hover, responsive stack
 * ------------------------------------------------------------------------- */
.havoc-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -6px rgba(37,99,235,0.75), inset 0 -3px 0 rgba(10,37,64,0.2);
}
.havoc-pulse-ring {
  animation: havoc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  transform-origin: center;
}
@keyframes havoc-pulse {
  0%   { transform: scale(1);   opacity: 0.55; }
  70%  { transform: scale(2.4); opacity: 0;    }
  100% { transform: scale(2.4); opacity: 0;    }
}
.havoc-eyebrow-dot {
  animation: havoc-glow 2.4s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(37,99,235,0.6);
}
@keyframes havoc-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,99,235,0.5); }
  50%      { box-shadow: 0 0 12px 2px rgba(37,99,235,0.95); }
}
@media (max-width: 960px) {
  .havoc-cta-command {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
}
@media (max-width: 600px) {
  .havoc-cta-trust {
    gap: 12px 16px !important;
  }
  .havoc-cta-trust > div[style*="width:1px"] {
    display: none !important;
  }
}

/* ------------------------------------------------------------------------- *
 * FAQ accordion chevron rotation on open
 * ------------------------------------------------------------------------- */
details[name="faq"] summary span {
  transition: transform 0.2s ease;
  display: inline-block;
}
details[name="faq"][open] summary span {
  transform: rotate(180deg);
}

/* ------------------------------------------------------------------------- *
 * Small polish — link hover on the body
 * ------------------------------------------------------------------------- */
a:hover {
  text-decoration: underline;
}
a[aria-label="Havoc Digital home"]:hover,
nav a:hover,
.havoc-hero-grid a:hover {
  text-decoration: none;
}

/* ===== Contact page: hero grid + enquiry form (Contact Form 7) ===== */
.havoc-contact-hero { background: #FFFFFF; font-family: 'Inter', sans-serif; }
.havoc-contact-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: start;
}
.havoc-contact-grid > * { margin: 0 !important; }
.havoc-form-card {
  background: #FFFFFF;
  border: 1px solid #BFDBFE;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 24px 60px -28px rgba(10,37,64,0.28);
  position: relative;
}
.havoc-form-card::before {
  content: "";
  position: absolute; inset: 0 auto auto 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, #2563EB, #60A5FA);
  border-radius: 18px 18px 0 0;
}
.havoc-form-head { margin-bottom: 22px !important; }
.havoc-form-card .wp-block-shortcode { margin: 0 !important; }
.havoc-form-card .wpcf7 { font-family: 'Inter', sans-serif; }
.havoc-form-card .wpcf7-form p { margin: 0 0 16px; }
.havoc-cf7-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.havoc-form-card label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0A2540;
  letter-spacing: 0.01em;
}
.havoc-form-card .havoc-req { color: #2563EB; }
.havoc-form-card .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.havoc-form-card input[type="text"],
.havoc-form-card input[type="email"],
.havoc-form-card input[type="tel"],
.havoc-form-card select,
.havoc-form-card textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 14px;
  font: 500 0.9375rem/1.4 'Inter', sans-serif;
  color: #0A2540;
  background: #F7FAFC;
  border: 1px solid #DBEAFE;
  border-radius: 10px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  appearance: none;
  -webkit-appearance: none;
}
.havoc-form-card select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}
.havoc-form-card textarea { min-height: 128px; resize: vertical; }
.havoc-form-card input::placeholder,
.havoc-form-card textarea::placeholder { color: #94A3B8; font-weight: 400; }
.havoc-form-card input:focus,
.havoc-form-card select:focus,
.havoc-form-card textarea:focus {
  outline: none;
  background: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 0 0 4px rgba(37,99,235,0.15);
}
.havoc-form-card .wpcf7-not-valid { border-color: #DC2626 !important; background: #FEF2F2 !important; }
.havoc-form-card .wpcf7-not-valid-tip { display: block; margin-top: 6px; font-size: 0.75rem; font-weight: 500; color: #DC2626; }
.havoc-form-card input[type="submit"],
.havoc-form-card .wpcf7-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  padding: 14px 24px;
  font: 700 0.9375rem/1 'Inter', sans-serif;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  background: #2563EB;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 10px 24px -10px rgba(37,99,235,0.6);
}
.havoc-form-card .wpcf7-submit:hover { background: #1D4ED8; transform: translateY(-1px); }
.havoc-form-card .wpcf7-submit:focus-visible { outline: 3px solid rgba(37,99,235,0.35); outline-offset: 2px; }
.havoc-form-card .wpcf7-submit:disabled { opacity: 0.7; cursor: progress; transform: none; }
.havoc-form-card .wpcf7-spinner { display: block; margin: 10px auto 0; }
.havoc-form-card .havoc-cf7-note {
  margin: 14px 0 0 !important;
  font-size: 0.75rem;
  color: #64748B;
  text-align: center;
}
/* Honeypot: hidden from humans, visible to naive bots */
.havoc-form-card .havoc-hp,
.havoc-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
/* CF7 response banner */
.havoc-form-card .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid #BFDBFE !important;
  background: #DBEAFE;
  color: #0A2540;
}
.havoc-form-card .wpcf7 form.sent .wpcf7-response-output { border-color: #86EFAC !important; background: #F0FDF4; color: #14532D; }
.havoc-form-card .wpcf7 form.invalid .wpcf7-response-output,
.havoc-form-card .wpcf7 form.failed .wpcf7-response-output,
.havoc-form-card .wpcf7 form.aborted .wpcf7-response-output,
.havoc-form-card .wpcf7 form.spam .wpcf7-response-output { border-color: #FECACA !important; background: #FEF2F2; color: #991B1B; }
@media (max-width: 1100px) {
  .havoc-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .havoc-form-card { max-width: 640px; }
}
@media (max-width: 600px) {
  .havoc-cf7-grid { grid-template-columns: 1fr; }
  .havoc-form-card { padding: 26px 20px; border-radius: 14px; }
}
