/*
Theme Name: Accelera Management Stripe-Safe Theme
Theme URI: https://accemanagement.com/
Author: OpenAI
Description: Custom lightweight WordPress theme for Accelera Management Inc. with clear business identity, compliance pages, and Stripe-safe footer/contact details.
Version: 1.0
Text Domain: accelera-theme
*/

:root{
  --bg:#0b1220;
  --bg-soft:#111827;
  --panel:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --line:#e5e7eb;
  --brand:#0f62fe;
  --brand-dark:#0b4fd1;
  --light:#f8fafc;
  --success:#0f766e;
  --radius:18px;
  --shadow:0 10px 30px rgba(2,6,23,.08);
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.65;
}
a{color:var(--brand); text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%; height:auto; display:block}
.container{width:min(100% - 32px, var(--container)); margin:0 auto}
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; min-height:78px;
}
.brand{
  display:flex; align-items:center; gap:12px; color:var(--text); text-decoration:none;
  font-weight:700; font-size:20px;
}
.brand-mark{
  width:42px; height:42px; border-radius:12px; background:linear-gradient(135deg, var(--brand), #59a5ff);
  color:#fff; display:grid; place-items:center; font-weight:700;
  box-shadow:var(--shadow);
}
.site-nav ul{
  list-style:none; margin:0; padding:0; display:flex; gap:20px; flex-wrap:wrap;
}
.site-nav a{
  color:var(--text); font-weight:600;
}
.hero{
  background:linear-gradient(135deg, #eff6ff, #f8fafc 45%, #eef2ff);
  padding:72px 0 52px;
  border-bottom:1px solid var(--line);
}
.hero-grid{
  display:grid; grid-template-columns:1.2fr .8fr; gap:34px; align-items:center;
}
.eyebrow{
  display:inline-block; font-size:13px; letter-spacing:.08em; text-transform:uppercase;
  color:var(--brand); font-weight:700; margin-bottom:14px;
}
h1,h2,h3{line-height:1.15; margin:0 0 14px}
h1{font-size:54px}
h2{font-size:34px}
h3{font-size:24px}
p{margin:0 0 16px}
.hero p{font-size:18px; color:var(--muted)}
.btns{display:flex; gap:14px; flex-wrap:wrap; margin-top:26px}
.btn{
  display:inline-block; padding:14px 20px; border-radius:14px; font-weight:700; text-decoration:none;
  transition:.2s ease;
}
.btn-primary{background:var(--brand); color:#fff}
.btn-primary:hover{background:var(--brand-dark); text-decoration:none}
.btn-secondary{background:#fff; color:var(--text); border:1px solid var(--line)}
.btn-secondary:hover{text-decoration:none; border-color:#cbd5e1}
.card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.hero-card{padding:26px}
.hero-list{list-style:none; padding:0; margin:18px 0 0}
.hero-list li{padding:10px 0; border-top:1px solid var(--line)}
section{padding:70px 0}
.section-head{max-width:760px; margin-bottom:28px}
.muted{color:var(--muted)}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:22px}
.service-card,.info-card,.legal-card{
  padding:24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.service-card h3,.info-card h3,.legal-card h3{margin-bottom:10px}
.service-icon{
  width:52px; height:52px; border-radius:14px; display:grid; place-items:center;
  background:#eff6ff; color:var(--brand); font-size:24px; margin-bottom:16px;
  font-weight:700;
}
.steps{counter-reset:step}
.step{
  position:relative; padding:22px 22px 22px 74px; border:1px solid var(--line);
  border-radius:var(--radius); background:#fff; box-shadow:var(--shadow);
}
.step:before{
  counter-increment:step; content:counter(step);
  position:absolute; left:22px; top:22px;
  width:38px; height:38px; border-radius:50%; display:grid; place-items:center;
  background:var(--brand); color:#fff; font-weight:700;
}
.trust-strip{
  background:var(--bg);
  color:#fff;
  padding:28px 0;
}
.trust-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.trust-item{
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.09);
  border-radius:16px; padding:18px;
}
.contact-box{
  padding:28px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.contact-list{list-style:none; padding:0; margin:0}
.contact-list li{padding:10px 0; border-bottom:1px solid var(--line)}
.contact-list li:last-child{border-bottom:0}
.notice{
  background:#ecfeff; border:1px solid #bae6fd; color:#0c4a6e;
  padding:16px 18px; border-radius:14px;
}
.site-footer{
  background:var(--bg);
  color:#cbd5e1;
  padding:42px 0 26px;
  margin-top:30px;
}
.footer-grid{
  display:grid; grid-template-columns:1.3fr .7fr .9fr; gap:24px;
  margin-bottom:24px;
}
.site-footer h3,.site-footer h4{color:#fff}
.site-footer a{color:#dbeafe}
.footer-legal{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:18px;
  font-size:14px;
  color:#94a3b8;
}
.page-hero{
  padding:54px 0 28px;
  background:#f8fafc;
  border-bottom:1px solid var(--line);
}
.content-area{padding:40px 0 70px}
.content-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  box-shadow:var(--shadow); padding:30px;
}
.wp-block-button__link{border-radius:12px}
.menu-toggle{display:none}
@media (max-width: 900px){
  h1{font-size:40px}
  .hero-grid,.grid-3,.grid-2,.trust-grid,.footer-grid{grid-template-columns:1fr}
  .site-nav{display:none}
  .site-nav.open{display:block; width:100%; padding-bottom:14px}
  .site-nav ul{flex-direction:column; gap:12px}
  .header-inner{flex-wrap:wrap; padding:10px 0}
  .menu-toggle{
    display:inline-block; border:1px solid var(--line); background:#fff;
    border-radius:12px; padding:10px 14px; font-weight:700; cursor:pointer;
  }
}
