/* ================= DRGTL public site v2 ================= */
:root {
  --orange:#f75304; --orange-d:#d84708; --maroon:#7c0000; --gold:#c99a35;
  --ink:#241a12; --ink-2:#5a4a3c; --mut:#8a7a6d;
  --cream:#faf5ec; --cream-2:#f3ead9; --card:#ffffff; --line:#e8dcc8;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Segoe UI', -apple-system, Arial, sans-serif; color:var(--ink); background:var(--cream); font-size:16px; line-height:1.6; }
a { color:var(--orange-d); text-decoration:none; }
h1,h2,h3 { font-family:Georgia, 'Times New Roman', serif; font-weight:700; line-height:1.25; }
.container { max-width:1120px; margin:0 auto; padding:0 22px; }

/* ---- nav ---- */
.nav { position:sticky; top:0; z-index:60; background:rgba(255,255,255,.96); backdrop-filter:blur(8px); border-bottom:1px solid var(--line); }
.nav .inner { max-width:1120px; margin:0 auto; padding:10px 22px; display:flex; align-items:center; gap:12px; }
.nav img { height:46px; }
.nav .brand { line-height:1.15; }
.nav .brand .b1 { font-weight:800; color:var(--orange); font-size:16.5px; letter-spacing:.2px; }
.nav .brand .b2 { font-size:11px; color:var(--mut); letter-spacing:1.6px; text-transform:uppercase; }
.nav .links { margin-left:auto; display:flex; gap:26px; font-weight:600; font-size:13.5px; letter-spacing:.6px; align-items:center; }
.nav .links a { color:var(--ink-2); text-transform:uppercase; }
.nav .links a:hover { color:var(--orange); }
.nav .links a.cta { background:var(--orange); color:#fff; padding:9px 18px; border-radius:8px; }
.nav .links a.cta:hover { background:var(--orange-d); }

/* ---- hero ---- */
.hero { position:relative; overflow:hidden; color:#fff;
  background:radial-gradient(1100px 500px at 78% 18%, #7a3c12 0%, rgba(122,60,18,0) 55%),
             radial-gradient(900px 600px at 15% 110%, #5d2c0c 0%, rgba(93,44,12,0) 60%),
             linear-gradient(150deg, #1d1108 0%, #33190a 48%, #4a2410 100%); }
.hero .inner { max-width:1120px; margin:0 auto; padding:74px 22px 84px; display:grid; grid-template-columns:1.25fr .75fr; gap:40px; align-items:center; }
.hero .eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:12px; font-weight:700; letter-spacing:2.4px; text-transform:uppercase; color:#f6c48f; margin-bottom:18px; }
.hero .eyebrow::before { content:""; width:26px; height:2px; background:var(--gold); display:inline-block; }
.hero h1 { font-size:42px; color:#fff8ef; margin-bottom:16px; }
.hero h1 em { font-style:normal; color:#ffb27a; }
.hero p.lead { font-size:17px; color:#e8d5c2; max-width:560px; margin-bottom:28px; }
.hero .btns { display:flex; gap:14px; flex-wrap:wrap; }
.btn { display:inline-block; padding:13px 26px; border-radius:9px; font-weight:700; font-size:15px; border:none; cursor:pointer; letter-spacing:.3px; }
.btn.primary { background:var(--orange); color:#fff; box-shadow:0 8px 24px rgba(247,83,4,.35); }
.btn.primary:hover { background:var(--orange-d); }
.btn.outline { border:1.5px solid rgba(255,255,255,.45); color:#fbe9d8; background:transparent; }
.btn.outline:hover { border-color:#fff; color:#fff; }
.hero .beadwrap { position:relative; display:flex; justify-content:center; }
.hero .beadring { width:320px; height:320px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:radial-gradient(circle at 38% 30%, rgba(255,214,166,.16), rgba(255,214,166,.03) 60%, transparent 70%);
  border:1px solid rgba(255,200,140,.25); box-shadow:0 0 90px rgba(247,131,4,.18), inset 0 0 60px rgba(0,0,0,.35); }
.hero .beadring::after { content:""; position:absolute; width:368px; height:368px; border-radius:50%; border:1px dashed rgba(255,200,140,.22); }
.hero .beadring img { width:210px; filter:drop-shadow(0 18px 30px rgba(0,0,0,.55)); }
.hero .beadtag { position:absolute; bottom:-4px; background:rgba(20,12,6,.75); border:1px solid rgba(255,200,140,.3); border-radius:999px; padding:7px 16px; font-size:12.5px; color:#f6d9ba; letter-spacing:.4px; backdrop-filter:blur(4px); }

/* trust strip */
.trust { background:#160d06; color:#d9c4ad; border-top:1px solid rgba(255,255,255,.06); }
.trust .inner { max-width:1120px; margin:0 auto; padding:16px 22px; display:flex; gap:34px; flex-wrap:wrap; justify-content:center; font-size:13px; letter-spacing:.5px; }
.trust b { color:#ffcf9e; font-weight:700; }
.trust span { display:inline-flex; align-items:center; gap:8px; }
.trust .dot { width:5px; height:5px; border-radius:50%; background:var(--gold); }

/* ---- sections ---- */
section.block { padding:72px 0; }
section.alt { background:var(--cream-2); }
.kicker { font-size:12px; font-weight:800; letter-spacing:2.6px; text-transform:uppercase; color:var(--orange-d); margin-bottom:10px; }
h2.title { font-size:31px; margin-bottom:14px; color:#33241a; }
p.sub { color:var(--ink-2); max-width:640px; margin-bottom:34px; }

/* verify panel */
.verifybox { background:linear-gradient(150deg, #2a1608, #4a2410); border-radius:18px; padding:40px; color:#fff; display:grid; grid-template-columns:1fr 1fr; gap:36px; align-items:center; box-shadow:0 24px 60px rgba(58,30,8,.35); }
.verifybox h2 { color:#fff4e6; font-size:26px; margin-bottom:10px; }
.verifybox .note { color:#e3cdb6; font-size:14.5px; line-height:1.65; }
.verifybox .note b { color:#ffcf9e; }
.vform label { display:block; font-size:11.5px; font-weight:700; letter-spacing:1.2px; margin:14px 0 6px; text-transform:uppercase; color:#f3d3ae; }
.vform input[type=text] { width:100%; padding:13px 15px; border-radius:9px; border:1px solid rgba(255,255,255,.35); background:rgba(255,255,255,.95); font-size:16px; letter-spacing:.6px; color:#241a12; }
.vform .terms { display:flex; gap:9px; align-items:flex-start; font-size:12px; margin:15px 0; color:#dcc3a8; line-height:1.5; }
.vform button { width:100%; padding:14px; border:none; border-radius:9px; background:var(--orange); color:#fff; font-size:16px; font-weight:800; letter-spacing:1.2px; cursor:pointer; }
.vform button:hover { background:var(--orange-d); }
.err { background:#ffe3e0; color:#8c1300; border:1px solid #f3b3aa; padding:11px 15px; border-radius:9px; margin-bottom:6px; font-size:14px; font-weight:600; }

/* sample report */
.anatomy { display:grid; grid-template-columns:auto 1fr; gap:56px; align-items:center; }
.cardstage { background:linear-gradient(160deg, #efe3cf, #e2d2b8); border-radius:18px; padding:46px 40px; box-shadow:inset 0 2px 14px rgba(120,86,40,.18); }
.cardshadow { filter:drop-shadow(0 22px 34px rgba(70,44,14,.35)); transform:scale(1.55); transform-origin:center; margin:calc(54mm * .28) calc(86mm * .27); }
.callouts { list-style:none; }
.callouts li { display:flex; gap:14px; margin-bottom:18px; }
.callouts .n { flex:none; width:30px; height:30px; border-radius:50%; background:var(--maroon); color:#fff; font-weight:800; font-size:14px; display:flex; align-items:center; justify-content:center; margin-top:2px; }
.callouts b { display:block; color:#33241a; font-size:15.5px; }
.callouts p { color:var(--ink-2); font-size:14px; line-height:1.55; }

/* process */
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.step { background:var(--card); border:1px solid var(--line); border-radius:14px; padding:26px 22px; position:relative; }
.step .num { font-family:Georgia, serif; font-size:38px; color:#eadbc2; font-weight:700; position:absolute; top:14px; right:20px; }
.step .ic { width:44px; height:44px; border-radius:11px; background:linear-gradient(140deg,#fff0e3,#ffd9b8); display:flex; align-items:center; justify-content:center; font-size:21px; margin-bottom:14px; }
.step b { display:block; margin-bottom:7px; color:#33241a; font-size:15.5px; }
.step p { font-size:13.5px; color:var(--ink-2); line-height:1.55; }

/* what we test */
.testgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.testcard { background:var(--card); border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.testcard .top { height:7px; background:linear-gradient(90deg, var(--maroon), var(--orange)); }
.testcard .body { padding:26px 24px; }
.testcard h3 { font-size:19px; margin-bottom:10px; color:#33241a; }
.testcard p { font-size:14px; color:var(--ink-2); margin-bottom:12px; }
.testcard ul { list-style:none; }
.testcard li { font-size:13.5px; color:var(--ink-2); padding-left:20px; position:relative; margin-bottom:7px; }
.testcard li::before { content:"✓"; position:absolute; left:0; color:var(--orange-d); font-weight:800; }

/* faq */
.faq { max-width:760px; margin:0 auto; }
.faq details { background:var(--card); border:1px solid var(--line); border-radius:12px; margin-bottom:12px; overflow:hidden; }
.faq summary { cursor:pointer; padding:17px 20px; font-weight:700; color:#33241a; font-size:15.5px; list-style:none; display:flex; justify-content:space-between; align-items:center; }
.faq summary::after { content:"+"; font-size:20px; color:var(--orange); font-weight:400; }
.faq details[open] summary::after { content:"–"; }
.faq .a { padding:0 20px 17px; color:var(--ink-2); font-size:14.5px; line-height:1.65; }

/* footer */
footer { background:#170e07; color:#cbb69f; margin-top:0; }
footer .inner { max-width:1120px; margin:0 auto; padding:52px 22px 30px; display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; }
footer .fbrand img { height:52px; margin-bottom:12px; }
footer .fbrand .n { font-weight:800; color:#ffb27a; font-size:17px; }
footer .fbrand p { font-size:13px; color:#a08a74; margin-top:10px; max-width:320px; line-height:1.6; }
footer h4 { color:#f3d3ae; font-size:13px; letter-spacing:1.6px; text-transform:uppercase; margin-bottom:14px; }
footer ul { list-style:none; }
footer li { margin-bottom:9px; font-size:14px; }
footer a { color:#cbb69f; }
footer a:hover { color:#ffb27a; }
footer .base { border-top:1px solid rgba(255,255,255,.08); text-align:center; padding:18px; font-size:12.5px; color:#8a7460; }

/* ---- verified page ---- */
.vhead { background:linear-gradient(150deg, #1d1108, #4a2410); color:#fff; padding:40px 0 110px; text-align:center; }
.vhead .badge { display:inline-flex; align-items:center; gap:10px; background:rgba(27,127,46,.15); border:1px solid rgba(94,197,110,.5); color:#8fe6a1; font-weight:800; letter-spacing:2px; padding:10px 22px; border-radius:999px; font-size:15px; }
.vhead .badge .tick { width:24px; height:24px; border-radius:50%; background:#1b7f2e; color:#fff; display:flex; align-items:center; justify-content:center; font-size:13px; }
.vhead .meta { margin-top:14px; color:#d9c0a8; font-size:13.5px; }
.vhead .meta b { color:#ffcf9e; letter-spacing:.5px; }
.certsheet { max-width:820px; margin:-70px auto 40px; background:#fff; border-radius:18px; box-shadow:0 18px 60px rgba(60,30,5,.18); padding:38px; position:relative; }
.certsheet .photo { text-align:center; margin-bottom:8px; }
.certsheet .photo img { max-width:220px; max-height:220px; filter:drop-shadow(0 10px 18px rgba(0,0,0,.18)); }
.dtable { width:100%; border-collapse:collapse; font-size:15px; margin-top:10px; }
.dtable td { padding:9.5px 12px; border-bottom:1px solid #f0e6d8; }
.dtable td:first-child { font-weight:700; width:230px; color:#5a4a40; font-size:13px; letter-spacing:.6px; }
.dtable tr.hl td:last-child { color:#810000; font-weight:800; }
.dtable tr.sr td:last-child { color:#1e2779; font-weight:800; letter-spacing:.5px; }
.cardpreviews { display:flex; gap:34px; justify-content:center; flex-wrap:wrap; margin:30px 0 8px; }
.cardpreviews .cp { text-align:center; }
.cardpreviews .cap { font-size:11.5px; font-weight:700; letter-spacing:1.6px; color:var(--mut); margin-top:10px; text-transform:uppercase; }
.cardzoom { transform:scale(1.5); transform-origin:top center; margin:0 calc(86mm * .25) calc(54mm * .55); filter:drop-shadow(0 14px 22px rgba(70,44,14,.3)); }
.actions { text-align:center; margin:20px 0 4px; }
.actions .btn { margin:0 7px; }
.finenote { text-align:center; color:var(--mut); font-size:12.5px; max-width:560px; margin:14px auto 0; line-height:1.6; }

@media print {
  .nav, .actions, footer, .vhead .meta, .finenote { display:none !important; }
  body { background:#fff; }
  .vhead { background:#fff; color:#111; padding:10px 0; }
  .certsheet { box-shadow:none; margin:0 auto; padding:10px; }
  .cardzoom { transform:none; margin:4mm; filter:none; }
}

/* ---- info pages ---- */
.pagehead { background:linear-gradient(150deg, #1d1108, #4a2410); color:#fff8ef; padding:54px 0; }
.pagehead h1 { font-size:34px; }
.pagehead p { color:#e3cdb6; margin-top:8px; max-width:640px; }
.pagebody { padding:54px 0 70px; }
.pagebody .prose { max-width:760px; }
.prose h3 { margin:26px 0 10px; color:#33241a; font-size:20px; }
.prose p, .prose li { color:var(--ink-2); font-size:15.5px; margin-bottom:12px; }
.prose ul { margin-left:20px; }
.contactgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:26px; max-width:900px; }
.ccard { background:var(--card); border:1px solid var(--line); border-radius:14px; padding:24px; }
.ccard .ic { font-size:24px; margin-bottom:10px; }
.ccard b { display:block; color:#33241a; margin-bottom:5px; }
.ccard p, .ccard a { font-size:14.5px; color:var(--ink-2); word-break:break-word; }

@media (max-width:900px) {
  .hero .inner { grid-template-columns:1fr; padding:50px 22px 60px; }
  .hero .beadwrap { display:none; }
  .hero h1 { font-size:31px; }
  .verifybox { grid-template-columns:1fr; padding:28px; }
  .anatomy { grid-template-columns:1fr; }
  .cardstage { display:flex; justify-content:center; overflow-x:auto; }
  .steps { grid-template-columns:repeat(2,1fr); }
  .testgrid { grid-template-columns:1fr; }
  footer .inner { grid-template-columns:1fr; gap:26px; }
  .nav .links { gap:14px; font-size:12px; }
  .nav .links a:not(.cta):not(:first-child) { display:none; }
  .cardzoom { transform:scale(1.05); margin:0 0 calc(54mm * .15); }
  .certsheet { padding:20px; }
  .contactgrid { grid-template-columns:1fr; }
}
