.ggae-wrap{
  max-width:1400px;
  margin:24px auto;
  padding:0 16px;
  font-family:Arial,sans-serif;
  color:#101010;
}

.ggae-form-card,
.ggae-report .ggae-card,
.ggae-report .ggae-inner-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  box-shadow:0 8px 30px rgba(15,23,42,.04);
}

.ggae-form-card{
  padding:28px;
  margin-bottom:24px;
}

.ggae-addon-badge,
.ggae-badge{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:#f3f4f6;
  font-weight:700;
  margin-bottom:12px;
}

.ggae-grid-2,
.ggae-grid-3,
.ggae-grid-4{
  display:grid;
  gap:18px;
}

.ggae-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ggae-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ggae-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.ggae-form label{
  display:block;
  font-weight:700;
  margin:0 0 8px;
}

.ggae-form input,
.ggae-form textarea,
.ggae-form select{
  width:100%;
  padding:16px 18px;
  border:1px solid #d1d5db;
  border-radius:18px;
  font-size:16px;
  box-sizing:border-box;
  background:#fff;
}

.ggae-form input:focus,
.ggae-form textarea:focus,
.ggae-form select:focus{
  outline:none;
  border-color:#111827;
  box-shadow:0 0 0 4px rgba(17,24,39,.08);
}

.ggae-actions button{
  background:#050505;
  color:#fff;
  border:0;
  border-radius:999px;
  padding:18px 28px;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  transition:transform .18s ease, opacity .18s ease, box-shadow .18s ease;
  box-shadow:0 12px 30px rgba(0,0,0,.14);
}

.ggae-actions button:hover{
  transform:translateY(-1px);
}

.ggae-actions button:disabled{
  opacity:.6;
  cursor:not-allowed;
}

.ggae-report{
  margin-top:28px;
}

.ggae-head-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  margin-bottom:18px;
}

.ggae-head-row h2{
  font-size:40px;
  margin:8px 0 12px;
  line-height:1.1;
}

.ggae-summary{
  font-size:18px;
  line-height:1.7;
  max-width:980px;
  color:#374151;
}

.ggae-keyword-box{
  background:#050505;
  color:#fff;
  border-radius:24px;
  padding:24px;
  min-width:260px;
  box-shadow:0 20px 50px rgba(0,0,0,.14);
}

.ggae-keyword-box strong{
  display:block;
  font-size:16px;
  margin-bottom:12px;
}

.ggae-keyword-box span{
  font-size:24px;
  line-height:1.3;
  font-weight:800;
}

.ggae-card{
  padding:28px;
}

.ggae-card h3,
.ggae-inner-card h4{
  line-height:1.25;
}

.ggae-card h3{
  margin-top:0;
  margin-bottom:16px;
  font-size:24px;
  letter-spacing:-0.01em;
}

.ggae-stats .ggae-card{
  position:relative;
  overflow:hidden;
}

.ggae-stats .ggae-card::after{
  content:"";
  position:absolute;
  inset:auto -20px -30px auto;
  width:120px;
  height:120px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(17,24,39,.08),transparent 70%);
  pointer-events:none;
}

.ggae-stats .ggae-card label{
  display:block;
  color:#7c674a;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
  margin-bottom:14px;
  letter-spacing:.04em;
}

.ggae-stats .ggae-card strong{
  font-size:34px;
  line-height:1.1;
}

.ggae-inner-card{
  padding:20px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:20px;
}

.ggae-bullets{
  margin:0;
  padding-left:24px;
}

.ggae-bullets li{
  margin-bottom:10px;
  line-height:1.65;
  color:#1f2937;
}

.ggae-critical-card{
  border-color:#fecaca;
  background:linear-gradient(180deg,#fff7f7,#fff);
}

.ggae-critical-card h3{
  color:#b91c1c;
}

.ggae-quick-card{
  border-color:#bbf7d0;
  background:linear-gradient(180deg,#f0fdf4,#fff);
}

.ggae-quick-card h3{
  color:#15803d;
}

.ggae-money-card{
  border-color:#fde68a;
  background:linear-gradient(180deg,#fffbeb,#fff);
}

.ggae-money-card h3{
  color:#b45309;
}

.ggae-dark{
  background:#050505;
  color:#fff;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.ggae-dark .ggae-bullets li,
.ggae-dark .ggae-workload,
.ggae-dark .ggae-saved{
  color:#f9fafb;
}

.ggae-package{
  min-height:100%;
  background:linear-gradient(180deg,#1b1b1f,#121216);
  border:1px solid #3f3f46;
  border-radius:22px;
  padding:20px;
  box-shadow:0 16px 40px rgba(0,0,0,.15);
}

.ggae-package h4{
  margin:0 0 14px;
  font-size:20px;
  color:#fff;
}

.ggae-package .ggae-bullets li{
  color:#e5e7eb;
}

.ggae-package .ggae-price{
  margin-top:18px;
  font-weight:800;
  font-size:22px;
  color:#fff;
}

.ggae-package-actions{
  margin-top:18px;
}

.ggae-plan-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  border-radius:999px;
  background:#fff;
  color:#050505;
  text-decoration:none;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease;
}

.ggae-plan-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(255,255,255,.15);
}

.ggae-workload,
.ggae-saved,
.ggae-disclaimer,
.ggae-saved-inline,
.ggae-intro{
  line-height:1.7;
}

.ggae-intro{
  color:#4b5563;
}

.ggae-disclaimer{
  color:#4b5563;
  margin:18px 4px;
}

.ggae-alert{
  padding:16px 18px;
  border-radius:18px;
  margin:18px 0;
  font-weight:700;
}

.ggae-alert-error{
  background:#fff1f2;
  border:1px solid #fecdd3;
  color:#be123c;
}

.ggae-progress{
  position:fixed;
  inset:0;
  background:rgba(17,24,39,.45);
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}

.ggae-progress[hidden]{
  display:none !important;
}

.ggae-progress-box{
  width:min(700px,94vw);
  background:#fff;
  border-radius:28px;
  padding:32px;
  box-shadow:0 20px 80px rgba(0,0,0,.18);
  border:1px solid #e5e7eb;
}

.ggae-progress-logo{
  font-size:34px;
  font-weight:800;
  margin-bottom:20px;
}

.ggae-progress-bar{
  height:18px;
  background:#e5e7eb;
  border-radius:999px;
  overflow:hidden;
}

.ggae-progress-bar span{
  display:block;
  height:100%;
  width:0;
  background:linear-gradient(90deg,#050505,#374151);
  border-radius:999px;
  transition:width .4s ease;
}

.ggae-progress-text{
  margin-top:18px;
  font-size:18px;
  line-height:1.5;
  color:#111827;
}

@media(max-width:980px){
  .ggae-grid-2,
  .ggae-grid-3,
  .ggae-grid-4{
    grid-template-columns:1fr;
  }

  .ggae-head-row{
    flex-direction:column;
  }

  .ggae-head-row h2{
    font-size:32px;
  }

  .ggae-keyword-box{
    width:100%;
    min-width:0;
  }

  .ggae-stats .ggae-card strong{
    font-size:28px;
  }
}