/* BoostYourCampaign - Home v2 (Direction D "Trusted Studio", light). Adapted to real BYC content + images. */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #FAF6EF; }

.dx {
  --bg: #FAF6EF;
  --bg-cream: #F2EBDA;
  --panel: #FFFFFF;
  --navy: #0A1428;
  --navy-2: #142037;
  --navy-3: #1F2D45;
  --slate: #2D3B54;
  --muted: #5C6678;
  --dim: #8B95A8;
  --line: rgba(10,20,40,0.10);
  --line-strong: rgba(10,20,40,0.18);
  --line-d: rgba(255,255,255,0.12);
  --line-d-strong: rgba(255,255,255,0.22);
  --on-dark: #FFFFFF;
  --on-dark-2: rgba(255,255,255,0.78);
  --on-dark-muted: rgba(255,255,255,0.56);
  --orange: #FF8A4C;
  --orange-deep: #D85A24;
  --coral: #F0707E;
  --amber: #FFB948;
  --orange-soft: #FFE6D5;
  --warm-grad: linear-gradient(90deg, #F0707E 0%, #FF8A4C 50%, #FFB948 100%);
  --success: #1B8050;
  --success-soft: #E0F2E6;

  background: var(--bg);
  color: var(--navy);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.005em;
}
.dx .accent-grad { background: var(--warm-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; }
.dx .label { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange-deep); }
.dx h1, .dx h2, .dx h3, .dx h4, .dx h5 { margin: 0; letter-spacing: -0.025em; line-height: 1.1; }
.dx p { margin: 0; }
.dx a { color: inherit; text-decoration: none; cursor: pointer; }

/* --- Nav (two-row, dignified) --- */
.dx-nav { border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 6; backdrop-filter: blur(8px); background: rgba(250,246,239,0.92); }
.dx-nav-top { max-width: 1320px; margin: 0 auto; padding: 12px 56px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.dx-nav-top .left { display: flex; align-items: center; gap: 24px; }
.dx-nav-top .left .since { font-size: 12px; color: var(--muted); font-weight: 600; letter-spacing: 0.05em; }
.dx-nav-top .left .stars-mini { color: var(--orange); font-size: 13px; letter-spacing: 0.1em; display: inline-flex; gap: 2px; }
.dx-nav-top .left .stars-mini + span { font-size: 12px; color: var(--muted); }
.dx-nav-top .left strong { color: var(--navy); font-weight: 700; }
.dx-nav-top .right { display: flex; align-items: center; gap: 20px; }
.dx-nav-top .right .offices { font-size: 13px; color: var(--navy); font-weight: 600; display: flex; align-items: center; gap: 8px; }
.dx-nav-top .right .offices svg { color: var(--orange-deep); }
.dx-nav-top .right .lang { font-size: 12px; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; }
.dx-nav-main { max-width: 1320px; margin: 0 auto; padding: 18px 56px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.dx-logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 22px; letter-spacing: -0.025em; color: var(--navy); }
.dx-logo img { height: 36px; width: auto; }
.dx-nav-links { display: flex; gap: 28px; align-items: center; }
.dx-nav-links a { font-size: 14px; font-weight: 600; color: var(--slate); letter-spacing: 0.02em; transition: color .15s; }
.dx-nav-links a:hover { color: var(--orange-deep); }
.dx .dx-nav-cta { background: var(--navy); color: #fff; padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; transition: background .2s; letter-spacing: 0.02em; }
.dx .dx-nav-cta:hover { background: var(--orange-deep); }

/* --- Hero --- */
.dx-hero { max-width: 1320px; margin: 0 auto; padding: 40px 56px 64px; }
.dx-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.dx-pill { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 8px; border-radius: 999px; background: rgba(255,138,76,0.10); border: 1px solid rgba(255,138,76,0.25); font-size: 13px; font-weight: 600; color: var(--orange-deep); margin-bottom: 28px; }
.dx-pill .ico { width: 22px; height: 22px; border-radius: 50%; background: var(--warm-grad); display: grid; place-items: center; color: #fff; }
.dx-pill .ico svg { width: 12px; height: 12px; }
.dx-h1 { font-size: 72px; line-height: 1.02; letter-spacing: -0.035em; font-weight: 700; color: var(--navy); text-wrap: balance; }
.dx-lede { font-size: 20px; color: var(--slate); margin-top: 32px; line-height: 1.55; max-width: 560px; }
.dx-cta-row { margin-top: 40px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.dx .dx-primary { background: var(--navy); color: #fff; padding: 18px 28px; border-radius: 12px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 12px; transition: background .2s; letter-spacing: 0.01em; }
.dx .dx-primary:hover { background: var(--orange-deep); }
.dx .dx-primary .arrow { transition: transform .2s; }
.dx .dx-primary:hover .arrow { transform: translateX(3px); }
.dx .dx-secondary { color: var(--navy); padding: 16px 12px; font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 12px; border-bottom: 2px solid var(--navy); }
.dx-trust { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; gap: 28px; align-items: center; }
.dx-trust .avs { display: flex; }
.dx-trust .avs > * { margin-right: -10px; border: 2.5px solid var(--bg); border-radius: 50%; }
.dx-trust .text { font-size: 14px; color: var(--slate); }
.dx-trust .text strong { color: var(--navy); font-weight: 700; }
.dx-trust .text .stars { color: var(--orange); letter-spacing: 0.1em; font-size: 14px; line-height: 1; margin-bottom: 4px; display: inline-flex; gap: 2px; }
.dx-trust-sep { width: 1px; height: 40px; background: var(--line); }
.dx-trust .quick { font-size: 13px; color: var(--muted); }
.dx-trust .quick strong { color: var(--navy); display: block; font-size: 15px; }

/* Hero mosaic: 2x2 campaign tiles */
.dx-hero-mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 16px; position: relative; }
.dx-hero-mosaic::before { content: ''; position: absolute; top: -40px; right: -40px; bottom: -40px; left: -40px; background: radial-gradient(circle at 70% 30%, rgba(255,138,76,0.10), transparent 60%); pointer-events: none; z-index: -1; }
.dx-mtile { background: var(--panel); border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(10,20,40,0.06), 0 1px 2px rgba(10,20,40,0.04); transition: transform .25s; }
.dx-mtile:hover { transform: translateY(-3px); }
.dx-mtile .img { aspect-ratio: 4/3; overflow: hidden; }
.dx-mtile .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dx-mtile .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 4px; }
.dx-mtile .cat { font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.dx-mtile .name { font-size: 16px; font-weight: 700; color: var(--navy); letter-spacing: -0.015em; line-height: 1.2; }
.dx-mtile .raised { margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; }
.dx-mtile .raised .amt { font-size: 20px; font-weight: 800; color: var(--orange-deep); letter-spacing: -0.02em; }
.dx-mtile .raised .pct { font-size: 12px; color: var(--muted); font-weight: 600; }

/* --- O'Leary section --- */
.dx-oleary { background: var(--navy); color: var(--on-dark); padding: 96px 0; }
.dx-oleary-inner { max-width: 1320px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: center; }
.dx-oleary .portrait { aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; background: #1f2d45; position: relative; box-shadow: 0 32px 80px rgba(0,0,0,0.5); }
.dx-oleary .portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dx-oleary .label { color: var(--orange); }
.dx-oleary blockquote { font-size: 40px; line-height: 1.2; letter-spacing: -0.022em; font-weight: 600; margin: 20px 0 32px; }
.dx-oleary blockquote .accent-grad { font-weight: 700; }
.dx-oleary cite { font-style: normal; display: flex; align-items: center; gap: 18px; }
.dx-oleary cite .meta .name { font-size: 18px; font-weight: 700; color: #fff; }
.dx-oleary cite .meta .role { font-size: 14px; color: var(--on-dark-2); margin-top: 4px; }

/* --- Stats marquee --- */
.dx-stats { background: var(--bg-cream); padding: 56px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dx-stats-row { max-width: 1200px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.dx-stats-row > .item { display: flex; flex-direction: column; padding: 0 24px; text-align: center; align-items: center; }
.dx-stats-row > .item:not(:last-child) { border-right: 1px solid var(--line); }
.dx-stats-row .num { font-size: 52px; font-weight: 800; letter-spacing: -0.035em; line-height: 1; }
.dx-stats-row .num .accent-grad { font-weight: 800; }
.dx-stats-row .lbl { font-size: 18px; color: var(--navy); font-weight: 700; margin-top: 16px; letter-spacing: -0.01em; }
.dx-stats-row .desc { font-size: 14px; color: var(--muted); margin-top: 8px; max-width: 240px; line-height: 1.5; }

/* --- Section frame --- */
.dx-section { max-width: 1320px; margin: 0 auto; padding: 110px 56px; }
.dx-section-head { display: flex; justify-content: space-between; align-items: end; gap: 64px; margin-bottom: 64px; }
.dx-section-head h2 { font-size: 52px; font-weight: 700; letter-spacing: -0.03em; max-width: 720px; text-wrap: balance; }
.dx-section-head .lead { font-size: 18px; color: var(--slate); max-width: 400px; line-height: 1.55; }
.dx-section-head .meta { display: flex; align-items: center; gap: 20px; }
.dx-section-head .meta a { font-size: 15px; font-weight: 600; color: var(--navy); border-bottom: 2px solid var(--orange); padding-bottom: 4px; }

/* --- Case studies --- */
.dx-cases { display: flex; flex-direction: column; gap: 32px; }
.dx-case { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.dx-case.flip .visual { order: 2; }
.dx-case .visual { background: #f0eee9; min-height: 520px; position: relative; overflow: hidden; }
.dx-case .visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.dx-case .visual .raised-pill { position: absolute; left: 28px; top: 28px; background: var(--navy); color: #fff; padding: 16px 22px; border-radius: 14px; box-shadow: 0 16px 40px rgba(0,0,0,0.2); display: flex; align-items: center; gap: 14px; z-index: 2; }
.dx-case .visual .raised-pill .ico { width: 36px; height: 36px; border-radius: 10px; background: var(--orange); display: grid; place-items: center; }
.dx-case .visual .raised-pill .ico svg { width: 18px; height: 18px; color: #fff; }
.dx-case .visual .raised-pill .val { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; }
.dx-case .visual .raised-pill .lbl { font-size: 11px; font-weight: 600; color: var(--on-dark-muted); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }
.dx-case .content { padding: 64px 56px; display: flex; flex-direction: column; gap: 22px; justify-content: center; }
.dx-case .meta-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.dx-case .meta-row .cat { font-size: 13px; font-weight: 700; color: var(--orange-deep); letter-spacing: 0.08em; text-transform: uppercase; }
.dx-case .meta-row .tag { font-size: 12px; padding: 5px 11px; border-radius: 999px; background: var(--success-soft); color: var(--success); font-weight: 700; letter-spacing: 0.04em; }
.dx-case h3 { font-size: 38px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
.dx-case .story { font-size: 16px; color: var(--slate); line-height: 1.65; }
.dx-case .stats-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dx-case .stats-row .lbl { font-size: 12px; color: var(--muted); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
.dx-case .stats-row .val { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; color: var(--navy); }

/* --- Process --- */
.dx-process { background: var(--bg-cream); padding: 110px 0; }
.dx-process-inner { max-width: 1320px; margin: 0 auto; padding: 0 56px; }
.dx-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dx-process-step { background: var(--panel); border-radius: 18px; padding: 36px 32px; display: flex; flex-direction: column; gap: 18px; border: 1px solid var(--line); min-height: 280px; transition: transform .2s, border-color .2s; position: relative; }
.dx-process-step:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.dx-process-step .head { display: flex; justify-content: space-between; align-items: center; }
.dx-process-step .num { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 16px; letter-spacing: -0.01em; }
.dx-process-step.feature .num { background: var(--warm-grad); }
.dx-process-step .of { font-size: 12px; color: var(--muted); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.dx-process-step h4 { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }
.dx-process-step p { font-size: 16px; color: var(--slate); line-height: 1.6; }
.dx-process-step .time { margin-top: auto; font-size: 13px; color: var(--orange-deep); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }

/* --- Guarantee --- */
.dx-guarantee-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.dx-guarantee-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 40px 36px; display: flex; flex-direction: column; gap: 18px; min-height: 340px; }
.dx-guarantee-card.feature { background: var(--navy); color: var(--on-dark); border-color: var(--navy); }
.dx-guarantee-card.feature p { color: var(--on-dark-2); }
.dx-guarantee-card.feature .icon { background: var(--warm-grad); color: #fff; }
.dx-guarantee-card.feature .tag { color: var(--orange); border-color: var(--line-d); }
.dx-guarantee-card .icon { width: 56px; height: 56px; border-radius: 14px; background: var(--orange-soft); color: var(--orange-deep); display: grid; place-items: center; }
.dx-guarantee-card .icon svg { width: 26px; height: 26px; }
.dx-guarantee-card h4 { font-size: 24px; font-weight: 700; letter-spacing: -0.015em; }
.dx-guarantee-card p { font-size: 16px; color: var(--slate); line-height: 1.6; }
.dx-guarantee-card .tag { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; color: var(--orange-deep); letter-spacing: 0.1em; text-transform: uppercase; }

/* --- Services (dark) --- */
.dx-services { background: var(--navy); color: var(--on-dark); padding: 110px 0; }
.dx-services-inner { max-width: 1320px; margin: 0 auto; padding: 0 56px; }
.dx-services-inner .dx-section-head h2 { color: #fff; }
.dx-services-inner .dx-section-head .label { color: var(--orange); }
.dx-services-inner .dx-section-head .lead { color: var(--on-dark-2); }
.dx-services-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--line-d); border: 1px solid var(--line-d); border-radius: 20px; overflow: hidden; }
.dx-svc { background: var(--navy); padding: 44px 36px; display: flex; flex-direction: column; gap: 20px; min-height: 380px; transition: background .2s; }
.dx-svc:hover { background: var(--navy-2); }
.dx-svc .num { font-size: 13px; color: var(--orange); font-weight: 700; letter-spacing: 0.1em; }
.dx-svc h4 { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.dx-svc p { font-size: 16px; color: var(--on-dark-2); line-height: 1.65; }
.dx-svc .deliverables { margin-top: 8px; display: flex; flex-direction: column; gap: 10px; }
.dx-svc .deliverables .row { display: flex; align-items: start; gap: 12px; font-size: 14px; color: var(--on-dark-2); line-height: 1.5; }
.dx-svc .deliverables .row svg { flex-shrink: 0; color: var(--orange); margin-top: 4px; }
.dx-svc .link { margin-top: auto; font-size: 14px; font-weight: 700; color: var(--orange); display: inline-flex; align-items: center; gap: 8px; letter-spacing: 0.04em; }

/* --- Press --- */
.dx-press { background: var(--bg); padding: 56px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dx-press-inner { max-width: 1320px; margin: 0 auto; padding: 0 56px; display: flex; align-items: center; gap: 56px; }
.dx-press .lbl { font-size: 13px; font-weight: 700; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.dx-press .logos { display: flex; flex: 1; justify-content: space-between; align-items: center; gap: 32px; }
.dx-press .logo img { height: 26px; width: auto; max-width: 130px; object-fit: contain; filter: brightness(0); opacity: 0.5; transition: opacity .2s; }
.dx-press .logo img:hover { opacity: 0.85; }

/* --- Testimonials --- */
.dx-testi-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.dx-testi-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 32px 30px; display: flex; flex-direction: column; gap: 20px; }
.dx-testi-card .top { display: flex; justify-content: space-between; align-items: center; }
.dx-testi-card .stars { color: var(--orange); font-size: 15px; letter-spacing: 0.18em; display: inline-flex; gap: 2px; }
.dx-testi-card .raised-pill { padding: 5px 12px; border-radius: 999px; background: var(--success-soft); color: var(--success); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; }
.dx-testi-card blockquote { font-size: 17px; line-height: 1.55; color: var(--navy); font-weight: 500; margin: 0; }
.dx-testi-card .creator { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.dx-testi-card .creator .meta .name { font-size: 15px; font-weight: 700; color: var(--navy); }
.dx-testi-card .creator .meta .role { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* --- Final CTA --- */
.dx-final { background: var(--navy); color: var(--on-dark); padding: 110px 0; position: relative; overflow: hidden; }
.dx-final::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,76,0.18), transparent 60%); pointer-events: none; }
.dx-final-inner { max-width: 980px; margin: 0 auto; padding: 0 56px; text-align: center; position: relative; }
.dx-final .label { color: var(--orange); }
.dx-final h2 { font-size: 64px; font-weight: 700; letter-spacing: -0.035em; line-height: 1.04; margin: 24px 0 28px; color: #fff; text-wrap: balance; }
.dx-final .lead { font-size: 19px; color: var(--on-dark-2); max-width: 620px; margin: 0 auto 44px; line-height: 1.55; }
.dx-final-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.dx .dx-final-primary { background: #fff; color: var(--navy); padding: 18px 32px; border-radius: 12px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 12px; transition: background .2s; }
.dx .dx-final-primary:hover { background: var(--orange); color: #fff; }
.dx-final-meta { margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--line-d); display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; font-size: 14px; color: var(--on-dark-2); }
.dx-final-meta .item { display: flex; align-items: center; gap: 10px; }
.dx-final-meta .item strong { color: #fff; font-weight: 700; }
.dx-final-meta .item svg { color: var(--orange); }

/* --- Footer --- */
.dx-footer { background: var(--bg); color: var(--slate); padding: 80px 0 28px; border-top: 1px solid var(--line); }
.dx-footer-inner { max-width: 1320px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 56px; }
.dx-footer .logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 22px; color: var(--navy); }
.dx-footer .logo img { height: 36px; width: auto; }
.dx-footer .blurb { font-size: 15px; color: var(--slate); max-width: 320px; margin: 22px 0 28px; line-height: 1.65; }
.dx-footer .news-mini { margin: 0 0 28px; max-width: 360px; }
.dx-footer .news-mini h5 { font-size: 13px; font-weight: 700; color: var(--navy); margin: 0 0 12px; letter-spacing: 0.04em; }
.dx-footer .news-form { display: flex; gap: 8px; border: 1px solid var(--line-strong); border-radius: 10px; padding: 6px; background: var(--panel); }
.dx-footer .news-form input { flex: 1; background: transparent; border: 0; outline: 0; font-size: 14px; padding: 10px 14px; color: var(--navy); font-family: inherit; }
.dx-footer .news-form input::placeholder { color: var(--muted); }
.dx-footer .news-form button { background: var(--navy); color: #fff; border: 0; padding: 10px 18px; border-radius: 7px; font-weight: 700; cursor: pointer; font-size: 13px; }
.dx-footer .news-ok { font-size: 14px; color: var(--success); font-weight: 700; display: flex; align-items: center; gap: 8px; }
.dx-footer .socials { display: flex; gap: 10px; }
.dx-footer .socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--slate); transition: color .2s, border-color .2s; }
.dx-footer .socials a:hover { color: var(--orange-deep); border-color: var(--orange-deep); }
.dx-footer h5 { color: var(--navy); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 18px; font-weight: 700; }
.dx-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: 14px; color: var(--slate); }
.dx-footer ul a:hover { color: var(--navy); }
.dx-footer-bot { margin-top: 64px; padding: 28px 56px 0; max-width: 1320px; margin-left: auto; margin-right: auto; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); }

/* --- Contact modal (homepage in-page CTAs) --- */
.dx-cpop-overlay { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; background: rgba(10,20,40,0.55); backdrop-filter: blur(4px); animation: dxCpopFade .2s ease both; }
.dx-cpop { position: relative; width: min(520px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; background: var(--navy); border: 1px solid rgba(255,255,255,0.12); border-radius: 22px; padding: 38px 36px; box-shadow: 0 40px 120px rgba(0,0,0,0.6); animation: dxCpopIn .3s cubic-bezier(.2,.7,.3,1) both; }
.dx-cpop-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.04); color: var(--on-dark-2); cursor: pointer; display: grid; place-items: center; transition: color .2s, border-color .2s; }
.dx-cpop-close:hover { color: #fff; border-color: rgba(255,255,255,0.32); }
.dx-cpop-avail { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border-radius: 999px; background: rgba(255,138,76,0.14); border: 1px solid rgba(255,138,76,0.3); font-size: 12.5px; font-weight: 700; color: var(--orange); letter-spacing: 0.02em; }
.dx-cpop-avail .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(27,128,80,0.25); }
.dx-cpop h3 { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; color: #fff; margin: 16px 0 0; }
.dx-cpop > p { font-size: 15px; color: var(--on-dark-2); line-height: 1.55; margin: 10px 0 22px; }
.dx-cpop-form { display: flex; flex-direction: column; gap: 16px; }
.dx-cpop-form .f { display: flex; flex-direction: column; gap: 8px; }
.dx-cpop-form label { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0.02em; }
.dx-cpop-form label .req { color: var(--orange); margin-left: 3px; }
.dx-cpop-form label .opt { color: var(--on-dark-muted); font-weight: 500; margin-left: 4px; }
.dx-cpop-form input, .dx-cpop-form textarea { width: 100%; background: #fff; border: 1px solid transparent; border-radius: 12px; padding: 15px 16px; font-size: 15px; color: var(--navy); font-family: inherit; outline: none; transition: box-shadow .15s, border-color .15s; }
.dx-cpop-form textarea { resize: vertical; min-height: 96px; line-height: 1.5; }
.dx-cpop-form input::placeholder, .dx-cpop-form textarea::placeholder { color: #98a2b3; }
.dx-cpop-form input:focus, .dx-cpop-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,138,76,0.3); }
.dx-cpop-submit { margin-top: 4px; background: var(--warm-grad); color: var(--navy); border: 0; border-radius: 12px; padding: 16px 20px; font-size: 16px; font-weight: 800; cursor: pointer; transition: filter .2s; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.dx-cpop-submit:hover { filter: brightness(1.07); }
.dx-cpop-note { font-size: 12.5px; color: var(--on-dark-muted); text-align: center; line-height: 1.5; margin: 2px 0 0; }
.dx-cpop-ok { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: #fff; line-height: 1.5; margin-top: 6px; }
.dx-cpop-ok svg { flex-shrink: 0; color: var(--success); margin-top: 2px; }
@keyframes dxCpopFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes dxCpopIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }

/* ===== Hamburger + mobile responsive (homepage) ===== */
.dx-burger { display: none; background: none; border: 0; color: var(--navy); cursor: pointer; padding: 6px; line-height: 0; }
.dx-nav-drawer { display: none; }

@media (max-width: 900px) {
  /* nav */
  .dx-nav-top { padding: 8px 18px; }
  .dx-nav-top .left { gap: 12px; flex-wrap: wrap; }
  .dx-nav-top .left .since { font-size: 11px; }
  .dx-nav-main { padding: 12px 18px; gap: 12px; }
  .dx-nav-links { display: none; }
  .dx .dx-nav-cta { display: none; }
  .dx-burger { display: inline-grid; place-items: center; }
  .dx-nav-drawer.open { display: flex; flex-direction: column; padding: 4px 18px 14px; border-top: 1px solid var(--line); background: rgba(250,246,239,0.98); }
  .dx-nav-drawer a { padding: 13px 2px; font-size: 15px; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--line); }
  .dx-nav-drawer a.cta { color: var(--orange-deep); font-weight: 800; border-bottom: 0; }

  /* side padding: stop horizontal overflow */
  .dx-hero, .dx-oleary-inner, .dx-section, .dx-process-inner, .dx-services-inner,
  .dx-press-inner, .dx-final-inner, .dx-footer-inner, .dx-footer-bot, .dx-stats-row {
    padding-left: 18px !important; padding-right: 18px !important;
  }

  /* hero */
  .dx-hero { padding-top: 24px; padding-bottom: 40px; }
  .dx-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .dx-h1 { font-size: 38px; line-height: 1.06; }
  .dx-lede { font-size: 17px; margin-top: 20px; max-width: 100%; }
  .dx-cta-row { margin-top: 26px; }
  .dx .dx-primary { width: 100%; justify-content: center; }
  .dx-trust { margin-top: 26px; padding-top: 20px; gap: 16px; flex-wrap: wrap; }
  .dx-hero-mosaic { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* stats */
  .dx-stats-row { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .dx-stats .item .num { font-size: 40px; }

  /* o'leary */
  .dx-oleary { padding: 44px 0; }
  .dx-oleary-inner { grid-template-columns: 1fr; gap: 28px; }
  .dx-oleary blockquote { font-size: 24px; }

  /* generic sections */
  .dx-section { padding-top: 48px; padding-bottom: 48px; }
  .dx-section-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .dx-section-head h2, .dx-final-inner h2 { font-size: 28px; }
  .dx-section .lead, .dx-final .lead { max-width: 100%; }
  .dx-cases { grid-template-columns: 1fr; gap: 28px; }
  .dx-case, .dx-case.flip { grid-template-columns: 1fr !important; gap: 18px; }
  .dx-case .stats-row { flex-wrap: wrap; gap: 12px; }

  /* process / guarantee / services */
  .dx-process { } .dx-process-inner { padding-top: 48px; padding-bottom: 48px; }
  .dx-process-grid { grid-template-columns: 1fr; gap: 14px; }
  .dx-guarantee-grid { grid-template-columns: 1fr; gap: 16px; }
  .dx-services-inner { padding-top: 48px; padding-bottom: 48px; }
  .dx-services-grid { grid-template-columns: 1fr; gap: 16px; }

  /* press / testimonials */
  .dx-press-inner { padding-top: 30px; padding-bottom: 30px; }
  .dx-press .logos { flex-wrap: wrap; gap: 18px 26px; justify-content: center; }
  .dx-testi-grid { grid-template-columns: 1fr; gap: 16px; }

  /* final CTA */
  .dx-final { padding: 52px 0; }
  .dx-final-meta { flex-direction: column; gap: 12px; align-items: flex-start; }
  .dx .dx-final-primary { width: 100%; justify-content: center; }

  /* footer */
  .dx-footer { padding: 48px 0 24px; }
  .dx-footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .dx-footer-bot { flex-direction: column; gap: 10px; }
}

@media (max-width: 520px) {
  .dx-h1 { font-size: 32px; }
  .dx-hero-mosaic { grid-template-columns: 1fr; }
  .dx-nav-top .left > span:not(.since):not(.stars-mini) { display: none; }
}
