/* ═══════════════════════════════════════════════
   DentaZon — Base / Global Styles
   Extracted from Figma design (file 1URNdYALjUFYH9eW6EcJsx)
   ═══════════════════════════════════════════════ */

/* ── Google Font ─────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ── Design Tokens (from Figma) ──────────── */
:root {
  --dz-blue: #1E88E5;
  --dz-navy: #0D47A1;
  --dz-teal: #00BFA6;
  --dz-dark: #1F2937;
  --dz-text: #4A5565;
  --dz-text-light: #6A7282;
  --dz-gray: #6B7280;
  --dz-light: #F8FAFC;
  --dz-border: #F3F4F6;
  --dz-white: #ffffff;

  --dz-grad: linear-gradient(90deg, #1E88E5, #00BFA6);
  --dz-grad-btn: linear-gradient(90deg, #1E88E5, #0D47A1);
  --dz-grad-accent: linear-gradient(90deg, #0D47A1, #00BFA6);
  --dz-grad-icon: linear-gradient(135deg, #1E88E5, #0D47A1);

  --dz-radius: 8px;
  --dz-radius-lg: 14px;
  --dz-radius-xl: 16px;
  --container: min(1440px, 100% - 3rem);

  --dz-shadow-sm: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  --dz-shadow-md: 0px 4px 6px 0px rgba(0, 0, 0, 0.1), 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  --dz-shadow-lg: 0px 8px 10px 0px rgba(0, 0, 0, 0.1), 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
  --dz-shadow-xl: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  --dz-shadow-2xl: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* ── WordPress Block Theme Override ──────── */
body.page-template-template-home,
body.page-template-template-contact,
body.page-template-template-goals,
body.page-template-template-about {
  background: var(--dz-white) !important;
  font-family: 'Inter', sans-serif !important;
  color: var(--dz-dark) !important;
  line-height: 1.6 !important;
}

body.page-template-template-home .wp-site-blocks,
body.page-template-template-home .wp-block-group,
body.page-template-template-home .wp-block-template-part,
body.page-template-template-home .has-global-padding,
body.page-template-template-home .is-layout-constrained,
body.page-template-template-contact .wp-site-blocks,
body.page-template-template-contact .wp-block-group,
body.page-template-template-contact .wp-block-template-part,
body.page-template-template-contact .has-global-padding,
body.page-template-template-contact .is-layout-constrained,
body.page-template-template-goals .wp-site-blocks,
body.page-template-template-goals .wp-block-group,
body.page-template-template-goals .wp-block-template-part,
body.page-template-template-goals .has-global-padding,
body.page-template-template-goals .is-layout-constrained,
body.page-template-template-about .wp-site-blocks,
body.page-template-template-about .wp-block-group,
body.page-template-template-about .wp-block-template-part,
body.page-template-template-about .has-global-padding,
body.page-template-template-about .is-layout-constrained {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

/* ── Global Reset (all custom templates) ─── */
#dz-home,
#dz-contact,
#dz-goals,
#dz-about,
#dz-home *,
#dz-contact *,
#dz-goals *,
#dz-about *,
#dz-home *::before,
#dz-contact *::before,
#dz-goals *::before,
#dz-about *::before,
#dz-home *::after,
#dz-contact *::after,
#dz-goals *::after,
#dz-about *::after {
  box-sizing: border-box;
  padding: 0;
  font-family: 'Inter', sans-serif;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}

#dz-home img,
#dz-contact img,
#dz-goals img,
#dz-about img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

#dz-home a,
#dz-contact a,
#dz-goals a,
#dz-about a {
  text-decoration: none;
  color: inherit;
}

#dz-home ul,
#dz-home ol,
#dz-contact ul,
#dz-contact ol,
#dz-goals ul,
#dz-goals ol,
#dz-about ul,
#dz-about ol {
  list-style: none;
}

#dz-home p,
#dz-contact p,
#dz-goals p,
#dz-about p {
  margin: 0;
  padding: 0;
}

#dz-home h1,
#dz-home h2,
#dz-home h3,
#dz-home h4,
#dz-home h5,
#dz-home h6,
#dz-contact h1,
#dz-contact h2,
#dz-contact h3,
#dz-contact h4,
#dz-contact h5,
#dz-contact h6,
#dz-goals h1,
#dz-goals h2,
#dz-goals h3,
#dz-goals h4,
#dz-goals h5,
#dz-goals h6,
#dz-about h1,
#dz-about h2,
#dz-about h3,
#dz-about h4,
#dz-about h5,
#dz-about h6 {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  letter-spacing: normal;
  text-transform: none;
}

/* ── Shared container ────────────────────── */
.contact-container,
.goals-container,
.about-container {
  width: min(1280px, 100% - 3rem);
  margin-inline: auto;
  padding: 0 1.5rem;
}

/* ── Page Container ──────────────────────── */
#dz-home .container {
  width: var(--container);
  margin-inline: auto;
  padding: 0;
}

/* ── Section Spacing ─────────────────────── */
#dz-home .dz-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

/* ── Section Header ──────────────────────── */
#dz-home .dz-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

#dz-home .dz-section-header h2 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--dz-dark) !important;
  line-height: 40px !important;
  margin-bottom: 1rem !important;
}

#dz-home .dz-section-header p {
  font-size: 18px !important;
  color: var(--dz-text) !important;
  line-height: 28px !important;
  max-width: 42ch;
  margin-inline: auto;
}

/* ── Gradient Text (from Figma) ──────────── */
#dz-home .dz-grad-text {
  background: var(--dz-grad) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}