/* === DPP LANDINGPAGE STYLES === */

.dpp-landing {
  --navy:#032B4D;
  --navy-mid:#2C4E6B;
  --navy-light:#355571;
  --navy-deep:#021e36;
  --green:#92EC40;
  --green-dark:#5ab51e;
  --green-pale:#eaf6d8;
  --white:#ffffff;
  --off:#f4f6f9;
  --muted:#5c6f84;
  --text:#1a2840;
  --r-sm:2px;
  --r:4px;
  --r-lg:6px;
  font-family:'Barlow', sans-serif;
  color:var(--text);
  line-height:1.6;
}
.dpp-landing *, .dpp-landing *::before, .dpp-landing *::after { box-sizing:border-box; }
.dpp-landing img { display:block; max-width:100%; }

/* External link arrow */
.dpp-landing .ext-arrow { width:11px; height:11px; flex-shrink:0; vertical-align:-1px; margin-left:4px; display:inline-block; }
.dpp-landing .ext-arrow path { fill:currentColor; }

/* HERO */
.dpp-landing .hero { min-height:calc(100vh - 96px); background:var(--navy); display:grid; grid-template-columns:55% 45%; overflow:hidden; position:relative; }
.dpp-landing .hero-glow { position:absolute; border-radius:50%; pointer-events:none; background:radial-gradient(circle, rgba(146,236,64,.13) 0%, transparent 70%); }
.dpp-landing .hero-left { padding:80px 56px 80px 80px; display:flex; flex-direction:column; justify-content:center; position:relative; z-index:2; }
.dpp-landing .pill-tag { display:inline-flex; align-items:center; gap:7px; background:rgba(146,236,64,.12); border:1px solid rgba(146,236,64,.32); border-radius:var(--r); padding:6px 14px; font-size:11px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; color:var(--green); margin-bottom:26px; align-self:flex-start; }
.dpp-landing .pill-tag::before { content:''; width:6px; height:6px; background:var(--green); border-radius:50%; }
.dpp-landing .hero h1 { font-size:clamp(34px,3.8vw,54px); font-weight:700; color:#fff; line-height:1.1; letter-spacing:-1.2px; margin-bottom:10px; }
.dpp-landing .hero h1 .line2 { color:var(--green); }
.dpp-landing .hero-claim { font-size:19px; font-weight:400; font-style:italic; color:rgba(255,255,255,.55); margin-bottom:28px; letter-spacing:-.2px; }
.dpp-landing .hero-body { font-size:16px; color:rgba(255,255,255,.62); max-width:480px; line-height:1.75; margin-bottom:44px; }
.dpp-landing .hero-body strong { color:rgba(255,255,255,.9); font-weight:600; }
.dpp-landing .hero-btns { display:flex; gap:14px; flex-wrap:wrap; }
.dpp-landing .btn-g { background:var(--green); color:var(--navy); font-weight:700; font-size:15px; line-height:1.2; padding:14px 28px; border-radius:var(--r); text-decoration:none; display:inline-flex; align-items:center; gap:8px; transition:background .2s, transform .15s; border:0; cursor:pointer; }
.dpp-landing .btn-g:hover { background:var(--green-dark); transform:translateY(-1px); color:var(--navy); }
.dpp-landing .btn-g svg.chev { width:16px; height:16px; }
.dpp-landing .btn-o { background:rgba(255,255,255,.08); color:#fff; font-weight:500; font-size:15px; line-height:1.2; padding:14px 28px; border-radius:var(--r); text-decoration:none; border:1px solid rgba(255,255,255,.18); display:inline-flex; align-items:center; gap:8px; transition:background .2s; }
.dpp-landing .btn-o:hover { background:rgba(255,255,255,.14); color:#fff; }
.dpp-landing .hero-trust { display:flex; gap:32px; margin-top:52px; padding-top:32px; border-top:1px solid rgba(255,255,255,.1); flex-wrap:wrap; }
.dpp-landing .trust-item { font-size:13px; color:rgba(255,255,255,.45); display:flex; align-items:center; gap:8px; }
.dpp-landing .trust-item svg { width:14px; height:14px; stroke:var(--green); fill:none; stroke-width:2; flex-shrink:0; }
.dpp-landing .trust-item span { color:rgba(255,255,255,.85); font-weight:600; }
.dpp-landing .hero-right { display:flex; align-items:center; justify-content:center; padding:80px 40px 80px 0; position:relative; z-index:2; }
.dpp-landing .phases-preview { width:100%; max-width:360px; display:flex; flex-direction:column; gap:10px; }
.dpp-landing .ph-card { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:var(--r); padding:20px 22px; transition:background .3s; }
.dpp-landing .ph-card:hover { background:rgba(255,255,255,.09); }
.dpp-landing .ph-num { font-size:11px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--green); margin-bottom:6px; }
.dpp-landing .ph-title { font-size:16px; font-weight:700; color:#fff; margin-bottom:8px; }
.dpp-landing .ph-items { list-style:none; display:flex; flex-direction:column; gap:4px; margin:0; padding:0; }
.dpp-landing .ph-items li { font-size:12px; color:rgba(255,255,255,.55); display:flex; align-items:baseline; gap:6px; }
.dpp-landing .ph-items li::before { content:''; width:4px; height:4px; border-radius:50%; background:var(--green); flex-shrink:0; margin-top:6px; }
.dpp-landing .ph-arrow { text-align:center; color:rgba(255,255,255,.22); font-size:18px; line-height:1; padding:0 0 0 20px; }

/* SECTION COMMON */
.dpp-landing .section-label { font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--green-dark); margin-bottom:10px; }
.dpp-landing .section-title { font-size:clamp(26px,3vw,40px); font-weight:700; letter-spacing:-1px; line-height:1.15; color:var(--navy); margin-bottom:14px; }
.dpp-landing .section-sub { font-size:16px; color:var(--muted); max-width:560px; line-height:1.75; margin-bottom:48px; }

/* BARRIERS */
.dpp-landing .barriers { background:var(--off); padding:80px; }
.dpp-landing .barrier-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.dpp-landing .barrier-card { background:var(--white); border-radius:var(--r); padding:28px 24px; border:1px solid rgba(0,0,0,.06); }
.dpp-landing .barrier-icon { width:40px; height:40px; background:var(--green-pale); border-radius:var(--r); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.dpp-landing .barrier-icon svg { width:20px; height:20px; stroke:var(--green-dark); fill:none; stroke-width:2; }
.dpp-landing .barrier-q { font-size:15px; font-weight:600; color:var(--navy); margin-bottom:10px; line-height:1.4; }
.dpp-landing .barrier-a { font-size:13px; color:var(--muted); line-height:1.65; }
.dpp-landing .barrier-a strong { color:var(--green-dark); font-weight:600; }

/* PHASES */
.dpp-landing .phases-section { background:var(--white); padding:100px 80px; }
.dpp-landing .phases-layout { display:grid; grid-template-columns:1fr 1fr 1fr; gap:0; margin-top:56px; position:relative; }
.dpp-landing .phases-layout::before { content:''; position:absolute; top:52px; left:calc(16.66% + 20px); right:calc(16.66% + 20px); height:3px; background:linear-gradient(90deg, var(--green) 0%, var(--green-dark) 100%); z-index:0; }
.dpp-landing .phase-col { position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; padding:0 20px; }
.dpp-landing .phase-bubble { width:104px; height:104px; border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; margin-bottom:28px; flex-shrink:0; }
.dpp-landing .phase-bubble.p1 { background:var(--navy); }
.dpp-landing .phase-bubble.p2 { background:var(--navy-mid); }
.dpp-landing .phase-bubble.p3 { background:var(--green); }
.dpp-landing .phase-num { font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.dpp-landing .p1 .phase-num, .dpp-landing .p2 .phase-num { color:var(--green); }
.dpp-landing .p3 .phase-num { color:var(--navy); }
.dpp-landing .phase-icon { margin-top:2px; }
.dpp-landing .p1 .phase-icon svg, .dpp-landing .p2 .phase-icon svg { stroke:#fff; }
.dpp-landing .p3 .phase-icon svg { stroke:var(--navy); }
.dpp-landing .phase-icon svg { width:28px; height:28px; fill:none; stroke-width:2; }
.dpp-landing .phase-title { font-size:18px; font-weight:700; color:var(--navy); text-align:center; margin-bottom:6px; }
.dpp-landing .phase-sub { font-size:13px; color:var(--muted); text-align:center; margin-bottom:20px; line-height:1.5; min-height:3em; }
.dpp-landing .phase-tasks { background:var(--off); border-radius:var(--r); padding:18px 20px; width:100%; list-style:none; display:flex; flex-direction:column; gap:10px; flex:1; margin:0; }
.dpp-landing .phase-tasks li { display:flex; align-items:flex-start; gap:10px; font-size:13px; color:var(--text); line-height:1.5; }
.dpp-landing .task-dot { width:20px; height:20px; border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; margin-top:1px; }
.dpp-landing .p1-dot { background:rgba(3,43,77,.12); }
.dpp-landing .p2-dot { background:rgba(44,78,107,.16); }
.dpp-landing .p3-dot { background:rgba(146,236,64,.22); }
.dpp-landing .task-dot svg { width:11px; height:11px; fill:none; stroke-width:2.5; }
.dpp-landing .p1-dot svg { stroke:var(--navy); }
.dpp-landing .p2-dot svg { stroke:var(--navy-mid); }
.dpp-landing .p3-dot svg { stroke:var(--green-dark); }
.dpp-landing .duration-row { display:grid; grid-template-columns:1fr 1fr 1fr; gap:0; margin-top:24px; }
.dpp-landing .duration-cell { text-align:center; padding:16px 20px; border-top:3px solid transparent; }
.dpp-landing .duration-cell.p1-d { border-color:var(--navy); }
.dpp-landing .duration-cell.p2-d { border-color:var(--navy-mid); }
.dpp-landing .duration-cell.p3-d { border-color:var(--green); }
.dpp-landing .dur-label { font-size:10px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase; color:var(--muted); }
.dpp-landing .dur-val { font-size:15px; font-weight:700; color:var(--navy); margin-top:2px; }
.dpp-landing .phase-cta-strip { margin-top:48px; background:var(--navy); border-radius:var(--r); padding:40px 48px; display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.dpp-landing .phase-cta-strip h3 { font-size:22px; font-weight:700; color:#fff; letter-spacing:-.4px; margin-bottom:8px; }
.dpp-landing .phase-cta-strip p { font-size:15px; color:rgba(255,255,255,.6); max-width:520px; line-height:1.6; }
.dpp-landing .phase-cta-action { flex-shrink:0; }

/* QUICKSTART */
.dpp-landing .quickstart { background:var(--off); padding:100px 80px; }
.dpp-landing .quickstart-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.dpp-landing .qs-steps { display:flex; flex-direction:column; gap:0; }
.dpp-landing .qs-step { display:flex; gap:20px; align-items:flex-start; padding-bottom:32px; position:relative; }
.dpp-landing .qs-step:not(:last-child)::before { content:''; position:absolute; left:19px; top:40px; bottom:0; width:2px; background:repeating-linear-gradient(180deg, var(--green) 0, var(--green) 6px, transparent 6px, transparent 12px); }
.dpp-landing .qs-num { width:40px; height:40px; border-radius:var(--r); background:var(--green); color:var(--navy); font-weight:700; font-size:16px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.dpp-landing .qs-content { padding-top:8px; }
.dpp-landing .qs-title { font-size:16px; font-weight:700; color:var(--navy); margin-bottom:4px; }
.dpp-landing .qs-desc { font-size:14px; color:var(--muted); line-height:1.6; }
.dpp-landing .qs-desc a { color:var(--green-dark); font-weight:600; text-decoration:none; border-bottom:1px dashed currentColor; }
.dpp-landing .qs-desc a:hover { color:var(--navy); }
.dpp-landing .platform-shot { background:var(--white); border-radius:var(--r); overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.09); border:1px solid rgba(0,0,0,.07); }
.dpp-landing .platform-shot img { display:block; width:100%; height:auto; }

/* WHY */
.dpp-landing .why-section { background:var(--navy); padding:100px 80px; }
.dpp-landing .why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.dpp-landing .why-card { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.09); border-radius:var(--r); padding:28px 22px; transition:background .2s; }
.dpp-landing .why-card:hover { background:rgba(255,255,255,.09); }
.dpp-landing .why-card-icon { width:44px; height:44px; border-radius:var(--r); background:rgba(146,236,64,.14); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.dpp-landing .why-card-icon svg { width:22px; height:22px; stroke:var(--green); fill:none; stroke-width:2; }
.dpp-landing .why-card-title { font-size:15px; font-weight:700; color:#fff; margin-bottom:8px; }
.dpp-landing .why-card-desc { font-size:13px; color:rgba(255,255,255,.55); line-height:1.65; }

/* REFERENCE */
.dpp-landing .reference-section { background:var(--off); padding:80px; }
.dpp-landing .reference-card { background:var(--white); border-radius:var(--r); padding:48px 56px; display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; border:1px solid rgba(0,0,0,.06); }
.dpp-landing .ref-quote { font-size:clamp(18px,2vw,26px); font-weight:700; color:var(--navy); line-height:1.35; letter-spacing:-.4px; }
.dpp-landing .ref-quote .qm { color:var(--green); }
.dpp-landing .ref-source { margin-top:20px; font-size:13px; color:var(--muted); font-weight:500; }
.dpp-landing .ref-source a { color:inherit; text-decoration:none; border-bottom:1px solid rgba(0,0,0,.1); }
.dpp-landing .ref-source a:hover { color:var(--navy); }
.dpp-landing .ref-detail-title { font-size:13px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--muted); margin-bottom:16px; }
.dpp-landing .ref-detail-item { display:flex; gap:10px; align-items:flex-start; margin-bottom:12px; font-size:14px; color:var(--text); line-height:1.5; }
.dpp-landing .ref-detail-item::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--green); flex-shrink:0; margin-top:7px; }

/* REGULATION */
.dpp-landing .reg-strip { background:var(--white); padding:80px; }
.dpp-landing .reg-timeline { margin-top:48px; display:flex; align-items:flex-start; gap:0; position:relative; }
.dpp-landing .reg-timeline::before { content:''; position:absolute; top:20px; left:20px; right:20px; height:2px; background:var(--off); }
.dpp-landing .reg-point { flex:1; display:flex; flex-direction:column; align-items:center; text-align:center; position:relative; z-index:1; }
.dpp-landing .reg-dot { width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:10px; font-weight:700; margin-bottom:14px; }
.dpp-landing .reg-dot.past { background:var(--navy); color:#fff; }
.dpp-landing .reg-dot.now  { background:var(--green); color:var(--navy); filter:drop-shadow(0 0 8px rgba(146,236,64,.55)); }
.dpp-landing .reg-dot.soon { background:var(--white); border:2px solid #ccc; color:var(--muted); }
.dpp-landing .reg-year { font-size:13px; font-weight:700; color:var(--navy); margin-bottom:4px; }
.dpp-landing .reg-desc { font-size:11px; color:var(--muted); line-height:1.4; max-width:120px; }

/* FINAL CTA */
.dpp-landing .final-cta { background:var(--navy); padding:120px 80px; text-align:center; position:relative; overflow:hidden; }
.dpp-landing .final-cta::before { content:''; position:absolute; width:600px; height:600px; border-radius:50%; background:radial-gradient(circle, rgba(146,236,64,.1) 0%, transparent 65%); top:50%; left:50%; transform:translate(-50%,-50%); }
.dpp-landing .final-cta > * { position:relative; z-index:1; }
.dpp-landing .final-cta .section-title { color:#fff; max-width:100%; font-size:clamp(30px,3.5vw,50px); text-align:center; margin-bottom:16px; }
.dpp-landing .final-cta .section-sub { color:rgba(255,255,255,.55); text-align:center; margin:0 auto 48px; }
.dpp-landing .final-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.dpp-landing .final-cta-action { display:inline-flex; }
.dpp-landing .final-footnote { margin-top:32px; font-size:13px; color:rgba(255,255,255,.28); }
.dpp-landing .final-footnote a { color:inherit; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.15); }

/* COD-FORMS HIDDEN EMBEDS */
.dpp-landing .cod-hidden-embeds, .cod-hidden-embeds { display:none; }

/* RESPONSIVE */
@media (max-width:1100px) {
  .dpp-landing .hero { grid-template-columns:1fr; }
  .dpp-landing .hero-right { display:none; }
  .dpp-landing .hero-left { padding:80px 40px; }
  .dpp-landing .barriers,
  .dpp-landing .phases-section,
  .dpp-landing .quickstart,
  .dpp-landing .why-section,
  .dpp-landing .reference-section,
  .dpp-landing .reg-strip,
  .dpp-landing .final-cta { padding-left:40px; padding-right:40px; }
  .dpp-landing .barrier-grid { grid-template-columns:1fr 1fr; }
  .dpp-landing .phases-layout { grid-template-columns:1fr; }
  .dpp-landing .phases-layout::before { display:none; }
  .dpp-landing .phase-col { align-items:flex-start; flex-direction:row; gap:20px; padding:0 0 32px; }
  .dpp-landing .phase-bubble { width:70px; height:70px; flex-shrink:0; margin-bottom:0; }
  .dpp-landing .duration-row { grid-template-columns:1fr; }
  .dpp-landing .quickstart-grid { grid-template-columns:1fr; }
  .dpp-landing .why-grid { grid-template-columns:1fr 1fr; }
  .dpp-landing .reference-card { grid-template-columns:1fr; gap:32px; }
}
@media (max-width:700px) {
  .dpp-landing .barrier-grid, .dpp-landing .why-grid { grid-template-columns:1fr; }
  .dpp-landing .reg-timeline { flex-direction:column; gap:24px; align-items:flex-start; }
  .dpp-landing .reg-timeline::before { display:none; }
  .dpp-landing .reg-point { flex-direction:row; text-align:left; gap:12px; align-items:flex-start; }
  .dpp-landing .reg-dot { flex-shrink:0; margin-bottom:0; }
  .dpp-landing .reference-section, .dpp-landing .reg-strip, .dpp-landing .barriers { padding-left:24px; padding-right:24px; }
}
