/*
Theme Name: VerifyPanel Graphite
Theme URI: https://verifypanel.com/
Author: OpenAI for Alex
Description: Tema WordPress one-page para VerifyPanel con estética graphite/system.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: verifypanel-graphite
*/


    :root{
      --bg:#0f1115;
      --bg-2:#141820;
      --bg-3:#191f28;
      --panel:#10141b;
      --line:#27303c;
      --line-soft:#1d2430;
      --text:#e8edf4;
      --muted:#9ba6b5;
      --muted-2:#738091;
      --accent:#8ea0b5;
      --accent-2:#b9c4d0;
      --ok:#88b1a2;
      --warn:#b8a58a;
      --rev:#90a8c4;
      --radius:16px;
      --shadow:0 24px 70px rgba(0,0,0,.35);
      --max:1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Inter, system-ui, sans-serif;
      background:
        radial-gradient(circle at 85% 12%, rgba(142,160,181,.09), transparent 28%),
        linear-gradient(180deg, #0f1115 0%, #10141b 100%);
      color:var(--text);
      -webkit-font-smoothing:antialiased;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed; inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
      background-size:40px 40px;
      mask-image:radial-gradient(circle at center, black 35%, transparent 85%);
      pointer-events:none;
      opacity:.35;
    }

    .container{width:min(var(--max), calc(100% - 48px)); margin:0 auto; position:relative; z-index:1;}

    nav{
      position:sticky; top:0; z-index:20;
      backdrop-filter:blur(18px);
      background:rgba(15,17,21,.78);
      border-bottom:1px solid rgba(255,255,255,.05);
    }
    .nav-inner{
      width:min(var(--max), calc(100% - 48px)); margin:0 auto;
      height:74px; display:flex; align-items:center; justify-content:space-between;
    }
    .brand{
      display:flex; align-items:center; gap:12px;
      text-decoration:none; color:var(--text);
      font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
    }
    .mark{
      width:28px; height:28px; border-radius:8px;
      border:1px solid rgba(255,255,255,.09);
      background:
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        linear-gradient(135deg, rgba(142,160,181,.18), rgba(142,160,181,.05));
      position:relative;
    }
    .mark::before, .mark::after{
      content:""; position:absolute; border-radius:4px; background:rgba(142,160,181,.9);
    }
    .mark::before{ width:9px; height:9px; top:5px; left:5px; }
    .mark::after{ width:9px; height:9px; right:5px; bottom:5px; opacity:.6; }
    .nav-links{display:flex; gap:28px; align-items:center}
    .nav-links a{
      text-decoration:none; color:var(--muted);
      font-size:14px; font-weight:500;
    }
    .nav-links a:hover{color:var(--text)}
    .nav-cta{
      border:1px solid var(--line);
      padding:10px 16px; border-radius:999px;
      color:var(--text)!important;
      background:rgba(255,255,255,.02);
    }

    .hero{padding:76px 0 54px; min-height:calc(100vh - 74px); display:flex; align-items:center;}
    .hero-grid{
      display:grid; grid-template-columns:1.02fr .98fr; gap:48px; align-items:center;
    }
    .eyebrow{
      display:inline-flex; align-items:center; gap:12px;
      color:var(--muted-2); font-size:12px; font-weight:700;
      letter-spacing:.14em; text-transform:uppercase; margin-bottom:26px;
    }
    .eyebrow::before{
      content:""; width:34px; height:1px; background:rgba(185,196,208,.48);
    }
    h1{
      margin:0;
      font-size:clamp(46px, 7vw, 82px);
      line-height:.97;
      letter-spacing:-.055em;
      font-weight:800;
      max-width:680px;
    }
    h1 .mute{color:#cbd3dd}
    .hero-rule{
      width:54px; height:2px; background:rgba(185,196,208,.42);
      margin:26px 0 24px; border-radius:2px;
    }
    .hero-sub{
      margin:0 0 34px;
      font-size:20px; line-height:1.6; color:var(--muted);
      max-width:560px;
    }
    .hero-actions{display:flex; gap:14px; flex-wrap:wrap}
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px; min-height:48px; padding:0 18px;
      border-radius:14px; text-decoration:none; font-size:13px;
      font-weight:700; letter-spacing:.08em; text-transform:uppercase;
      transition:.2s ease;
    }
    .btn-primary{
      background:linear-gradient(180deg, #98a8bb 0%, #7f92a8 100%);
      color:#0f1115;
      box-shadow:0 12px 24px rgba(127,146,168,.18);
    }
    .btn-primary:hover{transform:translateY(-1px)}
    .btn-secondary{
      color:var(--text); border:1px solid var(--line);
      background:rgba(255,255,255,.02);
    }
    .btn-secondary:hover{background:rgba(255,255,255,.05)}

    .hero-panel{
      background:linear-gradient(180deg, rgba(25,31,40,.94), rgba(16,20,27,.98));
      border:1px solid rgba(255,255,255,.06);
      border-radius:24px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .panel-top{
      height:56px; padding:0 18px; display:flex; align-items:center; justify-content:space-between;
      border-bottom:1px solid rgba(255,255,255,.05);
      background:rgba(255,255,255,.02);
    }
    .dots{display:flex; gap:8px}
    .dot{width:8px; height:8px; border-radius:50%; background:#495363}
    .panel-path{font-size:12px; color:var(--muted-2)}
    .panel-pill{
      font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(255,255,255,.06);
      color:#d9e2ee; background:rgba(255,255,255,.03);
    }

    .panel-body{display:grid; grid-template-columns:170px 1fr; min-height:430px}
    .side{
      border-right:1px solid rgba(255,255,255,.05);
      background:rgba(255,255,255,.015);
      padding:18px 14px;
    }
    .side-label{
      font-size:11px; font-weight:800; color:var(--muted-2);
      letter-spacing:.14em; text-transform:uppercase; margin-bottom:10px;
    }
    .side-item{
      display:flex; align-items:center; gap:10px;
      padding:11px 12px; border-radius:12px;
      color:var(--muted); font-size:14px; font-weight:600;
      margin-bottom:6px;
    }
    .side-item.active{
      color:var(--text); background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.05);
    }
    .icon{
      width:10px; height:10px; border-radius:3px; background:#7f92a8; opacity:.8;
      flex:0 0 10px;
    }

    .main{padding:18px}
    .main-head{
      display:flex; justify-content:space-between; align-items:center;
      margin-bottom:16px;
    }
    .main-title{font-size:17px; font-weight:700}
    .main-meta{font-size:12px; color:var(--muted-2)}
    .kpis{
      display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-bottom:12px;
    }
    .kpi{
      background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.05);
      border-radius:18px; padding:16px;
    }
    .kpi-label{
      font-size:11px; font-weight:800; color:var(--muted-2);
      letter-spacing:.12em; text-transform:uppercase; margin-bottom:10px;
    }
    .kpi-value{
      font-size:30px; line-height:1; font-weight:800; letter-spacing:-.04em;
      margin-bottom:8px;
    }
    .kpi-sub{font-size:13px; color:var(--accent-2)}

    .table{
      background:rgba(255,255,255,.025);
      border:1px solid rgba(255,255,255,.05);
      border-radius:18px; overflow:hidden; margin-bottom:12px;
    }
    .table-head,.row{
      display:grid; grid-template-columns:1.4fr 1fr 1fr .6fr; gap:16px;
      padding:14px 16px;
    }
    .table-head{
      border-bottom:1px solid rgba(255,255,255,.05);
      font-size:11px; font-weight:800; color:var(--muted-2);
      letter-spacing:.14em; text-transform:uppercase;
    }
    .row{
      border-bottom:1px solid rgba(255,255,255,.04);
      font-size:14px; color:var(--muted);
    }
    .row:last-child{border-bottom:none}
    .row strong{color:var(--text); font-size:14px}
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:6px 10px; border-radius:999px; font-size:12px; font-weight:700;
      width:max-content;
    }
    .badge::before{content:""; width:7px; height:7px; border-radius:50%; background:currentColor;}
    .ok{color:var(--ok); background:rgba(136,177,162,.1)}
    .review{color:var(--rev); background:rgba(144,168,196,.1)}
    .pending{color:var(--warn); background:rgba(184,165,138,.1)}

    .progress-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
    .progress-card{
      background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.05);
      border-radius:18px; padding:15px 16px;
    }
    .progress-head{display:flex; justify-content:space-between; margin-bottom:10px}
    .progress-title{font-size:13px; font-weight:700; color:var(--muted)}
    .progress-num{font-size:13px; font-weight:800}
    .track{height:6px; border-radius:999px; background:#24303c; overflow:hidden}
    .fill{height:100%; background:linear-gradient(90deg, #7f92a8, #b9c4d0)}

    section{padding:88px 0; border-top:1px solid rgba(255,255,255,.05)}
    .section-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:start}
    .label{
      display:inline-flex; margin-bottom:16px;
      font-size:12px; font-weight:800; color:var(--muted-2);
      letter-spacing:.14em; text-transform:uppercase;
    }
    h2{
      margin:0 0 18px; font-size:clamp(30px, 4vw, 48px);
      line-height:1.02; letter-spacing:-.05em; font-weight:800;
    }
    .lead{
      font-size:18px; line-height:1.75; color:var(--muted); margin:0 0 18px;
    }
    .stats{
      display:grid; gap:16px;
    }
    .stat{
      background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.05);
      border-radius:20px; padding:22px;
    }
    .stat-num{
      font-size:44px; line-height:1; font-weight:800; letter-spacing:-.06em;
      margin-bottom:8px;
    }
    .stat-desc{font-size:15px; line-height:1.65; color:var(--muted)}

    .cards{
      display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
    }
    .card{
      background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.05);
      border-radius:20px; padding:24px;
      min-height:210px;
    }
    .card-top{
      display:flex; justify-content:space-between; align-items:center; margin-bottom:20px;
      color:var(--muted-2);
      font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
    }
    .card h3{
      margin:0 0 12px; font-size:21px; line-height:1.1; letter-spacing:-.03em;
    }
    .card p{margin:0; font-size:15px; color:var(--muted); line-height:1.7}

    .benefits{
      display:grid; grid-template-columns:1fr 420px; gap:48px; align-items:start;
    }
    .benefit{
      display:grid; grid-template-columns:44px 1fr; gap:18px;
      padding:20px 0; border-bottom:1px solid rgba(255,255,255,.05);
    }
    .benefit:last-child{border-bottom:none}
    .benefit-num{
      font-size:14px; font-weight:800; color:var(--muted-2);
      letter-spacing:.12em; padding-top:2px;
    }
    .benefit h4{margin:0 0 8px; font-size:19px; letter-spacing:-.02em}
    .benefit p{margin:0; font-size:15px; color:var(--muted); line-height:1.7}

    .flow{
      background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.05);
      border-radius:22px; overflow:hidden;
    }
    .flow-head{
      padding:18px 20px; display:flex; justify-content:space-between; align-items:center;
      border-bottom:1px solid rgba(255,255,255,.05); background:rgba(255,255,255,.015);
    }
    .flow-title{
      font-size:12px; font-weight:800; color:var(--muted-2); letter-spacing:.14em; text-transform:uppercase;
    }
    .flow-badge{
      font-size:11px; font-weight:800; color:var(--ok);
      background:rgba(136,177,162,.1); padding:8px 10px; border-radius:999px;
    }
    .steps{padding:20px}
    .step{display:grid; grid-template-columns:32px 1fr; gap:16px; padding-bottom:18px}
    .step:last-child{padding-bottom:0}
    .step-num{
      width:32px; height:32px; border-radius:50%;
      display:grid; place-items:center;
      background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.06);
      font-size:13px; font-weight:800; color:var(--accent-2);
    }
    .step h5{margin:3px 0 6px; font-size:17px}
    .step p{margin:0; font-size:14px; color:var(--muted); line-height:1.65}

    .quote{
      max-width:860px; margin:0 auto; text-align:center;
    }
    .quote-line{
      width:54px; height:2px; margin:0 auto 24px; background:rgba(185,196,208,.42);
    }
    blockquote{
      margin:0 0 20px; font-size:clamp(28px, 4vw, 44px); line-height:1.28;
      letter-spacing:-.04em; font-weight:800;
    }
    .quote small{
      font-size:12px; font-weight:800; color:var(--muted-2);
      letter-spacing:.14em; text-transform:uppercase;
    }

    .cta{
      background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
      border:1px solid rgba(255,255,255,.05); border-radius:28px; padding:34px;
    }
    .cta p{font-size:18px; color:var(--muted); line-height:1.75; max-width:680px}
    .email{display:inline-block; margin-top:14px; color:var(--accent-2); text-decoration:none; font-weight:700}

    footer{
      border-top:1px solid rgba(255,255,255,.05);
      padding:28px 0 40px;
      color:var(--muted-2);
    }
    .footer-inner{
      display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size:14px;
    }
    .footer-inner a{color:var(--muted-2); text-decoration:none}

    @media (max-width: 1080px){
      .hero-grid, .section-grid, .benefits{grid-template-columns:1fr}
      .cards{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 760px){
      .container, .nav-inner{width:min(var(--max), calc(100% - 32px))}
      .nav-links a:not(.nav-cta){display:none}
      .hero{padding-top:44px}
      h1{font-size:clamp(40px, 13vw, 64px)}
      .hero-sub{font-size:18px}
      .panel-body{grid-template-columns:1fr}
      .side{display:none}
      .kpis{grid-template-columns:1fr 1fr}
      .cards{grid-template-columns:1fr}
      .progress-grid{grid-template-columns:1fr}
      .table-head,.row{grid-template-columns:1.2fr 1fr 1fr .5fr; gap:10px; font-size:12px}
      section{padding:70px 0}
    }

