/* Skin Care Quiz – Premium UI · Mazal Brand · RTL */
/* Google Fonts loaded via wp_enqueue_style for better performance */
.sq-wrapper-outer { width: 100%; overflow: visible; }

:root {
    --sq-primary: #002A21; --sq-primary-light: #98F5E1; --sq-primary-mid: #005C4B;
    --sq-gold: #C5A55A; --sq-gold-light: #E8D5A3;
    --sq-bg: #FAFDF9; --sq-card: #FFFFFF; --sq-text: #1A2E2A; --sq-text-light: #6B8A80;
    --sq-border: #D4E8DE; --sq-success: #2E7D32; --sq-radius: 16px;
    --sq-shadow-sm: 0 2px 12px rgba(0,42,33,.06); --sq-shadow-md: 0 8px 32px rgba(0,42,33,.1);
    --sq-font: 'Heebo', -apple-system, BlinkMacSystemFont, sans-serif;
}

.sq-wrapper { max-width: 100%; margin: 0 auto; padding: 0; font-family: var(--sq-font); direction: rtl; color: var(--sq-text); -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: hidden; box-sizing: border-box; text-align: center; }
.sq-wrapper *, .sq-wrapper *::before, .sq-wrapper *::after { box-sizing: border-box; }
/* Override Elementor container alignment */
.elementor-widget-container .sq-wrapper,
.elementor-widget-container .sq-wrapper-outer,
.elementor-element .sq-wrapper,
.e-con-inner .sq-wrapper,
.e-con-inner .sq-wrapper-outer { width: 100% !important; max-width: 100% !important; float: none !important; }
.sq-inner { max-width: 900px; margin-left: auto !important; margin-right: auto !important; padding: 0 24px; width: 100%; display: block; float: none; text-align: center; }

/* ═══ SVG Icon System ═══ */
.sq-ic { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; color: var(--sq-primary); }
.sq-ic .sq-svg { width: 20px; height: 20px; display: block; }
.sq-ic.sq-ic-lg .sq-svg { width: 32px; height: 32px; }
.sq-ic.sq-ic-xl .sq-svg { width: 44px; height: 44px; }

/* Icon in context overrides */
.sq-landing-feature-icon .sq-ic { color: var(--sq-primary); }
.sq-landing-feature-icon .sq-ic .sq-svg { width: 36px; height: 36px; }
.sq-reward-badge .sq-ic { color: var(--sq-gold); }
.sq-reward-badge .sq-ic .sq-svg { width: 48px; height: 48px; }
.sq-trust-item .sq-ic { color: var(--sq-success); }
.sq-trust-item .sq-ic .sq-svg { width: 16px; height: 16px; }
.sq-persuasive-card-icon .sq-ic { color: var(--sq-primary); }
.sq-persuasive-card-icon .sq-ic .sq-svg { width: 48px; height: 48px; }
.sq-persuasive-promise-icon .sq-ic { color: var(--sq-gold); }
.sq-persuasive-promise-icon .sq-ic .sq-svg { width: 48px; height: 48px; }
.sq-wow-sparkle .sq-ic { color: var(--sq-gold); }
.sq-wow-sparkle .sq-ic .sq-svg { width: 56px; height: 56px; }
.sq-skin-profile-badge .sq-ic .sq-svg { width: 22px; height: 22px; }
.sq-benefit .sq-ic { color: var(--sq-success); }
.sq-benefit .sq-ic .sq-svg { width: 18px; height: 18px; }
.sq-offer-label .icon .sq-ic .sq-svg { width: 22px; height: 22px; }
.sq-cancel-info .sq-ic { color: var(--sq-text-light); }
.sq-cancel-info .sq-ic .sq-svg { width: 14px; height: 14px; }
.sq-popular-tag .sq-ic { color: #fff; }
.sq-popular-tag .sq-ic .sq-svg { width: 14px; height: 14px; }

/* Progress */
.sq-progress { height: 5px; background: rgba(0,42,33,.08); border-radius: 100px; margin-bottom: 10px; overflow: hidden; }
.sq-progress-fill { height: 100%; background: linear-gradient(90deg, var(--sq-primary), var(--sq-gold)); border-radius: 100px; transition: width .6s cubic-bezier(.22,1,.36,1); width: 0%; }
.sq-progress-text { text-align: center; font-size: .85rem; color: var(--sq-text-light); margin-bottom: 28px; font-weight: 500; }

/* Steps */
.sq-step { display: none; animation: sqSlideIn .6s cubic-bezier(.22,1,.36,1); width: 100%; }
.sq-step.active { display: block; }
@keyframes sqSlideIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sqFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes sqPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.03); } }
@keyframes sqSpin { to { transform: rotate(360deg); } }
@keyframes sqShimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes sqConfettiFall { 0% { transform: translateY(0) rotate(0deg); opacity: 1; } 100% { transform: translateY(100vh) rotate(720deg); opacity: 0; } }

/* ═══ LANDING PAGE ═══ */
.sq-landing { text-align: center; padding: 0 0 20px; }
.sq-landing-hero { position: relative; background: linear-gradient(160deg, #002A21 0%, #004D3B 50%, #003328 100%); padding: 56px 36px 48px; overflow: hidden; color: #fff; border-radius: 0; }
.sq-landing-hero .sq-landing-hero-inner { max-width: 800px; margin: 0 auto; }
.sq-landing-hero::before { content: ''; position: absolute; top: -40%; right: -20%; width: 60%; height: 120%; background: radial-gradient(ellipse, rgba(152,245,225,.08) 0%, transparent 70%); pointer-events: none; }
.sq-landing-hero::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, transparent, var(--sq-gold), transparent); }
.sq-landing-badge { display: inline-block; background: rgba(197,165,90,.2); border: 1px solid rgba(197,165,90,.4); color: var(--sq-gold-light); padding: 6px 20px; border-radius: 50px; font-size: .9rem; font-weight: 600; letter-spacing: .5px; margin-bottom: 20px; }
.sq-landing-hero h1 { font-size: 2.2rem; font-weight: 900; line-height: 1.35; margin: 0 auto 16px; color: #fff; max-width: 640px; text-align: center; }
.sq-landing-hero h1 .sq-gold { color: var(--sq-gold-light); }
.sq-landing-hero p { font-size: 1.15rem; color: rgba(255,255,255,.78); line-height: 1.65; max-width: 560px; margin: 0 auto 32px; font-weight: 300; }
.sq-landing-hero-img { max-width: 320px; margin: 0 auto 24px; }
.sq-landing-hero-img img { width: 100%; height: auto; border-radius: 16px; filter: drop-shadow(0 12px 32px rgba(0,0,0,.3)); }

.sq-landing-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-left: auto; margin-right: auto; margin-bottom: 32px; max-width: 900px; padding: 32px 24px 0; width: 100%; }
.sq-landing-feature { background: var(--sq-card); border: 1px solid var(--sq-border); border-radius: 18px; padding: 26px 18px; text-align: center; transition: transform .3s, box-shadow .3s; }
.sq-landing-feature:hover { transform: translateY(-4px); box-shadow: var(--sq-shadow-md); }
.sq-landing-feature-icon { font-size: 2.2rem; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.sq-landing-feature h3 { font-size: 1.15rem; font-weight: 700; margin: 0 0 6px; color: var(--sq-primary); }
.sq-landing-feature p { font-size: .9rem; color: var(--sq-text-light); margin: 0; line-height: 1.5; }

.sq-btn-start { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 20px 52px; font-size: 1.3rem; background: var(--sq-primary-light) !important; color: var(--sq-primary) !important; border: none; border-radius: 60px; font-weight: 800; cursor: pointer; font-family: var(--sq-font); transition: all .35s cubic-bezier(.22,1,.36,1); box-shadow: 0 6px 24px rgba(152,245,225,.4); min-height: 64px; animation: sqPulse 2.8s infinite; position: relative; overflow: hidden; }
.sq-btn-start::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); animation: sqShimmer 3s infinite; }
.sq-btn-start:hover { animation: none; transform: translateY(-3px) scale(1.02); box-shadow: 0 10px 36px rgba(152,245,225,.55); background: #7BE8CF !important; }

/* ═══ QUESTIONS ═══ */
.sq-q-step { padding: 10px 0; text-align: center; display: flex; flex-direction: column; align-items: center; }
.sq-q-icon { text-align: center; font-size: 2.8rem; margin-bottom: 8px; }
.sq-q-image { text-align: center; margin-bottom: 20px; border-radius: 18px; overflow: hidden; max-width: 100%; }
.sq-q-image img { width: 100%; max-height: 260px; object-fit: cover; border-radius: 18px; display: block; }
.sq-q-title { font-size: 1.6rem; font-weight: 700; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 28px; line-height: 1.45; color: var(--sq-text); width: 100%; }

/* Options - Card grid (Lumin style: image top, label bottom) */
.sq-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-left: auto; margin-right: auto; margin-bottom: 28px; max-width: 680px; width: 100%; }
.sq-option { background: var(--sq-card); border: 2px solid var(--sq-border); border-radius: 20px; padding: 0; cursor: pointer; transition: all .25s cubic-bezier(.22,1,.36,1); display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; user-select: none; -webkit-tap-highlight-color: transparent; overflow: hidden; }
.sq-option:hover { border-color: rgba(0,42,33,.3); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,42,33,.1); }
.sq-option:active { transform: scale(.97); }
.sq-option.selected { border-color: var(--sq-primary); border-width: 3px; background: linear-gradient(160deg, rgba(152,245,225,.06), rgba(0,42,33,.01)); box-shadow: 0 0 0 3px rgba(0,42,33,.08); }

/* Option image */
.sq-option-image-wrap { width: 100%; overflow: hidden; }
.sq-option-image { width: 100%; height: 160px; object-fit: cover; display: block; transition: transform .3s; }
.sq-option:hover .sq-option-image { transform: scale(1.04); }

/* Option emoji (when no image) */
.sq-option-emoji { font-size: 3.2rem; padding: 28px 16px 8px; line-height: 1; }

/* Option label - always at bottom */
.sq-option-label { font-size: 1.05rem; font-weight: 700; line-height: 1.4; color: var(--sq-text); padding: 14px 16px 18px; width: 100%; box-sizing: border-box; }

/* No image and no emoji - just label with more padding */
.sq-option-text-only .sq-option-label { padding: 28px 20px; font-size: 1.1rem; }

/* Selected checkmark */
.sq-option.selected::after { content: '✓'; position: absolute; top: 10px; left: 10px; width: 26px; height: 26px; background: var(--sq-primary); color: var(--sq-primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; }

/* Buttons */
.sq-buttons { display: flex; justify-content: center; gap: 14px; margin-top: 12px; }
.sq-btn { padding: 16px 40px; border: none; border-radius: 60px; font-size: 1.05rem; font-weight: 700; cursor: pointer; transition: all .3s cubic-bezier(.22,1,.36,1); display: inline-flex; align-items: center; justify-content: center; min-height: 56px; min-width: 140px; gap: 8px; font-family: var(--sq-font); -webkit-tap-highlight-color: transparent; line-height: 1.3; }
.sq-btn-primary { background: var(--sq-primary-light) !important; color: var(--sq-primary) !important; box-shadow: 0 4px 16px rgba(152,245,225,.4); font-size: 1.15rem; font-weight: 800; }
.sq-btn-primary:hover:not(:disabled) { transform: translateY(-3px) scale(1.01); box-shadow: 0 8px 28px rgba(152,245,225,.5); background: #7BE8CF !important; }
.sq-btn-primary:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.sq-btn-secondary { background: #fff; color: var(--sq-primary); border: 2px solid var(--sq-primary-light); font-weight: 600; border-radius: 60px; }
.sq-btn-secondary:hover { background: rgba(152,245,225,.12); border-color: var(--sq-primary-light); transform: translateY(-2px); }

/* ═══ EMAIL STEP ═══ */
.sq-email-step { text-align: center; padding: 16px 0; width: 100%; display: flex; flex-direction: column; align-items: center; }
.sq-email-step .sq-email-icon { font-size: 3.2rem; margin-bottom: 14px; }
.sq-email-reward { display: flex; align-items: center; gap: 18px; background: linear-gradient(135deg, rgba(197,165,90,.08), rgba(0,42,33,.03)); border: 1.5px solid rgba(197,165,90,.3); border-radius: 20px; padding: 24px 28px; margin-bottom: 24px; text-align: right; }
.sq-reward-badge { flex-shrink: 0; animation: sqFloat 3s ease-in-out infinite; display: flex; align-items: center; }
.sq-reward-text { flex: 1; }
.sq-reward-tag { display: inline-block; background: linear-gradient(135deg, var(--sq-primary), var(--sq-primary-mid)); color: #fff; padding: 4px 14px; border-radius: 50px; font-size: .78rem; font-weight: 700; margin-bottom: 8px; letter-spacing: .5px; }
.sq-reward-text h2 { font-size: 1.65rem; font-weight: 800; color: var(--sq-primary); margin: 6px 0 4px; line-height: 1.25; }
.sq-reward-text p { font-size: 1rem; color: var(--sq-text-light); margin: 0; line-height: 1.4; }
.sq-email-trust { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.sq-trust-item { background: #fff; border: 1px solid var(--sq-border); border-radius: 50px; padding: 7px 16px; font-size: .82rem; font-weight: 600; color: var(--sq-primary); white-space: nowrap; }
.sq-email-cta-text { text-align: center; margin-bottom: 18px; }
.sq-email-cta-text p { font-size: 1rem; color: var(--sq-text-light); line-height: 1.5; margin: 0; }
.sq-email-form { max-width: 520px; margin-left: auto; margin-right: auto; text-align: right; width: 100%; }
.sq-input-group { margin-bottom: 14px; }
.sq-input-group label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; color: var(--sq-text); }
.sq-input-group input { width: 100%; padding: 14px 18px; border: 1.5px solid var(--sq-border); border-radius: 14px; font-size: 1rem; font-family: var(--sq-font); direction: rtl; background: #fff; box-sizing: border-box; transition: border-color .2s, box-shadow .2s; }
.sq-input-group input:focus { outline: none; border-color: var(--sq-primary); box-shadow: 0 0 0 3px rgba(0,42,33,.08); }
.sq-input-group input.error { border-color: #e53935; }
.sq-consent { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; text-align: right; }
.sq-consent input[type="checkbox"] { width: 20px; height: 20px; margin: 2px 0 0; flex-shrink: 0; accent-color: var(--sq-primary); }
.sq-consent label { font-size: .85rem; line-height: 1.5; color: var(--sq-text-light); cursor: pointer; }
.sq-consent a { color: var(--sq-primary); text-decoration: underline; }
.sq-btn-full { width: 100%; justify-content: center; margin-top: 10px; }
.sq-btn-back { margin-top: 8px !important; background: transparent !important; color: var(--sq-text-light) !important; box-shadow: none !important; font-size: .9rem !important; min-height: 42px !important; }
.sq-btn-back:hover { background: #EFF8F3 !important; }
.sq-form-secure { text-align: center; font-size: .8rem; color: var(--sq-text-light); margin-top: 14px; opacity: .8; }
.sq-btn-spinner { display: inline-block; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.3); border-top-color: #fff; border-radius: 50%; animation: sqSpin .6s linear infinite; vertical-align: middle; margin-left: 6px; }

/* ═══ ANALYZING ═══ */
.sq-analyzing { text-align: center; padding: 50px 20px; }
.sq-analyzing-spinner { width: 56px; height: 56px; border: 3px solid rgba(0,42,33,.1); border-top-color: var(--sq-primary); border-radius: 50%; animation: sqSpin 1s linear infinite; margin: 0 auto 20px; }
.sq-analyzing h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; }
.sq-analyzing p { color: var(--sq-text-light); font-size: .95rem; }

/* ═══ RESULTS ═══ */
.sq-results { text-align: center; padding: 10px 0; width: 100%; display: flex; flex-direction: column; align-items: center; }
.sq-wow-banner { text-align: center; margin-bottom: 20px; width: 100%; }
.sq-wow-sparkle { margin-bottom: 14px; animation: sqFloat 2s ease-in-out infinite; display: flex; justify-content: center; }
.sq-wow-banner h2 { font-size: 2.1rem; font-weight: 900; color: var(--sq-primary); margin-bottom: 8px; line-height: 1.25; }
.sq-wow-banner p { font-size: 1.15rem; color: var(--sq-text-light); margin: 0; }
.sq-skin-profile-badge { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, rgba(197,165,90,.1), rgba(0,42,33,.03)); border: 1.5px solid rgba(197,165,90,.3); border-radius: 50px; padding: 12px 28px; font-weight: 700; font-size: 1.05rem; color: var(--sq-primary); margin: 16px 0 28px; }
.sq-product-image-wrap { text-align: center; margin: 24px 0; }
.sq-product-image { max-width: 340px; width: 100%; height: auto; border-radius: 20px; filter: drop-shadow(0 12px 32px rgba(0,42,33,.12)); animation: sqProductIn .8s cubic-bezier(.22,1,.36,1); }
@keyframes sqProductIn { from { opacity: 0; transform: scale(.92) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }

/* ═══ VARIATIONS ═══ */
.sq-variations-section { margin-bottom: 28px; width: 100%; }
.sq-variations-title { text-align: center; font-size: 1.45rem; font-weight: 800; color: var(--sq-primary); margin-bottom: 6px; }
.sq-variations-subtitle { text-align: center; font-size: 1rem; color: var(--sq-text-light); margin-bottom: 22px; }
.sq-variations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; width: 100%; }
.sq-variation-box { position: relative; background: var(--sq-card); border: 2px solid var(--sq-border); border-radius: 20px; padding: 28px 18px 22px; text-align: center; cursor: pointer; transition: all .3s cubic-bezier(.22,1,.36,1); display: flex; flex-direction: column; align-items: center; width: 100%; }
.sq-variation-box:hover { border-color: rgba(0,42,33,.2); transform: translateY(-5px); box-shadow: var(--sq-shadow-md); }
.sq-variation-box.sq-variation-popular { border-color: var(--sq-gold); box-shadow: 0 4px 20px rgba(197,165,90,.15); }
.sq-variation-box.sq-variation-selected { border-color: var(--sq-primary) !important; border-width: 3px; background: linear-gradient(160deg, rgba(152,245,225,.06), rgba(0,42,33,.02)); box-shadow: 0 8px 28px rgba(0,42,33,.16); }
.sq-popular-tag { position: absolute; top: -13px; right: 50%; transform: translateX(50%); background: linear-gradient(135deg, var(--sq-gold), #D4B96A); color: #fff; padding: 5px 18px; border-radius: 50px; font-size: .75rem; font-weight: 700; white-space: nowrap; letter-spacing: .3px; box-shadow: 0 3px 12px rgba(197,165,90,.3); }
.sq-var-image { margin-bottom: 12px; }
.sq-var-image img { width: 100%; max-width: 180px; height: auto; border-radius: 14px; object-fit: contain; margin: 0 auto; display: block; }
.sq-var-name { font-size: 1.1rem; font-weight: 800; color: var(--sq-primary); margin-bottom: 6px; line-height: 1.3; }
.sq-var-desc { font-size: .92rem; color: var(--sq-text-light); margin-bottom: 14px; line-height: 1.4; }
.sq-var-price { font-size: 1.65rem; font-weight: 900; color: var(--sq-primary); margin-bottom: 6px; }
.sq-var-price span { font-size: .82rem; font-weight: 500; opacity: .6; }
.sq-var-trial { background: linear-gradient(135deg, rgba(197,165,90,.15), rgba(197,165,90,.08)); color: #8B6914; font-weight: 700; font-size: .88rem; padding: 6px 16px; border-radius: 50px; margin-bottom: 6px; border: 1px solid rgba(197,165,90,.25); }
.sq-var-signup { font-size: .8rem; color: var(--sq-text-light); margin-bottom: 6px; font-weight: 500; }
.sq-var-shipping { font-size: .88rem; color: var(--sq-text-light); margin-bottom: 16px; }
.sq-var-select-wrap { margin-top: auto; width: 100%; }
.sq-var-select-btn { width: 100%; padding: 12px 16px !important; font-size: .95rem !important; min-height: 46px !important; min-width: auto !important; }
.sq-variation-selected .sq-var-select-btn { background: var(--sq-primary) !important; color: #fff !important; }
.sq-variation-selected .sq-var-select-btn::after { content: ' ✓'; }
.sq-variation-summary { margin-top: 24px; width: 100%; }
.sq-btn-change { min-width: auto !important; padding: 10px 28px !important; font-size: .9rem !important; min-height: 42px !important; }

/* ═══ PERSUASIVE SECTION ═══ */
.sq-persuasive { margin: 40px 0 32px; text-align: center; width: 100%; }

.sq-persuasive-hero {
    margin-bottom: 32px;
    padding: 0 16px;
}
.sq-persuasive-hero h3 {
    font-size: 1.7rem;
    font-weight: 900;
    color: var(--sq-primary);
    margin: 0 0 14px;
    line-height: 1.3;
}
.sq-persuasive-hero p {
    font-size: 1.15rem;
    color: var(--sq-text);
    line-height: 1.75;
    max-width: 560px;
    margin: 0 auto;
}

.sq-persuasive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}
.sq-persuasive-card {
    background: var(--sq-card);
    border: 1.5px solid var(--sq-border);
    border-radius: 20px;
    padding: 28px 20px 24px;
    text-align: center;
    transition: transform .3s, box-shadow .3s;
}
.sq-persuasive-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sq-shadow-md);
}
.sq-persuasive-card-icon {
    font-size: 2.6rem;
    margin-bottom: 14px;
    display: block;
}
.sq-persuasive-card h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--sq-primary);
    margin: 0 0 10px;
    line-height: 1.3;
}
.sq-persuasive-card p {
    font-size: .98rem;
    color: var(--sq-text-light);
    margin: 0;
    line-height: 1.65;
}

.sq-persuasive-promise {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, rgba(197,165,90,.08), rgba(0,42,33,.03));
    border: 1.5px solid rgba(197,165,90,.25);
    border-radius: 20px;
    padding: 28px 32px;
    text-align: right;
    max-width: 640px;
    margin: 0 auto;
}
.sq-persuasive-promise-icon {
    font-size: 2.8rem;
    flex-shrink: 0;
}
.sq-persuasive-promise-text h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--sq-primary);
    margin: 0 0 8px;
}
.sq-persuasive-promise-text p {
    font-size: 1.05rem;
    color: var(--sq-text);
    margin: 0;
    line-height: 1.7;
}

/* ═══ OFFER CARD ═══ */
.sq-offer-card { background: var(--sq-card); border: 1.5px solid var(--sq-border); border-radius: 22px; overflow: hidden; text-align: right; box-shadow: var(--sq-shadow-md); margin-bottom: 24px; width: 100%; }
.sq-offer-header { background: linear-gradient(135deg, #002A21, #004D3B); color: #fff !important; padding: 28px; text-align: center; position: relative; }
.sq-offer-header::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--sq-gold), transparent); }
.sq-offer-header h3 { font-size: 1.4rem; font-weight: 700; margin: 0 0 6px; color: #fff !important; }
.sq-offer-header p { margin: 0; opacity: .85; font-size: 1.05rem; color: #fff !important; }
.sq-offer-body { padding: 26px; }
.sq-offer-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(0,42,33,.06); }
.sq-offer-label { display: flex; align-items: center; gap: 10px; }
.sq-offer-label .icon { font-size: 1.3rem; }
.sq-offer-price { font-weight: 700; color: var(--sq-text); font-size: 1rem; white-space: nowrap; }
.sq-offer-price .old { text-decoration: line-through; opacity: .5; font-size: .88rem; font-weight: 400; }
.sq-free-banner { background: linear-gradient(135deg, var(--sq-gold), #D4B96A); padding: 2px; }
.sq-free-banner-inner { background: linear-gradient(135deg, #FFF9E6, #FFF3CC); padding: 18px 24px; text-align: center; }
.sq-free-tag { display: inline-block; font-size: 1.3rem; font-weight: 900; color: #8B6914; margin-bottom: 2px; animation: sqPulse 2.5s infinite; }
.sq-free-subtitle { display: block; font-size: .9rem; color: #8B6914; opacity: .8; }
.sq-offer-benefits { background: rgba(0,42,33,.03); border: 1px solid rgba(0,42,33,.06); border-radius: 14px; padding: 16px 20px; margin: 14px 0 0; }
.sq-benefit { padding: 6px 0; font-size: 1rem; color: var(--sq-text); font-weight: 500; }
.sq-offer-highlight { background: linear-gradient(135deg, rgba(197,165,90,.08), rgba(0,42,33,.02)); border-radius: 12px; padding: 16px 14px !important; margin: 4px -6px; }
.sq-price-free { color: var(--sq-success) !important; font-size: 1.3rem !important; }
.sq-offer-cta { margin-top: 20px; }
.sq-btn-checkout { display: block; width: 100%; padding: 18px 28px; background: var(--sq-primary-light) !important; color: var(--sq-primary) !important; border: none; border-radius: 60px; font-size: 1.2rem; font-weight: 800; cursor: pointer; font-family: var(--sq-font); transition: all .35s cubic-bezier(.22,1,.36,1); box-shadow: 0 4px 20px rgba(152,245,225,.4); min-height: 60px; position: relative; overflow: hidden; }
.sq-btn-checkout::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); animation: sqShimmer 3.5s infinite; }
.sq-btn-checkout:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(152,245,225,.55); background: #7BE8CF !important; }
.sq-cancel-info { text-align: center; font-size: .9rem; color: var(--sq-text-light); margin-top: 14px; font-weight: 500; }

/* Installments Picker */
.sq-installments-row { flex-wrap: wrap; }
.sq-installments-picker { display: flex; gap: 8px; }
.sq-installment-btn { padding: 10px 20px; border: 2px solid var(--sq-border); border-radius: 60px; background: #fff; color: var(--sq-text); font-size: .95rem; font-weight: 600; cursor: pointer; font-family: var(--sq-font); transition: all .25s; }
.sq-installment-btn:hover { border-color: var(--sq-primary-light); background: rgba(152,245,225,.08); }
.sq-installment-btn.selected { border-color: var(--sq-primary); background: var(--sq-primary); color: #fff; }

/* ═══ HTML BLOCKS ═══ */
.sq-html-block { margin: 28px 0; text-align: right; }

/* ═══ POPUP ═══ */
.sq-popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,30,20,.5); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; z-index: 999999; animation: sqFadeOverlay .3s; }
@keyframes sqFadeOverlay { from { opacity: 0; } to { opacity: 1; } }
.sq-popup { background: #fff; border-radius: 24px; max-width: 500px; width: 92%; padding: 36px; text-align: center; direction: rtl; box-shadow: 0 24px 64px rgba(0,42,33,.25); animation: sqSlideIn .4s cubic-bezier(.22,1,.36,1); }
.sq-popup h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 16px; color: var(--sq-text); }
.sq-popup p { font-size: .95rem; color: var(--sq-text-light); line-height: 1.7; margin-bottom: 24px; }
.sq-popup-buttons { display: flex; flex-direction: column; gap: 10px; }
.sq-popup-confirm { padding: 16px; background: var(--sq-primary-light) !important; color: var(--sq-primary) !important; border: none; border-radius: 60px; font-size: 1.05rem; font-weight: 800; cursor: pointer; font-family: var(--sq-font); transition: all .3s; min-height: 54px; box-shadow: 0 4px 16px rgba(152,245,225,.4); }
.sq-popup-confirm:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(152,245,225,.55); background: #7BE8CF !important; }
.sq-popup-cancel { padding: 14px; background: #fff; color: var(--sq-text); border: 2px solid var(--sq-border); border-radius: 60px; font-size: .95rem; font-weight: 600; cursor: pointer; font-family: var(--sq-font); min-height: 50px; transition: all .3s; }
.sq-popup-cancel:hover { background: #EFF8F3; border-color: rgba(0,42,33,.2); }

/* Confetti */
.sq-confetti-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 999998; overflow: hidden; }
.sq-confetti-piece { position: absolute; top: -20px; animation: sqConfettiFall linear forwards; opacity: .9; }

/* Floating CTA Button */
.sq-floating-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 99999; padding: 14px 20px 20px; text-align: center; pointer-events: none; animation: sqSlideUp .4s ease-out; }
.sq-floating-btn-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; pointer-events: auto; }
.sq-floating-btn-wrap::before { content: ''; position: absolute; inset: -6px; border-radius: 60px; background: linear-gradient(135deg, #4fffd4, #00c9a7, #00e5ff); opacity: 0.4; filter: blur(14px); animation: sqGlowPulse 2.4s ease-in-out infinite; z-index: 0; }
.sq-floating-btn { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 14px; padding: 18px 32px; border-radius: 50px; background: linear-gradient(135deg, #4fffd4 0%, #00c9a7 60%, #00b4d8 100%); border: none; cursor: pointer; font-family: var(--sq-font); font-size: 1.35rem; font-weight: 800; color: #0d2b22; letter-spacing: -0.02em; white-space: nowrap; box-shadow: 0 4px 24px rgba(0,201,167,0.45), 0 1px 0 rgba(255,255,255,0.35) inset; transition: transform .18s cubic-bezier(.34,1.56,.64,1), box-shadow .18s ease; overflow: hidden; text-decoration: none; }
.sq-floating-btn::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent); animation: sqFloatShimmer 2.8s ease-in-out infinite; }
.sq-floating-btn:hover { transform: scale(1.055) translateY(-2px); box-shadow: 0 8px 36px rgba(0,201,167,0.6), 0 1px 0 rgba(255,255,255,0.4) inset; }
.sq-floating-btn:active { transform: scale(0.97) translateY(1px); }
.sq-floating-arrow-r { font-size: 2.2rem; font-weight: 900; line-height: 1; animation: sqArrowR 2.6s ease-in-out infinite; }
.sq-floating-arrow-l { font-size: 2.2rem; font-weight: 900; line-height: 1; animation: sqArrowL 2.6s ease-in-out infinite; }
@keyframes sqGlowPulse { 0%, 100% { opacity: 0.3; transform: scale(0.97); } 50% { opacity: 0.65; transform: scale(1.03); } }
@keyframes sqFloatShimmer { 0% { left: -100%; } 60%, 100% { left: 160%; } }
@keyframes sqArrowR { 0% { transform: translateX(-8px); opacity: 0.4; } 50% { transform: translateX(6px); opacity: 1; } 100% { transform: translateX(-8px); opacity: 0.4; } }
@keyframes sqArrowL { 0% { transform: translateX(8px); opacity: 0.4; } 50% { transform: translateX(-6px); opacity: 1; } 100% { transform: translateX(8px); opacity: 0.4; } }
@keyframes sqSlideUp { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }


/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
    .sq-wrapper { overflow-x: hidden; }
    .sq-inner { padding: 0 14px; width: 100%; }

    /* Global mobile overrides - prevent any overflow */
    .sq-landing-hero .sq-landing-hero-inner { max-width: 100%; padding: 0 4px; }
    .sq-landing-hero h1 { max-width: 100%; }
    .sq-landing-hero p { max-width: 100%; }
    .sq-landing-hero-img { max-width: 240px; }
    .sq-landing-hero::before { display: none; }
    .sq-email-form { max-width: 100%; }
    .sq-persuasive-promise { max-width: 100%; }
    .sq-persuasive-hero p { max-width: 100%; }
    .sq-offer-header::after { display: none; }

    /* Landing */
    .sq-landing-hero { padding: 28px 16px 24px; }
    .sq-landing-hero h1 { font-size: 1.4rem; max-width: 100%; }
    .sq-landing-hero p { font-size: .9rem; max-width: 100%; }
    .sq-landing-features { grid-template-columns: 1fr; gap: 10px; padding: 20px 14px 0; max-width: 100%; }
    .sq-landing-feature { padding: 16px 14px; display: flex; align-items: center; text-align: right; gap: 12px; }
    .sq-landing-feature-icon { font-size: 1.6rem; margin-bottom: 0; }
    .sq-btn-start { padding: 14px 32px; font-size: 1rem; min-height: 52px; width: auto; max-width: 90%; }

    /* Questions */
    .sq-q-title { font-size: 1.15rem; margin-bottom: 18px; padding: 0 4px; }
    .sq-q-image { margin-bottom: 14px; }
    .sq-q-image img { max-height: 160px; border-radius: 14px; }
    .sq-options { grid-template-columns: 1fr 1fr; gap: 8px; max-width: 100%; padding: 0; margin-bottom: 20px; }
    .sq-option { border-radius: 14px; }
    .sq-option-image { height: 90px; }
    .sq-option-emoji { font-size: 2rem; padding: 14px 6px 2px; }
    .sq-option-label { font-size: .82rem; padding: 8px 6px 12px; }
    .sq-option-text-only .sq-option-label { padding: 18px 10px; font-size: .88rem; }
    .sq-option.selected::after { top: 6px; left: 6px; width: 22px; height: 22px; font-size: .7rem; }
    .sq-btn { padding: 12px 24px; font-size: .9rem; min-width: 100px; min-height: 46px; }
    .sq-buttons { gap: 10px; }

    /* Email step */
    .sq-email-form { max-width: 100%; }
    .sq-email-reward { flex-direction: column; text-align: center; padding: 16px 14px; gap: 10px; }
    .sq-email-trust { flex-direction: column; align-items: center; gap: 6px; }
    .sq-trust-item { font-size: .82rem; }

    /* Results */
    .sq-results { padding: 6px 0; }
    .sq-wow-banner { padding: 20px 10px; margin-bottom: 14px; }
    .sq-wow-banner h2 { font-size: 1.15rem; line-height: 1.35; padding: 0 4px; }
    .sq-wow-banner p { font-size: .85rem; }
    .sq-skin-profile-badge { font-size: .85rem; padding: 10px 16px; gap: 8px; margin: 12px 0 18px; }
    .sq-product-image { max-width: 200px; }
    .sq-product-image-wrap { margin-bottom: 16px; }

    /* Variations */
    .sq-variations-section { margin-bottom: 18px; }
    .sq-variations-title { font-size: 1.1rem; padding: 0 4px; }
    .sq-variations-subtitle { font-size: .8rem; padding: 0 4px; margin-bottom: 14px; }
    .sq-variations-grid { grid-template-columns: 1fr; max-width: 100%; margin: 0; gap: 12px; }
    .sq-variation-box { padding: 16px 12px 14px; border-radius: 16px; }
    .sq-var-image { margin-bottom: 8px; }
    .sq-var-image img { max-width: 160px; max-height: 130px; border-radius: 12px; }
    .sq-var-name { font-size: .92rem; }
    .sq-var-desc { font-size: .8rem; margin-bottom: 8px; }
    .sq-var-price { font-size: 1.15rem; margin-bottom: 4px; }
    .sq-var-price span { font-size: .72rem; }
    .sq-var-trial { font-size: .75rem; padding: 4px 10px; }
    .sq-var-shipping { font-size: .75rem; margin-bottom: 10px; }
    .sq-var-select-btn { padding: 10px 12px !important; font-size: .85rem !important; min-height: 40px !important; }
    .sq-popular-tag { font-size: .65rem; padding: 3px 12px; top: -10px; }

    /* Offer card / Summary */
    .sq-offer-card { border-radius: 16px; }
    .sq-offer-row { flex-direction: column; align-items: flex-start; gap: 4px; padding: 8px 0; }
    .sq-offer-header { padding: 14px 12px 10px; }
    .sq-offer-header h3 { font-size: 1.05rem; }
    .sq-offer-body { padding: 12px; }
    .sq-offer-label { font-size: .85rem; }
    .sq-offer-price { font-size: .9rem; }
    .sq-btn-checkout { font-size: .95rem; padding: 14px 16px; min-height: 48px; border-radius: 50px; }
    .sq-cancel-info { font-size: .75rem; }
    .sq-benefit { font-size: .85rem; padding: 4px 0; }
    .sq-free-tag { font-size: .92rem; }
    .sq-free-banner { padding: 14px 12px; border-radius: 14px; }
    .sq-variation-summary { margin-top: 16px; }
    .sq-btn-change { font-size: .82rem !important; padding: 8px 20px !important; }

    /* Installments */
    .sq-installments-picker { flex-wrap: wrap; gap: 6px; }
    .sq-installment-btn { padding: 7px 12px; font-size: .8rem; }

    /* Persuasive */
    .sq-persuasive { margin: 24px 0 20px; }
    .sq-persuasive-hero { margin-bottom: 18px; padding: 0 4px; }
    .sq-persuasive-hero h3 { font-size: 1.15rem; }
    .sq-persuasive-hero p { font-size: .88rem; }
    .sq-persuasive-grid { grid-template-columns: 1fr; max-width: 100%; margin: 0 0 14px; gap: 10px; }
    .sq-persuasive-card { padding: 18px 12px 14px; border-radius: 14px; }
    .sq-persuasive-card-icon .sq-ic .sq-svg { width: 32px; height: 32px; }
    .sq-persuasive-card h4 { font-size: .95rem; }
    .sq-persuasive-card p { font-size: .82rem; }
    .sq-persuasive-promise { flex-direction: column; text-align: center; padding: 16px 12px; border-radius: 14px; gap: 12px; max-width: 100%; }
    .sq-persuasive-promise-icon .sq-ic .sq-svg { width: 32px; height: 32px; }
    .sq-persuasive-promise-text h4 { font-size: .95rem; }
    .sq-persuasive-promise-text p { font-size: .82rem; }

    /* Popup */
    .sq-popup-overlay { padding: 10px; }
    .sq-popup { padding: 18px 14px; margin: 0; max-width: 100%; border-radius: 16px; }
    .sq-popup h3 { font-size: 1.05rem; }
    .sq-popup p { font-size: .82rem; line-height: 1.7; }
    .sq-popup-buttons { gap: 8px; }
    .sq-popup-confirm { font-size: .88rem; padding: 12px; border-radius: 50px; }
    .sq-popup-cancel { font-size: .82rem; padding: 10px; }

    /* Confetti */
    .sq-confetti-container { overflow: hidden; position: fixed; inset: 0; pointer-events: none; z-index: 9998; }

    /* Floating CTA - mobile */
    .sq-floating-cta { padding: 10px 12px 14px; }
    .sq-floating-btn { padding: 14px 22px; font-size: 1.05rem; gap: 10px; }
    .sq-floating-arrow-r, .sq-floating-arrow-l { font-size: 1.6rem; }
    .sq-floating-btn-wrap::before { inset: -4px; filter: blur(10px); }

    /* HTML Blocks */
    .sq-html-block, .sq-php-block { overflow-x: hidden; max-width: 100%; }
}

/* ═══ SMALL PHONES: 380px and below ═══ */
@media (max-width: 380px) {
    .sq-inner { padding: 0 10px; }
    .sq-wow-banner h2 { font-size: 1rem; }
    .sq-q-title { font-size: 1rem; }
    .sq-options { gap: 6px; }
    .sq-option-label { font-size: .75rem; padding: 6px 4px 10px; }
    .sq-option-image { height: 70px; }
    .sq-var-price { font-size: 1.05rem; }
    .sq-variations-title { font-size: .98rem; }
    .sq-btn { padding: 10px 18px; font-size: .82rem; min-height: 40px; }
    .sq-btn-start { padding: 12px 24px; font-size: .92rem; }
    .sq-persuasive-hero h3 { font-size: 1rem; }
    .sq-landing-hero h1 { font-size: 1.2rem; }
}

