/**
 * Influencer Marketing landing page.
 * Palette: brand green + amber accent + navy text.
 */

.inf-page {
    --inf-green:      #16a34a;
    --inf-green-d:    #15803d;
    --inf-green-dd:   #14532d;
    --inf-amber:      #f59e0b;
    --inf-amber-d:    #d97706;
    --inf-navy:       #0f172a;
    --inf-ink:        #1e293b;
    --inf-ink-mut:    #64748b;
    --inf-line:       #e2e8f0;
    --inf-bg:         #f7f9fc;
    --inf-tint:       rgba(22,163,74,0.10);
    --inf-shadow-sm:  0 4px 12px rgba(15,23,42,0.06);
    --inf-shadow:     0 12px 28px rgba(15,23,42,0.10);
    --inf-shadow-lg:  0 28px 60px rgba(15,23,42,0.16);

    background: #fff;
    color: var(--inf-ink);
    direction: rtl;
    font-family: 'Tajawal', 'Cairo', system-ui, sans-serif;
    overflow-x: clip;
}

/* ═══════════════════════════════════════════════════════════
   HERO — mesh gradient + optional photo + subtle grid
   ═══════════════════════════════════════════════════════════ */
.inf-hero {
    position: relative;
    padding: clamp(100px, 11vw, 160px) 0 clamp(80px, 9vw, 130px);
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}
.inf-hero__bg {
    position: absolute; inset: 0; z-index: -3;
    background:
        radial-gradient(ellipse 90% 60% at 100% 0%, #059669 0%, transparent 50%),
        radial-gradient(ellipse 70% 80% at 0% 100%, #14532d 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(245,158,11,0.25) 0%, transparent 65%),
        linear-gradient(135deg, #14532d 0%, #166534 50%, #15803d 100%);
}
.inf-hero__bg img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.85;
    mix-blend-mode: normal;
}
.inf-hero__veil {
    position: absolute; inset: 0; z-index: -2;
    background:
        radial-gradient(ellipse 80% 90% at 50% 40%, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.55) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.50) 100%);
}
.inf-hero__grid {
    position: absolute; inset: 0; z-index: -1;
    background-image:
        linear-gradient(to right,  rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000, transparent 90%);
    pointer-events: none;
}
.inf-hero__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.inf-hero__inner::before {
    content: '';
    position: absolute;
    top: -12px; left: 50%;
    transform: translateX(-50%);
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(245,158,11,0.20) 0%, transparent 60%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(30px);
    pointer-events: none;
}
.inf-hero__title,
.inf-hero__subtitle { margin-inline: auto; }
.inf-hero__badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 20px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.24);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 99px;
    font-size: 13px; font-weight: 800;
    margin-bottom: 20px;
    color: #fef3c7;
}
.inf-hero__badge i { color: var(--inf-amber); }
.inf-hero__title {
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: clamp(30px, 4.4vw, 52px);
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 14px;
    color: #fff;
    letter-spacing: -0.5px;
    text-shadow: 0 6px 30px rgba(0,0,0,0.35);
}
.inf-hero__subtitle {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 800;
    color: #fde68a;
    margin: 0 0 18px;
}
.inf-hero__intro {
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.9;
    color: rgba(255,255,255,0.94);
    margin: 0 auto 30px;
    max-width: 820px;
    font-weight: 500;
}
.inf-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Hero stats — social proof under the CTAs */
.inf-hero__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin: 40px auto 0;
    max-width: 720px;
}
.inf-hero__stat {
    padding: 18px 22px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.22);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    display: flex; align-items: center; gap: 14px;
    transition: transform 0.25s ease, background 0.25s ease;
}
.inf-hero__stat:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.16);
}
.inf-hero__stat-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; border-radius: 12px;
    background: linear-gradient(135deg, var(--inf-amber), var(--inf-amber-d));
    color: #fff; font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 8px 18px -4px var(--inf-amber);
}
.inf-hero__stat-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.inf-hero__stat-num {
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: 22px; font-weight: 900;
    color: #fef3c7;
    line-height: 1;
}
.inf-hero__stat-lbl {
    font-size: 12.5px; font-weight: 700;
    color: rgba(255,255,255,0.85);
    line-height: 1.3;
}

/* Hero scroll-cue */
.inf-hero__scroll {
    position: absolute;
    bottom: 28px; left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.55);
    font-size: 20px;
    animation: infBounce 2s ease-in-out infinite;
    pointer-events: none;
}
@keyframes infBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(8px); }
}

/* ═══════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════ */
.inf-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 28px;
    border-radius: 99px;
    font-size: 15px; font-weight: 800;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.inf-btn--primary {
    background: linear-gradient(135deg, var(--inf-amber), var(--inf-amber-d));
    color: #fff;
    box-shadow: 0 12px 28px rgba(245,158,11,0.35);
}
.inf-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(245,158,11,0.45); color: #fff; }
.inf-btn--ghost {
    background: rgba(255,255,255,0.10);
    color: #fff;
    border-color: rgba(255,255,255,0.30);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.inf-btn--ghost:hover { background: rgba(255,255,255,0.20); color: #fff; }
.inf-btn--wa {
    background: #25d366;
    color: #fff;
}
.inf-btn--wa:hover { background: #128c7e; color: #fff; transform: translateY(-3px); }
.inf-btn--lg { padding: 16px 34px; font-size: 16.5px; }

/* ═══════════════════════════════════════════════════════════
   SECTION SCAFFOLD
   ═══════════════════════════════════════════════════════════ */
.inf-section {
    padding: clamp(60px, 7vw, 90px) 0;
    position: relative;
}
.inf-section:nth-of-type(even) { background: var(--inf-bg); }
.inf-section__head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}
.inf-section__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 18px;
    background: var(--inf-tint);
    color: var(--inf-green-d);
    border-radius: 99px;
    font-size: 12px; font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.inf-section__title {
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.3;
    color: var(--inf-navy);
    margin: 0 0 14px;
    letter-spacing: -0.3px;
}
.inf-section__intro {
    font-size: 15.5px;
    line-height: 1.8;
    color: var(--inf-ink-mut);
    margin: 0;
    font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════
   GRIDS
   ═══════════════════════════════════════════════════════════ */
.inf-grid { display: grid; gap: 18px; }
.inf-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.inf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ═══════════════════════════════════════════════════════════
   CARD COLOR PALETTE — rotating tint per card (nth-child cycle)
   ═══════════════════════════════════════════════════════════ */
:root {
    --inf-c1: #16a34a; --inf-c1d: #15803d;   /* green    */
    --inf-c2: #f59e0b; --inf-c2d: #d97706;   /* amber    */
    --inf-c3: #8b5cf6; --inf-c3d: #6d28d9;   /* violet   */
    --inf-c4: #0ea5e9; --inf-c4d: #0369a1;   /* sky      */
    --inf-c5: #f43f5e; --inf-c5d: #be123c;   /* rose     */
    --inf-c6: #14b8a6; --inf-c6d: #0d9488;   /* teal     */
    --inf-c7: #6366f1; --inf-c7d: #4338ca;   /* indigo   */
    --inf-c8: #ec4899; --inf-c8d: #be185d;   /* pink     */
}

/* Cycle helper — call as .foo:nth-child(8n+X) to color per position.
   Applied per-section below on the exact card classes. */

/* ═══════════════════════════════════════════════════════════
   WHY (benefits) — each card takes its own accent color
   ═══════════════════════════════════════════════════════════ */
.inf-benefit {
    --_c: var(--inf-c1); --_cd: var(--inf-c1d);
    display: flex; align-items: center; gap: 14px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid var(--inf-line);
    border-inline-start: 4px solid var(--_c);
    border-radius: 16px;
    box-shadow: var(--inf-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.inf-benefit:nth-child(8n+1) { --_c: var(--inf-c1); --_cd: var(--inf-c1d); }
.inf-benefit:nth-child(8n+2) { --_c: var(--inf-c2); --_cd: var(--inf-c2d); }
.inf-benefit:nth-child(8n+3) { --_c: var(--inf-c3); --_cd: var(--inf-c3d); }
.inf-benefit:nth-child(8n+4) { --_c: var(--inf-c4); --_cd: var(--inf-c4d); }
.inf-benefit:nth-child(8n+5) { --_c: var(--inf-c5); --_cd: var(--inf-c5d); }
.inf-benefit:nth-child(8n+6) { --_c: var(--inf-c6); --_cd: var(--inf-c6d); }
.inf-benefit:nth-child(8n+7) { --_c: var(--inf-c7); --_cd: var(--inf-c7d); }
.inf-benefit:nth-child(8n+8) { --_c: var(--inf-c8); --_cd: var(--inf-c8d); }
.inf-benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px -10px var(--_c);
    border-color: var(--_c);
}
.inf-benefit__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; border-radius: 14px;
    background: linear-gradient(135deg, var(--_c), var(--_cd));
    color: #fff; font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 6px 16px -4px var(--_c);
}
.inf-benefit__text {
    font-size: 14.5px; font-weight: 800;
    color: var(--inf-navy);
    line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════
   SERVICES — rotating card colors
   ═══════════════════════════════════════════════════════════ */
.inf-service {
    --_c: var(--inf-c1); --_cd: var(--inf-c1d);
    position: relative;
    padding: 28px 24px 24px;
    background: #fff;
    border: 1px solid var(--inf-line);
    border-radius: 20px;
    box-shadow: var(--inf-shadow-sm);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    isolation: isolate;
}
.inf-service:nth-child(8n+1) { --_c: var(--inf-c1); --_cd: var(--inf-c1d); }
.inf-service:nth-child(8n+2) { --_c: var(--inf-c2); --_cd: var(--inf-c2d); }
.inf-service:nth-child(8n+3) { --_c: var(--inf-c3); --_cd: var(--inf-c3d); }
.inf-service:nth-child(8n+4) { --_c: var(--inf-c4); --_cd: var(--inf-c4d); }
.inf-service:nth-child(8n+5) { --_c: var(--inf-c5); --_cd: var(--inf-c5d); }
.inf-service:nth-child(8n+6) { --_c: var(--inf-c6); --_cd: var(--inf-c6d); }
.inf-service:nth-child(8n+7) { --_c: var(--inf-c7); --_cd: var(--inf-c7d); }
.inf-service:nth-child(8n+8) { --_c: var(--inf-c8); --_cd: var(--inf-c8d); }
.inf-service::before {
    content: '';
    position: absolute; top: 0; inset-inline-end: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, var(--_c), var(--_cd));
    transform: scaleX(0); transform-origin: right;
    transition: transform 0.4s ease;
}
.inf-service:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -14px var(--_c);
    border-color: var(--_c);
}
.inf-service:hover::before { transform: scaleX(1); }
.inf-service__num {
    position: absolute; top: 14px; inset-inline-start: 18px;
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: 42px; font-weight: 900;
    color: color-mix(in oklab, var(--_c) 12%, transparent);
    line-height: 1;
    z-index: -1;
}
.inf-service__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 62px; height: 62px; border-radius: 18px;
    background: linear-gradient(135deg, var(--_c), var(--_cd));
    color: #fff; font-size: 26px;
    margin-bottom: 16px;
    box-shadow: 0 10px 22px -6px var(--_c);
}
.inf-service__title {
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: 18px; font-weight: 900;
    color: var(--inf-navy);
    margin: 0 0 8px;
    line-height: 1.3;
}
.inf-service__desc {
    font-size: 14px; line-height: 1.8;
    color: var(--inf-ink-mut);
    margin: 0;
    font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════
   TYPES + SECTORS chips
   ═══════════════════════════════════════════════════════════ */
.inf-types,
.inf-sectors {
    display: flex; flex-wrap: wrap; gap: 12px;
    justify-content: center;
    max-width: 1100px; margin: 0 auto;
}
.inf-type,
.inf-sector {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 20px;
    background: #fff;
    border: 1.5px solid var(--inf-line);
    border-radius: 99px;
    font-size: 14px; font-weight: 700;
    color: var(--inf-ink);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}
.inf-type:hover,
.inf-sector:hover {
    transform: translateY(-2px);
    border-color: var(--inf-green);
    box-shadow: 0 8px 20px -8px var(--inf-green);
}
.inf-type i,
.inf-sector i {
    color: var(--inf-green);
    font-size: 16px;
}

/* ═══════════════════════════════════════════════════════════
   PLATFORMS
   ═══════════════════════════════════════════════════════════ */
.inf-plt-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
    max-width: 1100px; margin: 0 auto;
}
.inf-plt {
    display: flex; flex-direction: column; align-items: center; gap: 12px;
    padding: 26px 14px;
    background: #fff;
    border: 2px solid var(--inf-line);
    border-radius: 18px;
    box-shadow: var(--inf-shadow-sm);
    text-align: center;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}
.inf-plt::before {
    content: '';
    position: absolute; inset: 0; z-index: -1;
    background: var(--plt, var(--inf-green));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.inf-plt:hover {
    transform: translateY(-6px);
    border-color: var(--plt, var(--inf-green));
    box-shadow: 0 14px 30px -10px var(--plt, var(--inf-green));
}
.inf-plt:hover::before { opacity: 0.08; }
.inf-plt__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--plt, var(--inf-green));
    color: #fff; font-size: 26px;
    transition: transform 0.3s ease;
}
.inf-plt:hover .inf-plt__icon { transform: scale(1.1); }
.inf-plt__name {
    font-size: 13.5px; font-weight: 900;
    color: var(--inf-navy);
}

/* ═══════════════════════════════════════════════════════════
   TIMELINE (What's Included)
   ═══════════════════════════════════════════════════════════ */
.inf-timeline {
    list-style: none;
    padding: 0; margin: 0 auto;
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    counter-reset: infstep;
}
.inf-timeline__step {
    display: flex; align-items: center; gap: 14px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid var(--inf-line);
    border-radius: 14px;
    box-shadow: var(--inf-shadow-sm);
    transition: transform 0.2s ease, border-color 0.2s ease;
    position: relative;
}
.inf-timeline__step:hover {
    transform: translateX(-3px);
    border-color: var(--inf-green);
}
.inf-timeline__num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 10px;
    background: linear-gradient(135deg, var(--inf-green), var(--inf-green-d));
    color: #fff; font-weight: 900; font-size: 15px;
    flex-shrink: 0;
    box-shadow: 0 6px 14px -4px var(--inf-green);
    font-family: 'Cairo', 'Tajawal', sans-serif;
}
.inf-timeline__icon {
    color: var(--inf-amber);
    font-size: 18px;
    flex-shrink: 0;
}
.inf-timeline__text {
    font-size: 14.5px; font-weight: 700;
    color: var(--inf-navy);
    flex: 1;
}

/* ═══════════════════════════════════════════════════════════
   WHY BASSMAH — rotating card colors
   ═══════════════════════════════════════════════════════════ */
.inf-wbb {
    --_c: var(--inf-c1); --_cd: var(--inf-c1d);
    display: flex; align-items: center; gap: 14px;
    padding: 20px 24px;
    background: linear-gradient(135deg, color-mix(in oklab, var(--_c) 12%, #fff), #fff);
    border: 1px solid var(--inf-line);
    border-inline-start: 4px solid var(--_c);
    border-radius: 16px;
    box-shadow: var(--inf-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.inf-wbb:nth-child(8n+1) { --_c: var(--inf-c1); --_cd: var(--inf-c1d); }
.inf-wbb:nth-child(8n+2) { --_c: var(--inf-c2); --_cd: var(--inf-c2d); }
.inf-wbb:nth-child(8n+3) { --_c: var(--inf-c3); --_cd: var(--inf-c3d); }
.inf-wbb:nth-child(8n+4) { --_c: var(--inf-c4); --_cd: var(--inf-c4d); }
.inf-wbb:nth-child(8n+5) { --_c: var(--inf-c5); --_cd: var(--inf-c5d); }
.inf-wbb:nth-child(8n+6) { --_c: var(--inf-c6); --_cd: var(--inf-c6d); }
.inf-wbb:nth-child(8n+7) { --_c: var(--inf-c7); --_cd: var(--inf-c7d); }
.inf-wbb:nth-child(8n+8) { --_c: var(--inf-c8); --_cd: var(--inf-c8d); }
.inf-wbb:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -10px var(--_c); }
.inf-wbb__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 12px;
    background: #fff;
    color: var(--_c);
    font-size: 20px;
    flex-shrink: 0;
    border: 2px solid var(--_c);
}
.inf-wbb__text {
    font-size: 14.5px; font-weight: 800;
    color: var(--inf-navy);
    line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════
   BRAND CTA — full-bleed with optional bg photo + dark overlay
   ═══════════════════════════════════════════════════════════ */
.inf-cta {
    position: relative;
    padding: clamp(80px, 10vw, 140px) 0;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
}
.inf-cta__bg {
    position: absolute; inset: 0; z-index: -3;
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, #059669 0%, transparent 55%),
        radial-gradient(ellipse 60% 60% at 0% 100%, #14532d 0%, transparent 60%),
        linear-gradient(135deg, #14532d 0%, #166534 50%, #15803d 100%);
}
.inf-cta__bg img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.28;
    mix-blend-mode: overlay;
}
.inf-cta__veil {
    position: absolute; inset: 0; z-index: -2;
    background:
        radial-gradient(ellipse 60% 80% at 50% 40%, transparent 40%, rgba(0,0,0,0.35) 100%),
        radial-gradient(circle 300px at 15% 20%, rgba(245,158,11,0.20), transparent 70%);
}
.inf-cta__grid {
    position: absolute; inset: 0; z-index: -1;
    background-image:
        linear-gradient(to right,  rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000, transparent 90%);
    pointer-events: none;
}
.inf-cta__inner {
    max-width: 820px; margin: 0 auto;
    position: relative;
}
.inf-cta__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 18px;
    background: rgba(245,158,11,0.22);
    color: #fef3c7;
    border: 1px solid rgba(245,158,11,0.4);
    border-radius: 99px;
    font-size: 12px; font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.inf-cta__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 82px; height: 82px; border-radius: 24px;
    background: linear-gradient(135deg, var(--inf-amber), var(--inf-amber-d));
    color: #fff;
    font-size: 34px;
    margin-bottom: 22px;
    box-shadow: 0 20px 40px -10px var(--inf-amber);
    animation: infPulse 3s ease-in-out infinite;
}
@keyframes infPulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.05); }
}
.inf-cta__title {
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 16px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.inf-cta__intro {
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.9;
    color: rgba(255,255,255,0.92);
    margin: 0 0 32px;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.inf-cta__actions {
    display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
}

/* ═══════════════════════════════════════════════════════════
   FORM SECTION
   ═══════════════════════════════════════════════════════════ */
.inf-form-section {
    padding: clamp(70px, 8vw, 100px) 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.inf-form-section::before {
    content: '';
    position: absolute; inset: 0; z-index: -1;
    background:
        radial-gradient(ellipse 60% 50% at 20% 100%, rgba(22,163,74,0.20), transparent 60%),
        radial-gradient(ellipse 50% 60% at 100% 0%, rgba(245,158,11,0.15), transparent 60%);
}
.inf-section__head--light { color: #fff; }
.inf-section__eyebrow--gold {
    background: rgba(245,158,11,0.20);
    color: #fde68a;
}
.inf-section__title--light { color: #fff !important; }
.inf-section__intro--light { color: rgba(255,255,255,0.88) !important; }

.inf-form {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    color: var(--inf-ink);
    border-radius: 24px;
    padding: clamp(28px, 4vw, 44px);
    box-shadow: 0 30px 80px -20px rgba(0,0,0,0.5);
}
.inf-form__hp {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important; height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.inf-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.inf-form__field { display: flex; flex-direction: column; gap: 6px; }
.inf-form__field--full { grid-column: 1 / -1; }
.inf-form__label {
    font-size: 13.5px; font-weight: 800;
    color: var(--inf-navy);
}
.inf-form__label em {
    color: #dc2626; font-style: normal;
    margin-inline-start: 3px;
}
.inf-form input[type=text],
.inf-form input[type=tel],
.inf-form input[type=email],
.inf-form input[type=url],
.inf-form input[type=number],
.inf-form select,
.inf-form textarea {
    font-family: inherit;
    font-size: 14.5px;
    padding: 12px 14px;
    border: 1.5px solid var(--inf-line);
    border-radius: 10px;
    background: #f7f9fc;
    color: var(--inf-ink);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}
.inf-form input:focus,
.inf-form select:focus,
.inf-form textarea:focus {
    border-color: var(--inf-green);
    background: #fff;
    box-shadow: 0 0 0 4px var(--inf-tint);
}
.inf-form input.is-error,
.inf-form select.is-error,
.inf-form textarea.is-error {
    border-color: #dc2626;
    background: #fef2f2;
}
.inf-form textarea { resize: vertical; min-height: 100px; font-family: inherit; }

.inf-form__checks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}
.inf-form__check {
    display: block;
    cursor: pointer;
    position: relative;
    --plt-c: var(--inf-green);
    --plt-t: #fff;
}
.inf-form__check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.inf-form__check span {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 14px;
    background: #f7f9fc;
    border: 1.5px solid var(--inf-line);
    border-radius: 10px;
    font-size: 13.5px; font-weight: 700;
    color: var(--inf-navy);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.inf-form__check span i {
    font-size: 16px;
    color: var(--plt-c);
    transition: color 0.2s ease;
}
.inf-form__check:hover span {
    border-color: var(--plt-c);
    background: color-mix(in oklab, var(--plt-c) 8%, #fff);
    color: var(--plt-c);
    transform: translateY(-1px);
}
/* Snapchat yellow needs extra contrast for the label text on hover */
.inf-form__check--snapchat:hover span { color: #a67300; }
.inf-form__check--snapchat:hover span i { color: #a67300; }

.inf-form__check input:checked + span {
    background: var(--plt-c);
    border-color: var(--plt-c);
    color: var(--plt-t);
    box-shadow: 0 8px 16px -6px var(--plt-c);
}
.inf-form__check input:checked + span i {
    color: var(--plt-t);
}

/* ─── Multi-account URL rows ─── */
.inf-form__hint {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 12.5px; font-weight: 600;
    color: var(--inf-ink-mut);
    background: color-mix(in oklab, var(--inf-amber) 8%, #f7f9fc);
    border: 1px dashed color-mix(in oklab, var(--inf-amber) 30%, var(--inf-line));
    border-radius: 8px;
    padding: 8px 12px;
    margin: 0 0 10px;
    line-height: 1.6;
}
.inf-form__hint i { color: var(--inf-amber); font-size: 14px; flex-shrink: 0; margin-top: 2px; }

.inf-form__accounts {
    display: flex; flex-direction: column;
    gap: 10px;
}
.inf-form__account-row {
    display: flex; gap: 8px; align-items: center;
    animation: infRowIn 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.inf-form__account-row input[type=url] {
    flex: 1;
    min-width: 0;
}
.inf-form__account-remove {
    flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px;
    border-radius: 10px;
    border: 1.5px solid #fecaca;
    background: #fef2f2;
    color: #dc2626;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.2s ease;
}
.inf-form__account-remove:hover { background: #dc2626; color: #fff; transform: scale(1.05); border-color: #dc2626; }

.inf-form__account-add {
    display: inline-flex; align-items: center; gap: 8px;
    align-self: flex-start;
    margin-top: 12px;
    padding: 10px 18px;
    background: color-mix(in oklab, var(--inf-green) 10%, #fff);
    color: var(--inf-green-d);
    border: 1.5px dashed var(--inf-green);
    border-radius: 10px;
    font-size: 13.5px; font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
    font-family: inherit;
}
.inf-form__account-add:hover {
    background: var(--inf-green);
    color: #fff;
    transform: translateY(-2px);
}
.inf-form__account-add i { font-size: 16px; }

@keyframes infRowIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.inf-form__actions {
    margin-top: 24px;
    text-align: center;
}
.inf-form__status {
    margin-top: 18px;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 14.5px; font-weight: 700;
    text-align: center;
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
.inf-form__status.is-success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.inf-form__status.is-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.inf-form__status i { font-size: 18px; }

.inf-form__note {
    max-width: 900px;
    margin: 24px auto 0;
    padding: 16px 20px;
    background: rgba(245,158,11,0.15);
    border: 1px solid rgba(245,158,11,0.35);
    color: #fde68a;
    border-radius: 12px;
    font-size: 13.5px; line-height: 1.7;
    display: flex; gap: 12px; align-items: flex-start;
    font-weight: 500;
}
.inf-form__note i {
    color: var(--inf-amber);
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 3px;
}

/* ═══════════════════════════════════════════════════════════
   STATS BAND — social proof between hero + why
   ═══════════════════════════════════════════════════════════ */
.inf-stats-band {
    padding: 48px 0;
    background: #fff;
    border-bottom: 1px solid var(--inf-line);
}
.inf-stats-band__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.inf-stat-tile {
    display: flex; align-items: center; gap: 16px;
    padding: 22px 24px;
    background: linear-gradient(135deg, var(--inf-tint), #fff);
    border: 1px solid var(--inf-line);
    border-radius: 18px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.inf-stat-tile::before {
    content: '';
    position: absolute; top: 0; inset-inline-end: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--inf-green), var(--inf-amber));
    transform: scaleX(0); transform-origin: right;
    transition: transform 0.4s ease;
}
.inf-stat-tile:hover {
    transform: translateY(-4px);
    border-color: var(--inf-green);
    box-shadow: 0 16px 32px -10px rgba(22,163,74,0.25);
}
.inf-stat-tile:hover::before { transform: scaleX(1); }
.inf-stat-tile__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 54px; height: 54px; border-radius: 16px;
    background: linear-gradient(135deg, var(--inf-green), var(--inf-green-d));
    color: #fff; font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 10px 22px -6px var(--inf-green);
}
.inf-stat-tile__body { display: flex; flex-direction: column; gap: 2px; }
.inf-stat-tile__num {
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: 28px; font-weight: 900;
    color: var(--inf-navy);
    line-height: 1;
}
.inf-stat-tile__lbl {
    font-size: 13px; font-weight: 700;
    color: var(--inf-ink-mut);
}

/* ═══════════════════════════════════════════════════════════
   TIMELINE v2 — vertical with a connecting spine
   ═══════════════════════════════════════════════════════════ */
.inf-timeline {
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.inf-timeline__step {
    position: relative;
    background: #fff;
    border: 1px solid var(--inf-line);
    border-radius: 18px;
    padding: 20px 22px;
    display: flex; align-items: center; gap: 14px;
    box-shadow: 0 4px 12px rgba(15,23,42,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.inf-timeline__step::before {
    content: '';
    position: absolute; top: 50%; inset-inline-start: -3px;
    width: 6px; height: 30px;
    background: linear-gradient(180deg, var(--inf-green), var(--inf-amber));
    border-radius: 0 4px 4px 0;
    transform: translateY(-50%);
}
.inf-timeline__step:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -8px rgba(22,163,74,0.30);
    border-color: var(--inf-green);
}

/* ═══════════════════════════════════════════════════════════
   TYPES v2 — richer chip w/ hover fill
   ═══════════════════════════════════════════════════════════ */
.inf-types {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    max-width: 1100px; margin: 0 auto;
    justify-content: unset;
}
.inf-type {
    --_c: var(--inf-c1); --_cd: var(--inf-c1d);
    padding: 18px 22px;
    background: #fff;
    border: 1.5px solid var(--inf-line);
    border-radius: 16px;
    display: flex; align-items: center; gap: 14px;
    justify-content: flex-start;
    font-size: 14.5px; font-weight: 800;
    color: var(--inf-navy);
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.inf-type:nth-child(8n+1) { --_c: var(--inf-c1); --_cd: var(--inf-c1d); }
.inf-type:nth-child(8n+2) { --_c: var(--inf-c2); --_cd: var(--inf-c2d); }
.inf-type:nth-child(8n+3) { --_c: var(--inf-c3); --_cd: var(--inf-c3d); }
.inf-type:nth-child(8n+4) { --_c: var(--inf-c4); --_cd: var(--inf-c4d); }
.inf-type:nth-child(8n+5) { --_c: var(--inf-c5); --_cd: var(--inf-c5d); }
.inf-type:nth-child(8n+6) { --_c: var(--inf-c6); --_cd: var(--inf-c6d); }
.inf-type:nth-child(8n+7) { --_c: var(--inf-c7); --_cd: var(--inf-c7d); }
.inf-type:nth-child(8n+8) { --_c: var(--inf-c8); --_cd: var(--inf-c8d); }
.inf-type::before {
    content: '';
    position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(135deg, var(--_c), var(--_cd));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.inf-type:hover {
    transform: translateY(-3px);
    border-color: var(--_c);
    color: #fff;
    box-shadow: 0 14px 30px -10px var(--_c);
}
.inf-type:hover::before { opacity: 1; }
.inf-type:hover i { color: #fef3c7; background: rgba(255,255,255,0.20); }
.inf-type i {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 12px;
    background: color-mix(in oklab, var(--_c) 14%, transparent);
    color: var(--_c);
    font-size: 18px;
    flex-shrink: 0;
    transition: color 0.3s ease, background 0.3s ease;
}

/* ═══════════════════════════════════════════════════════════
   SECTIONS ALT BACKGROUND (subtle radial for even sections)
   ═══════════════════════════════════════════════════════════ */
.inf-section:nth-of-type(even) {
    background:
        radial-gradient(circle 500px at 100% 0%,   rgba(22,163,74,0.04), transparent 60%),
        radial-gradient(circle 400px at 0% 100%,   rgba(245,158,11,0.05), transparent 60%),
        var(--inf-bg);
}

/* ═══════════════════════════════════════════════════════════
   PHOTO-BG SECTIONS — full-bleed image with dark overlay
   Applied via inline var(--inf-bg-src) so ACF-uploaded photos work.
   ═══════════════════════════════════════════════════════════ */
.inf-section--photo-bg {
    position: relative;
    color: #fff;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.68) 0%, rgba(15,23,42,0.82) 100%),
        var(--inf-bg-src) center/cover no-repeat fixed;
}
/* iOS/mobile Safari struggles with background-attachment:fixed → fall back */
@supports (-webkit-touch-callout: none) {
    .inf-section--photo-bg { background-attachment: scroll; }
}
.inf-section--photo-bg .inf-section__title { color: #fff; }
.inf-section--photo-bg .inf-section__intro { color: rgba(255,255,255,0.90); }
.inf-section--photo-bg .inf-section__eyebrow {
    background: rgba(245,158,11,0.22);
    color: #fef3c7;
}
/* Override alternating radial-gradient rule so photo-bg wins */
.inf-section.inf-section--photo-bg { background:
    linear-gradient(180deg, rgba(0,0,0,0.68) 0%, rgba(15,23,42,0.82) 100%),
    var(--inf-bg-src) center/cover no-repeat fixed; }
@supports (-webkit-touch-callout: none) {
    .inf-section.inf-section--photo-bg { background-attachment: scroll; }
}

/* Cards inside photo-bg sections need a glass background to stay legible */
.inf-section--photo-bg .inf-benefit,
.inf-section--photo-bg .inf-service,
.inf-section--photo-bg .inf-type,
.inf-section--photo-bg .inf-wbb,
.inf-section--photo-bg .inf-sector,
.inf-section--photo-bg .inf-plt {
    background: rgba(255,255,255,0.96);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

/* ═══════════════════════════════════════════════════════════
   SHOWCASE — infinite auto-scrolling marquee of campaign images
   ═══════════════════════════════════════════════════════════ */
.inf-showcase {
    padding: clamp(70px, 8vw, 110px) 0 clamp(60px, 6vw, 90px);
    position: relative;
    background:
        radial-gradient(circle 600px at 100% 0%, rgba(22,163,74,0.06), transparent 60%),
        radial-gradient(circle 500px at 0% 100%, rgba(245,158,11,0.05), transparent 60%),
        #fff;
    overflow: hidden;
}

/* The marquee viewport — full-bleed with edge fade masks */
.inf-marquee {
    direction: ltr;
    display: flex;
    gap: 18px;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

/* Two identical tracks side-by-side so the -50% translate loops seamlessly */
.inf-marquee__track {
    display: flex;
    gap: 18px;
    margin: 0; padding: 0;
    list-style: none;
    flex-shrink: 0;
    animation: infMarqueeScroll var(--inf-marquee-speed, 45s) linear infinite;
    will-change: transform;
}

/* RTL sends the animation the other direction naturally; use direction-agnostic
   keyframes that always move the tracks together */
@keyframes infMarqueeScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}

/* Pause on hover so users can inspect an image */
.inf-marquee:hover .inf-marquee__track { animation-play-state: paused; }

.inf-marquee__slide {
    position: relative;
    flex-shrink: 0;
    width: clamp(280px, 30vw, 380px);
    height: clamp(180px, 22vw, 260px);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--inf-shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    isolation: isolate;
}
.inf-marquee__slide::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(15,23,42,0.65) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.inf-marquee__slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(15,23,42,0.25);
}
.inf-marquee__slide:hover::before { opacity: 1; }
.inf-marquee__slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.inf-marquee__slide:hover img { transform: scale(1.06); }
.inf-marquee__caption {
    position: absolute;
    inset-inline: 14px; bottom: 12px;
    color: #fff;
    font-size: 13px; font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    z-index: 3;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.inf-marquee__slide:hover .inf-marquee__caption { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    .inf-marquee__track { animation: none; }
    .inf-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
}

/* ═══════════════════════════════════════════════════════════
   SECTION DIVIDERS — full-bleed banner strips between sections
   ═══════════════════════════════════════════════════════════ */
.inf-divider {
    width: 100%;
    max-height: 320px;
    overflow: hidden;
    background: #000;
    position: relative;
    isolation: isolate;
}
.inf-divider img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
    display: block;
    filter: saturate(1.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.inf-divider:hover img { transform: scale(1.03); }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .inf-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .inf-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .inf-plt-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .inf-timeline { grid-template-columns: 1fr; }
    .inf-divider { max-height: 240px; }
    .inf-divider img { max-height: 240px; }
}
@media (max-width: 640px) {
    .inf-grid--4,
    .inf-grid--3,
    .inf-form__grid { grid-template-columns: 1fr; }
    .inf-plt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .inf-hero__ctas .inf-btn { flex: 1; justify-content: center; }
    .inf-cta__actions .inf-btn { flex: 1; justify-content: center; }
    .inf-divider { max-height: 180px; }
    .inf-divider img { max-height: 180px; }
}
