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

/* DemandStage — white base, navy headings, amber "on-air" accent */
body { background:#FFFFFF; color:#334155; font-family:'Inter',system-ui,-apple-system,sans-serif; font-size:17px; }
h1,h2,h3,h4,h5,h6 { color:#0A1F3D; font-family:'Inter',system-ui,sans-serif; font-weight:800; }
p { line-height:1.65; }
a { color:#B45309; }

/* buttons */
.wp-block-button__link, .wp-element-button { background:linear-gradient(90deg,#D97706,#F59E0B) !important; color:#fff !important; border:none !important; border-radius:999px !important; padding:13px 30px !important; font-weight:600 !important; font-size:16px !important; }
.is-style-outline .wp-block-button__link { background:transparent !important; color:#B45309 !important; border:1.5px solid #FCD34D !important; }

/* header */
header { background:#fff; border-bottom:1px solid #E2E8F0; }
header .wp-block-site-title a { color:#0A1F3D; text-decoration:none; font-weight:800; font-size:22px; }
header .wp-block-navigation a { color:#334155; font-weight:500; font-size:16px; text-decoration:none; }
header .wp-block-navigation a:hover { color:#B45309; }
header .wp-block-navigation a[aria-current="page"] { color:#B45309; font-weight:700; }

/* footer */
footer { background:#0A1F3D; }
footer h3 { color:#fff; }
footer p { color:#C7D7EE; }
footer a { color:#FBBF24; }

/* cards + grid */
.dd-grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:stretch; }
@media (max-width: 781px) { .dd-grid-2 { grid-template-columns:1fr; } }
.dd-card { background:#FFFFFF; border:1px solid #E2E8F0; border-radius:16px; padding:30px !important; box-shadow:0 1px 3px rgba(15,23,42,.06); height:100%; display:flex; flex-direction:column; }
.dd-card h3 { margin-top:0; margin-bottom:18px !important; }
.dd-card:has(.dd-chip) > *:nth-last-child(2) { margin-bottom:22px; }

/* chips */
.dd-chip { display:inline-block; padding:4px 14px !important; border-radius:999px; font-size:11px !important; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; margin-top:auto !important; align-self:flex-start; width:auto; }
.dd-chip-live { background:#ECFDF5; color:#047857 !important; border:1px solid #A7F3D0; }
.dd-chip-soon { background:#FFFBEB; color:#B45309 !important; border:1px solid #FDE68A; }

/* badge */
.dd-badge-wrap { margin:0 0 14px; }
.dd-badge { display:inline-block; padding:6px 16px; border-radius:999px; background:#FFFBEB; border:1px solid #FDE68A; color:#B45309; font-size:13px; font-weight:600; letter-spacing:1px; text-transform:uppercase; }

/* stats */
.dd-stat-num { font-size:44px; font-weight:800; color:#0A1F3D; margin:0 0 4px; line-height:1.1; }
.dd-stat-label { font-size:15px; color:#64748B; margin:0; }

/* step numbers for the method */
.dd-step-num { font-size:15px; font-weight:800; letter-spacing:2px; color:#B45309; text-transform:uppercase; margin:0 0 8px; }

/* checklists */
.dd-check-list { list-style:none; padding-left:0; margin:0; }
.dd-check-list li { position:relative; padding-left:28px; margin-bottom:12px; font-size:16px; }
.dd-check-list li::before { content:'\2713'; position:absolute; left:0; color:#D97706; font-weight:700; }
/* kill theme block-gap margins inside grids so cards align */
.dd-grid-2 > * { margin-top:0 !important; margin-block-start:0 !important; }

.dd-card .wp-block-image { margin:0 0 16px; }
.dd-card .wp-block-image img { border-radius:10px; width:100%; height:auto; display:block; }
.dd-quote { font-size:28px; font-weight:700; color:#0A1F3D; line-height:1.4; text-align:center; max-width:820px; margin:0 auto; }
.dd-quote em { color:#B45309; font-style:normal; }
.dd-faq h3 { font-size:19px; margin-bottom:8px !important; }
.dd-faq p { font-size:16px; margin-top:0; }

/* modern agency patterns */
header { position:sticky; top:0; z-index:50; background:rgba(255,255,255,.92); backdrop-filter:blur(8px); }
.dd-card { transition:transform .18s ease, box-shadow .18s ease; }
.dd-card:hover { transform:translateY(-3px); box-shadow:0 12px 32px rgba(15,23,42,.10); }
.dd-grad { background:linear-gradient(90deg,#D97706,#F59E0B); -webkit-background-clip:text; background-clip:text; color:transparent; }
.dd-band { background:#0A1F3D !important; border-radius:24px; border:none !important; }
.dd-band h2 { color:#fff !important; }
.dd-band p { color:#C7D7EE !important; }
.dd-eyebrow { font-size:14px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:#B45309; text-align:center; margin:0 0 10px; }
.dd-wideimg img { border-radius:16px; border:1px solid #E2E8F0; width:100%; height:auto; display:block; }
/* color pass */
h2.has-text-align-center::after { content:""; display:block; width:56px; height:4px; border-radius:2px; background:linear-gradient(90deg,#D97706,#F59E0B); margin:14px auto 0; }
.dd-grid-2 > .dd-card:nth-child(odd) { border-top:3px solid #F59E0B; }
.dd-grid-2 > .dd-card:nth-child(even) { border-top:3px solid #1D4ED8; }
.dd-grid-2 > .dd-card.dd-faq:nth-child(odd) { background:#FFFBEB; border-color:#FDE68A; border-top:3px solid #F59E0B; }
.dd-grid-2 > .dd-card.dd-faq:nth-child(even) { background:#EFF6FF; border-color:#BFDBFE; border-top:3px solid #1D4ED8; }
.dd-diagram { margin:24px 0 0; padding:32px; background:#fff; border:1px solid #E2E8F0; border-radius:16px; }

/* contact form */
.wpcf7 form { max-width:640px; }
.wpcf7 label { display:block; font-weight:600; color:#0A1F3D; font-size:15px; margin-bottom:18px; font-family:'Inter',system-ui,sans-serif; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { font-family:'Inter',system-ui,sans-serif; font-size:16px; width:100%; padding:13px 16px; margin-top:8px; border:1.5px solid #E2E8F0; border-radius:10px; background:#fff; color:#334155; box-sizing:border-box; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border-color:#F59E0B; outline:none; box-shadow:0 0 0 3px rgba(245,158,11,.15); }
.wpcf7 textarea { min-height:140px; }
.wpcf7 .wpcf7-submit { background:linear-gradient(90deg,#D97706,#F59E0B); color:#fff; border:none; border-radius:999px; padding:14px 36px; font-weight:600; font-size:16px; cursor:pointer; font-family:'Inter',system-ui,sans-serif; }
.wpcf7 .wpcf7-submit:hover { opacity:.92; }
.wpcf7 .wpcf7-not-valid-tip { color:#B91C1C; font-size:14px; margin-top:4px; }
.wpcf7 .wpcf7-response-output { border-radius:10px; padding:14px 18px; font-size:15px; }
.dd-logo-wall { display:flex; flex-wrap:wrap; gap:22px 46px; justify-content:center; align-items:center; margin:32px 0 8px; }
.dd-logo { font-weight:800; font-size:24px; letter-spacing:-0.4px; opacity:.82; filter:saturate(.75); transition:opacity .18s, filter .18s; white-space:nowrap; }
.dd-logo:hover { opacity:1; filter:none; }
@media (max-width:781px) { .dd-logo { font-size:19px; } }

/* hero with visual column */
.dd-hero { display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; }
.dd-hero > * { margin-top:0 !important; margin-block-start:0 !important; }
.dd-hero-art { line-height:0; }
.dd-hero-art svg { width:100%; height:auto; }
@media (max-width:900px) { .dd-hero { grid-template-columns:1fr; gap:32px; } }
.dd-hero-shot { position:relative; margin:0 0 20px; isolation:isolate; }
.dd-hero-shot img { width:100%; height:auto; display:block; border-radius:18px; border:1px solid #E2E8F0; box-shadow:0 24px 48px -24px rgba(10,31,61,.35); }
.dd-hero-shot::after { content:""; position:absolute; inset:18px -14px -14px 18px; border:2px solid #F59E0B; border-radius:20px; z-index:-1; }
.dd-onair { position:absolute; top:14px; left:14px; display:inline-flex; align-items:center; gap:7px; background:linear-gradient(90deg,#D97706,#F59E0B); color:#fff; font-weight:800; font-size:12px; letter-spacing:1.5px; padding:7px 14px; border-radius:999px; line-height:1; }
.dd-onair-dot { width:7px; height:7px; border-radius:50%; background:#fff; animation:ddpulse 1.6s ease-in-out infinite; }
@keyframes ddpulse { 0%,100%{opacity:1} 50%{opacity:.35} }
.dd-hero-stat { position:absolute; right:16px; bottom:-16px; background:#fff; border:1px solid #E2E8F0; border-radius:12px; padding:10px 16px; font-weight:800; color:#0A1F3D; font-size:14px; line-height:1.2; box-shadow:0 10px 24px -12px rgba(10,31,61,.3); }
