/*
Theme Name: Defence Presswire
Theme URI: https://defencepresswire.com
Author: Triforce Media
Description: Bespoke defence-industry intelligence theme for Defense Presswire — publicly traded defence & aerospace companies, procurement and markets.
Version: 0.2.0
License: GPL-2.0
*/

:root {
  /* Defence Presswire refined palette (Homepage Redesign Plan §02) */
  --bg: #0B1D33;            /* Deep Navy — primary backgrounds */
  --bg-2: #091626;          /* darker navy recess */
  --surface: #0F2741;       /* navy card */
  --surface-2: #143055;     /* raised navy */
  --line: #1E3A5F;          /* navy hairline */
  --text: #EAF3F9;          /* Ice Field — body text on dark */
  --muted: #93A6C4;         /* muted blue-grey */
  --up: #16c784;
  --down: #ea3943;
  --accent: #0C388E;        /* Command Blue — authority accents */
  --brand: #0C388E;         /* Command Blue */
  --brand-navy: #0B1D33;    /* Deep Navy */
  --link: #52A8DB;          /* Sky Blue — readable links on dark */
  --gold: #0B88CC;          /* Signal Blue — data highlights */
  --opblue: #0B6CBC;        /* Operational Blue — active/CTA fills */
  --ice: #EAF3F9;           /* Ice Field — light sections */
  --steel: #F3F6F8;         /* Steel Silver — neutral cards */
  --radius: 12px;
  --shadow: 0 6px 22px rgba(0, 0, 0, .30);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: radial-gradient(1200px 600px at 70% -10%, #142039 0%, var(--bg) 55%);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}
html { scroll-behavior: smooth; }
::selection { background: var(--accent); color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
a { color: var(--accent); text-decoration: none; transition: color .15s ease; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .4em; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
img { max-width: 100%; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ---------- Ticker tape (snapshot-driven marquee — instant, no API calls) ---------- */
.tape { background: #05080f; border-bottom: 1px solid var(--line); overflow: hidden; }
.tape-track { display: inline-flex; white-space: nowrap; padding: 9px 0; will-change: transform; animation: tkscroll 70s linear infinite; }
.tape:hover .tape-track { animation-play-state: paused; }
.tk-item { display: inline-flex; align-items: center; gap: 6px; padding: 0 18px; border-right: 1px solid #15203a; font-size: 13px; }
.tk-item a { color: var(--text); display: inline-flex; gap: 6px; }
.tk-item a:hover { text-decoration: none; opacity: .85; }
.tk-item b { color: #fff; font-weight: 700; }
.tk-item .tp { color: var(--muted); }
.tk-item .tpp { font-weight: 700; }
.tk-item.up .tpp { color: var(--up); }
.tk-item.down .tpp { color: var(--down); }
.tk-item.flat .tpp { color: var(--muted); }
@keyframes tkscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .tape-track { animation: none; flex-wrap: wrap; } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7, 11, 20, .88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: -.02em; color: #fff; }
.brand img { height: 46px; width: auto; display: block; }
.brand .mark { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg, var(--accent), #7b3dff); display: grid; place-items: center; color: #fff; font-size: 16px; }
.brand small { display: block; font-size: 10px; font-weight: 600; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }
nav.primary { margin-left: auto; }
nav.primary ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
nav.primary a { display: block; padding: 8px 12px; border-radius: 8px; color: var(--muted); font-weight: 600; font-size: 14px; }
nav.primary a:hover { background: var(--surface); color: var(--text); text-decoration: none; }
.nav-toggle { display: none; background: none; border: 0; color: var(--text); font-size: 26px; line-height: 1; cursor: pointer; padding: 4px 10px; margin-left: auto; border-radius: 8px; }
.nav-toggle:hover { background: var(--surface); }

/* ---------- Buttons / chips ---------- */
.btn { display: inline-block; padding: 12px 22px; border-radius: 10px; font-weight: 700; background: var(--accent); color: #fff; transition: transform .12s; }
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn.ghost { background: var(--surface); color: var(--text); border: 1px solid var(--line); }
.chip { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; background: var(--surface-2); color: var(--muted); }
.badge { display: inline-block; background: var(--surface-2); border: 1px solid var(--line); color: #fff; border-radius: 6px; padding: 2px 8px; font-weight: 800; font-size: 12px; letter-spacing: .03em; }
.up { color: var(--up); } .down { color: var(--down); }

/* ---------- Hero ---------- */
.hero { padding: 56px 0 28px; text-align: center; }
.hero h1 { font-size: clamp(30px, 5vw, 52px); background: linear-gradient(90deg, #fff, #bcd9f5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 18px; color: var(--muted); max-width: 640px; margin: 14px auto 22px; }
.hero .cta { display: flex; gap: 12px; justify-content: center; }

/* ---------- Section ---------- */
.section { padding: 30px 0; }
.section h2 { font-size: 22px; display: flex; align-items: center; gap: 10px; }
.section h2 .more { margin-left: auto; font-size: 13px; font-weight: 600; color: var(--muted); }
.section-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.section-head .sub { color: var(--muted); font-size: 13px; }

/* ---------- Card / grid ---------- */
.grid { display: grid; gap: 16px; }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid.cols-4, .grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid.cols-4, .grid.cols-3, .grid.cols-2 { grid-template-columns: 1fr; } }

.card { background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.03); transition: transform .18s cubic-bezier(.2,.7,.2,1), border-color .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-1px); border-color: #2f4068; box-shadow: 0 10px 28px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.045); }

/* company mini card */
.stock-card { display: block; color: var(--text); }
.stock-card .row1 { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.stock-card .name { font-weight: 700; font-size: 15px; }
.stock-card .price { font-size: 22px; font-weight: 800; margin-top: 8px; }
.stock-card .meta { color: var(--muted); font-size: 12px; }

/* movers */
.movers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 700px) { .movers-grid { grid-template-columns: 1fr; } }
.mover-list { list-style: none; margin: 0; padding: 0; }
.mover-list li { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.mover-list li:last-child { border-bottom: 0; }
.mover-list .tk { font-weight: 800; width: 64px; }
.mover-list .nm { color: var(--muted); font-size: 13px; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mover-list .pc { font-weight: 700; width: 82px; text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }

/* vertical tiles */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tiles { grid-template-columns: 1fr 1fr; } }
.tile { display: block; padding: 22px 18px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); color: var(--text); text-align: left; transition: transform .18s cubic-bezier(.2,.7,.2,1), border-color .18s ease; }
.tile:hover { text-decoration: none; border-color: var(--accent); transform: translateY(-1px); }
.tile .ic { font-size: 24px; }
.tile .nm { font-weight: 700; margin-top: 8px; }
.tile .ct { color: var(--muted); font-size: 12px; }

/* news list */
.news-card { color: var(--text); display: flex; flex-direction: column; gap: 8px; }
.news-card .when { color: var(--muted); font-size: 12px; }
.news-card h3 { font-size: 16px; margin: 0; }
.news-card .tag { align-self: flex-start; }

/* ---------- Static / resource page prose ---------- */
.page-prose { padding: 28px 0 50px; }
.page-prose h1 { font-size: clamp(26px, 4vw, 36px); }
.page-prose .lead { color: var(--muted); font-size: 17px; max-width: 720px; }
.page-prose .body { max-width: 780px; font-size: 16px; line-height: 1.7; }
.page-prose .body h2 { font-size: 21px; margin-top: 1.4em; }
.page-prose .body p { margin: 0 0 1em; }
.page-prose .body a { color: var(--link); }
.page-prose .body ul { margin: 0 0 1em 1.2em; }
.page-prose .body li { margin: 0 0 .5em; }
.page-prose .glossary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
@media (max-width: 700px) { .page-prose .glossary { grid-template-columns: 1fr; } }
.page-prose .glossary dt { font-weight: 800; color: var(--text); margin-top: 10px; }
.page-prose .glossary dd { margin: 0 0 4px; color: var(--muted); font-size: 14px; }

/* ---------- Company page ---------- */
.company { padding: 28px 0 50px; }
.company .head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.company .head h1 { font-size: 30px; margin: 0; }
.company .sub { color: var(--muted); margin: 4px 0 18px; }
.chart-box { background: var(--surface); border-radius: var(--radius); padding: 14px; border: 1px solid var(--line); }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
@media (max-width: 800px) { .company-grid { grid-template-columns: 1fr; } }
.dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; font-size: 14px; }
.dl dt { color: var(--muted); }
.list { list-style: none; margin: 0; padding: 0; }
.list li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.list li:last-child { border-bottom: 0; }

/* ---------- Article ---------- */
.article { padding: 28px 0 60px; }
.article .crumb { color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.article h1 { font-size: clamp(26px, 4vw, 38px); }
.article .meta { color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.article .body { font-size: 17px; line-height: 1.75; max-width: 760px; }
.article .body h2 { font-size: 22px; margin-top: 1.4em; }
.article .body p { margin: 0 0 1.1em; }
.article .body a { color: var(--link); }
.article .src { font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 26px; max-width: 760px; }

/* ---------- Directory ---------- */
.dir-group { margin-bottom: 30px; }
.dir-group h2 { font-size: 19px; text-transform: capitalize; border-bottom: 2px solid var(--line); padding-bottom: 8px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: #05080f; margin-top: 40px; padding: 38px 0 0; color: var(--muted); font-size: 14px; }
.site-footer .fcols { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 28px; }
@media (max-width: 780px) { .site-footer .fcols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer .fcols { grid-template-columns: 1fr; } }
.site-footer .fbrand img { height: 44px; width: auto; margin-bottom: 12px; }
.site-footer h4 { color: var(--text); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 8px; }
.site-footer a { color: var(--muted); display: block; padding: 4px 0; font-size: 13px; transition: color .15s ease; }
.site-footer a:hover { color: var(--text); text-decoration: none; }
.site-footer .fdisc { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; font-size: 12px; margin-top: 16px; }
.site-footer .fbottom { border-top: 1px solid var(--line); padding: 16px 0; font-size: 12px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; justify-content: space-between; opacity: .85; }
.site-footer .fbottom a { display: inline; color: var(--accent); padding: 0; font-weight: 600; }

.empty { color: var(--muted); font-style: italic; padding: 14px 0; }

/* alpha-stock widget readability on dark bg */
.alpha-stock-card, .asw-card, .asw-mini, .asw-micro { color: #111; }

/* ---------- Movers rows clickable ---------- */
.mover-list li { padding: 0; }
.mover-list a { display: flex; align-items: center; gap: 10px; padding: 9px 0; color: var(--text); flex: 1 1 auto; }
.mover-list a:hover { text-decoration: none; background: rgba(255,255,255,.02); }

/* ---------- Market leaders ranking (homepage) ---------- */
.leader-table { width: 100%; border-collapse: collapse; }
.leader-table th, .leader-table td { text-align: left; padding: 9px 8px; border-bottom: 1px solid var(--line); font-size: 14px; }
.leader-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.leader-table .rk { color: var(--muted); width: 30px; }
.leader-table td.cap { text-align: right; font-weight: 700; white-space: nowrap; }
.leader-table a { color: var(--text); font-weight: 600; }
.leader-table tr:hover td { background: rgba(255,255,255,.02); }

/* ---------- Byline on news cards ---------- */
.news-card .by { color: var(--muted); font-size: 12px; }
.news-card .by b { color: var(--text); font-weight: 600; }

/* ============================================
   NEWSLETTER LEAD BAR (above the fold, every page)
   ============================================ */
.nl-bar { background: linear-gradient(90deg, var(--brand), var(--accent)); border-bottom: 1px solid rgba(0,0,0,.25); }
.nl-bar .wrap { display: flex; align-items: center; gap: 18px; padding-top: 14px; padding-bottom: 14px; flex-wrap: wrap; }
.nl-bar .nl-copy { color: #fff; line-height: 1.3; }
.nl-bar .nl-copy b { font-size: 16px; display: block; }
.nl-bar .nl-copy span { font-size: 13px; opacity: .92; }
.nl-bar .nl-form { margin-left: auto; flex: 1 1 320px; min-width: 280px; max-width: 620px; }
.nl-bar .gform_wrapper { margin: 0 !important; max-width: none; }
.nl-bar .gform_wrapper form { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.nl-bar .gform_body, .nl-bar ul.gform_fields { display: contents; }
.nl-bar li.gfield { margin: 0; padding: 0; display: flex; align-items: center; }
.nl-bar .nl-first { flex: 0 0 130px; }
.nl-bar .nl-email { flex: 1 1 160px; }
.nl-bar .nl-consent { flex: 1 1 100%; color: #fff; font-size: 12px; }
.nl-bar .nl-consent .gchoice { display: flex; align-items: center; gap: 6px; }
.nl-bar .nl-consent input[type="checkbox"] { width: 15px; height: 15px; flex: 0 0 auto; }
.nl-bar .gfield_label, .nl-bar .gfield_required, .nl-bar .gfield_description, .nl-bar .gform_validation_errors, .nl-bar .validation_message { display: none !important; }
.nl-bar input[type="text"], .nl-bar input[type="email"] { width: 100%; padding: 11px 12px; border-radius: 8px; border: 0; font-size: 14px; background: #fff; color: #111; }
.nl-bar .gform_footer { margin: 0; padding: 0; flex: 0 0 auto; }
.nl-bar .gform_button, .nl-bar input[type="submit"] { background: #fff; color: var(--brand); font-weight: 800; border: 0; border-radius: 8px; padding: 11px 20px; cursor: pointer; font-size: 14px; white-space: nowrap; }
.nl-bar .gform_button:hover { opacity: .92; }
.nl-bar .gform_ajax_spinner { display: none; }
.nl-bar .gform_confirmation_wrapper { background: rgba(255,255,255,.16); color: #fff; padding: 12px 14px; border-radius: 8px; font-weight: 600; flex: 1 1 100%; }
.nl-bar .gform_confirmation_message { margin: 0; color: #fff; }

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 760px) {
	.wrap { padding: 0 14px; }
	.site-header .wrap { gap: 10px; padding-top: 10px; padding-bottom: 10px; }
	.brand img { height: 38px; }
	.brand small { display: none; }
	.nav-toggle { display: block; }
	nav.primary { position: absolute; top: 100%; left: 0; right: 0; margin: 0; background: var(--bg-2); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 6px 14px 14px; max-height: 85vh; overflow-y: auto; display: none; }
	nav.primary.open { display: block; }
	nav.primary ul { flex-direction: column; flex-wrap: nowrap; gap: 0; }
	nav.primary li { width: 100%; }
	nav.primary a { padding: 13px 6px; white-space: normal; border-bottom: 1px solid var(--line); border-radius: 0; }
	nav.primary li:last-child a { border-bottom: 0; }
	.hero { padding: 30px 0 16px; }
	.hero p.lead { font-size: 16px; }
	.hero .cta .btn { padding: 10px 16px; font-size: 14px; }
	.section { padding: 20px 0; }
	.section h2, .dir-group h2 { font-size: 18px; }
	.card { padding: 14px; }
	.stock-card .price { font-size: 18px; }
	.company .head h1 { font-size: 24px; }
	.company .head { gap: 8px; }
	.article h1 { font-size: 24px; }
	.article .body { font-size: 16px; }
	.movers-grid { gap: 12px; }
	.mover-list .tk { width: 54px; }
	.site-footer .fcols { gap: 18px; }
	.tk-item { padding: 0 12px; font-size: 12px; }
	.nl-bar .nl-copy span { display: none; }
	.nl-bar .nl-first { flex: 1 1 100%; }
	.nl-bar .nl-email { flex: 1 1 100%; }
	.nl-bar .gform_footer { flex: 1 1 100%; }
	.nl-bar .gform_button { width: 100%; }
}
@media (max-width: 420px) {
	.grid.cols-4 { grid-template-columns: 1fr 1fr; }
	.tiles { grid-template-columns: 1fr 1fr; }
	.hero h1 { font-size: 26px; }
}

/* ---------- Company chart: full width, financials below (no slider) ---------- */
.chart-box .asw-chart__body { grid-template-columns: 1fr !important; }
.chart-box .asw-chart__canvas-wrap { border-right: 0 !important; border-bottom: 1px solid var(--line); }
.chart-box .asw-chart__financials { max-height: none !important; overflow: visible !important; padding: 16px 6px 4px; }

/* ---------- External links (company page) ---------- */
.extlinks { display: flex; flex-wrap: wrap; gap: 8px; }
.extlink { display: inline-block; padding: 8px 13px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line); color: var(--text); font-size: 13px; font-weight: 600; transition: transform .15s ease, border-color .15s ease; }
.extlink:hover { border-color: var(--accent); text-decoration: none; transform: translateY(-1px); }

/* ---------- Newsletter bar: phone field ---------- */
.nl-bar .nl-phone { flex: 0 0 130px; }
@media (max-width: 760px) { .nl-bar .nl-phone { flex: 1 1 100%; } }

/* ============================================
   HOMEPAGE — Defence-industry intelligence (v0.2)
   Bespoke implementation of the Homepage Redesign Plan §03.
   ============================================ */
.dpw-home { overflow: hidden; }
.dpw-home .wrap { max-width: 1220px; }

.dpw-eyebrow, .dpw-kicker {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold);
}
.dpw-kicker { color: var(--link); margin-bottom: 12px; }
.dpw-sec { padding: 88px 0; border-top: 1px solid rgba(120,150,190,.10); }
.dpw-sec-head { margin-bottom: 40px; max-width: 820px; }
.dpw-sec-head .head-link { float: right; margin-top: 4px; }
.dpw-sec-head::after { content: ""; display: block; clear: both; }
.dpw-sec-head h2 { font-size: clamp(27px, 3.5vw, 42px); font-weight: 800; margin: 0 0 8px; line-height: 1.1; }
.dpw-sec-head .dpw-sec-sub { color: var(--muted); font-size: 16px; margin: 0; }
.dpw-link-arrow { display: inline-block; font-weight: 700; font-size: 14px; color: var(--link); }
.dpw-link-arrow.on-dark { color: #fff; }
.dpw-link-arrow:hover { text-decoration: underline; }

/* ice (light) section theming */
.dpw-home .dpw-ice { background: var(--ice); color: #142339; border-top: 0; }
.dpw-home .dpw-ice .dpw-sec-head h2 { color: var(--brand-navy); }
.dpw-home .dpw-ice .dpw-kicker { color: var(--accent); }
.dpw-home .dpw-ice .dpw-link-arrow { color: var(--accent); }

.dpw-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--link); }
.dpw-date { font-size: 12px; color: var(--muted); }
.dpw-disc { font-size: 12px; color: var(--muted); margin: 16px 0 0; }

/* ---------- Buttons (signal blue, one clipped corner) ---------- */
.dpw-btn {
  display: inline-block; padding: 14px 24px; font-weight: 800; font-size: 15px;
  background: var(--gold); color: #fff; border-radius: 3px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: transform .15s ease, background .15s ease;
}
.dpw-btn:hover { background: #0A7AB8; transform: translateY(-1px); text-decoration: none; }
.dpw-btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.dpw-btn.ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; }

/* ---------- 02 Hero ---------- */
.dpw-hero {
  padding: 64px 0 88px;
  background:
    radial-gradient(900px 520px at 80% 8%, rgba(12,56,142,.50), transparent 60%),
    linear-gradient(180deg, rgba(11,29,51,0), rgba(9,22,38,.55));
}
.dpw-hero-grid { display: grid; grid-template-columns: 52fr 48fr; gap: 48px; align-items: center; }
.dpw-hero-copy h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 800; line-height: 1.06; margin: 14px 0 18px; letter-spacing: -.02em; }
.dpw-hero-lead { font-size: 18px; color: var(--muted); max-width: 540px; margin: 0 0 26px; }
.dpw-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.dpw-hero-stats { display: flex; gap: 38px; flex-wrap: wrap; }
.dpw-hero-stats div { display: flex; flex-direction: column; }
.dpw-hero-stats b { font-size: 28px; font-weight: 800; color: #fff; }
.dpw-hero-stats span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.dpw-hero-panel {
  position: relative; min-height: 440px; border: 1px solid var(--line); border-radius: 3px; overflow: hidden;
  background: #071a30; box-shadow: 0 22px 60px rgba(0,0,0,.42);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}
.dpw-hero-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dpw-panel-tag {
  position: absolute; left: 16px; top: 16px; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(7,18,32,.72); border: 1px solid rgba(120,160,210,.3); color: #eaf3f9;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: 2px;
}
.dpw-panel-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--up); box-shadow: 0 0 8px var(--up); }

/* ---------- 03 Mission brief ---------- */
.dpw-mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dpw-mission-lead { position: relative; min-height: 420px; border-radius: 3px; overflow: hidden; display: block; border: 1px solid var(--line); }
.dpw-mission-lead img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dpw-mission-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 64px 26px 24px; background: linear-gradient(0deg, rgba(7,18,32,.96) 0%, rgba(7,18,32,.5) 50%, rgba(7,18,32,0) 100%); }
.dpw-mission-overlay .dpw-tag { color: var(--gold); }
.dpw-mission-overlay h3 { font-size: 24px; color: #fff; margin: 10px 0; line-height: 1.2; }
.dpw-mission-side { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.dpw-mission-card { display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 26px 24px; background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: 3px; color: var(--text); transition: border-color .18s, transform .18s; }
.dpw-mission-card:hover { border-color: var(--link); transform: translateY(-2px); text-decoration: none; }
.dpw-mission-card h3 { font-size: 19px; margin: 4px 0; line-height: 1.25; }

/* ---------- 04 Situation room ---------- */
.dpw-sitroom { background: linear-gradient(180deg, #0A1B2E, #081524); }
.dpw-sitroom-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 24px; align-items: stretch; }
.dpw-index-card { background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 3px; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.dpw-index-label { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.dpw-index-label .dpw-illus { display: block; font-size: 11px; font-weight: 500; letter-spacing: .02em; text-transform: none; color: #6b7f9e; margin-top: 4px; }
.dpw-index-move { font-size: 54px; font-weight: 800; line-height: 1; }
.dpw-index-move .arrow { font-size: 28px; margin-left: 8px; }
.dpw-index-breadth { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 6px; padding-top: 16px; border-top: 1px solid var(--line); }
.dpw-index-breadth div { display: flex; flex-direction: column; }
.dpw-index-breadth b { font-size: 22px; font-weight: 800; }
.dpw-index-breadth span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.dpw-movers { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dpw-mover-col { background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 3px; padding: 18px 20px; }
.dpw-mover-col h4 { font-size: 13px; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .06em; }
.dpw-mover-col ul { list-style: none; margin: 0; padding: 0; }
.dpw-mover-col li { border-bottom: 1px solid rgba(120,150,190,.1); }
.dpw-mover-col li:last-child { border-bottom: 0; }
.dpw-mover-col a { display: flex; align-items: center; gap: 10px; padding: 9px 0; color: var(--text); }
.dpw-mover-col a:hover { text-decoration: none; background: rgba(255,255,255,.02); }
.dpw-mover-col .tk { font-weight: 800; width: 54px; }
.dpw-mover-col .nm { flex: 1; font-size: 13px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dpw-mover-col .pc { font-weight: 700; text-align: right; }

/* ---------- 05 Capability domains ---------- */
.dpw-cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dpw-cap-card {
  background: #fff; border: 1px solid #d6e2ee; border-radius: 3px; padding: 26px 24px; color: #142339;
  display: flex; flex-direction: column; gap: 8px; transition: transform .18s, box-shadow .18s, border-color .18s;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}
.dpw-cap-card:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 14px 30px rgba(11,29,51,.12); text-decoration: none; }
.dpw-cap-ic { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--accent); border-radius: 3px; margin-bottom: 6px; }
.dpw-cap-ic svg { width: 24px; height: 24px; }
.dpw-cap-card h3 { font-size: 18px; margin: 2px 0; color: var(--brand-navy); }
.dpw-cap-card p { font-size: 14px; color: #4a5b73; margin: 0 0 8px; flex: 1; }
.dpw-cap-card .dpw-link-arrow { color: var(--accent); }

/* ---------- 06 Procurement ---------- */
.dpw-procure-grid { display: grid; grid-template-columns: 54fr 46fr; gap: 24px; }
.dpw-procure-feature { position: relative; min-height: 360px; border-radius: 3px; overflow: hidden; display: block; border: 1px solid var(--line); clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%, 0 calc(100% - 22px)); }
.dpw-procure-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dpw-procure-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 28px 26px; background: linear-gradient(0deg, rgba(7,18,32,.96), rgba(7,18,32,.3) 62%, rgba(7,18,32,0)); display: flex; flex-direction: column; gap: 6px; }
.dpw-procure-overlay .dpw-kicker.light { color: var(--gold); }
.dpw-procure-overlay h3 { color: #fff; font-size: 23px; margin: 4px 0; line-height: 1.2; max-width: 520px; }
.dpw-watch { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.dpw-watch li { border-bottom: 1px solid var(--line); }
.dpw-watch li:last-child { border-bottom: 0; }
.dpw-watch a { display: flex; align-items: flex-start; gap: 16px; padding: 16px 4px; color: var(--text); }
.dpw-watch a:hover { text-decoration: none; background: rgba(255,255,255,.02); }
.dpw-watch-n { font-size: 22px; font-weight: 800; color: var(--gold); width: 34px; flex: 0 0 auto; line-height: 1.1; font-variant-numeric: tabular-nums; }
.dpw-watch-body { display: flex; flex-direction: column; gap: 4px; }
.dpw-watch-t { font-weight: 700; font-size: 15px; line-height: 1.35; }

/* ---------- 07 Company radar ---------- */
.dpw-radar { background: linear-gradient(180deg, #0A1B2E, #081524); }
.dpw-radar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dpw-radar-card { background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 3px; padding: 18px; color: var(--text); display: flex; flex-direction: column; gap: 4px; transition: border-color .18s, transform .18s, background .18s; }
.dpw-radar-card:hover { border-color: var(--link); transform: translateY(-2px); background: rgba(82,168,219,.05); text-decoration: none; }
.dpw-radar-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.dpw-badge { background: var(--accent); color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .03em; padding: 3px 8px; border-radius: 2px; }
.dpw-radar-sect { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.dpw-radar-name { font-size: 14px; font-weight: 700; margin: 6px 0 10px; line-height: 1.25; min-height: 2.5em; }
.dpw-radar-price { font-size: 22px; font-weight: 800; }
.dpw-radar-price.muted { font-size: 18px; color: var(--muted); }
.dpw-radar-chg { font-size: 13px; font-weight: 700; }
.dpw-radar-chg.flat { color: var(--muted); }

/* ---------- 08 Global industrial base ---------- */
.dpw-global-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: center; }
.dpw-global-map { border: 1px solid var(--line); border-radius: 3px; overflow: hidden; background: #071a30; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%); }
.dpw-global-map img { display: block; width: 100%; }
.dpw-region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dpw-region-card { background: rgba(255,255,255,.025); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 0 3px 3px 0; padding: 20px; color: var(--text); transition: border-color .18s, transform .18s; }
.dpw-region-card:hover { border-left-color: var(--gold); transform: translateY(-2px); text-decoration: none; }
.dpw-region-card h3 { font-size: 16px; margin: 0 0 6px; }
.dpw-region-card p { font-size: 13px; color: var(--muted); margin: 0; }

/* ---------- 09 Latest intelligence ---------- */
.dpw-latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dpw-latest-card { display: flex; flex-direction: column; gap: 8px; padding: 22px 0 0; border-top: 1px solid var(--line); color: var(--text); position: relative; }
.dpw-latest-card:hover { text-decoration: none; }
.dpw-latest-card:hover h3 { color: var(--link); }
.dpw-rule { position: absolute; top: -1px; left: 0; width: 46px; height: 2px; background: var(--gold); }
.dpw-latest-card h3 { font-size: 18px; line-height: 1.28; margin: 2px 0; transition: color .15s; }
.dpw-latest-card p { font-size: 14px; color: var(--muted); margin: 0; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ---------- 10 Research + tools ---------- */
.dpw-tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dpw-tool-card { background: #fff; border: 1px solid #d6e2ee; border-radius: 3px; padding: 24px 22px; color: #142339; display: flex; flex-direction: column; gap: 6px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.dpw-tool-card:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 14px 30px rgba(11,29,51,.12); text-decoration: none; }
.dpw-tool-glyph { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .1em; color: #fff; background: var(--accent); padding: 4px 8px; border-radius: 2px; align-self: flex-start; margin-bottom: 4px; }
.dpw-tool-card h3 { font-size: 16px; color: var(--brand-navy); margin: 2px 0; }
.dpw-tool-card p { font-size: 13px; color: #4a5b73; margin: 0 0 8px; flex: 1; }
.dpw-tool-card .dpw-link-arrow { color: var(--accent); }

/* ---------- 11 Defence Brief (command-blue band) ---------- */
.dpw-brief { background: linear-gradient(120deg, var(--accent), #0A2A6B); padding: 72px 0; }
.dpw-brief-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.dpw-brief-copy .dpw-kicker.light { color: #9fc1ee; }
.dpw-brief-copy h2 { color: #fff; font-size: clamp(26px, 3vw, 36px); margin: 8px 0 12px; }
.dpw-brief-copy p { color: #dbe8f7; font-size: 16px; max-width: 460px; margin: 0; }
.dpw-brief-form { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: 4px; padding: 24px; }
.dpw-brief .gform_wrapper { margin: 0 !important; max-width: none; }
.dpw-brief .gform_wrapper form { display: flex; flex-wrap: wrap; gap: 10px; }
.dpw-brief .gform_body, .dpw-brief ul.gform_fields { display: contents; }
.dpw-brief li.gfield { margin: 0; padding: 0; display: flex; align-items: center; }
.dpw-brief .nl-first { flex: 1 1 120px; }
.dpw-brief .nl-email { flex: 1 1 160px; }
.dpw-brief .nl-consent { flex: 1 1 100%; color: #dbe8f7; font-size: 12px; }
.dpw-brief .nl-consent .gchoice { display: flex; align-items: flex-start; gap: 8px; }
.dpw-brief .nl-consent input[type="checkbox"] { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 2px; }
.dpw-brief .gfield_label, .dpw-brief .gfield_required, .dpw-brief .gfield_description, .dpw-brief .gform_validation_errors, .dpw-brief .validation_message { display: none !important; }
.dpw-brief input[type="text"], .dpw-brief input[type="email"] { width: 100%; padding: 13px 14px; border-radius: 3px; border: 0; font-size: 15px; background: #fff; color: #111; }
.dpw-brief .gform_footer { margin: 0; padding: 0; flex: 0 0 auto; }
.dpw-brief .gform_button, .dpw-brief input[type="submit"] { background: var(--gold); color: #fff; font-weight: 800; border: 0; border-radius: 3px; padding: 13px 22px; cursor: pointer; font-size: 15px; white-space: nowrap; }
.dpw-brief .gform_button:hover { background: #0A7AB8; }
.dpw-brief .gform_ajax_spinner { display: none; }
.dpw-brief .gform_confirmation_wrapper { background: rgba(255,255,255,.15); color: #fff; padding: 14px; border-radius: 3px; font-weight: 600; flex: 1 1 100%; }
.dpw-brief .gform_confirmation_message { margin: 0; color: #fff; }

/* ---------- Homepage responsive ---------- */
@media (max-width: 1024px) {
  .dpw-radar-grid { grid-template-columns: repeat(3, 1fr); }
  .dpw-tools-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .dpw-sec { padding: 60px 0; }
  .dpw-hero-grid, .dpw-sitroom-grid, .dpw-procure-grid, .dpw-global-grid, .dpw-brief-grid { grid-template-columns: 1fr; }
  .dpw-hero-panel { min-height: 280px; }
  .dpw-hero { padding: 40px 0 56px; }
  .dpw-mission-grid { grid-template-columns: 1fr; }
  .dpw-mission-side { grid-template-rows: auto; grid-template-columns: 1fr 1fr; }
  .dpw-cap-grid, .dpw-latest-grid { grid-template-columns: 1fr 1fr; }
  .dpw-radar-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .dpw-sec { padding: 48px 0; }
  .dpw-sec-head { margin-bottom: 28px; }
  .dpw-sec-head .head-link { float: none; display: block; margin-top: 8px; }
  .dpw-hero-copy h1 { font-size: 34px; }
  .dpw-hero-stats { gap: 22px; }
  .dpw-mission-side, .dpw-cap-grid, .dpw-radar-grid, .dpw-latest-grid, .dpw-region-grid, .dpw-movers { grid-template-columns: 1fr; }
  .dpw-tools-grid { grid-template-columns: 1fr; }
  .dpw-brief-form { padding: 18px; }
  .dpw-brief .nl-first, .dpw-brief .nl-email, .dpw-brief .gform_footer { flex: 1 1 100%; }
  .dpw-brief .gform_button { width: 100%; }
  .dpw-index-move { font-size: 42px; }
}

/* ============================================
   DATA / RESOURCE PAGES (index, earnings, movers, glossary, resources)
   ============================================ */
.dash-head { padding: 34px 0 18px; border-bottom: 1px solid var(--line); margin-bottom: 26px; }
.dash-head .eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.dash-head h1 { font-size: clamp(28px, 4vw, 40px); margin: 0 0 10px; }
.dash-head .lead { color: var(--muted); font-size: 17px; max-width: 760px; margin: 0 0 8px; }
.dash-head .dash-time { color: var(--muted); font-size: 13px; margin: 0; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 820px) { .stat-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .stat-row { grid-template-columns: 1fr; } }
.stat { background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: 3px; padding: 20px; display: flex; flex-direction: column; gap: 4px; }
.stat__k { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.stat__v { font-size: 30px; font-weight: 800; line-height: 1.1; }
.stat__v.up { color: var(--up); } .stat__v.down { color: var(--down); }
.stat__s { font-size: 12px; color: var(--muted); }
.earn-month { font-size: 16px; font-weight: 700; margin: 22px 0 8px; color: var(--text); }
.note { font-size: 12.5px; color: var(--muted); margin: 26px 0 10px; line-height: 1.6; }
dl.glossary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; margin: 0; }
@media (max-width: 760px) { dl.glossary { grid-template-columns: 1fr; } }
dl.glossary dt { font-weight: 800; color: var(--text); margin-top: 12px; }
dl.glossary dt:first-child { margin-top: 0; }
dl.glossary dd { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.tile--sector { display: flex; flex-direction: column; gap: 6px; }
.tile__ic { font-size: 26px; }
.tile__nm { font-weight: 800; font-size: 17px; }
.tile__desc { color: var(--muted); font-size: 13px; flex: 1; }
.tile__foot { color: var(--link); font-size: 13px; font-weight: 700; margin-top: 6px; }

/* ============================================
   ABOUT + CONTACT PAGES (defence design language — reuses homepage tokens)
   ============================================ */
.dpw-quote { max-width: 900px; margin: 0 auto; text-align: center; }
.dpw-quote p { font-size: clamp(22px, 2.6vw, 30px); line-height: 1.4; font-weight: 600; color: #fff; margin: 0 0 16px; letter-spacing: -.01em; }
.dpw-quote cite { font-style: normal; font-size: 13px; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }

.dpw-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dpw-steps li { background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 3px; padding: 24px; }
.dpw-steps__num { display: inline-block; font-size: 12px; font-weight: 800; color: var(--gold); letter-spacing: .14em; }
.dpw-steps h3 { font-size: 18px; margin: 8px 0 6px; color: #fff; }
.dpw-steps p { font-size: 14px; color: var(--muted); margin: 0; }

.dpw-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.dpw-split.reverse { grid-template-columns: .85fr 1.15fr; }
.dpw-split__copy { max-width: 600px; }
.dpw-split__copy h2 { font-size: clamp(24px, 3vw, 36px); margin: 6px 0 14px; color: #fff; }
.dpw-split__copy p { color: var(--muted); font-size: 16px; }
.dpw-ice .dpw-split__copy h2 { color: var(--brand-navy); }
.dpw-ice .dpw-split__copy p { color: #4a5b73; }

.dpw-feat-grid { display: grid; gap: 20px; }
.dpw-feat-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.dpw-feat-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.dpw-feat-card { background: #fff; border: 1px solid #d6e2ee; border-radius: 3px; padding: 24px; color: #142339; display: flex; flex-direction: column; gap: 6px; transition: transform .18s, box-shadow .18s; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%); }
.dpw-feat-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(11,29,51,.12); }
.dpw-feat-card .ic { font-size: 28px; }
.dpw-feat-card h3 { font-size: 17px; color: var(--brand-navy); margin: 2px 0; }
.dpw-feat-card p { font-size: 14px; color: #4a5b73; margin: 0; }
.dpw-feat-card a { color: var(--accent); font-weight: 700; font-size: 14px; }

.dpw-principles { background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 3px; padding: 26px 24px; }
.dpw-principles__k { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: 12px; }
.dpw-principles ul { list-style: none; margin: 0; padding: 0; }
.dpw-principles li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--muted); }
.dpw-principles li:last-child { border-bottom: 0; }
.dpw-principles b { color: #fff; }

.dpw-trust-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 26px; }
.dpw-trust-list li { display: flex; gap: 12px; align-items: flex-start; }
.dpw-trust-list .ic { font-size: 22px; flex: 0 0 auto; }
.dpw-trust-list b { display: block; color: #fff; font-size: 15px; }
.dpw-trust-list span { font-size: 13px; color: var(--muted); }

.dpw-faq { display: flex; flex-direction: column; gap: 12px; max-width: 820px; }
.dpw-faq details { background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 3px; padding: 16px 22px; }
.dpw-faq summary { font-weight: 700; cursor: pointer; font-size: 16px; color: #fff; }
.dpw-faq summary::-webkit-details-marker { display: none; }
.dpw-faq p { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* Contact Gravity Form — dark, stacked */
.dpw-contact-form { background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 3px; padding: 26px; }
.dpw-contact-form .gform_wrapper { margin: 0 !important; max-width: none; }
.dpw-contact-form ul.gform_fields { display: block !important; }
.dpw-contact-form li.gfield { margin: 0 0 16px !important; padding: 0 !important; }
.dpw-contact-form .gfield_label { display: block; font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.dpw-contact-form .gfield_required { color: var(--down); }
.dpw-contact-form input[type="text"], .dpw-contact-form input[type="email"], .dpw-contact-form select, .dpw-contact-form textarea {
  width: 100%; padding: 12px 14px; border-radius: 3px; border: 1px solid var(--line); background: #0a1726; color: var(--text); font-size: 15px; font-family: inherit;
}
.dpw-contact-form select { appearance: none; }
.dpw-contact-form input:focus, .dpw-contact-form select:focus, .dpw-contact-form textarea:focus { border-color: var(--link); outline: none; }
.dpw-contact-form textarea { min-height: 120px; resize: vertical; }
.dpw-contact-form .gfield_description, .dpw-contact-form .validation_message { color: var(--muted); font-size: 12px; }
.dpw-contact-form .gform_footer { margin: 6px 0 0; padding: 0; }
.dpw-contact-form .gform_button, .dpw-contact-form input[type="submit"] { background: var(--gold); color: #fff; font-weight: 800; border: 0; border-radius: 3px; padding: 13px 28px; cursor: pointer; font-size: 15px; }
.dpw-contact-form .gform_button:hover { background: #0A7AB8; }
.dpw-contact-form .gform_ajax_spinner { display: none; }
.dpw-contact-form .gform_validation_errors, .dpw-contact-form .gform_validation_container { display: none !important; }
.dpw-contact-form .gform_confirmation_wrapper { background: rgba(22,199,132,.14); border: 1px solid var(--up); color: #fff; padding: 16px; border-radius: 3px; }
.dpw-contact-form .gform_confirmation_message { margin: 0; color: #fff; }
.dpw-contact-form .nl-consent { font-size: 12.5px; color: var(--muted); }
.dpw-contact-form .nl-consent .gchoice { display: flex; align-items: flex-start; gap: 8px; }
.dpw-contact-form .nl-consent input[type="checkbox"] { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 3px; }

@media (max-width: 900px) {
  .dpw-steps { grid-template-columns: 1fr 1fr; }
  .dpw-split, .dpw-split.reverse { grid-template-columns: 1fr; gap: 32px; }
  .dpw-feat-grid.cols-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .dpw-steps, .dpw-feat-grid.cols-3, .dpw-feat-grid.cols-4, .dpw-trust-list { grid-template-columns: 1fr; }
}
