/* ==========================================================================
   Reinvest theme — front-end styles. All rules scoped under .fpro so nothing
   collides with WordPress core, plugins, or other themes. Prefix: fpro-
   ========================================================================== */

/* ---- Scoped reset -------------------------------------------------------- */
.fpro, .fpro *, .fpro *::before, .fpro *::after { box-sizing: border-box; }
.fpro { margin: 0; }
.fpro :where(h1,h2,h3,h4,p,figure,ul,ol,blockquote) { margin: 0; }
.fpro :where(ul,ol) { padding: 0; list-style: none; }
.fpro :where(a) { color: inherit; text-decoration: none; }
.fpro :where(img,video) { max-width: 100%; display: block; }
.fpro :where(button,input,textarea,select) { font: inherit; color: inherit; }
.fpro :where(button) { cursor: pointer; }

.fpro {
	--fpro-primary:#28609e; --fpro-primary-l:#7ac5e3; --fpro-primary-d:#1d4a7a; --fpro-accent:#7ac5e3;
	--fpro-grad:linear-gradient(135deg,#7ac5e3 0%,#28609e 100%);
	--fpro-grad-strong:linear-gradient(140deg,#5bb4dd 0%,#28609e 55%,#1d4a7a 100%);
	--fpro-orange:#F5A623;
	--fpro-ink:#252324; --fpro-slate:#1E293B; --fpro-muted:#475569; --fpro-soft:#64748B;
	--fpro-line:#EAEFF7; --fpro-bg:#F8FAFC; --fpro-card:#FFFFFF;
	--fpro-success:#10B981; --fpro-danger:#EF4444; --fpro-warn:#F59E0B;
	--fpro-radius:18px;
	font-family:var(--fpro-font-body,"IBM Plex Sans Arabic"),Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
	background:var(--fpro-bg); color:var(--fpro-ink);
	line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:clip;
}
.fpro[dir="rtl"] { font-family:var(--fpro-font-body,"IBM Plex Sans Arabic"),Inter,system-ui,sans-serif; }
.fpro ::selection { background:rgba(40,96,158,.18); }

/* ---- Layout helpers ------------------------------------------------------ */
.fpro-container { max-width:1200px; margin-inline:auto; padding-inline:clamp(16px,4vw,36px); }
.fpro-narrow { max-width:1080px; }
.fpro-faqwrap { max-width:840px; }
.fpro-sec { padding-block:calc(clamp(38px,4.5vw,66px) * var(--fpro-space-scale,1)); }
.fpro-mt { margin-top:24px; }

.fpro-head { max-width:720px; margin-inline:auto; margin-bottom:clamp(26px,3.5vw,40px); }
.fpro-head--center { text-align:center; }
.fpro-eyebrow { display:none; }
.fpro-eyebrow--light { color:#BFD0FF; }
.fpro-h2 { font-size:calc(clamp(28px,4vw,44px) * var(--fpro-font-scale,1)); font-weight:800; letter-spacing:-.025em; color:var(--fpro-ink); margin-top:12px; text-wrap:balance; font-family:var(--fpro-font-heading,inherit); }
.fpro-h2--light { color:#fff; }
.fpro-lead { color:var(--fpro-muted); font-size:calc(clamp(16px,2vw,19px) * var(--fpro-font-scale,1)); margin-top:16px; line-height:1.6; }
.fpro-lead--start { text-align:start; }
.fpro-lead--light { color:#C7D2FE; }

/* ---- Buttons ------------------------------------------------------------- */
.fpro-btn { display:inline-flex; align-items:center; gap:8px; border:1px solid transparent; border-radius:12px; padding:14px 26px; font-size:15.5px; font-weight:600; transition:transform .15s, box-shadow .15s, background .15s; }
.fpro-btn i { font-size:16px; }
.fpro-btn--primary { background:var(--fpro-cta,#28609e); color:#fff; box-shadow:0 12px 26px -10px rgba(40,96,158,.55); }
.fpro-btn--primary:hover { transform:translateY(-1px); filter:brightness(.95); box-shadow:0 16px 32px -12px rgba(40,96,158,.6); }
.fpro-btn--white { background:#fff; color:var(--fpro-primary-d); box-shadow:0 16px 34px -12px rgba(0,0,0,.28); }
.fpro-btn--white:hover { transform:translateY(-1px); }
.fpro-btn--outline { background:#fff; color:var(--fpro-primary); border-color:#CBD5E1; }
.fpro-btn--ghost-light { background:rgba(255,255,255,.10); color:#fff; border-color:rgba(255,255,255,.30); }
.fpro-btn--dark { background:var(--fpro-ink); color:#fff; box-shadow:0 16px 34px -14px rgba(0,0,0,.4); }
.fpro-btn--dark:hover { transform:translateY(-1px); box-shadow:0 20px 40px -16px rgba(0,0,0,.45); }
.fpro-btn--orange { background:var(--fpro-cta,#F5A623); color:#fff; box-shadow:0 12px 26px -10px rgba(245,166,35,.5); }
.fpro-btn--orange:hover { transform:translateY(-1px); filter:brightness(.94); box-shadow:0 16px 32px -12px rgba(245,166,35,.55); }
.fpro-btn--block { width:100%; justify-content:center; }

.fpro-badge { display:inline-flex; align-items:center; gap:8px; padding:7px 15px; border-radius:999px; font-weight:600; font-size:13px; }
.fpro-hero__text .fpro-badge { margin-bottom:clamp(16px,2.2vw,26px); }
.fpro-badge--light { border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.10); color:#fff; }
.fpro-dot { width:7px; height:7px; border-radius:50%; background:#34E1A6; }

/* ---- Announcement + header ---------------------------------------------- */
.fpro-announce { background:var(--fpro-ink); color:#fff; text-align:center; font-size:13.5px; padding:9px 16px; font-weight:500; }
.fpro-header { position:fixed; top:0; left:0; right:0; z-index:50; background:transparent; padding:clamp(24px,2.8vw,40px) clamp(10px,3vw,26px) 12px; padding-top:calc(clamp(24px,2.8vw,40px) + env(safe-area-inset-top, 0px)); padding-inline:calc(clamp(10px,3vw,26px) + env(safe-area-inset-right, 0px)) calc(clamp(10px,3vw,26px) + env(safe-area-inset-left, 0px)); transition:none; }
body.admin-bar .fpro-header { top:32px; }
@media (max-width:782px) { body.admin-bar .fpro-header { top:46px; } }
.fpro-header__inner { width:fit-content; min-width:min(720px,100%); max-width:min(1820px,calc(100% - 16px)); margin-inline:auto; padding:9px clamp(12px,1.2vw,18px); display:flex; align-items:center; gap:14px; background:#fff; border-radius:22px; box-shadow:0 20px 50px -26px rgba(6,20,60,.5); transition:padding .2s, box-shadow .2s; }
/* header keeps its size while scrolling (no shrink) */
.fpro-header__demo { background:var(--fpro-cta,#F5A623) !important; color:#fff !important; border-color:transparent !important; box-shadow:0 12px 26px -10px rgba(245,166,35,.5) !important; border-radius:12px; }
.fpro-header__demo:hover { filter:brightness(.94); }
.fpro-logo { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.fpro-logo__mark { width:34px; height:34px; border-radius:9px; background:linear-gradient(135deg,var(--fpro-primary),var(--fpro-accent)); display:flex; align-items:center; justify-content:center; color:#fff; font-weight:800; font-size:18px; box-shadow:0 6px 16px -6px rgba(15,76,255,.6); }
.fpro-logo__text { font-weight:800; font-size:19px; letter-spacing:-.01em; }
.fpro-logo__text--light { color:#fff; }
.fpro-logo__img { height:58px; width:auto; display:block; }
.fpro-logo__img--brand { height:84px; border-radius:11px; }
.fpro-logo__img--footer { height:120px; width:auto; }
/* header logo size control */
.fpro-logo--h-sm  .fpro-logo__img { height:44px; } .fpro-logo--h-sm  .fpro-logo__img--brand { height:60px; }
.fpro-logo--h-md  .fpro-logo__img { height:54px; } .fpro-logo--h-md  .fpro-logo__img--brand { height:74px; }
.fpro-logo--h-lg  .fpro-logo__img { height:64px; } .fpro-logo--h-lg  .fpro-logo__img--brand { height:88px; }
.fpro-logo--h-xl  .fpro-logo__img { height:76px; } .fpro-logo--h-xl  .fpro-logo__img--brand { height:104px; }
.fpro-logo--h-xxl .fpro-logo__img { height:90px; } .fpro-logo--h-xxl .fpro-logo__img--brand { height:124px; }
/* footer logo size control */
.fpro-logo--f-sm  .fpro-logo__img--footer { height:76px; }
.fpro-logo--f-md  .fpro-logo__img--footer { height:98px; }
.fpro-logo--f-lg  .fpro-logo__img--footer { height:122px; }
.fpro-logo--f-xl  .fpro-logo__img--footer { height:150px; }
.fpro-logo--f-xxl .fpro-logo__img--footer { height:184px; }
.fpro-logo__wm { display:flex; flex-direction:column; align-items:flex-start; line-height:1; direction:ltr; }
.fpro-logo__wm b { font-family:"Poppins",system-ui,sans-serif; font-weight:800; font-size:23px; letter-spacing:.01em; color:var(--fpro-ink); }
.fpro-logo__i { color:var(--fpro-primary); }
.fpro-logo__wm small { font-size:8.5px; color:#8A93A5; font-weight:600; margin-top:4px; letter-spacing:.02em; }
.fpro-logo__wm--light b { color:#fff; }
.fpro-logo__wm--light small { color:#9DB2D4; }
.fpro-header__actions { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.fpro-nav { display:flex; align-items:center; gap:clamp(0px,0.8vw,14px); margin-inline:auto; flex-wrap:nowrap; flex:0 1 auto; min-width:0; overflow:hidden; }
.fpro-nav__link { padding:9px clamp(6px,0.65vw,12px); border-radius:9px; font-size:clamp(13px,0.8vw,15px); font-weight:500; color:#334155; white-space:nowrap; transition:background .15s,color .15s; }
.fpro-nav__link:hover { background:#F1F5FB; color:var(--fpro-primary); }
.fpro-nav__link.is-active { color:var(--fpro-primary); font-weight:700; background:linear-gradient(0deg,rgba(40,96,158,.10),rgba(40,96,158,.10)); position:relative; }
.fpro-nav__link.is-active::after { content:""; position:absolute; inset-inline:12px; bottom:2px; height:2.5px; border-radius:3px; background:var(--fpro-grad); }
.fpro-langbtn { background:#fff; border:1px solid #E2E8F0; border-radius:9px; padding:8px 13px; font-weight:700; font-size:13px; color:#334155; }
/* header social icons (optional, from القائمة والفوتر) */
.fpro-header__social { display:flex; align-items:center; gap:4px; flex-shrink:0; }
.fpro-header__social a { width:34px; height:34px; border-radius:9px; display:flex; align-items:center; justify-content:center; color:#64748B; font-size:17px; transition:background .15s,color .15s; }
.fpro-header__social a:hover { background:#F1F5FB; color:var(--fpro-primary); }
.fpro-header__social.is-compact a { width:28px; height:28px; font-size:15px; border-radius:7px; }
.fpro-header__social.is-tiny a { width:23px; height:23px; font-size:13px; border-radius:6px; }
@media (max-width:1024px) { .fpro-header__social--nomobile { display:none !important; } }
/* header socials: visible on all sizes — on mobile they fill the empty middle of the pill */
.fpro-burger { display:none; background:#fff; border:1px solid #E2E8F0; border-radius:9px; width:40px; height:40px; align-items:center; justify-content:center; font-size:22px; color:var(--fpro-ink); }
.fpro-drawer { display:flex; flex-direction:column; gap:2px; border-top:1px solid var(--fpro-line); background:#fff; padding:10px clamp(16px,4vw,36px) 18px; }
.fpro-drawer[hidden] { display:none !important; }
.fpro-drawer__social { display:flex; gap:6px; padding-top:10px; margin-top:6px; border-top:1px solid var(--fpro-line); }
.fpro-drawer__social a { width:44px; height:44px; border-radius:11px; display:flex; align-items:center; justify-content:center; color:#64748B; font-size:19px; background:#F6F8FC; }
.fpro-drawer a { padding:13px 14px; border-radius:10px; font-size:16px; font-weight:500; color:#334155; }
.fpro-drawer a:hover { background:#F1F5FB; }
.fpro-drawer__demo { background:var(--fpro-primary); color:#fff !important; margin-top:8px; text-align:center; font-weight:600; }

/* ---- HERO ---------------------------------------------------------------- */
.fpro-hero { position:relative; overflow:hidden; padding:clamp(150px,17vw,240px) clamp(16px,4vw,40px) clamp(56px,7vw,110px); background:radial-gradient(1200px 700px at 88% 4%, #5bb4dd 0%, rgba(91,180,221,0) 55%), radial-gradient(1100px 900px at 8% 60%, #7ac5e3 0%, rgba(122,197,227,0) 60%), linear-gradient(135deg,#3f8dc0 0%,#2f78ad 46%,#28609e 100%); }
.fpro-hero__mesh { position:absolute; inset:0; pointer-events:none; background:radial-gradient(680px 360px at 88% -5%,rgba(6,182,212,.40),transparent 60%),radial-gradient(620px 420px at 6% 110%,rgba(120,150,255,.45),transparent 60%); }
.fpro-hero__grid { position:absolute; inset:0; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:46px 46px; -webkit-mask-image:radial-gradient(circle at 60% 26%,#000,transparent 72%); mask-image:radial-gradient(circle at 60% 26%,#000,transparent 72%); }
.fpro-hero__inner { position:relative; z-index:2; max-width:1560px; margin-inline:auto; display:grid; grid-template-columns:1fr; gap:clamp(28px,4vw,60px); align-items:center; }
/* Minimal hero (internal pages): title-only blue band, content raised up */
.fpro-hero--minimal { padding-block:clamp(150px,16vw,220px) clamp(36px,5vw,72px); text-align:center; }
.fpro-hero--minimal .fpro-hero__inner { grid-template-columns:1fr; }
.fpro-hero--minimal .fpro-hero__text { max-width:900px; margin-inline:auto; }
.fpro-hero--minimal .fpro-hero__title { margin-inline:auto; }
.fpro-hero--minimal .fpro-hero__sub { margin-inline:auto; }
.fpro-hero--split .fpro-hero__inner { grid-template-columns:0.92fr 1.08fr; }
.fpro-hero__mediacol { min-width:0; }
.fpro-hero__text { text-align:center; max-width:60ch; margin-inline:auto; min-width:0; animation:fproRise .6s cubic-bezier(.22,1,.36,1) both; }
.fpro-hero--split .fpro-hero__text { text-align:start; max-width:100%; margin-inline:0; }
.fpro-hero__title { font-size:calc(clamp(34px,5.4vw,62px) * var(--fpro-font-scale,1)); line-height:1.06; font-weight:800; letter-spacing:-.025em; color:#fff; max-width:18ch; margin-inline:auto; text-wrap:balance; font-family:var(--fpro-font-heading,inherit); }
.fpro-hero--split .fpro-hero__title { margin-inline:0; }
.fpro-hero__sub { font-size:clamp(16px,2vw,20px); color:#C7D6FF; max-width:54ch; margin-top:20px; margin-inline:auto; line-height:1.65; }
.fpro-hero--split .fpro-hero__sub { margin-inline:0; }
.fpro-hero__cta { display:flex; gap:13px; justify-content:center; flex-wrap:wrap; margin-top:30px; }
.fpro-hero__cta .fpro-btn { font-size:16.5px; padding:15px 30px; }
.fpro-hero__cta .fpro-btn i { font-size:22px; }
.fpro-btn--wa { color:#fff; }
.fpro-btn--wa i { color:#fff; font-size:24px; }
.fpro-btn--wa:hover { background:rgba(255,255,255,.18); }
/* WhatsApp button variant (light contexts) + inline button rows */
.fpro-btn--wa2 { background:#25D366; color:#fff; border-color:transparent; }
.fpro-btn--wa2 i { font-size:20px; color:#fff; }
.fpro-btn--wa2:hover { background:#1FB855; transform:translateY(-1px); }
.fpro-plan__ctas { display:flex; align-items:center; gap:8px; flex-wrap:nowrap; margin:18px 0; }
.fpro-plan__ctas .fpro-btn { flex:1 1 0; min-width:0; margin:0; height:50px; padding:0 10px; font-size:14px; white-space:nowrap; display:inline-flex; align-items:center; justify-content:center; gap:6px; }
.fpro-plan__ctas .fpro-plan__wa i { font-size:18px; color:inherit; }
.fpro-plan__ctas .fpro-plan__wa--green i { color:#25D366; }
.fpro-plan__ctas .fpro-plan__wa .fpro-iconimg { width:18px; height:18px; object-fit:contain; }
.fpro-hero--split .fpro-hero__cta { justify-content:flex-start; }
/* single-page nav anchors — offset for the floating header */
.fpro-anchor { position:relative; top:-96px; visibility:hidden; height:0; }
html { scroll-behavior:smooth; }
.fpro-hero__note { margin-top:16px; font-size:13.5px; color:#9FB4E8; }
/* small badges under hero media */
.fpro-hero__badges { grid-column:2; display:flex; flex-wrap:wrap; gap:10px; margin-top:16px; justify-content:center; }
.fpro-hbadge { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.22); border-radius:999px; padding:7px 14px; backdrop-filter:blur(4px); }
.fpro-hbadge__ic { color:#a9d6ea; font-size:16px; display:flex; }
.fpro-hbadge__ic .fpro-iconimg { width:16px; height:16px; object-fit:contain; }
.fpro-hbadge__v { color:#fff; font-weight:800; font-size:14px; }
.fpro-hbadge__l { color:#cfe0ff; font-size:12.5px; }
@media (max-width:900px) { .fpro-hero__badges { grid-column:1; } }
@media (max-width:380px) {
	.fpro-hero__badges { gap:8px; }
	.fpro-hbadge { padding:6px 11px; }
	.fpro-hbadge__v { font-size:13px; }
	.fpro-hbadge__l { font-size:11.5px; }
}
.fpro-hero__pills { position:relative; z-index:2; max-width:1560px; margin:clamp(28px,3.5vw,48px) auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(16px,2vw,28px); }
.fpro-hero__pills .fpro-pill { background:#fff; border:0; border-radius:20px; box-shadow:0 30px 60px -38px rgba(6,20,60,.55); padding:clamp(18px,2vw,26px) clamp(22px,2.4vw,34px); display:flex; align-items:center; justify-content:space-between; gap:16px; white-space:normal; }
.fpro-hero__pills .fpro-pill__icon { width:auto; height:auto; background:none; border-radius:0; color:var(--fpro-ink); font-size:clamp(38px,3.6vw,52px); flex:none; }
.fpro-hero__pills .fpro-pill__body { flex:1; display:flex; flex-direction:column; align-items:center; gap:6px; text-align:center; }
.fpro-hero__pills .fpro-pill__val { color:var(--fpro-primary); font-size:clamp(30px,3.4vw,46px); font-weight:800; line-height:1; letter-spacing:-.02em; }
.fpro-hero__pills .fpro-pill__label { color:#3A4557; font-size:clamp(13px,1vw,15.5px); font-weight:600; margin-top:0; line-height:1.5; }
.fpro-hero__pills .fpro-pill__icon .fpro-iconimg { width:clamp(46px,4.4vw,66px); height:auto; display:block; }
/* hero pills — card size control */
.fpro-hero__pills--sz-sm .fpro-pill { padding:clamp(12px,1.4vw,18px) clamp(16px,1.8vw,24px); }
.fpro-hero__pills--sz-sm .fpro-pill__val { font-size:clamp(24px,2.6vw,34px); }
.fpro-hero__pills--sz-md .fpro-pill__val { font-size:clamp(30px,3.4vw,46px); }
.fpro-hero__pills--sz-lg .fpro-pill { padding:clamp(24px,2.6vw,34px) clamp(28px,3vw,42px); }
.fpro-hero__pills--sz-lg .fpro-pill__val { font-size:clamp(38px,4.2vw,58px); }
.fpro-hero__pills--sz-xl .fpro-pill { padding:clamp(30px,3.4vw,46px) clamp(34px,3.6vw,52px); }
.fpro-hero__pills--sz-xl .fpro-pill__val { font-size:clamp(46px,5vw,72px); }
/* hero pills — icon size control (font glyph + image) */
.fpro-hero__pills--isz-sm .fpro-pill__icon { font-size:clamp(28px,2.6vw,38px); }
.fpro-hero__pills--isz-sm .fpro-pill__icon .fpro-iconimg { width:clamp(34px,3.2vw,48px); }
.fpro-hero__pills--isz-md .fpro-pill__icon { font-size:clamp(38px,3.6vw,52px); }
.fpro-hero__pills--isz-md .fpro-pill__icon .fpro-iconimg { width:clamp(46px,4.4vw,66px); }
.fpro-hero__pills--isz-lg .fpro-pill__icon { font-size:clamp(48px,4.6vw,68px); }
.fpro-hero__pills--isz-lg .fpro-pill__icon .fpro-iconimg { width:clamp(60px,5.6vw,86px); }
.fpro-hero__pills--isz-xl .fpro-pill__icon { font-size:clamp(60px,5.8vw,86px); }
.fpro-hero__pills--isz-xl .fpro-pill__icon .fpro-iconimg { width:clamp(74px,7vw,106px); }
.fpro-stat__ic .fpro-iconimg { width:clamp(48px,4.6vw,68px); height:auto; display:block; }
.fpro-iconimg { object-fit:contain; }
@media (max-width:820px) { .fpro-hero__pills { grid-template-columns:1fr; } }
.fpro-pill { display:flex; align-items:center; justify-content:space-between; gap:14px; background:#fff; border:1px solid rgba(255,255,255,.7); border-radius:14px; padding:clamp(13px,1.5vw,17px) clamp(16px,1.8vw,20px); box-shadow:0 30px 60px -34px rgba(11,18,32,.55); }
.fpro-pill__icon { width:auto; height:auto; flex-shrink:0; border-radius:0; background:none; color:var(--fpro-primary); display:flex; align-items:center; justify-content:center; font-size:clamp(26px,2.6vw,40px); }
.fpro-pill__body { display:flex; flex-direction:column; min-width:0; text-align:end; }
.fpro-pill__val { font-size:24px; font-weight:800; color:var(--fpro-primary); line-height:1; letter-spacing:-.02em; }
.fpro-pill__label { font-size:12.5px; color:#334155; margin-top:5px; line-height:1.45; font-weight:500; }
.fpro-hero__media { position:relative; border-radius:var(--fpro-radius); overflow:hidden; background:#fff; border:1px solid rgba(255,255,255,.6); box-shadow:0 50px 100px -36px rgba(0,0,0,.6); }
.fpro-hero__media--video video { width:100%; display:block; background:#000; aspect-ratio:16/10; object-fit:cover; }
.fpro-video-empty { aspect-ratio:16/10; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; color:#94A3B8; background:repeating-linear-gradient(135deg,#EEF2F8 0 14px,#E6ECF5 14px 28px); }
.fpro-video-empty i { font-size:44px; color:var(--fpro-primary); }
.fpro-hero__img { width:100%; display:block; }

@keyframes fproRise { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
@keyframes fproFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-10px); } }

/* ---- Dashboard mockup ---------------------------------------------------- */
.fpro-dash { animation:fproFloat 7s ease-in-out infinite; width:100%; border-radius:var(--fpro-radius); overflow:hidden; background:#fff; border:1px solid rgba(255,255,255,.6); box-shadow:0 50px 100px -36px rgba(0,0,0,.6); }
.fpro-winbar { display:flex; align-items:center; gap:8px; padding:12px 16px; border-bottom:1px solid #EEF2F8; background:#FBFCFE; }
.fpro-winbar > span { width:11px; height:11px; border-radius:50%; }
.fpro-winbar > span:nth-child(1) { background:#FF5F57; } .fpro-winbar > span:nth-child(2) { background:#FEBC2E; } .fpro-winbar > span:nth-child(3) { background:#28C840; }
.fpro-winbar em { margin-inline-start:14px; font-size:12.5px; color:#94A3B8; font-family:ui-monospace,Menlo,monospace; font-style:normal; }
.fpro-dash__body { display:flex; min-height:380px; }
.fpro-dash__nav { width:210px; flex-shrink:0; background:var(--fpro-ink); color:#cbd5e1; padding:18px 12px; display:flex; flex-direction:column; gap:4px; }
.fpro-dash__brand { display:flex; align-items:center; gap:9px; padding:0 8px 14px; font-weight:700; color:#fff; font-size:15px; }
.fpro-dash__brand span { width:26px; height:26px; border-radius:7px; background:linear-gradient(135deg,var(--fpro-primary),var(--fpro-accent)); display:flex; align-items:center; justify-content:center; font-size:13px; }
.fpro-dash__navitem { display:flex; align-items:center; gap:10px; padding:10px; border-radius:9px; font-size:13.5px; }
.fpro-dash__navitem.is-active { background:rgba(15,76,255,.22); color:#fff; font-weight:600; }
.fpro-dash__main { flex:1; padding:20px; background:var(--fpro-bg); }
.fpro-dash__head { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; flex-wrap:wrap; gap:10px; }
.fpro-dash__head strong { font-size:17px; color:var(--fpro-ink); }
.fpro-chip { font-size:12px; padding:6px 12px; border-radius:8px; }
.fpro-chip--blue { background:var(--fpro-primary); color:#fff; }
.fpro-dash__kpis { display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:12px; margin-bottom:14px; }
.fpro-kpi { background:#fff; border:1px solid #EEF2F8; border-radius:13px; padding:14px; display:flex; flex-direction:column; }
.fpro-kpi__l { font-size:11.5px; color:#94A3B8; font-weight:600; }
.fpro-kpi__v { font-size:24px; font-weight:800; color:var(--fpro-ink); margin-top:4px; }
.fpro-kpi__d { font-size:11.5px; color:var(--fpro-success); font-weight:600; margin-top:2px; }
.fpro-dash__charts { display:grid; grid-template-columns:1.6fr 1fr; gap:12px; }
.fpro-card-chart { background:#fff; border:1px solid #EEF2F8; border-radius:13px; padding:16px; }
.fpro-card-chart__t { font-size:13px; font-weight:700; color:var(--fpro-ink); display:block; margin-bottom:14px; }
.fpro-bars { display:flex; align-items:flex-end; gap:10px; height:120px; }
.fpro-bars i { flex:1; background:linear-gradient(180deg,#a9d6ea,var(--fpro-primary)); border-radius:6px 6px 0 0; }
.fpro-bars i.is-accent { background:linear-gradient(180deg,#6FE3F5,var(--fpro-accent)); }
.fpro-card-donut { background:#fff; border:1px solid #EEF2F8; border-radius:13px; padding:16px; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.fpro-donut { width:96px; height:96px; border-radius:50%; background:conic-gradient(var(--fpro-primary) 0 68%,var(--fpro-accent) 68% 86%,#E2E8F0 86% 100%); display:flex; align-items:center; justify-content:center; }
.fpro-donut__hole { width:64px; height:64px; border-radius:50%; background:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.fpro-donut__hole span { font-size:18px; font-weight:800; color:var(--fpro-ink); }
.fpro-donut__hole em { font-size:9px; color:#94A3B8; font-style:normal; }
.fpro-card-donut__l { font-size:12px; color:var(--fpro-muted); margin-top:12px; text-align:center; }

/* ---- Placeholders -------------------------------------------------------- */
.fpro-ph { display:flex; align-items:center; justify-content:center; text-align:center; padding:20px; color:#6E86B8; font-family:ui-monospace,Menlo,monospace; font-size:13px; background:radial-gradient(120% 120% at 20% 0%,#EAF1FF 0%,#DCE7FF 45%,#CBE9F0 100%); border:1px solid #DCE7FF; border-radius:16px; }
.fpro-ph--16x9 { aspect-ratio:16/9; } .fpro-ph--16x10 { aspect-ratio:16/10; } .fpro-ph--16x8 { aspect-ratio:16/8; }
.fpro-ph--4x3 { aspect-ratio:4/3; } .fpro-ph--sq { aspect-ratio:1; width:100%; }
.fpro-shot { margin-top:clamp(32px,4vw,52px); border-radius:var(--fpro-radius); overflow:hidden; background:#fff; border:1px solid #E6ECF5; box-shadow:0 40px 90px -44px rgba(11,18,32,.4); }
.fpro-shot img { width:100%; display:block; }

/* ---- Logos (trust band) -------------------------------------------------- */
.fpro-logos { padding-block:clamp(32px,4vw,52px); border-top:1px solid var(--fpro-line); border-bottom:1px solid var(--fpro-line); }
.fpro-logos__inner { text-align:center; }
.fpro-logos__title { font-size:13px; font-weight:600; letter-spacing:.02em; color:#94A3B8; margin-bottom:clamp(20px,3vw,30px); }
.fpro-logos__row { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:clamp(28px,5vw,72px); }
.fpro-logos__item { display:inline-flex; align-items:center; gap:9px; color:#64748B; font-weight:800; font-size:19px; letter-spacing:-.01em; opacity:.95; transition:opacity .18s, transform .18s; flex:none; user-select:none; }
.fpro-logos__item:hover { opacity:1; transform:translateY(-2px); }
.fpro-logos__item > i { font-size:24px; color:#94A3B8; }
.fpro-logos__item img { height:clamp(56px,5.5vw,78px); width:auto; max-width:230px; object-fit:contain; display:block; }
.fpro-logos--md  .fpro-logos__item img { height:clamp(44px,4.4vw,60px); }
.fpro-logos--lg  .fpro-logos__item img { height:clamp(56px,5.5vw,78px); }
.fpro-logos--xl  .fpro-logos__item img { height:clamp(70px,6.6vw,96px); max-width:280px; }
.fpro-logos--xxl .fpro-logos__item img { height:clamp(84px,8vw,120px); max-width:340px; }

/* marquee (pure CSS — always visible, never measured by JS) */
.fpro-logos__marquee { position:relative; overflow:hidden; }
.fpro-logos__track { display:flex; width:max-content; }
.fpro-logos__marquee .fpro-logos__track { animation:fproMarquee 40s linear infinite; }
.fpro[dir="rtl"] .fpro-logos__marquee .fpro-logos__track { animation-name:fproMarqueeRtl; }
.fpro-logos__marquee--slow   .fpro-logos__track { animation-duration:60s; }
.fpro-logos__marquee--medium .fpro-logos__track { animation-duration:38s; }
.fpro-logos__marquee--fast   .fpro-logos__track { animation-duration:22s; }
.fpro-logos__marquee--ltr .fpro-logos__track { animation-direction:reverse; }
.fpro-logos__marquee:hover .fpro-logos__track { animation-play-state:paused; }
.fpro-logos__set { display:flex; align-items:center; gap:clamp(30px,5vw,68px); padding-inline:clamp(15px,2.5vw,34px); }
@keyframes fproMarquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@keyframes fproMarqueeRtl { from { transform:translateX(0); } to { transform:translateX(50%); } }
@media (prefers-reduced-motion:reduce) { .fpro-logos__marquee .fpro-logos__track { animation:none; } }

/* ---- Grids --------------------------------------------------------------- */
.fpro-grid { display:grid; gap:clamp(14px,2vw,22px); }
.fpro-grid--cards { grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr)); }
.fpro-grid--ind { grid-template-columns:repeat(4,1fr); gap:clamp(14px,1.6vw,20px); }
.fpro-grid--quotes { grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr)); }
.fpro-grid--team { grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr)); }
.fpro-grid--blog { grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr)); gap:clamp(16px,2vw,26px); }
.fpro-grid--cases { grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr)); gap:clamp(16px,2vw,24px); }

/* ---- Feature cards ------------------------------------------------------- */
.fpro-feature { background:#fff; border:1px solid var(--fpro-line); border-radius:20px; padding:28px; box-shadow:0 1px 2px rgba(16,24,40,.04); transition:transform .18s, box-shadow .18s; }
.fpro-feature:hover { transform:translateY(-4px); box-shadow:0 20px 40px -24px rgba(15,76,255,.35); }
.fpro-feature__icon { width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#EEF3FF,#E0EAFF); color:var(--fpro-primary); font-size:26px; margin-bottom:18px; }
.fpro-feature__title { font-size:18.5px; font-weight:700; color:var(--fpro-ink); margin-bottom:8px; }
.fpro-feature__body { color:var(--fpro-muted); font-size:15px; line-height:1.6; }

/* ---- Stats (white cards: number+label / icon) ---------------------------- */
.fpro-stats { background:#F1F5FF; }
.fpro-stats__title { text-align:center; font-size:clamp(24px,3.4vw,38px); font-weight:800; letter-spacing:-.02em; color:var(--fpro-ink); margin-bottom:clamp(28px,4vw,46px); text-wrap:balance; }
.fpro-stats__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(16px,2vw,28px); }
.fpro-stat { display:flex; align-items:center; justify-content:space-between; gap:16px; background:#fff; border-radius:20px; padding:clamp(22px,2.4vw,32px) clamp(24px,2.6vw,38px); box-shadow:0 24px 50px -34px rgba(6,20,60,.4); text-align:center; }
.fpro-stat__text { flex:1; }
.fpro-stat__v { display:block; font-size:clamp(34px,4.2vw,58px); font-weight:800; letter-spacing:-.02em; color:var(--fpro-primary); line-height:1; }
.fpro-stat__l { color:#3A4557; font-size:clamp(14px,1.05vw,16.5px); font-weight:600; margin-top:10px; display:block; line-height:1.55; }
.fpro-stat__ic { flex:none; font-size:clamp(40px,4vw,56px); color:var(--fpro-ink); display:flex; }

/* Stats — icon-size control */
.fpro-stats--isz-sm  .fpro-stat__ic { font-size:clamp(30px,3vw,40px); }
.fpro-stats--isz-sm  .fpro-stat__ic .fpro-iconimg { width:clamp(36px,3.4vw,48px); }
.fpro-stats--isz-md  .fpro-stat__ic { font-size:clamp(40px,4vw,56px); }
.fpro-stats--isz-md  .fpro-stat__ic .fpro-iconimg { width:clamp(48px,4.6vw,66px); }
.fpro-stats--isz-lg  .fpro-stat__ic { font-size:clamp(50px,5vw,70px); }
.fpro-stats--isz-lg  .fpro-stat__ic .fpro-iconimg { width:clamp(60px,5.6vw,84px); }
.fpro-stats--isz-xl  .fpro-stat__ic { font-size:clamp(60px,6vw,88px); }
.fpro-stats--isz-xl  .fpro-stat__ic .fpro-iconimg { width:clamp(72px,6.8vw,104px); }
.fpro-stats--isz-xxl .fpro-stat__ic { font-size:clamp(72px,7.4vw,110px); }
.fpro-stats--isz-xxl .fpro-stat__ic .fpro-iconimg { width:clamp(88px,8.4vw,128px); }

/* Stats — card shadow control */
.fpro-stats--shd-none   .fpro-stat { box-shadow:none; }
.fpro-stats--shd-flat   .fpro-stat { box-shadow:none; border:1px solid var(--fpro-line); }
.fpro-stats--shd-soft   .fpro-stat { box-shadow:0 24px 50px -34px rgba(6,20,60,.4); }
.fpro-stats--shd-medium .fpro-stat { box-shadow:0 22px 44px -22px rgba(6,20,60,.32); }
.fpro-stats--shd-strong .fpro-stat { box-shadow:0 30px 60px -22px rgba(6,20,60,.45); }
.fpro-stats--shd-float  .fpro-stat { box-shadow:0 40px 70px -28px rgba(6,20,60,.5); }
.fpro-stats--shd-blue   .fpro-stat { box-shadow:0 26px 50px -24px rgba(40,96,158,.55); }
.fpro-stats--shd-blueglow .fpro-stat { box-shadow:0 0 0 1px rgba(40,96,158,.12), 0 20px 46px -18px rgba(40,96,158,.6); }
@media (max-width:820px) { .fpro-stats__grid { grid-template-columns:1fr; } }

/* ---- Steps (connected journey) ------------------------------------------ */
.fpro-steps--h { position:relative; display:grid; grid-template-columns:repeat(var(--fpro-steps,4),1fr); gap:18px; }
.fpro-steps__line { position:absolute; top:44px; height:3px; background:repeating-linear-gradient(90deg,#a9d6ea 0 9px,transparent 9px 18px); }
.fpro-step { display:flex; flex-direction:column; align-items:center; text-align:center; }
.fpro-step__num { width:88px; height:88px; border-radius:50%; background:linear-gradient(140deg,#5bb4dd,#28609e); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:32px; box-shadow:0 18px 34px -12px rgba(15,76,255,.55),0 0 0 8px rgba(15,76,255,.07); position:relative; z-index:1; }
.fpro-step__title { font-size:18.5px; font-weight:800; color:var(--fpro-ink); margin:20px 0 8px; }
.fpro-step__body { color:var(--fpro-muted); font-size:14.5px; line-height:1.6; max-width:26ch; }
.fpro-steps--v { display:none; position:relative; flex-direction:column; gap:26px; max-width:520px; margin-inline:auto; }
.fpro-steps__vline { position:absolute; top:34px; bottom:34px; inset-inline-start:34px; width:3px; background:repeating-linear-gradient(180deg,#a9d6ea 0 9px,transparent 9px 18px); }
.fpro-step-v { position:relative; display:flex; gap:18px; align-items:flex-start; }
.fpro-step-v .fpro-step__num { width:68px; height:68px; font-size:25px; flex-shrink:0; }
.fpro-step-v > div { padding-top:8px; }
.fpro-step-v .fpro-step__body { max-width:none; }

/* ---- Split --------------------------------------------------------------- */
.fpro-split { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr)); gap:clamp(28px,5vw,64px); align-items:center; }
.fpro-split--rev .fpro-split__media { order:-1; }
.fpro-split__media img { width:100%; border-radius:20px; box-shadow:0 30px 60px -40px rgba(11,18,32,.3); }
.fpro-checks { display:flex; flex-direction:column; gap:12px; margin-top:24px; }
.fpro-checks--tight { gap:10px; margin-top:20px; }
.fpro-check { display:flex; align-items:flex-start; gap:12px; }
.fpro-check > i { color:var(--fpro-success); font-size:22px; flex-shrink:0; }
.fpro-check--x > i { color:var(--fpro-danger); }
.fpro-check strong { display:block; font-weight:700; color:var(--fpro-ink); font-size:15.5px; }
.fpro-check span { color:var(--fpro-soft); font-size:14.5px; line-height:1.55; }
.fpro-check--inline { align-items:center; color:#334155; font-size:15px; }
.fpro-check--inline > i { font-size:19px; }
.fpro-checklist__note { margin-top:22px; font-weight:700; color:var(--fpro-primary); font-size:16px; line-height:1.5; }

/* ---- Compare (before → after, premium) ----------------------------------- */
.fpro-cmp { position:relative; display:grid; grid-template-columns:1fr auto 1fr; gap:0; align-items:stretch; background:#fff; border:1px solid var(--fpro-line); border-radius:28px; padding:clamp(16px,2vw,26px); box-shadow:0 40px 90px -50px rgba(11,18,32,.4); }
.fpro-cmp__side { position:relative; border-radius:20px; padding:clamp(24px,2.6vw,36px); overflow:hidden; }
.fpro-cmp__side--before { background:#F5F7FB; }
.fpro-cmp__side--after { background:linear-gradient(160deg,#5bb4dd,#28609e 52%,#1d4a7a); }
.fpro-cmp__glow { position:absolute; inset:0; pointer-events:none; background:radial-gradient(420px 200px at 80% -10%,rgba(120,220,255,.35),transparent 60%); }
.fpro-cmp__top { position:relative; display:flex; flex-direction:column; gap:8px; padding-bottom:20px; margin-bottom:8px; border-bottom:1px solid rgba(15,23,42,.08); }
.fpro-cmp__side--after .fpro-cmp__top { border-bottom-color:rgba(255,255,255,.16); }
.fpro-cmp__pill { display:inline-flex; align-items:center; gap:9px; font-weight:800; font-size:18px; letter-spacing:-.01em; }
.fpro-cmp__pill i { font-size:22px; }
.fpro-cmp__pill--bad { color:#64748B; }
.fpro-cmp__pill--bad i { color:#EF4444; }
.fpro-cmp__pill--good { color:#fff; }
.fpro-cmp__pill--good i { color:#8FF3C8; }
.fpro-cmp__note { font-size:13.5px; color:#94A3B8; }
.fpro-cmp__note--light { color:rgba(255,255,255,.8); }
.fpro-cmp__list { position:relative; display:flex; flex-direction:column; gap:2px; }
.fpro-cmp__list li { display:flex; align-items:center; gap:12px; padding:12px 2px; font-size:15px; line-height:1.5; color:#64748B; border-bottom:1px solid rgba(15,23,42,.05); }
.fpro-cmp__list li:last-child { border-bottom:0; }
.fpro-cmp__side--after .fpro-cmp__list li { color:#EAF0FF; border-bottom-color:rgba(255,255,255,.10); }
.fpro-cmp__dot { width:26px; height:26px; flex-shrink:0; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:14px; }
.fpro-cmp__dot--bad { background:#E7EBF2; color:#94A3B8; }
.fpro-cmp__dot--good { background:rgba(255,255,255,.20); color:#fff; }
.fpro-cmp__badge { position:absolute; top:16px; inset-inline-end:16px; z-index:2; display:inline-flex; align-items:center; gap:6px; background:#fff; color:var(--fpro-primary); font-size:12px; font-weight:800; padding:6px 13px; border-radius:999px; box-shadow:0 12px 24px -12px rgba(0,0,0,.4); }
.fpro-cmp__badge i { font-size:14px; }
.fpro-cmp__arrow { position:relative; z-index:3; display:flex; align-items:center; justify-content:center; width:0; overflow:visible; }
@media (min-width:761px) {
	/* Before→after flows right-to-left in RTL (arrow points left, correct by
	   default) but left-to-right in LTR — flip the arrow so it still reads
	   "before → after" in the English site. */
	.fpro[dir="ltr"] .fpro-cmp__arrow span i { transform:scaleX(-1); }
}
.fpro-cmp__arrow span { flex-shrink:0; width:56px; height:56px; border-radius:50%; background:#fff; box-shadow:0 12px 28px -10px rgba(11,18,32,.4),0 0 0 8px rgba(15,76,255,.06); display:flex; align-items:center; justify-content:center; color:var(--fpro-primary); font-size:24px; }

/* ---- Roles band ---------------------------------------------------------- */
.fpro-roles-wrap { padding-block:clamp(40px,5vw,72px); }
.fpro-roles { position:relative; overflow:hidden; border-radius:26px; background:var(--fpro-grad-strong); padding:clamp(40px,6vw,72px) clamp(24px,5vw,56px); }
.fpro-roles__mesh { position:absolute; inset:0; pointer-events:none; background:radial-gradient(620px 320px at 85% 8%,rgba(122,197,227,.4),transparent 60%); }
.fpro-roles__grid { position:absolute; inset:0; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:42px 42px; -webkit-mask-image:radial-gradient(circle at 50% 0,#000,transparent 75%); mask-image:radial-gradient(circle at 50% 0,#000,transparent 75%); }
.fpro-roles__layout { position:relative; display:grid; grid-template-columns:1fr .85fr; gap:clamp(30px,5vw,64px); align-items:center; }
.fpro-roles__head--start { text-align:start; max-width:none; margin:0; }
.fpro-roles__head--start .fpro-lead { margin-inline:0; }
/* vertical marquee column */
.fpro-roles__marquee { position:relative; height:clamp(320px,42vw,440px); overflow:hidden; -webkit-mask-image:linear-gradient(180deg,transparent,#000 16%,#000 84%,transparent); mask-image:linear-gradient(180deg,transparent,#000 16%,#000 84%,transparent); }
.fpro-roles__col { display:flex; flex-direction:column; animation:fproRolesUp 26s linear infinite; }
.fpro-roles__marquee:hover .fpro-roles__col { animation-play-state:paused; }
.fpro-roles__set { display:flex; flex-direction:column; gap:14px; padding-bottom:14px; }
@keyframes fproRolesUp { from { transform:translateY(0); } to { transform:translateY(-50%); } }
@media (prefers-reduced-motion:reduce) { .fpro-roles__col { animation:none; } }
.fpro-role { display:flex; align-items:center; gap:14px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.20); border-radius:16px; padding:16px 22px; backdrop-filter:blur(4px); }
.fpro-role__ic { color:#fff; font-size:26px; display:flex; flex-shrink:0; }
.fpro-role__ic .fpro-iconimg { width:30px; height:30px; object-fit:contain; display:block; }
.fpro-role__t strong { display:block; color:#fff; font-weight:700; font-size:16.5px; }
.fpro-role__t span { color:#cfe6f2; font-size:13px; }
@media (max-width:820px) {
	.fpro-roles__layout { grid-template-columns:1fr; }
	.fpro-roles__marquee { height:clamp(280px,80vw,360px); }
}

/* ---- Integrations -------------------------------------------------------- */
.fpro-intlogos { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.fpro-intlogo { aspect-ratio:3/2; background:#fff; border:1px solid var(--fpro-line); border-radius:16px; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:17px; color:var(--fpro-muted); box-shadow:0 1px 2px rgba(16,24,40,.04); }
.fpro-intlogo img { max-height:52%; width:auto; object-fit:contain; }

/* ---- Industries ---------------------------------------------------------- */
.fpro-ind { position:relative; overflow:hidden; background:#fff; border:1px solid var(--fpro-line); border-radius:20px; padding:26px 24px; display:flex; flex-direction:column; align-items:flex-start; gap:16px; min-height:184px; transition:transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, border-color .3s; }
.fpro-ind::before { content:""; position:absolute; top:-46px; inset-inline-end:-46px; width:130px; height:130px; border-radius:50%; background:radial-gradient(circle,rgba(15,76,255,.12),transparent 70%); opacity:0; transform:scale(.5); transition:opacity .45s ease, transform .45s ease; }
.fpro-ind:hover { transform:translateY(-6px); border-color:transparent; box-shadow:0 28px 52px -28px rgba(15,76,255,.42); }
.fpro-ind:hover::before { opacity:1; transform:scale(1.5); }
.fpro-ind__ic { width:56px; height:56px; border-radius:16px; display:flex; align-items:center; justify-content:center; background:linear-gradient(140deg,#EEF3FF,#E0EAFF); color:var(--fpro-primary); font-size:28px; transition:background .32s ease, color .32s ease, transform .32s ease, box-shadow .32s ease; }
.fpro-ind:hover .fpro-ind__ic { background:linear-gradient(140deg,var(--fpro-primary),#2E6BFF); color:#fff; transform:scale(1.06) rotate(-4deg); box-shadow:0 14px 26px -10px rgba(15,76,255,.6); }
.fpro-ind__body { position:relative; z-index:1; }
.fpro-ind strong { display:block; font-weight:700; color:var(--fpro-ink); font-size:16.5px; }
.fpro-ind span { display:block; margin-top:5px; color:var(--fpro-soft); font-size:13.5px; line-height:1.55; }
.fpro-ind__go { position:absolute; bottom:22px; inset-inline-end:22px; color:var(--fpro-primary); font-size:19px; opacity:0; transform:translateX(-8px); transition:opacity .3s ease, transform .3s ease; }
.fpro-ind:hover .fpro-ind__go { opacity:1; transform:translateX(0); }
@media (max-width:1024px) { .fpro-grid--ind { grid-template-columns:repeat(3,1fr); } }
@media (max-width:680px) { .fpro-grid--ind { grid-template-columns:repeat(2,1fr); } }
@media (max-width:420px) { .fpro-grid--ind { grid-template-columns:1fr; } }

/* ---- Audience (who benefits — tall hover-reveal cards) ------------------- */
.fpro-aud { display:grid; grid-template-columns:340px 1fr; gap:clamp(24px,3vw,48px); align-items:start; }
.fpro-aud__intro { position:sticky; top:100px; }
.fpro-aud__intro .fpro-h2 { margin-top:12px; }
.fpro-aud__intro .fpro-lead { margin-top:16px; }
.fpro-aud__row { display:flex; gap:clamp(12px,1.4vw,18px); overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding-bottom:10px; -ms-overflow-style:none; scrollbar-width:none; cursor:grab; }
.fpro-aud__row::-webkit-scrollbar { display:none; }
.fpro-aud__card { scroll-snap-align:start; flex:0 0 clamp(230px,26vw,280px); }
.fpro-aud__nav { display:flex; gap:10px; margin-top:26px; }
.fpro-aud__arrow { width:50px; height:50px; border-radius:50%; border:1px solid #D5DEEC; background:#fff; color:var(--fpro-ink); font-size:20px; cursor:pointer; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 20px -12px rgba(11,18,32,.4); transition:background .15s, color .15s, border-color .15s; }
.fpro-aud__arrow:hover { background:var(--fpro-primary); color:#fff; border-color:var(--fpro-primary); }
.fpro-aud__ar-ltr { display:none; }
.fpro[dir="ltr"] .fpro-aud__ar-ltr { display:inline-block; }
.fpro[dir="ltr"] .fpro-aud__ar-rtl { display:none; }
.fpro-aud__card { position:relative; overflow:hidden; border-radius:24px; padding:30px 26px; min-height:400px; display:flex; flex-direction:column; background:linear-gradient(168deg,#3f8dc0,#28609e 60%,#0B39C4); box-shadow:0 24px 50px -30px rgba(15,76,255,.6); transition:background .35s ease, box-shadow .35s ease, transform .25s ease; cursor:default; }
.fpro-aud__card:hover { box-shadow:0 30px 60px -30px rgba(11,18,32,.35); transform:translateY(-4px); }
.fpro-aud__card::before { content:""; position:absolute; inset:0; background:#EEF1F6; transform:translateY(101%); transition:transform .45s cubic-bezier(.22,1,.36,1); z-index:0; }
.fpro-aud__card:hover::before { transform:translateY(0); }
.fpro-aud__card > * { position:relative; z-index:1; }
.fpro-aud__head { position:relative; z-index:2; }
.fpro-aud__title { font-size:22px; font-weight:800; line-height:1.35; letter-spacing:-.01em; color:#fff; transition:color .35s ease; }
.fpro-aud__card:hover .fpro-aud__title { color:var(--fpro-primary); }
.fpro-aud__desc { margin-top:12px; font-size:14px; line-height:1.65; color:#3B4A63; max-height:0; opacity:0; overflow:hidden; transform:translateY(-4px); transition:max-height .4s ease, opacity .3s ease, transform .35s ease; }
.fpro-aud__card:hover .fpro-aud__desc { max-height:220px; opacity:1; transform:none; }
.fpro-aud__art { position:relative; z-index:1; margin-top:auto; display:flex; align-items:flex-end; justify-content:center; padding-top:24px; min-height:140px; }
.fpro-aud__art i { font-size:96px; color:rgba(255,255,255,.92); transition:color .35s ease, transform .35s ease; }
.fpro-aud__card:hover .fpro-aud__art i { color:var(--fpro-primary); transform:scale(.9); }
.fpro-aud__art img { max-height:150px; width:auto; object-fit:contain; filter:drop-shadow(0 18px 26px rgba(0,0,0,.28)); }
.fpro-aud__foot { position:relative; z-index:2; margin-top:20px; display:flex; align-items:center; gap:10px; font-size:13.5px; font-weight:700; color:var(--fpro-primary); opacity:0; transform:translateY(10px); transition:opacity .3s ease, transform .35s ease; }
.fpro-aud__card:hover .fpro-aud__foot { opacity:1; transform:none; }
.fpro-aud__check { width:26px; height:26px; flex-shrink:0; border-radius:50%; background:var(--fpro-primary); color:#fff; display:flex; align-items:center; justify-content:center; font-size:14px; }
@media (hover:none) {
	.fpro-aud__desc { max-height:220px; opacity:1; transform:none; }
	.fpro-aud__foot { opacity:1; transform:none; }
	.fpro-aud__card { background:#EEF1F6; }
	.fpro-aud__title { color:var(--fpro-primary); }
	.fpro-aud__art i { color:var(--fpro-primary); }
}
/* Width-based backup: some Android browsers misreport hover support, so the
   (hover:none) rule above alone isn't reliable — force the same revealed
   state below the desktop breakpoint too. */
@media (max-width:980px) {
	.fpro-aud__desc { max-height:220px; opacity:1; transform:none; }
	.fpro-aud__foot { opacity:1; transform:none; }
	.fpro-aud__card { background:#EEF1F6; }
	.fpro-aud__title { color:var(--fpro-primary); }
	.fpro-aud__art i { color:var(--fpro-primary); }
}

/* ---- Pricing ------------------------------------------------------------- */
.fpro-plans { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr)); gap:clamp(16px,2vw,24px); align-items:stretch; }
.fpro-plan { background:#fff; border:1.5px solid var(--fpro-line); border-radius:22px; padding:30px; display:flex; flex-direction:column; box-shadow:0 1px 2px rgba(16,24,40,.04); position:relative; }
.fpro-plan--featured { background:var(--fpro-ink); border-color:var(--fpro-ink); box-shadow:0 40px 80px -40px rgba(15,76,255,.6); }
.fpro-plan__tag { position:absolute; top:-13px; inset-inline-start:30px; background:var(--fpro-primary); color:#fff; font-size:12px; font-weight:700; padding:5px 13px; border-radius:999px; }
.fpro-plan__name { font-weight:700; font-size:19px; color:var(--fpro-ink); }
.fpro-plan--featured .fpro-plan__name { color:#fff; }
.fpro-plan__desc { font-size:14px; margin-top:6px; min-height:48px; line-height:1.45; color:var(--fpro-soft); }
.fpro-plan--featured .fpro-plan__desc { color:#94A3B8; }
.fpro-plan__top { min-height:216px; }
.fpro-plan__pricewrap { min-height:98px; margin:18px 0 4px; }
.fpro-plan__price { display:flex; align-items:baseline; gap:8px; line-height:1.1; }
.fpro-plan__yr { font-weight:600; font-size:14px; color:var(--fpro-soft); }
.fpro-plans .fpro-plan__yr { color:rgba(255,255,255,.82); }
.fpro-plan__renew { font-size:13px; font-weight:600; margin-top:6px; line-height:1.3; color:var(--fpro-soft); }
.fpro-plans .fpro-plan__renew { color:rgba(255,255,255,.78); }
.fpro-plan--featured .fpro-plan__renew { color:#94A3B8; }
.fpro-plan__period { font-size:13.5px; margin-top:6px; line-height:1.3; color:var(--fpro-soft); }
.fpro-plans .fpro-plan__period { color:rgba(255,255,255,.72) !important; }
.fpro-plan__price { display:flex; align-items:baseline; gap:8px; margin:0; }
.fpro-plan__price span { font-size:40px; font-weight:800; letter-spacing:-.03em; color:var(--fpro-ink); }
.fpro-plan--featured .fpro-plan__price span { color:#fff; }
.fpro-plan__price em { font-style:normal; font-size:14px; margin-bottom:8px; color:var(--fpro-soft); }
.fpro-plan__price--text span { font-size:26px; line-height:1.15; white-space:nowrap; }
.fpro-plan__price--text { align-items:center; }
.fpro-plan--featured .fpro-plan__price em { color:#94A3B8; }
.fpro-plan__cta { margin:18px 0; justify-content:center; }
.fpro-plan__features { display:flex; flex-direction:column; gap:11px; margin-top:6px; }
.fpro-plan__feat { display:flex; align-items:flex-start; gap:9px; font-size:14.5px; color:var(--fpro-muted); }
.fpro-plan--featured .fpro-plan__feat { color:#CBD5E1; }
.fpro-plan__feat > i { color:var(--fpro-success); font-size:17px; margin-top:2px; flex-shrink:0; }

/* pricing boxes: brand gradient, 3 shades, white text */
.fpro-plans .fpro-plan { color:#fff; border:none; box-shadow:0 30px 60px -34px rgba(29,74,122,.55); }
.fpro-plans .fpro-plan:nth-child(1) { background:linear-gradient(160deg,#4a9bc4 0%,#3f8dc0 100%); }
.fpro-plans .fpro-plan:nth-child(2) { background:linear-gradient(160deg,#3f8dc0 0%,#28609e 100%); }
.fpro-plans .fpro-plan:nth-child(3) { background:linear-gradient(160deg,#28609e 0%,#1d4a7a 100%); }
.fpro-plans .fpro-plan__name,
.fpro-plans .fpro-plan__price span { color:#fff; }
.fpro-plans .fpro-plan__desc,
.fpro-plans .fpro-plan__price em { color:rgba(255,255,255,.82); }
.fpro-plans .fpro-plan__feat { color:#fff; }
.fpro-plans .fpro-plan__feat > i { color:#fff; }
.fpro-plans .fpro-plan__feat--x { opacity:.72; }
.fpro-plans .fpro-plan__feat--x > i { color:#FF6B6B; }
.fpro-plans .fpro-plan__tag { background:var(--fpro-cta,#F5A623); color:#fff; }

/* ---- Testimonials -------------------------------------------------------- */
.fpro-quote { background:#fff; border:1px solid var(--fpro-line); border-radius:20px; padding:28px; display:flex; flex-direction:column; }
.fpro-quote__stars { color:var(--fpro-warn); font-size:16px; margin-bottom:14px; letter-spacing:2px; }
.fpro-quote__body { color:var(--fpro-slate); font-size:16px; line-height:1.65; flex:1; }
.fpro-quote__who { display:flex; align-items:center; gap:12px; margin-top:20px; padding-top:18px; border-top:1px solid #EEF2F8; }
.fpro-quote__ava { width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg,var(--fpro-primary),var(--fpro-accent)); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; }
.fpro-quote__who strong { display:block; font-weight:700; color:var(--fpro-ink); font-size:15px; }
.fpro-quote__who em { font-style:normal; color:var(--fpro-soft); font-size:13.5px; }

/* ---- FAQ ----------------------------------------------------------------- */
.fpro-faq { display:flex; flex-direction:column; gap:12px; }
.fpro-faq__item { background:#fff; border:1px solid var(--fpro-line); border-radius:14px; overflow:hidden; }
.fpro-faq__item summary { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px 22px; cursor:pointer; font-size:16.5px; font-weight:600; color:var(--fpro-ink); list-style:none; }
.fpro-faq__item summary::-webkit-details-marker { display:none; }
.fpro-faq__item summary i { color:var(--fpro-primary); font-size:18px; flex-shrink:0; transition:transform .2s; }
.fpro-faq__item[open] summary i { transform:rotate(45deg); }
.fpro-faq__body { padding:0 22px 22px; color:var(--fpro-muted); font-size:15px; line-height:1.65; }

/* ---- CTA ----------------------------------------------------------------- */
.fpro-ctawrap { padding-block:clamp(40px,5vw,72px); }
.fpro-cta { position:relative; overflow:hidden; border-radius:26px; background:linear-gradient(135deg,var(--fpro-ink),#142a6b 55%,var(--fpro-primary)); padding:clamp(40px,6vw,72px) clamp(24px,5vw,64px); text-align:center; }
.fpro-cta__mesh { position:absolute; inset:0; pointer-events:none; background:radial-gradient(600px 300px at 80% 10%,rgba(6,182,212,.3),transparent 60%); }
.fpro-cta__title { position:relative; font-size:clamp(26px,4vw,46px); font-weight:800; color:#fff; letter-spacing:-.025em; max-width:18ch; margin-inline:auto; text-wrap:balance; }
.fpro-cta__sub { position:relative; color:#C7D2FE; font-size:clamp(16px,2vw,19px); margin:18px auto 0; max-width:56ch; line-height:1.6; }
.fpro-cta__btns { position:relative; display:flex; gap:13px; justify-content:center; flex-wrap:wrap; margin-top:30px; }

/* ---- Values / Team ------------------------------------------------------- */
.fpro-value { background:#fff; border:1px solid var(--fpro-line); border-radius:18px; padding:26px; }
.fpro-value > i { font-size:28px; color:var(--fpro-primary); }
.fpro-value h3 { font-size:17px; font-weight:700; color:var(--fpro-ink); margin:14px 0 7px; }
.fpro-value p { color:var(--fpro-soft); font-size:14.5px; line-height:1.6; }
.fpro-member { text-align:center; }
.fpro-member__photo { border-radius:18px; overflow:hidden; margin-bottom:14px; }
.fpro-member__photo img { width:100%; aspect-ratio:1; object-fit:cover; }
.fpro-member strong { display:block; font-weight:700; color:var(--fpro-ink); font-size:16px; }
.fpro-member span { color:var(--fpro-soft); font-size:14px; margin-top:2px; }

/* ---- Blog / Cases -------------------------------------------------------- */
.fpro-post { background:#fff; border:1px solid var(--fpro-line); border-radius:18px; overflow:hidden; display:flex; flex-direction:column; transition:transform .18s, box-shadow .18s; }
.fpro-post:hover { transform:translateY(-4px); box-shadow:0 22px 44px -28px rgba(15,76,255,.3); }
.fpro-post__cover img { width:100%; aspect-ratio:16/9; object-fit:cover; }
.fpro-post__cover .fpro-ph { border:0; border-radius:0; }
.fpro-post__body { padding:22px; display:flex; flex-direction:column; flex:1; }
.fpro-post__meta { display:flex; gap:10px; align-items:center; margin-bottom:12px; }
.fpro-tag { font-size:12px; font-weight:700; color:var(--fpro-primary); background:#EEF3FF; padding:4px 11px; border-radius:999px; }
.fpro-post__meta time { font-size:12.5px; color:#94A3B8; }
.fpro-post__body h3 { font-size:18px; font-weight:700; color:var(--fpro-ink); line-height:1.35; margin-bottom:9px; }
.fpro-post__body p { color:var(--fpro-soft); font-size:14.5px; line-height:1.6; flex:1; }
.fpro-post__more { margin-top:16px; color:var(--fpro-primary); font-weight:600; font-size:14px; display:flex; align-items:center; gap:6px; }
.fpro-case { background:#fff; border:1px solid var(--fpro-line); border-radius:20px; overflow:hidden; display:flex; flex-direction:column; }
.fpro-case__cover img { width:100%; aspect-ratio:16/8; object-fit:cover; }
.fpro-case__cover .fpro-ph { border:0; border-radius:0; }
.fpro-case__body { padding:26px; }
.fpro-case__sector { font-size:12.5px; font-weight:700; color:var(--fpro-primary); text-transform:uppercase; letter-spacing:.05em; }
.fpro-case__body h3 { font-size:21px; font-weight:800; color:var(--fpro-ink); margin:8px 0 14px; letter-spacing:-.01em; }
.fpro-case__block { margin-bottom:10px; }
.fpro-case__lbl { font-size:12px; font-weight:700; color:#94A3B8; text-transform:uppercase; }
.fpro-case__block p { color:var(--fpro-muted); font-size:14.5px; line-height:1.55; margin-top:3px; }
.fpro-case__metrics { display:flex; gap:20px; border-top:1px solid #EEF2F8; padding-top:18px; margin-top:8px; }
.fpro-case__metrics strong { font-size:26px; font-weight:800; color:var(--fpro-primary); display:block; }
.fpro-case__metrics span { font-size:12.5px; color:var(--fpro-soft); }
.fpro-case { cursor:pointer; transition:transform .18s, box-shadow .18s; }
.fpro-case:hover { transform:translateY(-4px); box-shadow:0 26px 50px -30px rgba(15,76,255,.32); }
.fpro-case:focus-visible { outline:2px solid var(--fpro-primary); outline-offset:3px; }
/* Global focus-visible ring for keyboard/screen-reader navigation. */
.fpro a:focus-visible, .fpro button:focus-visible, .fpro input:focus-visible,
.fpro select:focus-visible, .fpro textarea:focus-visible, .fpro [tabindex]:focus-visible {
	outline:2px solid var(--fpro-cta,#F5A623); outline-offset:2px; border-radius:6px;
}
/* Respect reduced-motion system-wide, beyond the few animations already
   gated in JS — a CSS-only safety net for everything else. */
@media (prefers-reduced-motion:reduce) {
	.fpro *, .fpro *::before, .fpro *::after {
		animation-duration:.001ms !important; animation-iteration-count:1 !important;
		transition-duration:.001ms !important; scroll-behavior:auto !important;
	}
}
.fpro-case__more { display:inline-flex; align-items:center; gap:7px; margin-top:16px; color:var(--fpro-primary); font-weight:700; font-size:14px; }

/* ---- Scroll reveal ------------------------------------------------------- */
.fpro-reveal { opacity:0; transform:translateY(26px); transition:opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); will-change:opacity, transform; }
.fpro-reveal.is-in { opacity:1; transform:none; }

/* ---- Floating WhatsApp --------------------------------------------------- */
.fpro-wa { position:fixed; inset-inline-start:22px; bottom:calc(22px + env(safe-area-inset-bottom, 0px)); z-index:60; width:58px; height:58px; border-radius:50%; background:#25D366; color:#fff; display:flex; align-items:center; justify-content:center; font-size:31px; box-shadow:0 14px 30px -8px rgba(37,211,102,.6); transition:transform .18s; }
.fpro-wa:hover { transform:scale(1.07); }
.fpro-wa::before { content:""; position:absolute; inset:0; border-radius:50%; background:#25D366; opacity:.5; animation:fproPulse 2.4s ease-out infinite; z-index:-1; }
@keyframes fproPulse { 0% { transform:scale(1); opacity:.5; } 70%,100% { transform:scale(1.8); opacity:0; } }
.fpro-wa__tip { position:absolute; inset-inline-end:70px; white-space:nowrap; background:#0B1220; color:#fff; font-size:13px; font-weight:600; padding:8px 13px; border-radius:10px; opacity:0; transform:translateX(8px); pointer-events:none; transition:opacity .18s, transform .18s; }
.fpro[dir="rtl"] .fpro-wa__tip { transform:translateX(-8px); }
.fpro-wa:hover .fpro-wa__tip { opacity:1; transform:translateX(0); }

/* ---- Case modal ---------------------------------------------------------- */
.fpro-modal { position:fixed; inset:0; z-index:100; display:none; align-items:center; justify-content:center; padding:20px; }
.fpro-modal.is-open { display:flex; }
.fpro-modal__overlay { position:absolute; inset:0; background:rgba(11,18,32,.62); backdrop-filter:blur(4px); animation:fproFade .2s ease; }
.fpro-modal__dialog { position:relative; z-index:1; width:100%; max-width:620px; max-height:88vh; overflow:auto; background:#fff; border-radius:22px; padding:clamp(26px,4vw,44px); box-shadow:0 50px 100px -30px rgba(11,18,32,.6); animation:fproPop .28s cubic-bezier(.22,1,.36,1); }
.fpro-modal__close { position:absolute; top:16px; inset-inline-end:16px; width:38px; height:38px; border-radius:10px; border:1px solid var(--fpro-line); background:#fff; color:var(--fpro-muted); display:flex; align-items:center; justify-content:center; font-size:18px; }
.fpro-modal__close:hover { background:#F1F5FB; }
@keyframes fproFade { from { opacity:0; } to { opacity:1; } }
@keyframes fproPop { from { opacity:0; transform:translateY(16px) scale(.98); } to { opacity:1; transform:none; } }
.fpro-casefull__sector { font-size:12.5px; font-weight:700; color:var(--fpro-primary); text-transform:uppercase; letter-spacing:.05em; }
.fpro-casefull__title { font-size:clamp(22px,3vw,30px); font-weight:800; color:var(--fpro-ink); letter-spacing:-.01em; margin:8px 0 18px; }
.fpro-casefull__metrics { display:flex; gap:16px; margin-bottom:22px; }
.fpro-casefull__metrics > div { flex:1; background:#F5F8FF; border:1px solid #E4ECFF; border-radius:14px; padding:16px; text-align:center; }
.fpro-casefull__metrics strong { display:block; font-size:28px; font-weight:800; color:var(--fpro-primary); }
.fpro-casefull__metrics span { font-size:12.5px; color:var(--fpro-soft); }
.fpro-casefull__block { margin-bottom:16px; }
.fpro-casefull__block p { color:var(--fpro-muted); font-size:15.5px; line-height:1.7; margin-top:4px; }

/* ---- Contact / Form ------------------------------------------------------ */
/* Contact v2 — form (start) + vertical side image (end) */
.fpro-contact2 { display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(28px,4vw,60px); align-items:stretch; }
.fpro-contact2__head { margin-bottom:22px; }
.fpro-contact2__form { min-width:0; }
.fpro-form__grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.fpro-form__grid .fpro-field { margin-bottom:0; }
.fpro-choices { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.fpro-choices .fpro-choice { display:flex !important; flex-direction:row; align-items:center; justify-content:flex-start; gap:10px; border:1px solid var(--fpro-line); border-radius:12px; padding:12px 14px; cursor:pointer; transition:border-color .15s, background .15s; font-size:14.5px; font-weight:500; color:#334155; margin:0; text-align:start; }
.fpro-choices .fpro-choice:hover { border-color:#B9CEE8; background:#F6FAFF; }
.fpro-choices .fpro-choice input { width:18px; height:18px; accent-color:var(--fpro-primary); flex:none; margin:0; }
.fpro-choices .fpro-choice span { flex:1; }
.fpro-choices .fpro-choice:has(input:checked) { border-color:var(--fpro-primary); background:#EFF5FC; color:var(--fpro-primary-d); font-weight:600; }
.fpro-contact2__form .fpro-form { border:0; box-shadow:none; padding:0; background:transparent; }
.fpro-contact2__info { display:flex; flex-wrap:wrap; gap:18px 30px; margin-top:26px; padding-top:22px; border-top:1px solid var(--fpro-line); }
.fpro-contact2__media { position:relative; border-radius:22px; overflow:hidden; box-shadow:0 40px 80px -40px rgba(6,20,60,.5); }
.fpro-contact2__media img { width:100%; height:100%; min-height:560px; object-fit:cover; display:block; }
@media (max-width:860px) {
	.fpro-contact2 { grid-template-columns:1fr; }
	.fpro-contact2__media { order:1; }
	.fpro-contact2__form { order:0; }
	.fpro-contact2__media img { min-height:300px; }
	.fpro-form__grid, .fpro-choices { grid-template-columns:1fr; }
}

.fpro-contact { display:grid; grid-template-columns:1fr 1fr; gap:clamp(28px,5vw,64px); align-items:start;
  grid-template-areas:"head form" "extra form"; }
.fpro-contact__head { grid-area:head; }
.fpro-contact__extra { grid-area:extra; }
.fpro-contact .fpro-form { grid-area:form; align-self:start; }
@media (max-width:760px) {
	.fpro-contact { grid-template-columns:1fr; grid-template-areas:"head" "form" "extra"; gap:28px; }
}
.fpro-contact__info { display:flex; flex-direction:column; gap:16px; margin-top:28px; }
.fpro-contact__row { display:flex; align-items:center; gap:14px; }
.fpro-contact__ic { width:44px; height:44px; border-radius:12px; background:#EEF3FF; color:var(--fpro-primary); display:flex; align-items:center; justify-content:center; font-size:21px; flex-shrink:0; }
.fpro-contact__l { font-size:13px; color:#94A3B8; display:block; }
.fpro-contact__row strong { font-weight:600; color:var(--fpro-ink); font-size:15.5px; }
.fpro-form { background:#fff; border:1px solid var(--fpro-line); border-radius:22px; padding:clamp(24px,3vw,36px); box-shadow:0 30px 60px -44px rgba(11,18,32,.3); }
.fpro-field { margin-bottom:16px; }
.fpro-field label { display:block; font-size:13.5px; font-weight:600; color:#334155; margin-bottom:7px; }
.fpro-field input, .fpro-field textarea, .fpro-field select { width:100%; border:1px solid #E2E8F0; border-radius:11px; padding:13px 15px; font-size:15px; background:#FBFCFE; color:var(--fpro-ink); outline:none; transition:border-color .15s, box-shadow .15s; font-family:inherit; }
.fpro-field select { appearance:none; -webkit-appearance:none; cursor:pointer; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:left 15px center; padding-inline-start:40px; }
.fpro-field select:focus { border-color:var(--fpro-primary); box-shadow:0 0 0 3px rgba(15,76,255,.12); }
.fpro-field textarea { resize:vertical; }
.fpro-field input:focus, .fpro-field textarea:focus { border-color:var(--fpro-primary); box-shadow:0 0 0 3px rgba(15,76,255,.12); }
.fpro-form__note { text-align:center; color:#94A3B8; font-size:12.5px; margin-top:12px; }
.fpro-form .fpro-btn--block { margin-top:14px; }
.fpro-form__ok { margin-top:14px; text-align:center; background:#ECFDF5; color:#047857; border:1px solid #A7F3D0; border-radius:11px; padding:12px; font-size:14px; font-weight:600; }
.fpro-form__ok.is-error { background:#FEF2F2; color:#B91C1C; border-color:#FECACA; }
/* thank-you overlay */
.fpro-thanks { position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center; background:rgba(10,25,50,.55); backdrop-filter:blur(6px); opacity:1; transition:opacity .4s; }
.fpro-thanks.is-out { opacity:0; }
.fpro-thanks__card { background:#fff; border-radius:22px; padding:44px 52px; text-align:center; box-shadow:0 30px 80px -20px rgba(6,20,60,.5); max-width:92vw; }
.fpro-thanks__check { width:74px; height:74px; margin:0 auto 18px; border-radius:50%; background:linear-gradient(135deg,#7ac5e3,#28609e); color:#fff; font-size:38px; font-weight:800; display:flex; align-items:center; justify-content:center; }
.fpro-thanks__card h2 { margin:0 0 8px; font-size:24px; color:#0F1B33; }
.fpro-thanks__card p { margin:0; color:#64748B; font-size:15px; }

/* ---- Legal / Prose ------------------------------------------------------- */
.fpro-legal { max-width:820px; }
.fpro-legal__updated { color:#94A3B8; font-size:13.5px; margin-bottom:30px; }
.fpro-legal__item { margin-bottom:26px; }
.fpro-legal__item h3 { font-size:20px; font-weight:700; color:var(--fpro-ink); margin-bottom:10px; }
.fpro-legal__item p { color:var(--fpro-muted); font-size:15.5px; line-height:1.75; }
.fpro-prose { color:var(--fpro-muted); font-size:16px; line-height:1.8; }
.fpro-prose h2, .fpro-prose h3 { color:var(--fpro-ink); margin:1.4em 0 .5em; }
.fpro-prose p { margin-bottom:1em; }
.fpro-prose a { color:var(--fpro-primary); text-decoration:underline; }
.fpro-prose img { border-radius:14px; margin:1em 0; }
.fpro-prose ul, .fpro-prose ol { padding-inline-start:1.4em; margin-bottom:1em; }
.fpro-prose ul { list-style:disc; } .fpro-prose ol { list-style:decimal; }

/* ---- Article ------------------------------------------------------------- */
.fpro-article__meta { display:flex; gap:12px; align-items:center; margin-bottom:16px; }
.fpro-article__meta time { color:#94A3B8; font-size:13.5px; }
.fpro-article__title { font-size:clamp(28px,4vw,44px); font-weight:800; color:var(--fpro-ink); letter-spacing:-.025em; line-height:1.15; margin-bottom:22px; text-wrap:balance; }
.fpro-article__cover { border-radius:var(--fpro-radius); overflow:hidden; margin-bottom:28px; }
.fpro-article__cover img { width:100%; }

/* ---- Pagination ---------------------------------------------------------- */
.fpro-pagination { margin-top:40px; }
.fpro-pagination .nav-links { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; }
.fpro-pagination a, .fpro-pagination span { padding:9px 15px; border-radius:10px; border:1px solid var(--fpro-line); background:#fff; color:var(--fpro-muted); font-weight:600; font-size:14px; }
.fpro-pagination .current { background:var(--fpro-primary); color:#fff; border-color:var(--fpro-primary); }

/* ---- Footer -------------------------------------------------------------- */
.fpro-footer { background:var(--fpro-ink); color:#94A3B8; padding:clamp(36px,4.5vw,52px) clamp(16px,4vw,36px) 24px; }
.fpro-footer__inner { max-width:1180px; margin-inline:auto; display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:clamp(24px,3vw,44px); align-items:start; }
@media (max-width:760px) { .fpro-footer__inner { grid-template-columns:1fr 1fr; } .fpro-footer__brand { grid-column:1 / -1; } }
.fpro-footer__contactwrap { margin-top:14px; }
.fpro-footer__cbtns { display:flex; gap:8px; flex-wrap:wrap; }
.fpro-footer__cbtn { display:inline-flex; align-items:center; justify-content:center; gap:7px; height:38px; padding:0 16px; border-radius:10px; background:var(--fpro-cta,#F5A623); color:#fff; font-size:13.5px; font-weight:700; margin:0; }
.fpro-footer__cbtn i { font-size:16px; color:#fff; }
.fpro-footer__cbtn:hover { filter:brightness(.94); color:#fff; }
.fpro-footer__cbtn--wa { background:#25D366; }
.fpro-footer__cmenu { position:absolute; bottom:calc(100% + 8px); inset-inline-end:0; background:#fff; border-radius:12px; padding:6px; box-shadow:0 20px 44px -16px rgba(0,0,0,.5); display:flex; flex-direction:column; gap:2px; min-width:170px; z-index:5; }
.fpro-footer__cmenu a { display:flex; align-items:center; gap:10px; padding:10px 14px; border-radius:8px; color:var(--fpro-ink); font-size:14.5px; font-weight:600; margin:0; }
.fpro-footer__cmenu a:hover { background:#F1F5FB; color:var(--fpro-primary); }
.fpro-footer__cmenu a i { font-size:18px; color:var(--fpro-cta,#F5A623); }
.fpro-footer__brand { min-width:220px; }
.fpro-footer__brand p { font-size:13px; line-height:1.6; max-width:32ch; margin-top:12px; }
.fpro-footer__social { display:flex; gap:8px; margin-top:14px; }
.fpro-footer__social a { width:44px; height:44px; border-radius:11px; background:rgba(255,255,255,.06); display:flex; align-items:center; justify-content:center; color:#cbd5e1; font-size:17px; }
.fpro-footer__social a:hover { background:rgba(255,255,255,.12); color:#fff; }
.fpro-footer__ct { color:#fff; font-weight:700; font-size:14.5px; margin-bottom:12px; }
.fpro-footer__col a { display:block; color:#94A3B8; font-size:14.5px; margin-bottom:10px; }
.fpro-footer__col a:hover { color:#fff; }
.fpro-footer__bar { max-width:1180px; margin:28px auto 0; padding-top:18px; border-top:1px solid rgba(255,255,255,.08); display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center; font-size:13px; }ms:center; font-size:13px; }
.fpro-footer__made { color:#64748B; }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width:1024px) {
	.fpro-header__demo { display:none; }
	.fpro-nav { display:none; }
	.fpro-burger { display:flex; }
	.fpro-header { padding-top:calc(12px + env(safe-area-inset-top, 0px)); }
	.fpro-header__inner { width:100%; min-width:0; padding:8px 10px; border-radius:18px; gap:8px; }
	.fpro-header__actions { margin-inline-start:auto; gap:6px; }
	.fpro-header__social { margin-inline:auto; gap:2px; }
	.fpro-header__social a { width:34px; height:34px; font-size:17px; }
	.fpro-header .fpro-logo__img { height:38px !important; }
	.fpro-header .fpro-logo__img--brand { height:52px !important; }
}
@media (min-width:1025px) {
	.fpro-drawer { display:none !important; }
}
@media (max-width:980px) {
	.fpro-hero--split .fpro-hero__inner { grid-template-columns:1fr; }
	.fpro-hero--split .fpro-hero__text { text-align:center; max-width:60ch; margin-inline:auto; }
	.fpro-hero--split .fpro-hero__title { margin-inline:auto; }
	.fpro-hero--split .fpro-hero__sub { margin-inline:auto; }
	.fpro-hero--split .fpro-hero__cta { justify-content:center; }
	.fpro-dash__nav { width:170px; }
	.fpro-aud { grid-template-columns:1fr; }
	.fpro-aud__intro { position:static; text-align:center; }
	.fpro-aud__intro .fpro-lead--start { text-align:center; }
}
@media (max-width:760px) {
	.fpro-steps--h { display:none; }
	.fpro-steps--v { display:flex; }
	.fpro-cmp { grid-template-columns:1fr; gap:14px; }
	.fpro-cmp__arrow { width:auto; height:0; }
	.fpro-cmp__arrow span { transform:rotate(-90deg); }
	.fpro-cmp__side { border-radius:18px; }
	.fpro-dash__charts { grid-template-columns:1fr; }
	.fpro-dash__nav { display:none; }
	.fpro-intlogos { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:520px) {
	.fpro-sec { padding-block:clamp(40px,10vw,64px); }
	.fpro-btn { padding:13px 20px; }
	.fpro-hero__pills { grid-template-columns:1fr; }
	.fpro-footer { padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px)); }
}
/* Mobile landscape: viewport is short — the fixed top padding that clears the
   floating header would otherwise push the hero title off-screen. */
@media (max-height:480px) and (orientation:landscape) {
	.fpro-hero { padding-top:calc(88px + env(safe-area-inset-top, 0px)); }
	.fpro-hero--minimal { padding-top:calc(88px + env(safe-area-inset-top, 0px)); }
}
