
.pd{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#222;max-width:100%;line-height:1.65}
.pd *{box-sizing:border-box;margin:0;padding:0}
.pd img{display:block;max-width:100%;height:auto}

/* ── Hero ── */
.pd-hero{background:linear-gradient(140deg,#0b1630 0%,#1E3A8A 55%,#2a5298 100%);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:1fr 380px;min-height:240px;margin-bottom:32px;position:relative}
.pd-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(600px 300px at 85% -10%,rgba(201,169,97,.35),transparent 60%);pointer-events:none}
.pd-hero-text{position:relative;z-index:1;padding:40px 44px;display:flex;flex-direction:column;justify-content:center}
.pd-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(201,169,97,.2);border:1px solid rgba(201,169,97,.45);color:#f0c96a;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:16px;width:fit-content}
.pd-hero-text h1{font-size:clamp(22px,3vw,34px);font-weight:800;color:#fff;line-height:1.18;margin-bottom:14px}
.pd-hero-text h1 em{font-style:normal;color:#f0c96a}
.pd-hero-text p{font-size:15px;color:#c5d8f0;line-height:1.7;max-width:460px;margin-bottom:24px}
.pd-badges{display:flex;flex-wrap:wrap;gap:10px}
.pd-badge{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 16px;font-size:13px;color:#e8f2ff;font-weight:600}
.pd-hero-img{overflow:hidden;position:relative;z-index:1}
.pd-hero-img img{width:100%;height:100%;object-fit:cover}

/* ── Divider ── */
.pd-hr{height:1px;background:linear-gradient(90deg,transparent,#d5ddf0,transparent);margin:30px 0}

/* ── Section header ── */
.pd-h{font-size:17px;font-weight:800;color:#1E3A8A;border-bottom:2px solid #e4eaf8;padding-bottom:10px;margin-bottom:16px}

/* ── Features grid ── */
.pd-features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.pd-feat{background:#f4f7ff;border:1px solid #dde5f5;border-radius:12px;padding:20px 18px}
.pd-feat-icon{font-size:26px;margin-bottom:10px}
.pd-feat h4{font-size:14px;font-weight:800;color:#1E3A8A;margin-bottom:6px}
.pd-feat p{font-size:13px;color:#556;line-height:1.6}

/* ── Style gallery (5 photos) ── */
.pd-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.pd-gallery-item{border:1px solid #e0e8f5;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .2s}
.pd-gallery-item:hover{box-shadow:0 6px 20px rgba(30,58,138,.15)}
.pd-gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover}
.pd-gallery-label{padding:10px 10px 12px;text-align:center}
.pd-gallery-label b{display:block;font-size:12.5px;font-weight:700;color:#1E3A8A}
.pd-gallery-label span{font-size:11px;color:#889}

/* ── 2-col split ── */
.pd-split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.pd-split-img{border-radius:12px;overflow:hidden;border:1px solid #e0e8f5}
.pd-split-img img{width:100%;height:100%;object-fit:cover}
.pd-split-text h3{font-size:18px;font-weight:800;color:#1E3A8A;margin-bottom:12px}
.pd-split-text h3 em{font-style:normal;color:#C9A961}
.pd-split-text p{font-size:14px;color:#556;line-height:1.7;margin-bottom:12px}
.pd-list{list-style:none;display:grid;gap:10px}
.pd-list li{font-size:13.5px;color:#333;display:flex;gap:10px;align-items:flex-start;line-height:1.55}
.pd-list li::before{content:"✓";color:#1a6e8a;font-weight:800;flex:none;margin-top:1px}

/* ── Spec table ── */
.pd-table{width:100%;border-collapse:collapse;font-size:13.5px;border-radius:10px;overflow:hidden;border:1px solid #e0e8f5}
.pd-table th{background:#1E3A8A;color:#fff;padding:11px 16px;text-align:left;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}
.pd-table td{padding:11px 16px;border-bottom:1px solid #edf0f8;color:#444;vertical-align:top}
.pd-table td:first-child{font-weight:700;color:#1E3A8A;white-space:nowrap;width:160px}
.pd-table tr:last-child td{border-bottom:none}
.pd-table tr:nth-child(even) td{background:#f7f9ff}

/* ── Use cases ── */
.pd-uses{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.pd-use{background:#f4f7ff;border:1px solid #e0e8f5;border-radius:10px;padding:18px 14px;text-align:center}
.pd-use-ico{font-size:26px;margin-bottom:8px}
.pd-use b{display:block;font-size:13.5px;color:#1E3A8A;font-weight:700;margin-bottom:5px}
.pd-use span{font-size:12px;color:#667;line-height:1.5}

/* ── Process steps ── */
.pd-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.pd-steps::before{content:"";position:absolute;top:26px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#1E3A8A,#1a6e8a);z-index:0}
.pd-step{position:relative;z-index:1;text-align:center;padding:0 8px}
.pd-step-num{width:52px;height:52px;border-radius:50%;background:#1E3A8A;color:#f0c96a;font-size:17px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;border:3px solid #fff;box-shadow:0 4px 14px rgba(30,58,138,.28)}
.pd-step b{display:block;font-size:13px;color:#1E3A8A;font-weight:700;margin-bottom:5px}
.pd-step span{font-size:12px;color:#667;line-height:1.5}

/* ── Trust stats ── */
.pd-trust{background:linear-gradient(135deg,#0b1630,#1E3A8A);border-radius:14px;padding:32px 36px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pd-trust-item{text-align:center}
.pd-trust-item b{display:block;font-size:26px;font-weight:800;color:#f0c96a;font-family:Georgia,serif;margin-bottom:4px}
.pd-trust-item span{font-size:12px;color:#b8d0e8;line-height:1.5}

/* ── FAQ ── */
.pd-faq{display:grid;gap:10px}
details.pd-q{background:#f8faff;border:1px solid #e0e8f5;border-radius:10px;padding:0 18px}
details.pd-q summary{list-style:none;cursor:pointer;padding:15px 0;font-size:14px;font-weight:700;color:#1E3A8A;display:flex;justify-content:space-between;align-items:center;gap:14px}
details.pd-q summary::-webkit-details-marker{display:none}
details.pd-q summary::after{content:"+";font-size:20px;color:#1a6e8a;font-weight:400;transition:transform .2s;flex:none}
details.pd-q[open] summary::after{transform:rotate(45deg)}
details.pd-q p{padding:0 0 16px;font-size:13.5px;color:#555;line-height:1.75}

/* ── CTA ── */
.pd-cta{background:#f4f7ff;border:1px solid #d8e3f5;border-radius:14px;padding:28px 32px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.pd-cta h3{font-size:17px;font-weight:800;color:#1E3A8A;margin-bottom:8px}
.pd-cta p{font-size:13.5px;color:#556;line-height:1.65}
.pd-cta-ways{display:flex;flex-direction:column;gap:10px;flex:none}
.pd-way{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d0daf0;border-radius:10px;padding:10px 16px;font-size:13.5px;font-weight:700;color:#1E3A8A;white-space:nowrap}
.pd-way span{font-size:18px}

/* ── Responsive ── */
@media(max-width:900px){
  .pd-hero{grid-template-columns:1fr}.pd-hero-img{display:none}
  .pd-features{grid-template-columns:1fr 1fr}
  .pd-gallery{grid-template-columns:repeat(3,1fr)}
  .pd-split{grid-template-columns:1fr}
  .pd-uses{grid-template-columns:repeat(2,1fr)}
  .pd-steps{grid-template-columns:repeat(2,1fr)}.pd-steps::before{display:none}
  .pd-trust{grid-template-columns:repeat(2,1fr)}
  .pd-cta{grid-template-columns:1fr}
}
@media(max-width:540px){
  .pd-features{grid-template-columns:1fr}
  .pd-gallery{grid-template-columns:repeat(2,1fr)}
  .pd-hero-text{padding:24px 20px}
}
