/* ═══════════════════════════════════════════════════
   Q2W THEME v1.0 — Free website design for UK businesses
   Purple (#7c3aed) | Matches Q2R brand | Mobile-first
   ═══════════════════════════════════════════════════ */

:root {
    --q2w: #7c3aed;
    --q2w-dk: #6d28d9;
    --q2w-lt: #a78bfa;
    --q2w-bg: #ffffff;
    --q2w-bg2: #f8fafc;
    --q2w-bg3: #faf5ff;
    --q2w-dark: #1e1b4b;
    --q2w-text: #1a1a2e;
    --q2w-muted: #64748b;
    --q2w-border: #e2e8f0;
    --q2w-success: #22c55e;
    --q2w-star: #f59e0b;
    --q2w-r: 16px;
    --q2w-pill: 999px;
}

/* ═══ GLOBAL ═══ */
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea,
.woocommerce *, .wp-block-heading, .entry-content {
    font-family: 'Poppins', -apple-system, sans-serif !important;
}
body { color: var(--q2w-text); }
img { max-width: 100%; height: auto; }

/* ═══ ANNOUNCEMENT BAR ═══ */
#q2w-bar {
    background: linear-gradient(90deg, var(--q2w-dk), var(--q2w));
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* ═══ HEADER / NAV ═══ */
.ast-primary-header-bar {
    background: var(--q2w-bg) !important;
    border-bottom: 1px solid var(--q2w-border) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
}
.main-header-menu > .menu-item > .menu-link {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: var(--q2w-text) !important;
}
.main-header-menu > .menu-item > .menu-link:hover { color: var(--q2w) !important; }
.main-header-menu > .menu-item:last-child > .menu-link {
    background: var(--q2w) !important;
    color: #fff !important;
    border-radius: var(--q2w-pill) !important;
    padding: 7px 16px !important;
    margin-left: 10px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    align-self: center !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 8px rgba(124,58,237,0.25);
}
.main-header-menu > .menu-item:last-child {
    display: flex !important;
    align-items: center !important;
}
.main-header-menu > .menu-item:last-child > .menu-link:hover {
    background: var(--q2w-dk) !important;
    box-shadow: 0 4px 12px rgba(124,58,237,0.35);
}
.ast-site-identity .site-title a {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: var(--q2w-dark) !important;
}

/* ═══ LAYOUT ═══ */
.q2w-section {
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.q2w-section-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}
.q2w-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--q2w);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: var(--q2w-bg3);
    padding: 6px 14px;
    border-radius: var(--q2w-pill);
    margin-bottom: 16px;
}
.q2w-kicker-light {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: var(--q2w-pill);
    margin-bottom: 16px;
}
.q2w-section-head h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--q2w-dark);
    line-height: 1.15;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}
.q2w-section-sub {
    font-size: 17px;
    color: var(--q2w-muted);
    line-height: 1.6;
    margin: 0;
}

/* ═══ BUTTONS ═══ */
.q2w-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    border-radius: var(--q2w-pill);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}
.q2w-btn-primary {
    background: var(--q2w);
    color: #fff;
    box-shadow: 0 4px 14px rgba(124,58,237,0.4);
}
.q2w-btn-primary:hover {
    background: var(--q2w-dk);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(124,58,237,0.5);
    color: #fff;
}
.q2w-btn-ghost {
    background: transparent;
    color: var(--q2w-dark);
    border: 2px solid var(--q2w-border);
}
.q2w-btn-ghost:hover {
    border-color: var(--q2w);
    color: var(--q2w);
}
.q2w-btn-large {
    padding: 18px 36px;
    font-size: 17px;
}
.q2w-btn-block { width: 100%; justify-content: center; }

/* ═══ HERO ═══ */
.q2w-hero {
    padding: 60px 24px 80px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.q2w-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.q2w-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--q2w-bg3);
    color: var(--q2w-dk);
    padding: 8px 16px;
    border-radius: var(--q2w-pill);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #ddd6fe;
}
.q2w-dot {
    width: 8px; height: 8px;
    background: var(--q2w-success);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.q2w-hero h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.05;
    color: var(--q2w-dark);
    margin: 0 0 20px;
    letter-spacing: -1.5px;
}
.q2w-grad {
    background: linear-gradient(90deg, var(--q2w), var(--q2w-lt));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.q2w-free {
    position: relative;
    white-space: nowrap;
}
.q2w-free::after {
    content: '';
    position: absolute;
    left: -2%; right: -2%; bottom: 4px;
    height: 12px;
    background: linear-gradient(90deg, #fef3c7, #fde68a);
    z-index: -1;
    border-radius: 4px;
}
.q2w-hero-sub {
    font-size: 19px;
    color: var(--q2w-muted);
    line-height: 1.55;
    margin: 0 0 32px;
}
.q2w-hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.q2w-hero-stats {
    display: flex;
    gap: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--q2w-border);
}
.q2w-hero-stats > div {
    display: flex;
    flex-direction: column;
}
.q2w-hero-stats strong {
    font-size: 24px;
    font-weight: 800;
    color: var(--q2w-dark);
}
.q2w-hero-stats span {
    font-size: 12px;
    color: var(--q2w-muted);
    margin-top: 2px;
}

/* Hero visual — mini laptop mockup */
.q2w-hero-visual {
    position: relative;
    aspect-ratio: 4/3;
}
.q2w-hero-laptop {
    background: #1e1b4b;
    border-radius: 12px 12px 20px 20px;
    padding: 8px;
    box-shadow: 0 30px 60px rgba(30,27,75,0.25), 0 10px 20px rgba(30,27,75,0.1);
    transform: rotate(-2deg);
    transition: transform 0.4s;
}
.q2w-hero-laptop:hover { transform: rotate(0deg) scale(1.02); }
.q2w-hero-laptop-top {
    display: flex;
    gap: 6px;
    padding: 4px 6px 10px;
}
.q2w-hero-laptop-top span {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #4c1d95;
}
.q2w-hero-laptop-screen {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    aspect-ratio: 16/10;
}
.q2w-mini-site { height: 100%; display: flex; flex-direction: column; gap: 12px; }
.q2w-mini-nav {
    display: flex;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}
.q2w-mini-nav span {
    height: 8px;
    width: 40px;
    background: var(--q2w-border);
    border-radius: 4px;
}
.q2w-mini-nav span:last-child {
    background: var(--q2w);
    margin-left: auto;
    width: 50px;
}
.q2w-mini-hero {
    background: var(--q2w-bg3);
    border-radius: 8px;
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.q2w-mini-h1 {
    width: 70%;
    height: 14px;
    background: var(--q2w-dark);
    border-radius: 4px;
}
.q2w-mini-p {
    width: 85%;
    height: 8px;
    background: var(--q2w-border);
    border-radius: 4px;
}
.q2w-mini-btn {
    width: 60px;
    height: 18px;
    background: var(--q2w);
    border-radius: 99px;
    margin-top: 4px;
}
.q2w-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}
.q2w-mini-grid > div {
    aspect-ratio: 1;
    background: var(--q2w-bg2);
    border-radius: 6px;
    border: 1px solid var(--q2w-border);
}

/* Floating notification cards */
.q2w-hero-float {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 10px 30px rgba(30,27,75,0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    border: 1px solid var(--q2w-border);
    animation: float 4s ease-in-out infinite;
}
.q2w-hero-float-1 {
    top: 20px;
    right: -20px;
    animation-delay: 0s;
}
.q2w-hero-float-2 {
    bottom: 40px;
    left: -30px;
    animation-delay: 2s;
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.q2w-float-icon {
    width: 32px; height: 32px;
    background: var(--q2w-bg3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.q2w-hero-float strong {
    display: block;
    color: var(--q2w-dark);
    font-weight: 700;
    font-size: 13px;
}
.q2w-hero-float span {
    display: block;
    color: var(--q2w-muted);
    font-size: 11px;
}

/* ═══ PAIN POINTS ═══ */
.q2w-pain { background: var(--q2w-bg2); border-radius: 24px; margin: 40px 24px; }
.q2w-pain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.q2w-pain-card {
    background: #fff;
    border: 1px solid var(--q2w-border);
    border-radius: var(--q2w-r);
    padding: 28px;
    transition: all 0.2s;
}
.q2w-pain-card:hover {
    border-color: var(--q2w-lt);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(124,58,237,0.08);
}
.q2w-pain-emoji {
    font-size: 36px;
    margin-bottom: 16px;
}
.q2w-pain-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--q2w-dark);
    margin: 0 0 8px;
}
.q2w-pain-card p {
    color: var(--q2w-muted);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    font-style: italic;
}

/* ═══ HOW IT WORKS ═══ */
.q2w-how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.q2w-how-card {
    background: #fff;
    border: 1px solid var(--q2w-border);
    border-radius: var(--q2w-r);
    padding: 32px 24px;
    text-align: center;
    position: relative;
    transition: all 0.2s;
}
.q2w-how-card:hover {
    border-color: var(--q2w);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(124,58,237,0.1);
}
.q2w-how-num {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--q2w), var(--q2w-dk));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(124,58,237,0.3);
}
.q2w-how-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--q2w-dark);
    margin: 0 0 10px;
}
.q2w-how-card p {
    color: var(--q2w-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

/* ═══ WHY FREE ═══ */
.q2w-why-free {
    background: linear-gradient(135deg, var(--q2w-dark), #2d2a5e);
    color: #fff;
    border-radius: 24px;
    margin: 40px 24px;
    max-width: 1200px;
    padding: 72px 48px;
}
.q2w-why-free-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.q2w-why-free h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}
.q2w-why-free-content p {
    font-size: 17px;
    line-height: 1.65;
    color: #e2e8f0;
    margin: 0 0 16px;
}
.q2w-why-free-content strong { color: #fff; }
.q2w-why-free-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
}
.q2w-why-free-checks > div {
    font-size: 14px;
    color: #e2e8f0;
    font-weight: 500;
}
.q2w-why-free-compare {
    display: grid;
    gap: 16px;
}
.q2w-compare-card {
    background: #fff;
    border-radius: var(--q2w-r);
    padding: 24px;
    color: var(--q2w-text);
    position: relative;
}
.q2w-compare-bad { background: #f1f5f9; opacity: 0.85; }
.q2w-compare-good {
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border: 2px solid var(--q2w);
}
.q2w-compare-badge {
    position: absolute;
    top: -10px;
    left: 20px;
    background: var(--q2w);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: var(--q2w-pill);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.q2w-compare-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--q2w-muted);
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.q2w-compare-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: var(--q2w-muted);
    border-bottom: 1px solid var(--q2w-border);
}
.q2w-compare-row:last-child { border-bottom: none; }
.q2w-compare-row strong {
    color: var(--q2w-dark);
    font-weight: 700;
}
.q2w-compare-total {
    font-size: 15px;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 2px solid var(--q2w-border);
}
.q2w-free-price {
    color: var(--q2w) !important;
    font-size: 18px;
    font-weight: 800 !important;
}

/* ═══ FEATURES ═══ */
.q2w-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.q2w-feat-card {
    background: #fff;
    border: 1px solid var(--q2w-border);
    border-radius: var(--q2w-r);
    padding: 28px;
    transition: all 0.2s;
}
.q2w-feat-card:hover {
    border-color: var(--q2w-lt);
    box-shadow: 0 8px 24px rgba(124,58,237,0.08);
    transform: translateY(-2px);
}
.q2w-feat-icon {
    width: 56px; height: 56px;
    background: var(--q2w-bg3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.q2w-feat-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--q2w-dark);
    margin: 0 0 10px;
}
.q2w-feat-card p {
    color: var(--q2w-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

/* ═══ TESTIMONIALS ═══ */
.q2w-testimonials { background: var(--q2w-bg3); border-radius: 24px; margin: 40px 24px; max-width: 1200px; padding: 80px 24px; }
.q2w-testi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}
.q2w-testi-card {
    background: #fff;
    border-radius: var(--q2w-r);
    padding: 28px;
    box-shadow: 0 4px 20px rgba(124,58,237,0.05);
}
.q2w-testi-stars {
    color: var(--q2w-star);
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.q2w-testi-card p {
    font-size: 16px;
    color: var(--q2w-text);
    line-height: 1.6;
    margin: 0 0 20px;
}
.q2w-testi-who strong {
    display: block;
    font-weight: 700;
    color: var(--q2w-dark);
    font-size: 14px;
}
.q2w-testi-who span {
    display: block;
    color: var(--q2w-muted);
    font-size: 13px;
    margin-top: 2px;
}

/* ═══ FAQ ═══ */
.q2w-faq-list {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.q2w-faq-item {
    background: #fff;
    border: 1px solid var(--q2w-border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s;
}
.q2w-faq-item[open] {
    border-color: var(--q2w-lt);
    box-shadow: 0 4px 14px rgba(124,58,237,0.06);
}
.q2w-faq-item summary {
    padding: 18px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: var(--q2w-dark);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.q2w-faq-item summary::-webkit-details-marker { display: none; }
.q2w-faq-item summary::after {
    content: '+';
    font-size: 22px;
    font-weight: 400;
    color: var(--q2w);
    transition: transform 0.2s;
}
.q2w-faq-item[open] summary::after {
    content: '−';
}
.q2w-faq-item p {
    padding: 0 22px 20px;
    color: var(--q2w-muted);
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
}

/* ═══ FINAL CTA ═══ */
.q2w-cta-section {
    background: linear-gradient(135deg, var(--q2w), var(--q2w-dk));
    border-radius: 24px;
    margin: 40px 24px;
    text-align: center;
    color: #fff;
    padding: 72px 32px;
}
.q2w-cta-section h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
}
.q2w-cta-section p {
    font-size: 18px;
    color: #e2e8f0;
    margin: 0 0 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.q2w-cta-section .q2w-btn-primary {
    background: #fff;
    color: var(--q2w);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.q2w-cta-section .q2w-btn-primary:hover {
    background: var(--q2w-bg3);
    color: var(--q2w-dk);
}
.q2w-cta-small {
    font-size: 13px !important;
    color: rgba(255,255,255,0.7) !important;
    margin-top: 16px !important;
}

/* ═══ APPLY FORM ═══ */
.q2w-apply-wrap {
    max-width: 640px;
    margin: 60px auto;
    padding: 0 24px;
}
.q2w-apply-box {
    background: #fff;
    border: 1px solid var(--q2w-border);
    border-radius: var(--q2w-r);
    padding: 48px;
    box-shadow: 0 10px 40px rgba(30,27,75,0.08);
}
.q2w-apply-head { margin-bottom: 32px; }
.q2w-apply-head h1 {
    font-size: 32px;
    font-weight: 800;
    color: var(--q2w-dark);
    margin: 12px 0 12px;
    line-height: 1.15;
}
.q2w-apply-head p {
    color: var(--q2w-muted);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}
.q2w-form-row { margin-bottom: 18px; }
.q2w-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.q2w-form-row label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--q2w-dark);
    margin-bottom: 6px;
}
.q2w-form-row label span { color: var(--q2w); }
.q2w-form-row input,
.q2w-form-row textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--q2w-border);
    border-radius: 10px;
    font-size: 15px;
    color: var(--q2w-dark);
    transition: all 0.2s;
}
.q2w-form-row input:focus,
.q2w-form-row textarea:focus {
    outline: none;
    border-color: var(--q2w);
    box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
}
.q2w-apply-small {
    text-align: center;
    font-size: 12px;
    color: var(--q2w-muted);
    margin-top: 16px;
}

/* ═══ PORTFOLIO — 9 distinct website designs ═══ */
.q2w-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 60px;
}
.q2w-pf-card {
    background: #fff;
    border: 1px solid var(--q2w-border);
    border-radius: var(--q2w-r);
    overflow: hidden;
    transition: all 0.3s;
}
.q2w-pf-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(30,27,75,0.12);
    border-color: var(--q2w-lt);
}
.q2w-pf-live { position: relative; }
.q2w-pf-live::after {
    content: '● LIVE';
    position: absolute;
    top: 12px; right: 12px;
    background: var(--q2w-success);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: 0.8px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(34,197,94,0.3);
}

/* Browser wrapper - default */
.q2w-pf-browser-wrap {
    background: #1e1b4b;
    padding: 12px 12px 0;
    aspect-ratio: 16/11;
    overflow: hidden;
    position: relative;
}
.q2w-pf-browser {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
}
.q2w-pf-dots { display: flex; gap: 5px; }
.q2w-pf-dots span {
    width: 9px; height: 9px;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
}
.q2w-pf-url {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.85);
    padding: 4px 12px;
    border-radius: 99px;
    font-size: 10px;
    font-family: 'SF Mono', Menlo, monospace;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
    letter-spacing: 0.2px;
}

/* Q2R actual screenshot */
.q2w-pf-screenshot {
    background: #fff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    height: calc(100% - 22px);
}
.q2w-pf-screenshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

/* Common site container */
.q2w-pf-site {
    background: #fff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    height: calc(100% - 22px);
    display: flex;
    flex-direction: column;
    font-size: 10px;
}

/* ─── Layout 1: Hartley Plumbing — Split hero with form ─── */
.q2w-l1-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 12px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}
.q2w-l1-logo {
    background: #0891b2;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 9px;
    letter-spacing: 0.5px;
}
.q2w-l1-links {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 8px;
    color: #475569;
    font-weight: 600;
}
.q2w-l1-phone { color: #0891b2 !important; font-weight: 800 !important; }
.q2w-l1-hero {
    flex: 1;
    display: grid;
    grid-template-columns: 55% 45%;
}
.q2w-l1-hero-content {
    padding: 14px;
    color: #fff;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}
.q2w-l1-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 3px 8px;
    border-radius: 99px;
    font-size: 7px;
    font-weight: 700;
    width: fit-content;
}
.q2w-l1-hero-content h4 {
    font-size: 12px;
    font-weight: 800;
    margin: 2px 0 0;
    line-height: 1.15;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.q2w-l1-hero-content p {
    font-size: 8px;
    line-height: 1.4;
    margin: 0;
    opacity: 0.95;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.q2w-l1-form {
    background: #f0f9ff;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}
.q2w-l1-form-title {
    font-weight: 800;
    font-size: 10px;
    color: #0e7490;
    margin-bottom: 2px;
}
.q2w-l1-input {
    background: #fff;
    border: 1px solid #cffafe;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 7px;
    color: #94a3b8;
}
.q2w-l1-input-lg {
    padding: 10px 7px;
}
.q2w-l1-btn {
    background: #0891b2;
    color: #fff;
    padding: 6px;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 8px;
    box-shadow: 0 2px 4px rgba(8,145,178,0.3);
}

/* ─── Layout 2: Bloom Florist — E-commerce grid ─── */
.q2w-l2 { background: #fff; }
.q2w-l2-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    background: #fff;
    font-size: 8px;
    color: #831843;
    font-weight: 600;
    border-bottom: 1px solid #fce7f3;
    gap: 10px;
}
.q2w-l2-logo {
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #be185d;
    letter-spacing: 0.5px;
}
.q2w-l2-banner {
    height: 55px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    color: #fff;
}
.q2w-l2-tag {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.5px;
    opacity: 0.9;
}
.q2w-l2-banner h4 {
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 400;
    margin: 2px 0 0;
    line-height: 1.2;
    text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.q2w-l2-products {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px;
    background: #fdf2f8;
}
.q2w-l2-prod {
    background-size: cover;
    background-position: center;
    background-color: #fce7f3;
    border-radius: 4px;
    position: relative;
    min-height: 60px;
}
.q2w-l2-prod-info {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 10px 6px 4px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 7px;
    font-weight: 600;
}
.q2w-l2-prod-info strong { font-weight: 800; }

/* ─── Layout 3: Copper Kettle — Full bleed + centered ─── */
.q2w-l3 {
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
}
.q2w-l3-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 10px;
    font-size: 8px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.q2w-l3-hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    gap: 3px;
}
.q2w-l3-crest {
    font-size: 24px;
    opacity: 0.95;
}
.q2w-l3-est {
    font-size: 7px;
    letter-spacing: 2px;
    opacity: 0.9;
    margin: 4px 0 2px;
}
.q2w-l3-hero h4 {
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.q2w-l3-hero p {
    font-size: 8px;
    margin: 4px 0 8px;
    line-height: 1.5;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.q2w-l3-cta {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.4);
    padding: 5px 14px;
    border-radius: 99px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
}
.q2w-l3-strip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px 10px;
    background: rgba(0,0,0,0.4);
    font-size: 7px;
}
.q2w-l3-strip strong {
    color: #fbbf24;
    margin-right: 3px;
}

/* ─── Layout 4: Athena Hair — Image + booking panel ─── */
.q2w-l4-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    background: #fff;
    border-bottom: 1px solid #e0e7ff;
}
.q2w-l4-logo {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 3px;
    color: #4f46e5;
}
.q2w-l4-links {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 8px;
    color: #64748b;
    font-weight: 600;
}
.q2w-l4-cta {
    background: #4f46e5 !important;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 99px;
    font-weight: 700 !important;
}
.q2w-l4-hero {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.q2w-l4-img {
    background-size: cover;
    background-position: center;
}
.q2w-l4-booking {
    background: #fff;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.q2w-l4-tag {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #6366f1;
}
.q2w-l4-booking h4 {
    font-size: 13px;
    font-weight: 800;
    margin: 2px 0 6px;
    color: #1e1b4b;
    line-height: 1.1;
}
.q2w-l4-service {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px dotted #e2e8f0;
    font-size: 8px;
    color: #475569;
    font-weight: 500;
}
.q2w-l4-service strong { color: #4f46e5; font-weight: 800; }
.q2w-l4-btn {
    background: #4f46e5;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    font-size: 8px;
    margin-top: 4px;
}

/* ─── Layout 5: Hughes Electrical — Top bar + inline form ─── */
.q2w-l5 { background: #fff; }
.q2w-l5-top {
    background: #1f2937;
    color: #fbbf24;
    padding: 4px 12px;
    display: flex;
    justify-content: space-between;
    font-size: 7px;
    font-weight: 600;
}
.q2w-l5-phone { color: #fff !important; }
.q2w-l5-nav {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 2px solid #fbbf24;
}
.q2w-l5-logo {
    font-size: 11px;
    font-weight: 800;
    color: #1f2937;
}
.q2w-l5-links {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 8px;
    color: #475569;
    font-weight: 600;
}
.q2w-l5-cta {
    background: #fbbf24 !important;
    color: #1f2937 !important;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 800 !important;
}
.q2w-l5-hero {
    flex: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 14px;
}
.q2w-l5-content {
    color: #fff;
    max-width: 65%;
}
.q2w-l5-hero h4 {
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 4px;
    line-height: 1.15;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.q2w-l5-hero p {
    font-size: 8px;
    line-height: 1.4;
    margin: 0 0 8px;
    opacity: 0.95;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.q2w-l5-quick-form {
    display: flex;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.q2w-l5-input {
    padding: 6px 10px;
    flex: 1;
    font-size: 8px;
    color: #94a3b8;
    background: #fff;
}
.q2w-l5-btn {
    background: #fbbf24;
    color: #1f2937;
    padding: 6px 10px;
    font-weight: 800;
    font-size: 8px;
}
.q2w-l5-badges {
    display: flex;
    justify-content: space-around;
    padding: 6px 10px;
    background: #f8fafc;
    font-size: 7px;
    font-weight: 700;
    color: #475569;
}

/* ─── Layout 6: Green Acres — Magazine editorial ─── */
.q2w-l6 { background: #f0fdf4; }
.q2w-l6-nav {
    display: flex;
    justify-content: space-between;
    padding: 8px 14px;
    background: #fff;
    border-bottom: 1px solid #dcfce7;
}
.q2w-l6-logo {
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
    color: #166534;
}
.q2w-l6-links {
    display: flex;
    gap: 10px;
    font-size: 8px;
    color: #16a34a;
    font-weight: 600;
    align-items: center;
}
.q2w-l6-split {
    flex: 1;
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 8px;
    padding: 10px;
}
.q2w-l6-feature {
    background-size: cover;
    background-position: center;
    background-color: #dcfce7;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    position: relative;
}
.q2w-l6-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 40%, rgba(0,0,0,0.6));
    border-radius: 6px;
}
.q2w-l6-feature-tag,
.q2w-l6-feature-title { position: relative; z-index: 1; }
.q2w-l6-feature-tag {
    font-size: 7px;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 0.95;
    margin-bottom: 3px;
}
.q2w-l6-feature-title {
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.q2w-l6-side {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.q2w-l6-article {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 6px;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    align-items: center;
}
.q2w-l6-art-img {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.q2w-l6-art-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.q2w-l6-art-text span {
    font-size: 6px;
    letter-spacing: 1px;
    color: #16a34a;
    font-weight: 700;
}
.q2w-l6-art-text strong {
    font-size: 8px;
    color: #14532d;
    font-weight: 700;
    line-height: 1.2;
}

/* ─── Layout 7: Luca's Italian — Dark with centered logo ─── */
.q2w-l7 {
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
}
.q2w-l7-nav {
    display: grid;
    grid-template-columns: 1fr 1fr auto 1fr 1fr;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    font-size: 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.q2w-l7-nav > span { text-align: center; }
.q2w-l7-nav > span:nth-child(1) { text-align: right; }
.q2w-l7-nav > span:nth-child(5) { text-align: left; }
.q2w-l7-logo {
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 0 14px;
    color: #fbbf24;
}
.q2w-l7-hero {
    flex: 1;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.q2w-l7-tag {
    font-size: 7px;
    letter-spacing: 1.5px;
    color: #fbbf24;
    margin-bottom: 6px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.q2w-l7-hero h4 {
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 4px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.q2w-l7-hero p {
    font-size: 8px;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.q2w-l7-res {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    padding: 8px 12px;
    border-top: 1px solid rgba(251,191,36,0.3);
}
.q2w-l7-res-title {
    font-family: Georgia, serif;
    font-size: 9px;
    letter-spacing: 1px;
    color: #fbbf24;
    margin-bottom: 5px;
    text-align: center;
}
.q2w-l7-res-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 6px;
    align-items: center;
}
.q2w-l7-res-field {
    background: rgba(255,255,255,0.08);
    padding: 4px 6px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.15);
}
.q2w-l7-res-field span {
    display: block;
    font-size: 6px;
    opacity: 0.7;
    letter-spacing: 0.5px;
}
.q2w-l7-res-field strong {
    display: block;
    font-size: 8px;
    font-weight: 700;
}
.q2w-l7-res-btn {
    background: #fbbf24;
    color: #0c0a09;
    padding: 8px 12px;
    font-size: 8px;
    font-weight: 800;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

/* ─── Layout 8: Peak Fitness — Dark with stats ─── */
.q2w-l8 { background: #020617; color: #fff; }
.q2w-l8-nav {
    display: flex;
    justify-content: space-between;
    padding: 8px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.q2w-l8-logo {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #facc15;
}
.q2w-l8-links {
    display: flex;
    gap: 10px;
    font-size: 8px;
    color: #94a3b8;
    font-weight: 600;
    align-items: center;
}
.q2w-l8-cta {
    background: #facc15 !important;
    color: #020617 !important;
    padding: 3px 10px;
    border-radius: 99px;
    font-weight: 800 !important;
}
.q2w-l8-hero {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.q2w-l8-img {
    flex: 1;
    background-size: cover;
    background-position: center;
    padding: 16px;
    display: flex;
    align-items: flex-end;
}
.q2w-l8-hero-text h4 {
    font-size: 14px;
    font-weight: 900;
    margin: 3px 0 6px;
    line-height: 1.1;
    letter-spacing: -0.3px;
}
.q2w-l8-kicker {
    font-size: 7px;
    letter-spacing: 1.5px;
    color: #facc15;
    font-weight: 700;
}
.q2w-l8-btn {
    display: inline-block;
    background: #facc15;
    color: #020617;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 8px;
    font-weight: 800;
}
.q2w-l8-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #0f172a;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.q2w-l8-stat {
    padding: 8px 4px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.05);
}
.q2w-l8-stat:last-child { border-right: none; }
.q2w-l8-stat strong {
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: #facc15;
    line-height: 1;
    margin-bottom: 2px;
}
.q2w-l8-stat span {
    font-size: 7px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Info below mockup */
.q2w-pf-info {
    padding: 20px 22px 22px;
}
.q2w-pf-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--q2w);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background: var(--q2w-bg3);
    padding: 4px 10px;
    border-radius: 99px;
    margin-bottom: 10px;
}
.q2w-pf-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--q2w-dark);
    margin: 0 0 4px;
}
.q2w-pf-info p {
    color: var(--q2w-muted);
    font-size: 14px;
    margin: 0 0 14px;
    line-height: 1.5;
}
.q2w-pf-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--q2w);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s;
}
.q2w-pf-link:hover { gap: 10px; color: var(--q2w-dk); }

.q2w-pf-cta {
    text-align: center;
    padding: 60px 24px;
    background: linear-gradient(135deg, var(--q2w-bg3), #f3eaff);
    border-radius: var(--q2w-r);
    border: 1px solid var(--q2w-lt);
}
.q2w-pf-cta h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--q2w-dark);
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}
.q2w-pf-cta p {
    color: var(--q2w-muted);
    font-size: 16px;
    margin: 0 0 24px;
}

@media (max-width: 968px) {
    .q2w-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .q2w-portfolio-grid { grid-template-columns: 1fr; }
    .q2w-pf-cta { padding: 40px 20px; }
    .q2w-pf-cta h3 { font-size: 22px; }
}

/* ═══ MULTI-STEP WIZARD ═══ */
.q2w-wizard-wrap { max-width: 680px; margin: 40px auto 80px; padding: 0 20px; }
.q2w-wizard {
    background: #fff;
    border: 1px solid var(--q2w-border);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(30,27,75,0.08);
    overflow: hidden;
}
.q2w-wiz-progress {
    background: var(--q2w-bg3);
    padding: 20px 32px;
    position: relative;
}
.q2w-wiz-progress-inner {
    position: absolute;
    top: 50%;
    left: 32px;
    right: 32px;
    height: 3px;
    background: var(--q2w);
    width: 0;
    transition: width 0.4s ease;
    z-index: 0;
    transform: translateY(-50%);
    border-radius: 2px;
}
.q2w-wiz-progress::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 32px;
    right: 32px;
    height: 3px;
    background: #e2e8f0;
    transform: translateY(-50%);
    border-radius: 2px;
}
.q2w-wiz-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.q2w-wiz-steps span {
    background: #fff;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    color: var(--q2w-muted);
    border: 2px solid #e2e8f0;
    min-width: 50px;
    text-align: center;
    transition: all 0.3s;
}
.q2w-wiz-steps span.q2w-active {
    background: var(--q2w);
    color: #fff;
    border-color: var(--q2w);
}
.q2w-wiz-steps span.q2w-done {
    background: var(--q2w);
    color: #fff;
    border-color: var(--q2w);
    opacity: 0.6;
}
.q2w-wiz-step { padding: 32px; }
.q2w-wiz-head { margin-bottom: 24px; }
.q2w-wiz-head h1 {
    font-size: 28px;
    font-weight: 800;
    color: var(--q2w-dark);
    margin: 10px 0 8px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}
.q2w-wiz-head p {
    color: var(--q2w-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}
.q2w-hint {
    font-size: 13px;
    color: var(--q2w-muted);
    margin: 6px 0 0;
}
.q2w-invalid {
    border-color: #dc2626 !important;
    background: #fef2f2 !important;
}
.q2w-wiz-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
}
.q2w-wiz-actions .q2w-wiz-back { flex: 0 0 auto; }
.q2w-wiz-actions .q2w-wiz-next { flex: 1; justify-content: center; }

/* Select field */
.q2w-form-row select {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--q2w-border);
    border-radius: 10px;
    font-size: 15px;
    color: var(--q2w-dark);
    background: #fff;
    font-family: inherit;
}
.q2w-form-row select:focus {
    outline: none;
    border-color: var(--q2w);
    box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
}

/* Google search box */
.q2w-gsearch-box {
    display: flex;
    gap: 8px;
    align-items: stretch;
}
.q2w-gsearch-box input {
    flex: 1;
    padding: 12px 16px;
    border: 1.5px solid var(--q2w-border);
    border-radius: 10px;
    font-size: 15px;
    color: var(--q2w-dark);
}
.q2w-gsearch-box .q2w-btn {
    padding: 12px 20px;
    font-size: 14px;
}
.q2w-gsearch-results { margin-top: 16px; }
.q2w-gsearch-loading,
.q2w-gsearch-empty {
    padding: 16px;
    text-align: center;
    color: var(--q2w-muted);
    font-size: 14px;
    background: var(--q2w-bg2);
    border-radius: 10px;
}
.q2w-gsearch-ask {
    font-size: 13px;
    color: var(--q2w-muted);
    margin: 0 0 10px;
    font-weight: 600;
}
.q2w-gsearch-result {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1.5px solid var(--q2w-border);
    border-radius: 12px;
    margin-bottom: 10px;
    transition: all 0.2s;
}
.q2w-gsearch-result:hover {
    border-color: var(--q2w-lt);
    background: var(--q2w-bg3);
}
.q2w-g-thumb {
    width: 56px; height: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--q2w-bg3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.q2w-g-thumb img { width: 100%; height: 100%; object-fit: cover; }
.q2w-g-placeholder { font-size: 24px; }
.q2w-g-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.q2w-g-info strong {
    color: var(--q2w-dark);
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.q2w-g-info span {
    font-size: 13px;
    color: var(--q2w-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.q2w-g-rating {
    font-size: 12px;
    color: var(--q2w-star) !important;
    font-weight: 600;
    margin-top: 2px;
}
.q2w-g-pick {
    padding: 8px 14px !important;
    font-size: 13px !important;
}
.q2w-skip-google {
    color: var(--q2w-muted);
    text-decoration: underline;
    font-weight: 500;
}
.q2w-skip-google:hover { color: var(--q2w); }

.q2w-g-picked {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    background: #dcfce7;
    border: 1.5px solid #86efac;
    border-radius: 12px;
}
.q2w-g-picked-icon {
    width: 48px; height: 48px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}
.q2w-g-picked strong { color: #14532d; font-size: 15px; }
.q2w-g-picked span { color: #166534; font-size: 13px; }
.q2w-g-picked small { color: #16a34a; font-size: 12px; font-weight: 600; }

/* Style picker cards */
.q2w-style-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.q2w-style-card {
    display: block;
    padding: 16px;
    border: 2px solid var(--q2w-border);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.q2w-style-card:hover {
    border-color: var(--q2w-lt);
    transform: translateY(-2px);
}
.q2w-style-card input { position: absolute; opacity: 0; pointer-events: none; }
.q2w-style-card:has(input:checked) {
    border-color: var(--q2w);
    background: var(--q2w-bg3);
    box-shadow: 0 4px 16px rgba(124,58,237,0.15);
}
.q2w-style-preview {
    aspect-ratio: 16/10;
    border-radius: 8px;
    margin-bottom: 10px;
}
.q2w-style-modern { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); border: 1px solid #cbd5e1; }
.q2w-style-warm { background: linear-gradient(135deg, #fef3c7, #fde68a); border: 1px solid #fcd34d; }
.q2w-style-bold { background: linear-gradient(135deg, #1e293b, #475569); border: 1px solid #0f172a; }
.q2w-style-elegant { background: linear-gradient(135deg, #f5f5f4, #d6d3d1); border: 1px solid #a8a29e; }
.q2w-style-card strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--q2w-dark);
    margin-bottom: 2px;
}
.q2w-style-card span {
    display: block;
    font-size: 12px;
    color: var(--q2w-muted);
}

/* Summary */
.q2w-summary {
    background: var(--q2w-bg2);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
.q2w-summary-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--q2w-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.q2w-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--q2w-border);
}
.q2w-summary-row:last-child { border: none; }
.q2w-summary-row span { color: var(--q2w-muted); }
.q2w-summary-row strong {
    color: var(--q2w-dark);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .q2w-wiz-step { padding: 24px 20px; }
    .q2w-wiz-progress { padding: 16px 20px; }
    .q2w-wiz-steps span { font-size: 10px; padding: 3px 6px; min-width: auto; }
    .q2w-wiz-head h1 { font-size: 22px; }
    .q2w-gsearch-box { flex-direction: column; }
    .q2w-gsearch-result { grid-template-columns: 48px 1fr; gap: 10px; }
    .q2w-gsearch-result .q2w-g-pick { grid-column: 1 / -1; width: 100%; justify-content: center; }
    .q2w-style-grid { grid-template-columns: 1fr; }
    .q2w-wiz-actions { flex-direction: column-reverse; }
    .q2w-wiz-actions .q2w-btn { width: 100%; justify-content: center; }
}

/* ═══ FOOTER ═══ */
.site-footer {
    background: var(--q2w-dark) !important;
    color: #c4b5fd !important;
}
.site-footer a { color: var(--q2w-lt) !important; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 968px) {
    .q2w-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .q2w-hero h1 { font-size: 40px; letter-spacing: -1px; }
    .q2w-why-free-inner { grid-template-columns: 1fr; gap: 40px; }
    .q2w-why-free { padding: 48px 32px; }
    .q2w-how-grid { grid-template-columns: repeat(2, 1fr); }
    .q2w-features-grid { grid-template-columns: repeat(2, 1fr); }
    .q2w-section-head h2 { font-size: 30px; }
    .q2w-cta-section h2 { font-size: 30px; }
}

@media (max-width: 640px) {
    .q2w-section { padding: 48px 20px; }
    .q2w-hero { padding: 40px 20px 60px; }
    .q2w-hero h1 { font-size: 32px; }
    .q2w-hero-sub { font-size: 16px; }
    .q2w-hero-stats { gap: 16px; }
    .q2w-hero-stats strong { font-size: 18px; }
    .q2w-hero-float { display: none; }
    .q2w-pain-grid { grid-template-columns: 1fr; }
    .q2w-how-grid { grid-template-columns: 1fr; }
    .q2w-features-grid { grid-template-columns: 1fr; }
    .q2w-testi-grid { grid-template-columns: 1fr; }
    .q2w-why-free-checks { grid-template-columns: 1fr; }
    .q2w-apply-box { padding: 28px 20px; }
    .q2w-form-grid { grid-template-columns: 1fr; }
    .q2w-section-head h2 { font-size: 26px; }
    .q2w-cta-section h2 { font-size: 26px; }
    .q2w-cta-section p { font-size: 16px; }
}
