.stg-report{--blue:#0053F3;--lime:#B4F300;--ink:#1C201E;--smoke:#F5F3F5;--green:#18864b;--orange:#d97706;--red:#c92a2a;width:calc(100vw - 32px);max-width:none;margin-left:calc(50% - 50vw + 16px);margin-right:calc(50% - 50vw + 16px);padding:32px clamp(18px,3vw,54px) 70px;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fbfcfe}
.stg-report *{box-sizing:border-box}.stg-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--blue)}
.stg-hero{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:34px;border-radius:26px;background:linear-gradient(135deg,#f8fbff,#eef5ff);border:1px solid #d9e5ff}.stg-hero h1{font-size:36px;line-height:1.05;margin:8px 0 12px}.stg-hero p{font-size:18px;margin:8px 0}.stg-meta{font-size:13px;color:#6b7280}
.stg-score{width:170px;height:170px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:12px solid currentColor;background:#fff;flex:0 0 auto}.stg-score span{font-size:46px;font-weight:900;line-height:1}.stg-score small{font-size:14px}.stg-score strong{font-size:11px;text-align:center;margin-top:7px;max-width:110px}.stg-score.stg-green{color:var(--green)}.stg-score.stg-orange{color:var(--orange)}.stg-score.stg-red{color:var(--red)}
.stg-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.stg-mini{padding:22px;border-radius:18px;background:#fff;border:1px solid #e5e7eb}.stg-mini strong{font-size:30px;display:block}.stg-mini span{font-size:14px;color:#6b7280}.stg-mini.green{border-top:5px solid var(--green)}.stg-mini.orange{border-top:5px solid var(--orange)}.stg-mini.red{border-top:5px solid var(--red)}
.stg-section-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.stg-section-card,.stg-facts,.stg-platforms,.stg-cta-box{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px}.stg-section-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:14px;margin-bottom:6px}.stg-section-head h2,.stg-facts h2,.stg-platforms h2,.stg-cta-box h2{margin:0}.stg-pill{font-weight:800;border-radius:999px;padding:6px 10px;font-size:13px}.stg-pill.green{background:#e8f7ef;color:var(--green)}.stg-pill.orange{background:#fff4df;color:var(--orange)}.stg-pill.red{background:#ffeded;color:var(--red)}
.stg-check-row{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid #f0f0f0}.stg-check-row:last-child{border:0}.stg-check-row p{margin:4px 0 0;color:#6b7280;font-size:14px}.stg-dot{width:12px;height:12px;border-radius:50%;margin-top:5px;flex:0 0 auto}.stg-dot.green{background:var(--green)}.stg-dot.orange{background:var(--orange)}.stg-dot.red{background:var(--red)}
.stg-facts,.stg-platforms{margin-top:18px}.stg-facts-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px}.stg-facts-grid div{background:var(--smoke);padding:14px;border-radius:12px}.stg-facts-grid span{display:block;color:#6b7280;font-size:12px}.stg-facts-grid strong{font-size:18px}.stg-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.stg-platform{display:flex;gap:10px;align-items:flex-start;background:var(--smoke);padding:14px;border-radius:12px}.stg-platform small{display:block;color:#6b7280;margin-top:2px}
.stg-cta-box{display:flex;justify-content:space-between;align-items:center;gap:26px;margin-top:18px;background:var(--ink);color:#fff}.stg-cta-box p{color:#d1d5db;max-width:780px}.stg-cta{display:inline-block;background:var(--lime);color:var(--ink)!important;font-weight:900;padding:14px 18px;border-radius:12px;text-decoration:none;white-space:nowrap}.stg-disclaimer{font-size:12px;color:#777;margin-top:18px}
@media(max-width:800px){.stg-hero{align-items:flex-start;flex-direction:column}.stg-section-grid,.stg-summary-grid{grid-template-columns:1fr}.stg-facts-grid{grid-template-columns:repeat(2,1fr)}.stg-platform-grid{grid-template-columns:1fr}.stg-cta-box{flex-direction:column;align-items:flex-start}}

/* V1.2 – polished report actions */
.stg-report{position:relative}
.stg-report-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 30px rgba(28,32,30,.06)}
.stg-report-toolbar>div{display:flex;flex-direction:column;gap:2px}.stg-toolbar-label{font-size:10px;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:#0053F3}.stg-report-toolbar strong{font-size:14px;color:#1C201E}
.stg-pdf-button{display:inline-flex;align-items:center;gap:10px;background:#0053F3;color:#fff!important;text-decoration:none!important;font-weight:850;font-size:14px;padding:11px 15px;border-radius:12px;box-shadow:0 7px 18px rgba(0,83,243,.20);transition:transform .16s ease,box-shadow .16s ease}.stg-pdf-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,83,243,.27);color:#fff!important}.stg-pdf-icon{display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:900;letter-spacing:.05em;width:31px;height:24px;border-radius:6px;background:#fff;color:#0053F3}
.stg-hero{box-shadow:0 14px 40px rgba(0,83,243,.07)}.stg-section-card,.stg-facts,.stg-platforms{box-shadow:0 8px 24px rgba(28,32,30,.045)}
@media(max-width:600px){.stg-report-toolbar{align-items:stretch;flex-direction:column}.stg-pdf-button{justify-content:center}}
@media print{.stg-report-toolbar{display:none!important}.stg-report{padding:0;max-width:none}.stg-section-card,.stg-facts,.stg-platforms,.stg-hero,.stg-cta-box{box-shadow:none;break-inside:avoid}.stg-cta{display:none}.stg-section-grid{display:block}.stg-section-card{margin-bottom:14px}}

.stg-brand-lockup{display:flex;align-items:center;gap:14px}.stg-report-logo{display:block;max-height:44px;width:auto;max-width:220px}
.stg-contact-card{display:flex;align-items:center;gap:22px;margin-top:18px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;box-shadow:0 8px 24px rgba(28,32,30,.045)}
.stg-contact-visual img{width:88px;height:88px;border-radius:18px;object-fit:cover;display:block}.stg-contact-copy h2{margin:4px 0 6px;font-size:24px}.stg-contact-copy p{margin:0 0 10px;color:#6b7280}.stg-contact-mail{display:inline-flex;align-items:center;gap:8px;background:#f3f7ff;color:#0053F3!important;text-decoration:none;font-weight:800;padding:10px 14px;border-radius:12px}
@media(max-width:800px){.stg-brand-lockup{align-items:flex-start}.stg-report-logo{max-height:38px;max-width:180px}.stg-contact-card{flex-direction:column;align-items:flex-start}.stg-contact-visual img{width:76px;height:76px}}
@media print{.stg-contact-card{box-shadow:none;break-inside:avoid}.stg-contact-mail{background:none;padding:0}}

/* V1.4 – Paid Advertising Activity */
.stg-paid-activity{margin:20px 0;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:24px;box-shadow:0 8px 24px rgba(28,32,30,.045)}
.stg-paid-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:17px}.stg-paid-head h2{margin:4px 0 0;font-size:25px}.stg-region{background:#f3f7ff;color:#0053F3;font-weight:850;font-size:12px;border-radius:999px;padding:8px 11px;white-space:nowrap}
.stg-activity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.stg-activity-card{border:1px solid #e5e7eb;border-left-width:6px;border-radius:18px;padding:18px;background:#fff}.stg-activity-card.green{border-left-color:var(--green)}.stg-activity-card.orange{border-left-color:var(--orange)}.stg-activity-card.red{border-left-color:var(--red)}
.stg-activity-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.stg-activity-channel{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:#6b7280}.stg-activity-card h3{font-size:20px;margin:5px 0 0}.stg-activity-card p{color:#5f6672;line-height:1.5;margin:12px 0}.stg-activity-badge{font-size:9px;font-weight:900;border-radius:999px;padding:6px 8px}.stg-activity-badge.green{background:#e8f7ef;color:var(--green)}.stg-activity-badge.orange{background:#fff4df;color:var(--orange)}.stg-activity-badge.red{background:#ffeded;color:var(--red)}
.stg-activity-meta{display:inline-flex;background:var(--smoke);border-radius:9px;padding:7px 9px;font-size:12px;font-weight:750}.stg-activity-advertiser{font-size:12px;margin-top:10px;color:#4b5563}.stg-activity-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #eef0f2;margin-top:15px;padding-top:12px;font-size:11px;color:#6b7280}.stg-activity-footer a{color:#0053F3!important;text-decoration:none;font-weight:800}.stg-activity-note{font-size:11px!important;color:#7a818c!important;margin:14px 0 0!important}
@media(max-width:800px){.stg-activity-grid{grid-template-columns:1fr}.stg-paid-head{flex-direction:column}.stg-activity-footer{align-items:flex-start;flex-direction:column}}
@media print{.stg-paid-activity{box-shadow:none;break-inside:avoid}.stg-activity-footer a{display:none}}

/* V1.5 – SEO & ad verification */
.stg-admin-confirm{margin-top:12px;padding:11px 12px;border-radius:12px;background:#fff8e8;border:1px solid #f6d48d;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#6b4a08}.stg-admin-confirm a{display:inline-flex;background:#1c201e;color:#fff!important;text-decoration:none!important;font-weight:850;padding:8px 10px;border-radius:9px;white-space:nowrap}
.stg-seo-snapshot{margin-top:18px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;box-shadow:0 8px 24px rgba(28,32,30,.045)}.stg-seo-snapshot h2{margin:4px 0 0}.stg-seo-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 18px}.stg-seo-kpis>div{background:var(--smoke);padding:14px;border-radius:12px}.stg-seo-kpis span{display:block;font-size:11px;color:#6b7280;margin-bottom:5px}.stg-seo-kpis strong{font-size:15px}.stg-seo-kpis strong.green,.stg-seo-good{color:var(--green)}.stg-seo-kpis strong.orange{color:var(--orange)}.stg-seo-kpis strong.red,.stg-seo-bad{color:var(--red)}
.stg-seo-table-wrap{overflow:auto;border:1px solid #eceff3;border-radius:14px}.stg-seo-table{width:100%;border-collapse:collapse;min-width:650px}.stg-seo-table th,.stg-seo-table td{padding:11px 12px;text-align:left;border-bottom:1px solid #eef0f2;font-size:12px}.stg-seo-table th{background:#f8fafc;color:#4b5563;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.stg-seo-table tr:last-child td{border-bottom:0}.stg-seo-table td:first-child{font-weight:750;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stg-seo-good,.stg-seo-bad{font-weight:850}
@media(max-width:800px){.stg-seo-kpis{grid-template-columns:repeat(2,1fr)}.stg-admin-confirm{align-items:flex-start;flex-direction:column}}
@media print{.stg-admin-confirm{display:none!important}.stg-seo-snapshot{box-shadow:none;break-inside:avoid}}

/* V1.6 – true full-width report + public ad creative review */
.stg-report>section,.stg-report>.stg-report-toolbar{width:100%}
.stg-report-toolbar{padding:16px 20px}.stg-hero{padding:38px clamp(26px,3vw,54px)}
.stg-section-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.stg-facts-grid{grid-template-columns:repeat(6,minmax(110px,1fr))}
.stg-section-intro{max-width:980px;color:#6b7280;margin:8px 0 0;line-height:1.55}
.stg-creatives-section{margin:20px 0;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:26px;box-shadow:0 8px 24px rgba(28,32,30,.045)}
.stg-creative-channel+.stg-creative-channel{margin-top:30px;padding-top:26px;border-top:1px solid #e9edf2}.stg-creative-channel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.stg-creative-channel-head h3{margin:0;font-size:20px}.stg-creative-channel-head span{font-size:11px;font-weight:850;color:#6b7280;background:#f5f7fa;padding:7px 9px;border-radius:999px}
.stg-creatives-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stg-creative-card{border:1px solid #e4e8ee;border-top:5px solid var(--orange);border-radius:18px;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-width:0}.stg-creative-card.green{border-top-color:var(--green)}.stg-creative-card.red{border-top-color:var(--red)}
.stg-creative-preview{height:190px;background:#f3f5f8;display:flex;align-items:center;justify-content:center;overflow:hidden}.stg-creative-preview img{width:100%;height:100%;object-fit:contain;background:#f8fafc}.stg-creative-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.stg-creative-kicker{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#0053F3}.stg-creative-kicker b{color:#6b7280;font-size:9px;background:#f5f3f5;padding:5px 7px;border-radius:999px}.stg-creative-card h4{font-size:19px;line-height:1.25;margin:0;color:#1c201e}.stg-ad-copy{font-size:14px!important;line-height:1.55!important;color:#5f6672!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.stg-creative-chips{display:flex;flex-wrap:wrap;gap:6px}.stg-creative-chips span{font-size:10px;font-weight:800;background:#edf4ff;color:#0053F3;padding:6px 8px;border-radius:999px}.stg-destination{font-size:11px;color:#606873;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stg-creative-dates{font-size:10px;color:#8a919c}
.stg-review-box{margin-top:auto;border-radius:13px;padding:13px;background:#fff7e7;border:1px solid #f4d28b}.stg-review-box.green{background:#eef9f2;border-color:#bfe5cd}.stg-review-box.red{background:#fff0f0;border-color:#f0b5b5}.stg-review-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.stg-review-head strong{font-size:12px}.stg-review-head span{font-size:9px;font-weight:850;color:#6b7280}.stg-review-box ul{margin:0;padding-left:18px}.stg-review-box li,.stg-review-box p{font-size:11px!important;line-height:1.45!important;color:#4b5563!important;margin:4px 0!important}.stg-positive{font-size:10px;color:#18864b;font-weight:750;margin-top:8px}.stg-creative-link{display:inline-flex;align-items:center;margin-top:2px;font-size:11px;font-weight:850;color:#0053F3!important;text-decoration:none!important}
@media(max-width:1180px){.stg-creatives-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stg-facts-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.stg-report{width:100%;margin-left:0;margin-right:0;padding:20px 14px 50px}.stg-creatives-grid{grid-template-columns:1fr}.stg-section-grid{grid-template-columns:1fr}.stg-creative-preview{height:220px}}
@media print{.stg-creatives-section{box-shadow:none}.stg-creatives-grid{display:block}.stg-creative-card{break-inside:avoid;margin-bottom:12px}.stg-creative-link{display:none}}

/* Break out of common WordPress theme content containers on audit pages */
body.single-stg_audit .entry-content,body.single-stg_audit .wp-block-post-content,body.single-stg_audit .site-main,body.single-stg_audit .content-area,body.single-stg_audit main{max-width:none!important;width:100%!important;overflow:visible!important}
body.single-stg_audit .entry-content,body.single-stg_audit .wp-block-post-content{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
body.single-stg_audit .entry-header,body.single-stg_audit .wp-block-post-title{display:none!important}
body.single-stg_audit{overflow-x:hidden}

/* V1.7 – explained SEO scoring */
.stg-seo-score-explain{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:16px;margin:18px 0}.stg-score-method{background:#f8fafc;border:1px solid #e8edf3;border-radius:16px;padding:18px}.stg-score-method h3{margin:0 0 12px;font-size:16px}.stg-score-method p{margin:7px 0;color:#5f6672;font-size:12px;line-height:1.55}.stg-score-method code{background:#edf2f7;padding:2px 5px;border-radius:5px;font-size:11px}.stg-weight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.stg-weight-grid span{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;border:1px solid #e8edf3;border-radius:10px;padding:8px 10px}.stg-weight-grid b{font-size:11px;color:#374151}.stg-weight-grid em{font-style:normal;font-size:10px;font-weight:900;color:#0053F3;background:#edf4ff;border-radius:999px;padding:4px 7px}.stg-seo-pages-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:22px 0 10px}.stg-seo-pages-head h3{margin:0 0 5px;font-size:17px}.stg-seo-pages-head p{margin:0;color:#6b7280;font-size:12px;line-height:1.5;max-width:900px}.stg-seo-pages-head>span{font-size:11px;font-weight:900;color:#0053F3;background:#edf4ff;border-radius:999px;padding:7px 10px;white-space:nowrap}.stg-seo-table-expanded{min-width:1180px}.stg-seo-table-expanded th,.stg-seo-table-expanded td{vertical-align:middle}.stg-url-cell{min-width:280px!important;max-width:360px!important;white-space:normal!important}.stg-url-cell a{color:#0053F3!important;text-decoration:none;font-weight:750;word-break:break-all}.stg-page-score{display:inline-flex;font-size:10px;font-weight:900;border-radius:999px;padding:6px 8px}.stg-page-score.green{background:#e8f7ef;color:var(--green)}.stg-page-score.orange{background:#fff4df;color:var(--orange)}.stg-page-score.red{background:#ffeded;color:var(--red)}.stg-seo-warn{color:var(--orange);font-weight:850}.stg-seo-footnote{margin:12px 0 0!important;color:#6b7280!important;font-size:11px!important;line-height:1.55!important}
@media(max-width:1000px){.stg-seo-score-explain{grid-template-columns:1fr}}
@media(max-width:600px){.stg-weight-grid{grid-template-columns:1fr}.stg-seo-pages-head{flex-direction:column}}
@media print{.stg-seo-score-explain{grid-template-columns:1fr}.stg-seo-table-expanded{min-width:0}.stg-seo-table-expanded th:nth-child(n+7),.stg-seo-table-expanded td:nth-child(n+7){display:none}}
.stg-score-logic{display:flex;align-items:center;justify-content:space-between;gap:26px;margin:0 0 20px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px 22px}.stg-score-logic h2{margin:4px 0 8px;font-size:20px}.stg-score-logic p{margin:0;color:#5f6672;font-size:12px;line-height:1.6;max-width:1050px}.stg-score-legend{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end;min-width:210px}.stg-score-legend span{display:flex;gap:5px;align-items:center;font-size:10px;font-weight:850;border-radius:999px;padding:7px 9px;white-space:nowrap}.stg-score-legend .green{background:#e8f7ef;color:var(--green)}.stg-score-legend .orange{background:#fff4df;color:var(--orange)}.stg-score-legend .red{background:#ffeded;color:var(--red)}
@media(max-width:900px){.stg-score-logic{align-items:flex-start;flex-direction:column}.stg-score-legend{justify-content:flex-start;min-width:0}}
@media print{.stg-score-logic{box-shadow:none;break-inside:avoid}}


/* V1.9 – strict navigation crawl + compact native booking */
.stg-booking-section{max-width:980px;margin:22px auto 0;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(28,32,30,.055);scroll-margin-top:20px}
.stg-booking-top{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:10px}.stg-booking-copy{min-width:0}.stg-booking-copy h2{font-size:24px;line-height:1.12;margin:4px 0 7px}.stg-booking-copy>p{margin:0;color:#667085;line-height:1.45;font-size:13px;max-width:610px}.stg-booking-contact{display:flex;align-items:center;gap:10px;flex:0 0 auto;background:#f8fafc;border:1px solid #e7ebf0;border-radius:13px;padding:8px 11px}.stg-booking-contact img{width:42px;height:42px;border-radius:10px;object-fit:cover}.stg-booking-contact strong,.stg-booking-contact span{display:block}.stg-booking-contact strong{font-size:13px}.stg-booking-contact span{font-size:10.5px;color:#6b7280;margin-top:2px}
.stg-booking-rules{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 12px}.stg-booking-rules span{font-size:10px;font-weight:800;background:#f3f7ff;color:#0053F3;padding:5px 8px;border-radius:999px}
.stg-booking-app{display:grid;grid-template-columns:330px minmax(0,1fr);gap:16px;border:1px solid #e5eaf1;border-radius:16px;padding:14px;background:#fbfcfe}.stg-booking-calendar-pane,.stg-booking-detail-pane{min-width:0}.stg-booking-detail-pane{border-left:1px solid #e6eaf0;padding-left:16px}.stg-calendar-head{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:8px;margin-bottom:8px}.stg-calendar-head strong{text-align:center;font-size:14px;text-transform:capitalize}.stg-calendar-head button{width:32px;height:32px;border:1px solid #dfe5ee;border-radius:9px;background:#fff;font-size:20px;line-height:1;cursor:pointer;color:#1c201e}.stg-calendar-head button:disabled{opacity:.25;cursor:not-allowed}.stg-calendar-week,.stg-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.stg-calendar-week{margin-bottom:4px}.stg-calendar-week span{text-align:center;font-size:9px;font-weight:850;color:#8a919d;text-transform:uppercase}.stg-cal-empty{display:block}.stg-cal-day{height:34px;min-height:34px;border:1px solid #e3e7ed;border-radius:8px;background:#fff;font-size:11px;font-weight:800;cursor:pointer;color:#1c201e;padding:0}.stg-cal-day:hover:not(:disabled),.stg-cal-day.active{border-color:#0053F3;background:#edf4ff;color:#0053F3}.stg-cal-day:disabled{background:#f4f5f7;color:#c4c8cf;cursor:not-allowed;border-color:#eef0f3}
.stg-slot-panel{margin:0;padding:0}.stg-slot-heading{font-weight:850;font-size:12.5px;margin-bottom:8px}.stg-slot-list{display:flex;flex-wrap:wrap;gap:6px;min-height:34px}.stg-slot{border:1px solid #dfe5ee;border-radius:8px;background:#fff;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer}.stg-slot:hover,.stg-slot.active{background:#0053F3;border-color:#0053F3;color:#fff}.stg-no-slots{font-size:11px;color:#6b7280;padding:5px 0}
.stg-booking-form{margin-top:12px;padding-top:12px;border-top:1px solid #e5eaf1}.stg-selected-slot{font-size:12px;font-weight:900;color:#0053F3;background:#edf4ff;border-radius:9px;padding:8px 10px;margin-bottom:9px}.stg-booking-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px 9px}.stg-booking-form label{display:block;font-size:10px;font-weight:850;color:#4b5563;margin-bottom:7px}.stg-booking-form input[type=text],.stg-booking-form input[type=email],.stg-booking-form textarea{display:block;width:100%;margin-top:3px;border:1px solid #d9dfe8;border-radius:8px;background:#fff;padding:7px 9px;font:inherit;font-size:11.5px;color:#1c201e}.stg-booking-form textarea{min-height:48px;resize:vertical}.stg-booking-form input:focus,.stg-booking-form textarea:focus{outline:2px solid rgba(0,83,243,.12);border-color:#0053F3}.stg-message-field{margin-top:1px}.stg-privacy{display:flex!important;gap:7px;align-items:flex-start;font-weight:600!important;line-height:1.3;margin-top:2px;font-size:9.5px!important}.stg-privacy input{margin-top:1px}.stg-booking-submit{border:0;border-radius:9px;background:#0053F3;color:#fff;font-size:11.5px;font-weight:900;padding:9px 13px;cursor:pointer;box-shadow:0 6px 15px rgba(0,83,243,.18)}.stg-booking-submit:disabled{opacity:.55;cursor:wait}.stg-booking-status{margin-top:8px;font-size:11.5px;font-weight:800;min-height:14px}.stg-booking-status.success{color:#18864b;background:#edf9f2;padding:9px;border-radius:8px}.stg-booking-status.error{color:#c92a2a;background:#fff0f0;padding:9px;border-radius:8px}
@media(max-width:820px){.stg-booking-section{max-width:680px}.stg-booking-top{align-items:flex-start}.stg-booking-app{grid-template-columns:1fr}.stg-booking-detail-pane{border-left:0;border-top:1px solid #e6eaf0;padding-left:0;padding-top:12px}.stg-booking-calendar-pane{max-width:420px;margin:0 auto;width:100%}}
@media(max-width:620px){.stg-booking-section{padding:14px;border-radius:16px}.stg-booking-top{flex-direction:column;gap:10px}.stg-booking-copy h2{font-size:21px}.stg-booking-contact{width:100%}.stg-booking-app{padding:10px}.stg-booking-fields{grid-template-columns:1fr}.stg-calendar-week,.stg-calendar-grid{gap:3px}.stg-cal-day{height:32px;min-height:32px}}
@media print{.stg-booking-section{display:none!important}}

.stg-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}


/* V2.0 – score fit + compact side-by-side conversion area */
.stg-score{width:156px;height:156px;border-width:10px;padding:14px;overflow:hidden}
.stg-score span{font-size:42px;line-height:.92}
.stg-score small{font-size:11px;line-height:1;margin-top:3px}
.stg-score strong{font-size:9.5px;line-height:1.25;margin-top:7px;max-width:94px;display:block}
.stg-sync-note{margin:10px 0 0;padding:9px 11px;border-radius:10px;background:#f3f7ff;color:#355074;font-size:11px;line-height:1.45;border:1px solid #dbe7ff}
.stg-conversion-row{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(700px,1.55fr);gap:18px;align-items:stretch;margin-top:20px}
.stg-conversion-row>.stg-cta-box,.stg-conversion-row>.stg-booking-section{margin:0;height:100%}
.stg-conversion-row>.stg-cta-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:28px}.stg-conversion-row>.stg-cta-box .stg-cta{margin-top:14px}
.stg-conversion-row>.stg-booking-section{max-width:none;padding:16px}
.stg-conversion-row .stg-booking-top{margin-bottom:8px}.stg-conversion-row .stg-booking-copy h2{font-size:20px}.stg-conversion-row .stg-booking-copy>p{font-size:11.5px}
.stg-conversion-row .stg-booking-app{grid-template-columns:280px minmax(0,1fr);gap:12px;padding:12px}.stg-conversion-row .stg-booking-detail-pane{padding-left:12px}.stg-conversion-row .stg-cal-day{height:30px;min-height:30px;font-size:10.5px}
.stg-conversion-row .stg-booking-rules{margin-bottom:8px}.stg-conversion-row .stg-booking-rules span{font-size:9.5px;padding:4px 7px}
.stg-contact-card{display:none!important}
@media(max-width:1250px){.stg-conversion-row{grid-template-columns:1fr}.stg-conversion-row>.stg-booking-section{max-width:980px;width:100%;margin:0 auto}}
@media(max-width:800px){.stg-score{width:142px;height:142px}.stg-score span{font-size:38px}.stg-conversion-row .stg-booking-app{grid-template-columns:1fr}.stg-conversion-row .stg-booking-detail-pane{border-left:0;border-top:1px solid #e6eaf0;padding-left:0;padding-top:12px}}

/* V2.1 – klare Trennung SEA / SEO */
.stg-discipline-overview{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.stg-discipline-tile{display:grid;grid-template-columns:1fr auto;gap:4px 18px;align-items:center;padding:18px 20px;border:1px solid #dfe6ef;border-radius:18px;background:#fff;text-decoration:none!important;color:var(--ink)!important;box-shadow:0 6px 20px rgba(28,32,30,.035)}.stg-discipline-tile span{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.stg-discipline-tile strong{grid-row:1/3;grid-column:2;font-size:26px}.stg-discipline-tile small{font-size:12px;color:#64748b}.stg-discipline-tile.sea{border-left:6px solid var(--blue)}.stg-discipline-tile.sea span,.stg-discipline-tile.sea strong{color:var(--blue)}.stg-discipline-tile.seo{border-left:6px solid #00a86b}.stg-discipline-tile.seo span,.stg-discipline-tile.seo strong{color:#078757}
.stg-discipline-block{margin:24px 0;padding:20px;border-radius:24px;border:1px solid #dfe6ef;background:#f9fbfd}.stg-discipline-sea{border-top:5px solid var(--blue)}.stg-discipline-seo{border-top:5px solid #00a86b}.stg-discipline-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin:0 0 16px}.stg-discipline-heading h2{margin:4px 0 6px;font-size:25px}.stg-discipline-heading p{margin:0;max-width:850px;color:#64748b}.stg-discipline-score{flex:0 0 auto;border-radius:999px;padding:10px 14px;font-weight:900;background:#fff;border:1px solid #dfe6ef}.stg-discipline-score.green{color:var(--green);background:#eaf8f0}.stg-discipline-score.orange{color:var(--orange);background:#fff4df}.stg-discipline-score.red{color:var(--red);background:#ffeded}.stg-discipline-block .stg-paid-activity{margin-top:0}.stg-section-grid-sea{margin-top:16px}.stg-section-grid-seo{grid-template-columns:1fr;margin-bottom:16px}.stg-discipline-seo .stg-seo-snapshot{margin-top:0}.stg-nav-label{display:block;font-size:12px;color:#078757;margin-bottom:4px}.stg-url-cell a{display:block;font-size:11px;color:#5d6b7b;word-break:break-all}.stg-admin-resync{background:#eef6ff!important;border-color:#bfd8ff!important}
@media(max-width:760px){.stg-discipline-overview{grid-template-columns:1fr}.stg-discipline-heading{flex-direction:column}.stg-discipline-block{padding:14px}}
@media print{.stg-discipline-overview{display:none}.stg-discipline-block{background:#fff;break-inside:auto}.stg-admin-resync{display:none!important}}

/* V2.2 – resilient category crawl + stronger SEA/SEO separation */
.stg-overall-label{margin:22px 0 8px}.stg-overall-label h2{margin:3px 0 0;font-size:22px}.stg-discipline-tech{border-top:5px solid #64748b;background:#f8fafc}.stg-section-grid-tech{grid-template-columns:1fr}.stg-nav-source{display:inline-flex;align-items:center;margin:0 0 5px 7px;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:850;letter-spacing:.02em;background:#eef2f7;color:#536173;vertical-align:middle}.stg-nav-source.header{background:#eaf8f0;color:#078757}.stg-nav-source.sitemap-category-fallback{background:#eef4ff;color:#0053F3}.stg-crawl-basis{padding:9px 11px;border-radius:10px;background:#f7f9fc;border:1px solid #e6eaf0}.stg-discipline-sea,.stg-discipline-seo,.stg-discipline-tech{scroll-margin-top:20px}.stg-discipline-sea{background:#f8fbff}.stg-discipline-seo{background:#f7fcf9}.stg-discipline-overview{margin-top:14px}.stg-discipline-block + .stg-discipline-block{margin-top:30px}
@media(max-width:760px){.stg-nav-source{margin-left:0;margin-right:6px}.stg-overall-label h2{font-size:19px}}
.stg-connector-warning{margin-top:9px;padding:9px 11px;border-radius:10px;background:#fff7e8;border:1px solid #f4d59c;color:#76520c;font-size:11px;line-height:1.4}.stg-connector-warning a{font-weight:850;color:#0053F3!important;text-decoration:none}

.stg-ad-source-note{font-size:12px;line-height:1.45;color:#667085;background:#f7f9fc;border:1px solid #e5e9f0;border-radius:10px;padding:9px 10px;margin:8px 0 10px}


/* V3.2 – contact placement in CTA + centered booking badge */
.stg-cta-box{position:relative;align-items:stretch}
.stg-cta-copy{max-width:640px}
.stg-cta-side{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:16px;min-width:240px}
.stg-cta-contact{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:14px;backdrop-filter:blur(2px);align-self:flex-end;max-width:100%}
.stg-cta-contact img{width:54px;height:54px;border-radius:14px;object-fit:cover;display:block}
.stg-cta-contact strong{display:block;color:#fff;font-size:16px;line-height:1.15}
.stg-cta-contact span{display:block;color:#d8dee8;font-size:12.5px;line-height:1.35;word-break:break-word}
.stg-conversion-row>.stg-cta-box{padding:28px 28px 26px}
.stg-conversion-row>.stg-cta-box .stg-cta{margin-top:0}
.stg-booking-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}
.stg-booking-contact{justify-self:center;align-self:center;min-width:270px;max-width:320px}
.stg-booking-copy{min-width:0}
@media(max-width:1250px){.stg-cta-side{align-items:flex-start}.stg-cta-contact{align-self:flex-start}.stg-booking-contact{justify-self:start}}
@media(max-width:760px){.stg-cta-side{width:100%}.stg-cta-contact{align-self:flex-start;width:100%}.stg-booking-top{grid-template-columns:1fr}.stg-booking-contact{justify-self:start;min-width:0;max-width:none;width:100%}}


/* V3.2.2 – Patrick image only in CTA, centered booking contact, ads import status */
.stg-cta-photo-only{padding:0!important;border:0!important;background:transparent!important;backdrop-filter:none!important;align-self:flex-end!important}
.stg-cta-photo-only img{width:104px!important;height:104px!important;border-radius:50%!important;object-fit:cover!important;border:4px solid rgba(180,243,0,.78);box-shadow:0 12px 28px rgba(0,0,0,.22)}
.stg-cta-photo-only>div{display:none!important}
.stg-booking-top{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,360px)!important;align-items:center!important}
.stg-booking-contact{justify-self:center!important;align-self:center!important;margin:auto!important;min-width:0!important;width:max-content!important;max-width:100%!important}
.stg-ads-empty-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.stg-ads-empty-grid>div{border:1px solid #e4e8ee;border-radius:14px;padding:15px;background:#f8fafc}.stg-ads-empty-grid strong{display:block;font-size:15px}.stg-ads-empty-grid span{display:block;margin:5px 0;color:#0053F3;font-size:11px;font-weight:850}.stg-ads-empty-grid p{margin:0;font-size:11px;line-height:1.45;color:#667085}.stg-admin-ads-debug{margin-top:12px;padding:10px 12px;border-radius:10px;background:#fff7e8;border:1px solid #f0d39a;font-size:11px;color:#73520d;line-height:1.45}
@media(max-width:1250px){.stg-cta-photo-only{align-self:flex-start!important}.stg-booking-contact{justify-self:center!important}.stg-booking-top{grid-template-columns:minmax(0,1fr) minmax(250px,330px)!important}}
@media(max-width:760px){.stg-cta-photo-only img{width:82px!important;height:82px!important}.stg-booking-top{grid-template-columns:1fr!important}.stg-booking-contact{justify-self:center!important;width:auto!important}.stg-ads-empty-grid{grid-template-columns:1fr}}
