/*!
 * critical.css — above-the-fold styles for jetinbox.cloud
 * Generated May 15, 2025
 */

/* 1. Foundation resets */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
html :where(img[class*=wp-image-]) {
  max-width: 100%;
  height: auto;
}

/* 2. Font faces (only the weights you need above the fold) */
@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/jet_inbox-child/fonts/inter/Inter-Regular-Subset.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/jet_inbox-child/fonts/inter/Inter-Bold-Subset.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* 3. Divi “Dynamic Critical” inline rules */
/* Copy everything from your <style id="divi-dynamic-critical-inline-css">…</style> here */

@font-face{font-family:ETmodules;…}
@media (min-width:981px){.et_pb_gutters3 .et_pb_column{…}}

/* 4. Your custom hero styles */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 1.5rem;
  background-color: #f5f5f5;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  line-height: 1.2;
  color: #082157;
  margin-bottom: 1rem;
}
.hero p {
  font-size: 1.25rem;
  color: #333;
  max-width: 600px;
  margin-bottom: 2rem;
}
.cta-btn {
  background-color: #1e3a8a;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.cta-btn:hover {
  background-color: #ea580c;
}
