/* =========================================================
 * Online Shop Marketing Package — Colorful Playful Landing
 * ========================================================= */

.os-page {
    --os-brand: #2f5aae;
    --os-brand-dark: #1e3d7a;
    --os-green: #27ae60;
    --os-green-dark: #1e874a;
    --os-purple: #7c3aed;
    --os-pink: #ec4899;
    --os-cyan: #0891b2;
    --os-amber: #f59e0b;
    --os-peach: #fb923c;
    --os-dark: #0c1a2a;
    --os-text: #334155;
    --os-muted: #64748b;
    --os-bg-soft: #f8fafc;
    --os-bg-cream: #fef3c7;
    --os-border: #e5e7eb;
    --os-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --os-radius-blob: 60% 40% 55% 45% / 50% 60% 40% 50%;
    font-family: 'Tajawal', 'Cairo', sans-serif;
    color: var(--os-text);
}

.os-page .container { max-width: 1200px; margin: 0 auto; padding: 0 16px; position: relative; z-index: 2; }

/* Buttons */
.os-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    transition: transform 0.2s var(--os-ease), box-shadow 0.2s var(--os-ease), background 0.2s;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
}
.os-btn--primary {
    background: linear-gradient(135deg, var(--os-green) 0%, var(--os-green-dark) 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(39,174,96,0.35);
}
.os-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(39,174,96,0.5);
    color: #ffffff;
}
.os-btn--ghost {
    background: #ffffff;
    color: var(--os-brand);
    border-color: var(--os-brand);
}
.os-btn--ghost:hover {
    background: var(--os-brand);
    color: #ffffff;
}
.os-btn--white {
    background: #ffffff;
    color: var(--os-brand);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.os-btn--white:hover {
    background: var(--os-dark);
    color: #ffffff;
}
.os-btn--lg { padding: 18px 48px; font-size: 18px; }

/* Section head */
.os-section-head {
    text-align: center;
    margin-bottom: 48px;
}
.os-section__title {
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 900;
    color: var(--os-dark);
    margin: 14px 0 0;
}

/* Section badge / sticker — dashed outline + offset shadow, slight tilt */
.os-sticker {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: var(--os-brand);
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    border: 2px dashed var(--os-brand);
    box-shadow: 3px 3px 0 var(--os-brand);
    transform: rotate(-1.5deg);
    transition: transform 0.25s var(--os-ease);
}
.os-sticker:hover { transform: rotate(0deg); }
.os-sticker--amber  { color: var(--os-amber);  border-color: var(--os-amber);  box-shadow: 3px 3px 0 var(--os-amber); }
.os-sticker--purple { color: var(--os-purple); border-color: var(--os-purple); box-shadow: 3px 3px 0 var(--os-purple); }
.os-sticker--green  { color: var(--os-green);  border-color: var(--os-green);  box-shadow: 3px 3px 0 var(--os-green); }
.os-sticker--pink   { color: var(--os-pink);   border-color: var(--os-pink);   box-shadow: 3px 3px 0 var(--os-pink); }
.os-sticker--cyan   { color: var(--os-cyan);   border-color: var(--os-cyan);   box-shadow: 3px 3px 0 var(--os-cyan); }

/* ============ Scroll Reveal ============ */
[data-hp-reveal] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s var(--os-ease), transform 0.7s var(--os-ease);
}
[data-hp-reveal].is-revealed {
    opacity: 1;
    transform: none;
}

/* ============ Blobs — expanded palette ============ */
.os-blob {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: var(--os-radius-blob);
    filter: blur(50px);
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
    animation: osBlobMorph 16s ease-in-out infinite, osBlobFloat 20s ease-in-out infinite;
}
.os-blob--tl     { top: -80px; right: -120px; background: var(--os-brand); width: 420px; height: 420px; }
.os-blob--br     { bottom: -100px; left: -140px; background: var(--os-green); animation-delay: -4s; }
.os-blob--mid    { top: 30%; left: 40%; background: var(--os-amber); width: 260px; height: 260px; animation-delay: -8s; opacity: 0.3; }
.os-blob--pink   { top: -60px; left: -80px; background: var(--os-pink); width: 320px; height: 320px; animation-delay: -2s; }
.os-blob--cyan   { bottom: -80px; right: -60px; background: var(--os-cyan); width: 280px; height: 280px; animation-delay: -6s; }
.os-blob--purple { top: -80px; right: -100px; background: var(--os-purple); width: 340px; height: 340px; animation-delay: -3s; }
.os-blob--green  { bottom: -60px; left: -100px; background: var(--os-green); width: 320px; height: 320px; animation-delay: -10s; }
.os-blob--amber  { top: -60px; left: -60px; background: var(--os-amber); width: 300px; height: 300px; }
.os-blob--pink2  { bottom: -80px; right: -100px; background: var(--os-pink); width: 320px; height: 320px; animation-delay: -5s; }
.os-blob--purple2{ top: -40px; right: 10%; background: var(--os-purple); width: 280px; height: 280px; opacity: 0.3; }
.os-blob--cyan2  { top: -40px; right: -40px; background: var(--os-cyan); width: 280px; height: 280px; }
.os-blob--amber2 { bottom: -60px; left: -40px; background: var(--os-amber); width: 300px; height: 300px; animation-delay: -7s; }
.os-blob--green2 { top: 20%; left: -120px; background: var(--os-green); width: 300px; height: 300px; opacity: 0.3; }

@keyframes osBlobMorph {
    0%, 100% { border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; }
    25%      { border-radius: 45% 55% 40% 60% / 60% 45% 55% 40%; }
    50%      { border-radius: 55% 45% 60% 40% / 40% 55% 45% 60%; }
    75%      { border-radius: 40% 60% 45% 55% / 55% 40% 60% 45%; }
}
@keyframes osBlobFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(20px, -20px) scale(1.08); }
}

/* Confetti dots */
.os-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(47,90,174,0.09) 1.5px, transparent 2px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
    mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}
.os-confetti { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.os-dot {
    position: absolute;
    border-radius: 50%;
    animation: osDot 6s ease-in-out infinite;
}
.os-dot--1 { top: 15%; left: 8%;  width: 14px; height: 14px; background: var(--os-amber); }
.os-dot--2 { top: 70%; left: 12%; width: 10px; height: 10px; background: var(--os-pink); animation-delay: -1s; }
.os-dot--3 { top: 30%; right: 6%;  width: 18px; height: 18px; background: var(--os-purple); animation-delay: -2s; }
.os-dot--4 { top: 80%; right: 10%; width: 12px; height: 12px; background: var(--os-cyan); animation-delay: -3s; }
.os-dot--5 { top: 50%; left: 50%; width: 8px;  height: 8px;  background: var(--os-green); animation-delay: -4s; }
@keyframes osDot {
    0%, 100% { transform: translateY(0) scale(1);   opacity: 0.9; }
    50%      { transform: translateY(-16px) scale(1.2); opacity: 0.5; }
}

/* Wave divider */
.os-wave {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}
.os-wave--bottom { bottom: -1px; }

/* ============ 1. HERO ============ */
.os-hero {
    position: relative;
    padding: 160px 0 140px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(236,72,153,0.12), transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(124,58,237,0.1), transparent 45%),
        linear-gradient(180deg, #fef3c7 0%, #fce7f3 35%, #e0f2fe 70%, #ecfdf5 100%);
}
.os-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.os-hero__title {
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 900;
    line-height: 1.2;
    color: var(--os-dark);
    margin: 18px 0 20px;
}
.os-hero__subtitle {
    font-size: clamp(18px, 2.2vw, 22px);
    color: var(--os-brand);
    font-weight: 700;
    margin-bottom: 16px;
}
.os-hero__desc {
    font-size: 17px;
    line-height: 1.8;
    color: var(--os-text);
    margin-bottom: 30px;
    max-width: 560px;
}
.os-hero__cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.os-hero__media {
    position: relative;
    display: flex;
    justify-content: center;
}
.os-hero__ring {
    position: absolute;
    inset: -40px;
    border: 3px dashed rgba(124,58,237,0.35);
    border-radius: 50%;
    animation: osOrbit 40s linear infinite;
    z-index: 0;
}
@keyframes osOrbit { to { transform: rotate(360deg); } }
.os-hero__blob-wrap {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    aspect-ratio: 1;
    border-radius: var(--os-radius-blob);
    background: linear-gradient(135deg, var(--os-brand), var(--os-purple));
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(47,90,174,0.35);
    animation: osBlobMorph 20s ease-in-out infinite;
}
.os-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.os-hero__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 120px;
    color: #ffffff;
}
.os-hero__float {
    position: absolute;
    width: 64px; height: 64px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    animation: osFloat 4s ease-in-out infinite;
    z-index: 2;
}
.os-hero__float--1 { top: 8%;  right: -10px; background: #fef3c7; animation-delay: 0s; }
.os-hero__float--2 { bottom: 20%; left: -20px; background: #ecfdf5; animation-delay: -1.3s; }
.os-hero__float--3 { top: 55%; right: 10%;  background: #fce7f3; animation-delay: -2.6s; }
.os-hero__float--4 { top: -10px; left: 20%; background: #e0f2fe; animation-delay: -3.2s; font-size: 26px; }
@keyframes osFloat {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50%      { transform: translateY(-18px) rotate(4deg); }
}

/* ============ 2. INTRO ============ */
.os-intro {
    padding: 100px 0 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fef3c7 100%);
}
.os-intro__title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 900;
    color: var(--os-dark);
    margin: 14px 0 20px;
}
.os-intro__text {
    font-size: 17px;
    line-height: 1.9;
    max-width: 820px;
    margin: 0 auto 32px;
    color: var(--os-text);
}
.os-chips {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.os-chip {
    --chip-colors: var(--os-brand), var(--os-green), var(--os-purple), var(--os-pink), var(--os-cyan), var(--os-amber);
    display: inline-block;
    background: #ffffff;
    color: var(--os-brand);
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    border: 2px solid var(--os-brand);
    box-shadow: 2px 2px 0 var(--os-brand);
    transform: rotate(calc((var(--ci, 0) % 2 - 0.5) * 3deg));
    transition: transform 0.25s var(--os-ease);
}
.os-chip:hover { transform: rotate(0) scale(1.05); }
.os-chip:nth-child(6n+1) { color: var(--os-brand);  border-color: var(--os-brand);  box-shadow: 2px 2px 0 var(--os-brand); }
.os-chip:nth-child(6n+2) { color: var(--os-green);  border-color: var(--os-green);  box-shadow: 2px 2px 0 var(--os-green); }
.os-chip:nth-child(6n+3) { color: var(--os-purple); border-color: var(--os-purple); box-shadow: 2px 2px 0 var(--os-purple); }
.os-chip:nth-child(6n+4) { color: var(--os-pink);   border-color: var(--os-pink);   box-shadow: 2px 2px 0 var(--os-pink); }
.os-chip:nth-child(6n+5) { color: var(--os-cyan);   border-color: var(--os-cyan);   box-shadow: 2px 2px 0 var(--os-cyan); }
.os-chip:nth-child(6n+6) { color: var(--os-amber);  border-color: var(--os-amber);  box-shadow: 2px 2px 0 var(--os-amber); }

/* ============ 3. FEATURES — colorful cards ============ */
.os-features {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fef3c7 0%, #ffffff 100%);
}
.os-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}
.os-feature {
    position: relative;
    background: #ffffff;
    padding: 36px 24px;
    border-radius: 24px;
    text-align: center;
    border: 2px solid var(--os-border);
    transition: transform 0.3s var(--os-ease), box-shadow 0.3s, border-color 0.3s;
    overflow: hidden;
    transform: rotate(calc((var(--fi, 0) % 2 - 0.5) * 1.5deg));
}
.os-feature:hover {
    transform: translateY(-8px) rotate(0);
    border-color: var(--c);
    box-shadow: 0 20px 44px rgba(0,0,0,0.1);
}

.os-feature__blob {
    position: absolute;
    top: -40px; right: -40px;
    width: 160px; height: 160px;
    border-radius: var(--os-radius-blob);
    background: var(--c, var(--os-brand));
    opacity: 0.12;
    z-index: 0;
    transition: transform 0.4s var(--os-ease), opacity 0.3s;
}
.os-feature:hover .os-feature__blob {
    transform: scale(1.3) rotate(-15deg);
    opacity: 0.2;
}

/* Color variants — 6 distinct colors rotating through features */
.os-feature--c1 { --c: var(--os-brand); }
.os-feature--c2 { --c: var(--os-green); }
.os-feature--c3 { --c: var(--os-purple); }
.os-feature--c4 { --c: var(--os-pink); }
.os-feature--c5 { --c: var(--os-cyan); }
.os-feature--c6 { --c: var(--os-amber); }

.os-feature__icon {
    position: relative;
    z-index: 1;
    width: 84px; height: 84px;
    margin: 0 auto 20px;
    border-radius: 24px;
    background: color-mix(in srgb, var(--c, var(--os-brand)) 12%, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--c);
    border: 2px dashed var(--c);
}
.os-feature__icon img {
    width: 50px; height: 50px;
    object-fit: contain;
}

.os-feature__title {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 800;
    color: var(--os-dark);
    margin-bottom: 10px;
}
.os-feature__text {
    position: relative;
    z-index: 1;
    color: var(--os-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ============ 4. SERVICES — numbered colorful cards ============ */
.os-services {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}
.os-services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.os-service {
    position: relative;
    background: #ffffff;
    padding: 28px;
    border-radius: 22px;
    border: 2px solid var(--os-border);
    overflow: hidden;
    transition: transform 0.3s var(--os-ease), box-shadow 0.3s, border-color 0.3s;
    transform: rotate(calc((var(--si, 0) % 2 - 0.5) * 1deg));
}
.os-service:hover {
    transform: translateY(-6px) rotate(0);
    border-color: var(--c);
    box-shadow: 0 18px 36px rgba(0,0,0,0.08);
}
.os-service__corner {
    position: absolute;
    top: 0; right: 0;
    width: 100px;
    height: 6px;
    background: linear-gradient(90deg, var(--c), color-mix(in srgb, var(--c) 40%, #ffffff));
    border-radius: 0 0 0 20px;
}

.os-service--c1 { --c: var(--os-brand); }
.os-service--c2 { --c: var(--os-green); }
.os-service--c3 { --c: var(--os-purple); }
.os-service--c4 { --c: var(--os-pink); }
.os-service--c5 { --c: var(--os-cyan); }
.os-service--c6 { --c: var(--os-amber); }

.os-service__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.os-service__icon {
    width: 68px; height: 68px;
    border-radius: 18px;
    background: color-mix(in srgb, var(--c) 12%, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid color-mix(in srgb, var(--c) 30%, #ffffff);
}
.os-service__icon img {
    width: 40px; height: 40px;
    object-fit: contain;
}
.os-service__num {
    font-size: 40px;
    font-weight: 900;
    color: color-mix(in srgb, var(--c) 25%, transparent);
    line-height: 1;
}
.os-service__title {
    font-size: 19px;
    font-weight: 800;
    color: var(--os-dark);
    margin-bottom: 8px;
}
.os-service__desc {
    color: var(--os-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ============ PROMO BANNER ============ */
.os-promo {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #eff6ff 0%, #fef3c7 100%);
}
.os-promo__card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border: 2px dashed var(--os-pink);
    position: relative;
}
.os-promo__card::before,
.os-promo__card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 24px; height: 24px;
}
.os-promo__card::before { top: -12px; right: -12px; background: var(--os-amber); }
.os-promo__card::after  { bottom: -12px; left: -12px; background: var(--os-green); }

.os-promo__media img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.15);
    transform: rotate(-2deg);
    transition: transform 0.3s var(--os-ease);
}
.os-promo__media img:hover { transform: rotate(0); }
.os-promo__title {
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 900;
    color: var(--os-dark);
    margin: 14px 0 14px;
}
.os-promo__text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--os-text);
    margin-bottom: 22px;
}

/* ============ 5. PROCESS ============ */
.os-process {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fef3c7 0%, #ecfdf5 100%);
}
.os-process__timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
    position: relative;
}
.os-step {
    background: #ffffff;
    padding: 32px 24px 24px;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    position: relative;
    text-align: center;
    border: 2px solid var(--os-border);
    transition: transform 0.3s var(--os-ease), border-color 0.3s;
}
.os-step:hover {
    transform: translateY(-6px);
    border-color: var(--c);
}
.os-step--c1 { --c: var(--os-brand); }
.os-step--c2 { --c: var(--os-green); }
.os-step--c3 { --c: var(--os-purple); }
.os-step--c4 { --c: var(--os-amber); }

.os-step__num {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 70%, #000000));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    margin: -52px auto 18px;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--c) 40%, transparent);
    border: 4px solid #ffffff;
}
.os-step__title {
    font-size: 18px;
    font-weight: 800;
    color: var(--os-dark);
    margin-bottom: 8px;
}
.os-step__desc {
    color: var(--os-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ============ 6. FAQ ============ */
.os-faq {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%);
}
.os-faq__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.os-faq__item {
    background: #ffffff;
    border: 2px solid var(--os-border);
    border-radius: 18px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.os-faq__item[open] {
    border-color: var(--os-brand);
    box-shadow: 0 10px 24px rgba(47,90,174,0.12);
    transform: translateY(-2px);
}
.os-faq__item:nth-child(3n+1)[open] { border-color: var(--os-purple); box-shadow: 0 10px 24px rgba(124,58,237,0.15); }
.os-faq__item:nth-child(3n+2)[open] { border-color: var(--os-green);  box-shadow: 0 10px 24px rgba(39,174,96,0.15); }
.os-faq__item:nth-child(3n+3)[open] { border-color: var(--os-amber);  box-shadow: 0 10px 24px rgba(245,158,11,0.15); }
.os-faq__q {
    cursor: pointer;
    padding: 20px 24px;
    font-weight: 800;
    font-size: 17px;
    color: var(--os-dark);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.os-faq__q::-webkit-details-marker { display: none; }
.os-faq__q::after {
    content: "+";
    font-size: 28px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--os-brand);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: transform 0.3s var(--os-ease), background 0.3s;
    flex-shrink: 0;
}
.os-faq__item[open] .os-faq__q::after {
    content: "−";
    background: var(--os-green);
    transform: rotate(180deg);
}
.os-faq__a {
    padding: 0 24px 20px;
    color: var(--os-text);
    font-size: 15px;
    line-height: 1.8;
}

/* ============ 8. CTA STRIP ============ */
.os-cta-strip {
    padding: 80px 0;
    background: #ffffff;
}
.os-cta-strip__inner {
    position: relative;
    background:
        radial-gradient(circle at 10% 10%, rgba(251,191,36,0.3), transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(236,72,153,0.25), transparent 45%),
        linear-gradient(135deg, var(--os-brand) 0%, var(--os-purple) 100%);
    padding: 48px 56px;
    border-radius: 32px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    box-shadow: 0 24px 60px rgba(47,90,174,0.3);
    overflow: hidden;
}
.os-cta-strip__title {
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 900;
    margin-bottom: 8px;
}
.os-cta-strip__text {
    font-size: 16px;
    opacity: 0.95;
    margin: 0;
}
.os-cta-strip__confetti {
    position: absolute;
    border-radius: 50%;
    animation: osDot 5s ease-in-out infinite;
}
.os-cta-strip__confetti--1 { top: 20%; left: 8%;  width: 22px; height: 22px; background: var(--os-amber); }
.os-cta-strip__confetti--2 { top: 70%; left: 18%; width: 14px; height: 14px; background: var(--os-pink); animation-delay: -1.5s; }
.os-cta-strip__confetti--3 { top: 30%; right: 8%; width: 18px; height: 18px; background: var(--os-green); animation-delay: -3s; }

/* ============ Responsive ============ */
@media (max-width: 900px) {
    .os-hero__grid { grid-template-columns: 1fr; gap: 40px; }
    .os-hero__media { order: -1; max-width: 360px; margin: 0 auto; }
    .os-promo__card { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
}
@media (max-width: 640px) {
    .os-hero { padding: 120px 0 80px; }
    .os-intro, .os-features, .os-services, .os-promo, .os-process, .os-faq, .os-cta-strip { padding: 64px 0; }
    .os-cta-strip__inner { padding: 36px 24px; text-align: center; justify-content: center; }
    .os-hero__blob-wrap { width: 280px; }
    .os-hero__ring { inset: -20px; }
    .os-blob { width: 240px !important; height: 240px !important; animation: osBlobMorph 16s ease-in-out infinite; }
    .os-hero__float { animation: none; }
    .os-sticker { transform: rotate(0); }
    .os-feature, .os-service { transform: rotate(0) !important; }
}

/* Root-level overflow clamp for mobile shake prevention */
body.page-template-template-online-shop {
    overflow-x: hidden;
    max-width: 100vw;
}

@media (prefers-reduced-motion: reduce) {
    [data-hp-reveal] { opacity: 1; transform: none; transition: none; }
    .os-blob, .os-dot, .os-hero__float, .os-hero__ring, .os-hero__blob-wrap, .os-cta-strip__confetti { animation: none; }
}
