/*
Theme Name: Brandoscope Survey Theme
Theme URI: https://brandoscope.local
Author: Brandoscope
Author URI: https://brandoscope.local
Description: Lightweight landing theme for Brandoscope Surveys plugin. Dynamic survey list, clean mobile-first layout, and Arabic-friendly design.
Version: 1.0.0
Text Domain: brandoscope-survey-theme
*/
:root{--bst-primary:#111827;--bst-accent:#f59e0b;--bst-bg:#f8fafc;--bst-text:#111827;--bst-muted:#64748b}*{box-sizing:border-box}body{margin:0;background:var(--bst-bg);color:var(--bst-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.bst-container{width:min(1160px,calc(100% - 32px));margin:auto}.bst-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid #e5e7eb}.bst-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.bst-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900}.bst-brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--bst-primary),var(--bst-accent));display:grid;place-items:center;color:#fff}.bst-menu{display:flex;gap:16px;align-items:center}.bst-menu a{text-decoration:none;color:var(--bst-muted);font-weight:700}.bst-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--bst-accent);color:#111827;text-decoration:none;font-weight:900;padding:12px 18px}.bst-hero{padding:76px 0 54px;background:radial-gradient(circle at top left,rgba(245,158,11,.23),transparent 34%),linear-gradient(135deg,#111827,#1f2937);color:#fff}.bst-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.bst-kicker{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 13px;font-weight:800;margin-bottom:16px}.bst-hero h1{font-size:clamp(36px,6vw,72px);line-height:1.02;margin:0 0 18px;letter-spacing:-.04em}.bst-hero p{font-size:19px;line-height:1.8;color:rgba(255,255,255,.78);margin:0 0 26px}.bst-hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);box-shadow:0 30px 80px rgba(0,0,0,.26);border-radius:32px;padding:26px}.bst-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bst-stat{background:#fff;color:#111827;border-radius:24px;padding:24px}.bst-stat strong{display:block;font-size:36px}.bst-stat span{color:var(--bst-muted);font-weight:800}.bst-section{padding:58px 0}.bst-section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}.bst-section h2{font-size:clamp(28px,4vw,44px);margin:0}.bst-section p{color:var(--bst-muted);line-height:1.8}.bst-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bst-feature{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:24px;box-shadow:0 18px 40px rgba(15,23,42,.06)}.bst-feature b{font-size:20px}.bst-footer{padding:28px 0;border-top:1px solid #e5e7eb;color:var(--bst-muted);background:#fff}.bst-page{padding:54px 0}.bst-page-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(15,23,42,.07)}@media(max-width:850px){.bst-hero-grid,.bst-features{grid-template-columns:1fr}.bst-menu{display:none}.bst-section-head{display:block}.bst-hero{padding:52px 0 36px}.bst-stat-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.bst-container{width:min(100% - 22px,1160px)}.bst-stat-grid{grid-template-columns:1fr}.bst-hero h1{font-size:38px}}
