/* =========================================================================
   FAISAL PREMIUM 2026 — FaisalClick App Section (matches "design new.png")
   Person cut-out (left) with floating glass fintech cards + CSS/SVG dark-gold
   background; right = logos + heading + desc + 6 feature cards + gold CTA +
   store badges + license note. Real HTML/CSS/SVG. RTL-safe, responsive,
   Elementor-editable (single Text Editor widget).
   ========================================================================= */

.faisalclick-section{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(60% 60% at 30% 30%, rgba(0,80,44,.35), transparent 70%),
    linear-gradient(135deg,#061410 0%,#0B1D15 50%,#10261C 100%);
  padding-block:clamp(1.5rem,3vw,2.75rem)!important;
}
/* CSS dark-gold premium background layers */
.fc-bg{
  position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(45% 50% at 18% 30%, rgba(201,168,124,.16), transparent 70%),
    radial-gradient(40% 50% at 88% 22%, rgba(201,168,124,.12), transparent 70%),
    radial-gradient(60% 80% at 50% 120%, rgba(0,0,0,.5), transparent 70%);
}
/* blurred gold financial candles */
.fc-bg-candles{
  position:absolute;z-index:0;pointer-events:none;inset-block:8% 12%;inset-inline-start:8%;width:46%;opacity:.5;
  background-image:repeating-linear-gradient(90deg, rgba(201,168,124,.4) 0 3px, transparent 3px 26px);
  -webkit-mask-image:linear-gradient(0deg, transparent, #000 40%, #000 60%, transparent),linear-gradient(90deg, transparent, #000 30%, transparent);
  mask-image:linear-gradient(0deg, transparent, #000 40%, #000 60%, transparent),linear-gradient(90deg, transparent, #000 30%, transparent);
  -webkit-mask-composite:source-in;mask-composite:intersect;filter:blur(1px);
}
/* diagonal golden light streak */
.fc-bg-streak{
  position:absolute;z-index:0;pointer-events:none;inset:-20% -10%;
  background:linear-gradient(60deg, transparent 44%, rgba(201,168,124,.14) 50%, transparent 56%);
}
.faisalclick-section .container{position:relative;z-index:1}

/* ---------- Grid ---------- */
.fc-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3rem);align-items:center}
@media(max-width:980px){.fc-grid{display:flex;flex-direction:column}}

/* ---------- Left: person + floating chips ---------- */
.fc-visual{position:relative;display:flex;justify-content:center;align-items:flex-end;min-height:330px}
.fc-person{
  position:relative;z-index:2;width:100%;max-width:340px;height:auto;display:block;
  filter:drop-shadow(0 20px 26px rgba(0,0,0,.5));
}
/* floating glassmorphism fintech cards */
.fc-chip{
  position:absolute;z-index:3;display:flex;flex-direction:column;gap:.2rem;
  background:linear-gradient(160deg,rgba(13,37,24,.72),rgba(6,20,16,.82));
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  border:1px solid rgba(201,168,124,.4);border-radius:14px;padding:.7rem .9rem;
  box-shadow:0 14px 34px rgba(0,0,0,.4);font-size:.72rem;color:#fff;
  animation:fcFade .6s ease both;transition:transform .35s ease,box-shadow .35s ease;
}
@media (hover:hover) and (pointer:fine){.fc-chip:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(0,0,0,.5)}}
@keyframes fcFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.fc-chip__label{color:var(--gold-muted,#BFA06A);font-size:.66rem;font-weight:700}
.fc-chip__value{color:#fff;font-size:1.05rem;font-weight:800;line-height:1.1}
.fc-chip__value--sm{font-size:.95rem}
.fc-chip__unit{font-size:.6rem;color:var(--gold-muted,#BFA06A);margin-inline-start:.2rem}
.fc-chip__delta{font-size:.66rem;font-weight:800}
.fc-up{color:#34D399}.fc-down{color:#F87171}
.fc-chip--portfolio{top:6%;inset-inline-start:-2%}
.fc-chip--index{top:2%;inset-inline-end:0}
.fc-chip--trade{bottom:24%;inset-inline-end:-3%;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.4rem}
.fc-chip--trade .fc-chip__label{flex-basis:100%}
.fc-trade{font-weight:800;color:#fff;border-radius:8px;padding:.25rem .7rem;font-size:.72rem}
.fc-trade--buy{background:#16a34a}.fc-trade--sell{background:#dc2626}
.fc-chip--ai{bottom:6%;inset-inline-end:6%;flex-direction:row;align-items:center;gap:.5rem}
.fc-chip__ai-icon{flex:0 0 auto;width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(140deg,var(--gold,#C9A84C),var(--gold-light,#f5d169));color:var(--dark,#061410);font-weight:900;font-size:.72rem}
.fc-chip__ai-txt{display:flex;flex-direction:column;line-height:1.3}.fc-chip__ai-txt b{color:var(--gold,#C9A84C);font-size:.74rem}
.fc-chip--secure{bottom:14%;inset-inline-start:-4%;flex-direction:row;align-items:center;gap:.5rem}
.fc-chip__sec-icon{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(201,168,124,.16);border:1px solid rgba(201,168,124,.4);color:var(--gold,#C9A84C)}
.fc-chip__sec-icon .faisal-ico{width:16px;height:16px;background-color:currentColor}
.fc-chip__sec-txt{display:flex;flex-direction:column;line-height:1.3}.fc-chip__sec-txt b{color:var(--gold,#C9A84C);font-size:.74rem}
.fc-spark{display:block;height:18px;border-radius:4px;background:linear-gradient(90deg,transparent,rgba(52,211,153,.5));clip-path:polygon(0 80%,20% 60%,40% 70%,60% 30%,80% 45%,100% 10%,100% 100%,0 100%)}
/* hide a couple of chips on small screens to avoid clutter */
@media(max-width:560px){.fc-chip--secure,.fc-chip--trade{display:none}}

/* ---------- Right: content ---------- */
.fc-content{text-align:start;max-width:600px}
[dir="rtl"] .fc-content{text-align:right;margin-inline-start:auto}
.fc-logos{display:flex;align-items:center;gap:1rem;margin-bottom:1.1rem}
[dir="rtl"] .fc-logos{justify-content:flex-start}
.fc-logo-brand{height:58px;width:auto;display:block}
.fc-logo-app{height:64px;width:64px;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.4)}
/* App-only logo row: single FaisalClick logo, top-left, ~28% larger */
/* App-only logo: moved to the OPPOSITE corner (left in RTL) and enlarged ~36%. */
.fc-logos--app-only{justify-content:flex-end;margin-bottom:1.25rem}
[dir="rtl"] .fc-logos--app-only{justify-content:flex-end}
.fc-logos--app-only .fc-logo-app{height:115px;width:115px;border-radius:26px;image-rendering:auto}
.fc-headline{font-size:clamp(2.1rem,4.6vw,3.4rem);font-weight:800;line-height:1.15;margin:0 0 .9rem;font-family:var(--font,'Cairo',sans-serif)}
.fc-headline__white{color:#fff}
.fc-headline__gold{background:linear-gradient(180deg,#f5e7b8,#C9A84C 50%,#a8883d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#C9A84C}
/* FaisalClick app name in the heading — official brand colors (Faisal=gold, Click=green) */
.fc-appname{font-weight:900;letter-spacing:-.01em;white-space:nowrap;font-family:var(--font,'Cairo',sans-serif)}
.fc-appname__faisal{color:var(--gold,#C9A84C)}
.fc-appname__click{color:var(--primary-light,#008f4a)}
.fc-desc{color:rgba(255,255,255,.86);font-size:1.02rem;line-height:1.85;margin:0 0 1rem;max-width:600px}
.fc-divider{display:block;width:90px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--gold,#C9A84C),transparent);margin:0 0 1.3rem}
[dir="ltr"] .fc-divider{background:linear-gradient(270deg,var(--gold,#C9A84C),transparent)}

/* 6 feature cards (3×2) */
.fc-features{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-bottom:1.5rem}
@media(max-width:680px){.fc-features{grid-template-columns:repeat(2,1fr)}}
@media(max-width:380px){.fc-features{grid-template-columns:1fr}}
.fc-card{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;height:100%;
  background:linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
  border:1px solid rgba(201,168,124,.28);border-radius:14px;padding:1rem .8rem;
  transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .35s ease;
}
@media (hover:hover) and (pointer:fine){
  .fc-card:hover{transform:translateY(-6px);border-color:rgba(201,168,76,.7);box-shadow:0 18px 38px rgba(0,0,0,.4),0 0 20px rgba(201,168,124,.16)}
}
.fc-card__icon{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:var(--gold,#C9A84C);background:linear-gradient(140deg,rgba(201,168,76,.18),rgba(201,168,76,.05));border:1px solid rgba(201,168,124,.35)}
.fc-card__icon .faisal-ico{width:24px;height:24px;background-color:currentColor}
.fc-card h3{color:#fff;font-size:.88rem;font-weight:700;margin:0;line-height:1.5}

/* gold CTA */
.fc-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;max-width:420px;
  background:linear-gradient(140deg,var(--gold,#C9A84C),var(--gold-light,#f5d169));color:var(--dark,#061410);
  font-weight:800;font-size:1.1rem;padding:1rem 1.5rem;border-radius:14px;text-decoration:none;
  box-shadow:0 14px 34px rgba(201,168,76,.4);transition:transform .3s ease,box-shadow .3s ease,background .3s ease;margin-bottom:1rem;
}
.fc-cta .faisal-ico{width:20px;height:20px;background-color:currentColor}
@media (hover:hover) and (pointer:fine){.fc-cta:hover{transform:translateY(-3px);box-shadow:0 20px 46px rgba(201,168,76,.55),0 0 0 4px rgba(201,168,124,.15);color:var(--dark,#061410)}}
/* Non-clickable "download" cue: keeps button styling; down arrow bounces to the badges below */
.fc-cta--static{cursor:default}
.fc-cta__down{animation:fc-bounce 1.6s ease-in-out infinite;will-change:transform}
@keyframes fc-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}
@media (prefers-reduced-motion:reduce){.fc-cta__down{animation:none}}

/* store badges */
.fc-store{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.fc-store__btn{height:54px;width:186px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;transition:transform .25s ease,box-shadow .25s ease}
.fc-store__btn img{height:100%;width:100%;object-fit:contain;display:block}
@media (hover:hover) and (pointer:fine){.fc-store__btn:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.4)}}
.fc-store__btn:focus-visible{outline:2px solid var(--gold,#C9A84C);outline-offset:3px}
@media(max-width:480px){.fc-store__btn{height:50px;width:165px}}

/* license note */
.fc-note{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold-muted,#BFA06A);font-size:.8rem;margin:0}
.fc-note .faisal-ico{width:15px;height:15px;background-color:var(--gold,#C9A84C)}

/* ---------- Mobile order: logos, heading, desc, person, cards, cta, badges, note ---------- */
@media(max-width:980px){
  .fc-content{display:contents}
  .fc-logos{order:1;justify-content:center}
  .fc-logos--app-only{justify-content:center}
  .fc-headline{order:2;text-align:center}
  .fc-desc{order:3;text-align:center;margin-inline:auto}
  .fc-divider{order:4;margin-inline:auto}
  .fc-visual{order:5;min-height:0;margin-block:.4rem}
  .fc-features{order:6}
  .fc-cta{order:7;align-self:center}
  .fc-store{order:8;justify-content:center}
  .fc-note{order:9;align-self:center}
}
@media(max-width:600px){
  .fc-person{max-width:250px}
  .fc-headline{font-size:clamp(1.6rem,7vw,2.1rem)}
  .fc-logos--app-only .fc-logo-app{height:88px;width:88px}
  .fc-features{grid-template-columns:1fr 1fr;gap:.6rem}
  .fc-card{padding:.8rem .6rem}
}

@media (prefers-reduced-motion:reduce){
  .fc-chip,.fc-card,.fc-cta,.fc-store__btn{animation:none!important;transition:none!important}
}
