*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
.gmb-tool-wrap{max-width:820px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1a1a2e}
.gmb-form-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px rgba(0,0,0,.07)}
.gmb-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}
@media(max-width:560px){.gmb-form-row{grid-template-columns:1fr}}
.gmb-input-group label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.4rem}
.gmb-input-group input{width:100%;padding:.75rem 1rem;border:1.5px solid #ddd;border-radius:8px;font-size:1rem;color:#1a1a2e;transition:border-color .2s}
.gmb-input-group input:focus{outline:none;border-color:#4f46e5}
#gmb-submit-btn{width:100%;padding:.9rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .2s}
#gmb-submit-btn:hover{background:#4338ca}
#gmb-submit-btn:disabled{background:#a5a5a5;cursor:not-allowed}
.gmb-disclaimer{text-align:center;font-size:.8rem;color:#888;margin-top:.75rem}
.gmb-spinner{width:48px;height:48px;margin:1rem auto;border:4px solid #e8e8e8;border-top-color:#4f46e5;border-radius:50%;animation:gmb-spin .8s linear infinite}
@keyframes gmb-spin{to{transform:rotate(360deg)}}
#gmb-loading,.gmb-results-loading{text-align:center;padding:2rem 0}
.gmb-loading-text{color:#555;margin-top:.5rem}
.gmb-error{background:#fff0f0;border:1px solid #fca5a5;border-radius:8px;padding:1rem 1.25rem;color:#b91c1c;margin-top:1rem}
.gmb-business-header{text-align:center;margin:1.5rem 0}
.gmb-business-header h2{font-size:1.6rem;font-weight:700;color:#1a1a2e}
.gmb-business-header p{font-size:.95rem;color:#666;margin-top:.25rem}
.gmb-score-section{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;background:#f8f7ff;border-radius:16px;padding:2rem;margin:1.5rem 0}
.gmb-score-circle-wrap{position:relative;width:140px;height:140px;flex-shrink:0}
.gmb-score-ring{width:140px;height:140px;transform:rotate(-90deg)}
.gmb-ring-bg{fill:none;stroke:#e8e8f0;stroke-width:10}
.gmb-ring-fill{fill:none;stroke:#4f46e5;stroke-width:10;stroke-linecap:round;stroke-dasharray:326.7;stroke-dashoffset:326.7;transition:stroke-dashoffset 1.2s ease,stroke .3s}
.gmb-score-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}
.gmb-score-number{font-size:2.4rem;font-weight:800;color:#1a1a2e}
.gmb-score-denom{font-size:1rem;color:#888;font-weight:500}
.gmb-score-label-wrap{text-align:center}
.gmb-score-label{display:inline-block;padding:.4rem 1.25rem;border-radius:999px;font-size:1rem;font-weight:700;margin-bottom:.75rem}
.gmb-score-label.excellent{background:#d1fae5;color:#065f46}
.gmb-score-label.very-good{background:#dbeafe;color:#1e40af}
.gmb-score-label.good{background:#fef3c7;color:#92400e}
.gmb-score-label.needs-work{background:#fee2e2;color:#991b1b}
.gmb-score-desc{font-size:.95rem;color:#555;max-width:280px}
.gmb-section-title{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:2rem 0 1rem}
.gmb-factors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.gmb-factor-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.25rem}
.gmb-factor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}
.gmb-factor-label{font-size:.9rem;font-weight:600;color:#333}
.gmb-factor-pts{font-size:.9rem;font-weight:700;color:#4f46e5}
.gmb-factor-bar-bg{height:6px;background:#eee;border-radius:999px;margin-bottom:.6rem}
.gmb-factor-bar-fill{height:6px;background:#4f46e5;border-radius:999px;transition:width 1s ease}
.gmb-factor-bar-fill.full{background:#10b981}
.gmb-factor-rec{font-size:.78rem;color:#666;line-height:1.5}
.gmb-recs-section{background:#f0f9ff;border-radius:12px;padding:1.5rem;margin:1rem 0}
.gmb-recs-list{list-style:none}
.gmb-recs-list li{padding:.6rem 0;border-bottom:1px solid #e0eef8;font-size:.95rem;color:#1a1a2e;display:flex;gap:.6rem}
.gmb-recs-list li:last-child{border-bottom:none}
.gmb-recs-list li::before{content:"→";color:#4f46e5;font-weight:700;flex-shrink:0}
.gmb-cta-section{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border-radius:16px;padding:2.5rem;text-align:center;margin:2rem 0}
.gmb-cta-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}
.gmb-cta-sub{color:rgba(255,255,255,.85);font-size:1rem;margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto}
.gmb-cta-btn{display:inline-block;padding:.9rem 2rem;background:#fff;color:#4f46e5;border-radius:8px;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .2s}
.gmb-cta-btn:hover{transform:translateY(-2px)}
.gmb-recheck{text-align:center;margin-top:1rem}
.gmb-recheck a{color:#4f46e5;text-decoration:none;font-size:.95rem}
.gmb-ad-unit{margin:1.5rem 0;min-height:90px;text-align:center}
@media(max-width:600px){.gmb-form-card{padding:1.5rem}.gmb-score-section{flex-direction:column;gap:1rem}.gmb-score-desc{max-width:100%}}
