/*
Theme Name: Doctors for You Elementor Child
Theme URI: https://doctorsforyou.com.au/
Description: Lightweight Hello Elementor child theme for the Doctors for You WordPress build.
Author: OpenAI
Template: hello-elementor
Version: 1.9.0
Text Domain: doctors-for-you-elementor-child
*/

:root {
  --dfy-charcoal: #1e1d20;
  --dfy-charcoal-soft: #2a292c;
  --dfy-cream: #f4ead8;
  --dfy-paper: #efe4d1;
  --dfy-paper-soft: #f5eee1;
  --dfy-blue-wash: #dbe6f5;
  --dfy-blue-deep: #2e67bc;
  --dfy-orange: #f6ab22;
  --dfy-orange-deep: #db9313;
  --dfy-ink: #222326;
  --dfy-ink-soft: #4f4f53;
  --dfy-line: rgba(34, 35, 38, 0.12);
  --dfy-line-light: rgba(255, 255, 255, 0.12);
  --dfy-white: #ffffff;
  --dfy-shadow: 0 28px 72px rgba(14, 12, 13, 0.12);
  --dfy-shadow-soft: 0 16px 34px rgba(14, 12, 13, 0.08);
  --dfy-radius-xl: 34px;
  --dfy-radius-lg: 22px;
  --dfy-radius-md: 16px;
  --dfy-radius-pill: 999px;
  --dfy-container: 1280px;
}

body.page-template-template-about .entry-header,
body.page-template-template-investor .entry-header,
body.home .entry-header,
body.front-page .entry-header,
body.page-template-template-about #masthead,
body.page-template-template-investor #masthead,
body.home #masthead,
body.front-page #masthead,
.page-header {
  display: none;
}

#masthead,
#ast-desktop-header,
#ast-mobile-header,
.main-header-container,
.ast-primary-header-bar {
  display: none !important;
}

body {
  color: var(--dfy-ink);
  background:
    radial-gradient(circle at 12% 3%, rgba(246, 171, 34, 0.14), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(46, 103, 188, 0.16), transparent 26%),
    linear-gradient(180deg, #17161a 0%, #111114 42%, #18171a 100%);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-content,
.ast-container,
.entry-content,
.site-primary-footer-wrap,
.site-above-footer-wrap,
.site-below-footer-wrap {
  background: transparent;
}

#content,
.site-content,
.site-content > .ast-container {
  padding-top: 0;
  margin-top: 0;
}

.site-content > .ast-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.dfy-page {
  width: min(calc(100% - 28px), var(--dfy-container));
  margin: 0 auto;
  padding: 18px 0 76px;
}

.dfy-stack {
  display: grid;
  gap: 32px;
}

.dfy-site-header {
  width: min(calc(100% - 28px), var(--dfy-container));
  margin: 18px auto 4px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 28px;
  border: 1px solid rgba(244, 234, 216, 0.12);
  background:
    linear-gradient(135deg, rgba(16, 16, 19, 0.92), rgba(31, 30, 35, 0.82)),
    url("assets/pattern-tile.jpg");
  background-size: cover, 220px 220px;
  box-shadow: var(--dfy-shadow-soft);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 14px;
  z-index: 30;
  animation: dfy-header-drop 0.72s cubic-bezier(0.2, 0.74, 0.28, 1) both;
}

.dfy-site-brand img {
  width: min(220px, 36vw);
}

.dfy-site-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.dfy-site-nav a,
.dfy-site-cta {
  color: rgba(244, 234, 216, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.dfy-site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.dfy-site-nav a:hover,
.dfy-site-nav a[aria-current="page"] {
  color: var(--dfy-cream);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(244, 234, 216, 0.14);
}

.dfy-site-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffc14b 0%, var(--dfy-orange) 100%);
  color: var(--dfy-ink);
  box-shadow: 0 10px 24px rgba(246, 171, 34, 0.18);
}

.dfy-page h1,
.dfy-page h2,
.dfy-page h3,
.dfy-page h4 {
  margin-top: 0;
  color: var(--dfy-ink);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.dfy-page h1 {
  font-size: clamp(2.5rem, 4.6vw, 4.3rem);
  line-height: 1.02;
  max-width: 12.5ch;
}

.dfy-page h2 {
  font-size: clamp(2.3rem, 4.7vw, 4.2rem);
  line-height: 1.02;
  max-width: 17ch;
}

.dfy-page h3 {
  font-size: clamp(1.48rem, 1.5vw + 1rem, 1.82rem);
  line-height: 1.08;
  margin-bottom: 10px;
}

.dfy-page p,
.dfy-page li,
.dfy-page label,
.dfy-page input,
.dfy-page textarea,
.dfy-page select {
  font-family: "Manrope", sans-serif;
}

.dfy-page p,
.dfy-page li {
  margin-top: 0;
  color: var(--dfy-ink-soft);
  line-height: 1.72;
  font-size: 1.02rem;
}

.dfy-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dfy-kicker {
  margin: 0 0 12px;
  color: var(--dfy-orange-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dfy-brandmark {
  margin-bottom: 0;
}

.dfy-brandmark img {
  width: min(290px, 28vw);
  transform: translateY(calc(var(--dfy-scroll-shift, 0px) * 0.38));
  transition: transform 0.18s linear;
}

.dfy-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.dfy-hero-copy,
.dfy-hero-aside,
.dfy-section,
.dfy-contact-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--dfy-radius-xl);
  box-shadow: var(--dfy-shadow);
}

.dfy-hero-copy,
.dfy-hero-aside,
.dfy-section,
.dfy-contact-panel {
  padding: clamp(32px, 4vw, 58px);
}

.dfy-hero-copy {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: clamp(280px, 31vw, 420px);
  padding-top: clamp(22px, 2.6vw, 34px);
  padding-bottom: clamp(18px, 2.2vw, 28px);
}

.dfy-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  grid-template-areas:
    "copy brand"
    "copy .";
  align-items: start;
  column-gap: clamp(28px, 5vw, 92px);
  min-height: inherit;
}

.dfy-hero-brand {
  grid-area: brand;
  display: grid;
  justify-items: end;
  align-content: start;
  row-gap: 10px;
  padding-top: clamp(4px, 0.8vw, 10px);
}

.dfy-hero-brand .dfy-kicker {
  margin: 0;
  text-align: right;
}

.dfy-hero-copy-inner {
  grid-area: copy;
  align-self: start;
  width: min(100%, 760px);
  display: grid;
  gap: 12px;
  margin-top: clamp(2px, 0.8vw, 10px);
  padding-top: 0;
}

.dfy-hero-copy {
  background:
    radial-gradient(circle at top left, rgba(246, 171, 34, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(30, 29, 32, 0.96), rgba(26, 25, 28, 0.98)),
    url("assets/pattern-tile.jpg");
  background-size: auto, cover, 220px 220px;
  border: 1px solid var(--dfy-line-light);
  transform: translateY(var(--dfy-scroll-shift, 0px));
  transition: transform 0.18s linear;
}

.dfy-hero-copy::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 8px;
  background: var(--dfy-orange);
}

.dfy-hero-copy h1,
.dfy-hero-copy p,
.dfy-hero-copy .dfy-kicker,
.dfy-hero-copy a {
  color: var(--dfy-cream);
}

.dfy-hero-copy .dfy-kicker {
  margin-bottom: 2px;
}

.dfy-hero-copy h1 {
  max-width: 15ch;
  margin-bottom: 2px;
}

.dfy-lead {
  max-width: 46rem;
  font-size: 1.02rem;
  line-height: 1.74;
  font-style: normal;
  color: rgba(244, 234, 216, 0.9);
  margin-bottom: 0;
}

.dfy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.dfy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--dfy-radius-pill);
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.dfy-button:hover,
.dfy-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.dfy-card,
.dfy-pillar,
.dfy-check,
.dfy-brand-chip,
.dfy-timeline-item,
.dfy-metric-list li,
.dfy-contact-panel,
.dfy-section {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.dfy-card:hover,
.dfy-pillar:hover,
.dfy-check:hover,
.dfy-brand-chip:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(14, 12, 13, 0.12);
}

.dfy-button-primary {
  background: linear-gradient(135deg, #ffc14b 0%, var(--dfy-orange) 100%);
  color: var(--dfy-ink);
}

.dfy-button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(244, 234, 216, 0.2);
  color: var(--dfy-cream);
}

.dfy-button-ghost {
  background: rgba(244, 234, 216, 0.08);
  border-color: rgba(244, 234, 216, 0.12);
  color: var(--dfy-cream);
}

.dfy-hero-aside {
  display: grid;
  gap: 20px;
  align-content: start;
  grid-auto-rows: min-content;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at top right, rgba(46, 103, 188, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(245, 238, 225, 0.98), rgba(241, 232, 217, 0.94)),
    linear-gradient(135deg, rgba(46, 103, 188, 0.06), transparent);
  border: 1px solid rgba(34, 35, 38, 0.08);
  transform: translateY(calc(var(--dfy-scroll-shift, 0px) * -0.45));
  transition: transform 0.18s linear;
}

.dfy-hero-aside::before {
  display: none;
}

.dfy-stat-grid,
.dfy-columns-2,
.dfy-columns-3,
.dfy-columns-4,
.dfy-split,
.dfy-contact-layout {
  display: grid;
  gap: 24px;
}

.dfy-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dfy-hero-summary {
  display: grid;
  gap: 10px;
  padding-bottom: 8px;
  max-width: 48rem;
}

.dfy-hero-summary h3 {
  font-size: 1.46rem;
  line-height: 1.08;
  margin-bottom: 0;
}

.dfy-hero-summary p {
  font-size: 0.98rem;
  line-height: 1.68;
  max-width: 46rem;
}

.dfy-hero-aside .dfy-kicker {
  margin-bottom: 8px;
}

.dfy-split,
.dfy-contact-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: start;
}

.dfy-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dfy-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dfy-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dfy-columns-2 > *,
.dfy-columns-3 > *,
.dfy-columns-4 > * {
  height: 100%;
}

.dfy-stat,
.dfy-card,
.dfy-panel,
.dfy-pillar,
.dfy-check,
.dfy-timeline-item,
.dfy-brand-system,
.dfy-quote,
.dfy-highlight {
  position: relative;
  overflow: hidden;
  border-radius: var(--dfy-radius-lg);
  border: 1px solid rgba(34, 35, 38, 0.08);
  box-shadow: var(--dfy-shadow-soft);
}

.dfy-stat,
.dfy-card,
.dfy-panel,
.dfy-check,
.dfy-timeline-item,
.dfy-highlight,
.dfy-quote {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 248, 242, 0.78));
}

.dfy-stat,
.dfy-highlight,
.dfy-quote {
  height: 100%;
}

.dfy-card-soft {
  background:
    radial-gradient(circle at top right, rgba(46, 103, 188, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(219, 230, 245, 0.58));
}

.dfy-card-warm {
  background:
    radial-gradient(circle at top left, rgba(246, 171, 34, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(239, 228, 209, 0.74));
}

.dfy-card-media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 243, 236, 0.88));
}

.dfy-panel-blue {
  background:
    radial-gradient(circle at top right, rgba(46, 103, 188, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(219, 230, 245, 0.8), rgba(255, 255, 255, 0.82));
}

.dfy-pillar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.dfy-pillar-green {
  background:
    linear-gradient(180deg, rgba(221, 239, 224, 0.92), rgba(255, 255, 255, 0.76));
}

.dfy-pillar-blue {
  background:
    linear-gradient(180deg, rgba(219, 230, 245, 0.92), rgba(255, 255, 255, 0.76));
}

.dfy-pillar-warm {
  background:
    linear-gradient(180deg, rgba(239, 228, 209, 0.92), rgba(255, 255, 255, 0.76));
}

.dfy-stat::before,
.dfy-card::before,
.dfy-panel::before,
.dfy-pillar::before,
.dfy-check::before,
.dfy-timeline-item::before,
.dfy-brand-system::before,
.dfy-quote::before,
.dfy-highlight::before,
.dfy-contact-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 72px;
  height: 6px;
  border-radius: 0 0 999px 0;
  background: linear-gradient(90deg, rgba(246, 171, 34, 0.85), rgba(46, 103, 188, 0.64));
}

.dfy-stat-label,
.dfy-role,
.dfy-brand-bar span,
.dfy-brand-head {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dfy-stat-value {
  display: block;
  margin-bottom: 8px;
  font-size: 1.16rem;
  font-weight: 800;
  color: var(--dfy-ink);
}

.dfy-metric-list,
.dfy-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dfy-metric-list li {
  position: relative;
  padding-left: 18px;
}

.dfy-hero-aside .dfy-metric-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.dfy-hero-aside .dfy-metric-list li + li {
  margin-top: 0;
}

.dfy-hero-aside .dfy-metric-list li {
  padding: 18px 0 0;
  border-top: 1px solid rgba(34, 35, 38, 0.1);
}

.dfy-hero-aside .dfy-metric-list strong {
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.dfy-metric-list li + li,
.dfy-feature-list li + li {
  margin-top: 14px;
}

.dfy-metric-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dfy-orange);
}

.dfy-metric-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--dfy-ink);
}

.dfy-section {
  border: 1px solid rgba(34, 35, 38, 0.08);
  border-radius: 28px;
}

.dfy-section-soft {
  background:
    radial-gradient(circle at top right, rgba(46, 103, 188, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(240, 246, 252, 0.98), rgba(223, 233, 246, 0.94));
}

.dfy-section-warm {
  background:
    radial-gradient(circle at top left, rgba(246, 171, 34, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(246, 240, 230, 0.98), rgba(239, 228, 209, 0.96));
}

.dfy-section-soft .dfy-heading {
  max-width: 64rem;
}

.dfy-section-warm .dfy-heading {
  max-width: 62rem;
}

.dfy-section-ink .dfy-heading {
  max-width: 60rem;
}

.dfy-section-ink {
  background:
    radial-gradient(circle at top right, rgba(246, 171, 34, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(30, 29, 32, 0.96), rgba(24, 23, 26, 0.98)),
    url("assets/pattern-tile.jpg");
  background-size: auto, cover, 220px 220px;
  border: 1px solid var(--dfy-line-light);
}

.dfy-section-ink h2,
.dfy-section-ink h3,
.dfy-section-ink p,
.dfy-section-ink li,
.dfy-section-ink strong {
  color: var(--dfy-cream);
}

.dfy-section-ink .dfy-kicker {
  color: #f2bb57;
}

.dfy-section-ink .dfy-card,
.dfy-section-ink .dfy-check {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.dfy-card-dark-blue {
  background: linear-gradient(180deg, rgba(46, 103, 188, 0.18), rgba(255, 255, 255, 0.08));
}

.dfy-card-dark-neutral {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
}

.dfy-card-dark-warm {
  background: linear-gradient(180deg, rgba(246, 171, 34, 0.16), rgba(255, 255, 255, 0.08));
}

.dfy-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.dfy-heading p {
  max-width: 54rem;
  margin-bottom: 0;
}

.dfy-media-card {
  padding: 22px;
}

.dfy-media-wrap {
  display: grid;
  place-items: center;
  min-height: 240px;
  margin-bottom: 10px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(34, 35, 38, 0.08);
}

.dfy-media-wrap img {
  width: min(100%, 320px);
  max-height: 280px;
  object-fit: contain;
}

.dfy-media-wrap-photo {
  padding: 0;
  overflow: hidden;
}

.dfy-media-wrap-photo img {
  width: 100%;
  max-height: none;
  height: 100%;
  object-fit: cover;
}

.dfy-pillar-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(246, 171, 34, 0.16);
  color: var(--dfy-orange-deep);
  font-weight: 800;
}

.dfy-quote {
  background:
    radial-gradient(circle at top left, rgba(246, 171, 34, 0.16), transparent 34%),
    rgba(246, 171, 34, 0.1);
}

.dfy-highlight-soft {
  background:
    radial-gradient(circle at top right, rgba(46, 103, 188, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(219, 230, 245, 0.84), rgba(255, 255, 255, 0.76));
}

.dfy-brand-system {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(46, 103, 188, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 236, 227, 0.88));
}

.dfy-brand-system::before {
  width: 110px;
}

.dfy-brand-head,
.dfy-brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dfy-brand-head {
  color: var(--dfy-ink-soft);
}

.dfy-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dfy-brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 14px;
  border-radius: 18px;
  color: var(--dfy-white);
  font-weight: 800;
  text-align: center;
  line-height: 1.18;
}

.dfy-brand-green { background: #54b34d; }
.dfy-brand-blue { background: #2e67bc; }
.dfy-brand-coral { background: #ef8e69; }
.dfy-brand-lime { background: #6cc948; }
.dfy-brand-charcoal { background: #1f1f22; }
.dfy-brand-violet { background: #8d4fb9; }
.dfy-brand-teal { background: #29b4b4; }
.dfy-brand-pink { background: #f289b5; }

.dfy-brand-bar {
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--dfy-orange);
}

.dfy-brand-bar span,
.dfy-brand-bar strong {
  color: var(--dfy-ink);
}

.dfy-person {
  display: grid;
  align-content: start;
  gap: 14px;
}

.dfy-person img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 30px rgba(14, 12, 13, 0.12);
}

.dfy-role {
  color: var(--dfy-orange-deep);
}

.dfy-timeline {
  display: grid;
  gap: 18px;
  padding-left: 24px;
  border-left: 1px solid rgba(34, 35, 38, 0.12);
}

.dfy-timeline-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 243, 236, 0.8));
}

.dfy-timeline-item::after {
  content: "";
  position: absolute;
  left: -31px;
  top: 28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--dfy-orange);
  box-shadow: 0 0 0 6px rgba(246, 171, 34, 0.14);
}

.dfy-timeline-item span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--dfy-orange-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dfy-timeline-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--dfy-ink);
}

.dfy-feature-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(34, 35, 38, 0.1);
}

.dfy-feature-list li:first-child {
  padding-top: 0;
}

.dfy-feature-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dfy-contact-panel {
  background:
    radial-gradient(circle at top left, rgba(246, 171, 34, 0.14), transparent 32%),
    radial-gradient(circle at bottom right, rgba(46, 103, 188, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(248, 242, 232, 0.99), rgba(239, 229, 214, 0.97));
  border: 1px solid rgba(34, 35, 38, 0.08);
}

.dfy-contact-panel .dfy-card {
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
}

.dfy-split .dfy-stack {
  gap: 20px;
  align-content: start;
}

.dfy-hero-aside .dfy-metric-list,
.dfy-hero-aside .dfy-stat-grid {
  margin-top: 2px;
}

.dfy-card-media .dfy-media-wrap-photo {
  min-height: 320px;
}

.dfy-section-ink .dfy-card-dark-blue,
.dfy-section-ink .dfy-card-dark-neutral,
.dfy-section-ink .dfy-card-dark-warm {
  border-color: rgba(255, 255, 255, 0.14);
}

.dfy-page p:last-child,
.dfy-page ul:last-child,
.dfy-page ol:last-child {
  margin-bottom: 0;
}

.dfy-section-market .dfy-columns-3,
.dfy-section-need .dfy-columns-3,
.dfy-section-build .dfy-columns-3,
.dfy-section-growth .dfy-columns-3,
.dfy-section-financial .dfy-columns-3 {
  align-items: stretch;
}

.dfy-section-impact .dfy-columns-4,
.dfy-section-market-grid .dfy-columns-4,
.dfy-section-proof .dfy-columns-4,
.dfy-section-why-now .dfy-columns-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dfy-section-impact .dfy-split {
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  align-items: stretch;
  margin-bottom: 22px;
}

.dfy-section-impact .dfy-card,
.dfy-section-impact .dfy-highlight {
  padding: 24px;
}

.dfy-section-impact .dfy-split > * {
  height: 100%;
}

.dfy-section-impact .dfy-highlight {
  gap: 0;
}

.dfy-highlight-visual {
  justify-content: center;
}

.dfy-section-impact .dfy-media-wrap {
  min-height: 360px;
  height: 100%;
  margin-bottom: 0;
  padding: 28px;
}

.dfy-section-impact .dfy-media-wrap img {
  width: min(100%, 360px);
  max-height: 320px;
}

.dfy-section-impact .dfy-check::before {
  inset: 0 0 auto 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(246, 171, 34, 0.82) 0%, rgba(46, 103, 188, 0.58) 18%, rgba(255, 255, 255, 0) 40%);
}

.dfy-section-story .dfy-split {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: stretch;
}

.dfy-section-structure .dfy-split,
.dfy-section-serve .dfy-split {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
}

.dfy-section-proof .dfy-card,
.dfy-section-why-now .dfy-card {
  justify-content: space-between;
}

.dfy-section-team .dfy-person {
  padding-top: 30px;
}

.dfy-section-financial .dfy-card {
  justify-content: space-between;
}

.dfy-section-financial strong {
  font-size: 1.34rem;
  line-height: 1.05;
}

.dfy-section-revenue .dfy-card {
  padding-top: 30px;
}

.dfy-contact-status {
  display: none;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}

.dfy-contact-status.is-visible {
  display: block;
}

.dfy-contact-status.is-success {
  background: rgba(52, 129, 89, 0.12);
  color: #215e3d;
}

.dfy-contact-status.is-error {
  background: rgba(174, 63, 41, 0.12);
  color: #7f311f;
}

.dfy-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dfy-field {
  display: grid;
  gap: 0;
}

.dfy-field-full {
  grid-column: 1 / -1;
}

.dfy-field label {
  color: var(--dfy-ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.wpcf7-form {
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(34, 35, 38, 0.08);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(14, 12, 13, 0.08);
}

.dfy-field input,
.dfy-field textarea,
.wpcf7-form .dfy-field input,
.wpcf7-form .dfy-field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(34, 35, 38, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--dfy-ink);
  font-size: 1rem;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.dfy-field textarea,
.wpcf7-form .dfy-field textarea {
  min-height: 150px;
  resize: vertical;
}

.dfy-field input:focus,
.dfy-field textarea:focus,
.wpcf7-form .dfy-field input:focus,
.wpcf7-form .dfy-field textarea:focus {
  outline: 2px solid rgba(46, 103, 188, 0.22);
  outline-offset: 1px;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #7f311f;
  font-size: 0.86rem;
  font-weight: 700;
}

.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  border-width: 1px;
  font-weight: 700;
}

.dfy-honeypot {
  position: absolute;
  left: -9999px;
}

.dfy-contact-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}

.dfy-contact-actions .wpcf7-submit,
.wpcf7-submit.dfy-button {
  appearance: none;
  cursor: pointer;
  border: 0;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--dfy-radius-pill);
  background: linear-gradient(135deg, #ffc14b 0%, var(--dfy-orange) 100%);
  color: var(--dfy-ink);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(246, 171, 34, 0.2);
}

.wpcf7-spinner {
  margin: 0 0 0 8px;
}

.dfy-footnote {
  font-size: 0.9rem;
  color: var(--dfy-ink-soft);
}

.site-footer,
.site-below-footer-wrap,
.site-below-footer-wrap .ast-builder-grid-row-container-inner {
  background: transparent;
}

.site-footer .ast-footer-copyright,
.site-footer .ast-footer-copyright p,
.site-footer .ast-footer-copyright a {
  color: rgba(244, 234, 216, 0.72);
}

.site-footer .site-below-footer-wrap {
  margin: 18px auto 34px;
  width: min(calc(100% - 28px), var(--dfy-container));
  padding: 18px 22px;
  border-radius: 24px;
  border: 1px solid rgba(244, 234, 216, 0.1);
  background: rgba(18, 18, 21, 0.84);
}

@keyframes dfy-header-drop {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dfy-motion-ready .dfy-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.76s cubic-bezier(0.2, 0.74, 0.28, 1),
    transform 0.76s cubic-bezier(0.2, 0.74, 0.28, 1);
  will-change: opacity, transform;
}

.dfy-motion-ready .dfy-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dfy-motion-ready .dfy-stagger-item {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.66s cubic-bezier(0.2, 0.74, 0.28, 1),
    transform 0.66s cubic-bezier(0.2, 0.74, 0.28, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  transition-delay: var(--dfy-stagger, 0ms);
}

.dfy-motion-ready .is-visible .dfy-stagger-item,
.dfy-motion-ready .dfy-reveal.is-visible.dfy-stagger-item {
  opacity: 1;
  transform: translateY(0);
}

.dfy-motion-ready .is-visible .dfy-card.dfy-stagger-item:hover,
.dfy-motion-ready .is-visible .dfy-pillar.dfy-stagger-item:hover,
.dfy-motion-ready .is-visible .dfy-check.dfy-stagger-item:hover,
.dfy-motion-ready .is-visible .dfy-brand-chip.dfy-stagger-item:hover {
  transform: translateY(-4px);
}

.dfy-motion-ready .dfy-hero-copy::before {
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.9s cubic-bezier(0.2, 0.74, 0.28, 1) 0.22s;
}

.dfy-motion-ready .dfy-hero-copy.is-visible::before,
.dfy-motion-ready .is-visible .dfy-hero-copy::before {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .dfy-motion-ready .dfy-reveal,
  .dfy-motion-ready .dfy-stagger-item,
  .dfy-hero-copy,
  .dfy-hero-aside,
  .dfy-brandmark img {
    opacity: 1;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .dfy-site-header,
  .dfy-split,
  .dfy-contact-layout,
  .dfy-columns-4 {
    grid-template-columns: 1fr;
  }

  .dfy-site-header {
    border-radius: 28px;
    justify-items: start;
  }

  .dfy-site-nav {
    justify-content: start;
  }

  .dfy-site-cta {
    justify-self: start;
  }

  .dfy-columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .dfy-page {
    width: min(calc(100% - 18px), var(--dfy-container));
    padding-top: 18px;
  }

  .dfy-site-header {
    gap: 14px;
    padding: 16px;
    position: static;
  }

  .dfy-timeline {
    padding-left: 18px;
  }

  .dfy-timeline-item::after {
    left: -25px;
  }

  .dfy-hero-copy,
  .dfy-hero-aside,
  .dfy-section,
  .dfy-contact-panel {
    padding: 24px;
  }

  .dfy-brandmark {
    margin-bottom: 0;
  }

  .dfy-hero-copy {
    min-height: 0;
  }

  .dfy-hero-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "copy";
    row-gap: 20px;
  }

  .dfy-hero-brand {
    justify-items: start;
    padding-top: 0;
  }

  .dfy-hero-brand .dfy-kicker {
    text-align: left;
  }

  .dfy-brandmark img {
    width: min(240px, 52vw);
  }

  .dfy-hero-copy-inner {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .dfy-hero-copy h1 {
    max-width: 11.5ch;
  }

  .dfy-heading {
    margin-bottom: 22px;
  }

  .dfy-page h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .dfy-page h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .dfy-columns-2,
  .dfy-columns-3,
  .dfy-columns-4,
  .dfy-brand-grid,
  .dfy-stat-grid,
  .dfy-hero-aside .dfy-metric-list,
  .dfy-form-grid {
    grid-template-columns: 1fr;
  }

  .dfy-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
