:root{
  --apro-bg:#0b0d10;
  --apro-card:#151a22;
  --apro-text:#f7f9fc;
  --apro-muted:#b8c2d1;
  --apro-red:#e30613;
  --apro-blue:#38c7ff;
  --apro-line:#26313f;
  --apro-light:#f3f6f8;
  --apro-dark:#10141a;
}
.apro-hero,
.apro-section.apro-process{
  background: radial-gradient(circle at 10% 10%, rgba(56,199,255,.22), transparent 34%), radial-gradient(circle at 95% 0%, rgba(227,6,19,.20), transparent 30%), linear-gradient(135deg,#080a0d 0%,#151a22 100%);
  color:var(--apro-text);
  border-radius:24px;
  padding:clamp(36px,6vw,82px);
  margin:24px auto;
  max-width:1180px;
  overflow:hidden;
}
.apro-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:center}
.apro-eyebrow{display:inline-block;color:var(--apro-blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;margin-bottom:14px}
.apro-hero h1{font-size:clamp(36px,6vw,72px);line-height:.95;margin:0 0 20px;color:#fff;font-weight:900;letter-spacing:-.04em}
.apro-hero p{font-size:clamp(17px,2vw,22px);color:var(--apro-muted);max-width:720px;margin:0 0 30px}
.apro-actions{display:flex;flex-wrap:wrap;gap:12px}
.apro-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 22px;border-radius:999px;text-decoration:none!important;font-weight:800;border:1px solid transparent;cursor:pointer}
.apro-btn--primary{background:var(--apro-red);color:#fff!important;box-shadow:0 12px 30px rgba(227,6,19,.28)}
.apro-btn--ghost{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2);color:#fff!important}
.apro-hero__card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);border-radius:22px;padding:28px;min-height:220px;display:flex;flex-direction:column;justify-content:end;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.apro-hero__card strong{font-size:1.7rem;line-height:1.05;color:#fff;margin-bottom:8px}.apro-hero__card span{color:var(--apro-muted)}
.apro-section{max-width:1180px;margin:44px auto;padding:0 18px}.apro-narrow{max-width:860px}.apro-section h1,.apro-section h2{letter-spacing:-.03em}.apro-section h1{font-size:clamp(32px,5vw,52px);margin:0 0 20px}.apro-section>h2{font-size:clamp(28px,4vw,44px);margin:0 0 22px}.apro-grid{display:grid;gap:18px}.apro-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.apro-card{background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:20px;padding:26px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.apro-card h2,.apro-card h3{margin-top:0;line-height:1.1}.apro-card p{color:#465466}.apro-card a{font-weight:800;text-decoration:none;color:#0b69a3}.apro-tag{display:inline-block;border-radius:999px;background:#e9f7ff;color:#0369a1;font-weight:800;font-size:.8rem;padding:7px 10px;margin-bottom:14px}.apro-tag--blue{background:#e0f7ff;color:#0369a1}.apro-tag--red{background:#fff0f1;color:#b3000b}.apro-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.apro-steps>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:22px}.apro-steps strong{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:var(--apro-blue);color:#031018;margin-bottom:16px}.apro-steps h3{color:#fff;margin:0 0 8px}.apro-steps p{color:var(--apro-muted);margin:0}.apro-notice{border-left:5px solid var(--apro-red);background:#fff5f5;padding:16px 18px;margin:18px 0;border-radius:12px}.apro-form{display:grid;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px}.apro-form label{display:grid;gap:7px;font-weight:700}.apro-form input,.apro-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:12px;font-size:16px}.apro-success{background:#eafaf0;border:1px solid #8fd8a8;color:#115c2e;border-radius:12px;padding:14px;margin:16px 0}.apro-error{background:#fff0f1;border:1px solid #fca5a5;color:#991b1b;border-radius:12px;padding:14px;margin:16px 0}.apro-small{font-size:.92rem;color:#667085}.apro-admin .form-table input{max-width:560px;width:100%}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid #e5e7eb;border-radius:18px;padding:18px!important;box-shadow:0 12px 32px rgba(15,23,42,.08);background:#fff}.woocommerce ul.products li.product .button{border-radius:999px;background:var(--apro-red);color:#fff}.woocommerce div.product form.cart .button{border-radius:999px;background:var(--apro-red);color:#fff}
@media (max-width:900px){.apro-hero{grid-template-columns:1fr}.apro-grid--3,.apro-steps{grid-template-columns:1fr}.apro-hero__card{min-height:150px}.apro-section{margin:30px auto}.apro-hero{padding:32px 22px}}
