/*
Theme Name: Finqoro Agency
Theme URI: https://finqoro.com/
Author: Finqoro
Description: A premium, conversion-focused WordPress theme for SEO, link building, AEO, digital PR, technology and automation services.
Version: 1.2.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: finqoro-agency
*/

:root {
  --fq-navy: #0d1726;
  --fq-navy-2: #142338;
  --fq-lime: #baff55;
  --fq-lime-dark: #8edb2b;
  --fq-cream: #f5f2e9;
  --fq-cyan: #45c8ec;
  --fq-blue: #0a5f94;
  --fq-white: #ffffff;
  --fq-ink: #111827;
  --fq-muted: #5f6673;
  --fq-border: #dfe4e8;
  --fq-radius-sm: 12px;
  --fq-radius: 22px;
  --fq-radius-lg: 34px;
  --fq-shadow: 0 18px 60px rgba(13, 23, 38, 0.12);
  --fq-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--fq-ink);
  background: var(--fq-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.2rem; }
h1,h2,h3,h4 { margin: 0 0 1rem; color: var(--fq-navy); line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
button,input,textarea,select { font: inherit; }

.fq-container { width: min(calc(100% - 40px), var(--fq-container)); margin-inline: auto; }
.fq-section { padding: 105px 0; }
.fq-section--cream { background: var(--fq-cream); }
.fq-section--navy { background: var(--fq-navy); color: var(--fq-white); }
.fq-section--navy h2,.fq-section--navy h3 { color: var(--fq-white); }
.fq-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  color: var(--fq-blue); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.fq-eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--fq-lime-dark); }
.fq-section--navy .fq-eyebrow { color: var(--fq-lime); }
.fq-lead { max-width: 760px; color: var(--fq-muted); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.fq-section--navy .fq-lead { color: #cbd5df; }
.fq-center { text-align: center; }
.fq-center .fq-lead { margin-inline: auto; }
.fq-grid { display: grid; gap: 26px; }
.fq-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fq-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fq-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.fq-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 14px 24px; border: 2px solid transparent; border-radius: 999px;
  background: var(--fq-lime); color: var(--fq-navy); font-weight: 850; line-height: 1; transition: .2s ease;
}
.fq-btn:hover { transform: translateY(-2px); background: var(--fq-white); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.fq-btn--dark { background: var(--fq-navy); color: var(--fq-white); }
.fq-btn--dark:hover { background: var(--fq-navy-2); }
.fq-btn--ghost { background: transparent; border-color: rgba(255,255,255,.35); color: var(--fq-white); }
.fq-btn--ghost:hover { color: var(--fq-navy); }
.fq-link { display: inline-flex; align-items: center; gap: 8px; color: var(--fq-blue); font-weight: 800; }
.fq-link::after { content: "→"; transition: transform .2s ease; }
.fq-link:hover::after { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(13,23,38,.08); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.custom-logo-link img { display: block; width: auto; max-height: 62px; }
.fq-wordmark img { display: block; width: 205px; max-height: 66px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.site-nav a { font-size: .96rem; font-weight: 750; color: var(--fq-navy); }
.site-nav a:hover { color: var(--fq-blue); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--fq-navy); cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; }

.fq-hero { position: relative; overflow: hidden; padding: 92px 0 74px; background: var(--fq-navy); color: var(--fq-white); }
.fq-hero::before { content: ""; position: absolute; inset: -20% auto auto 55%; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(69,200,236,.28), transparent 66%); }
.fq-hero::after { content: ""; position: absolute; right: -150px; bottom: -230px; width: 620px; height: 620px; border: 2px solid rgba(186,255,85,.22); border-radius: 50%; box-shadow: 0 0 0 58px rgba(186,255,85,.04), 0 0 0 116px rgba(186,255,85,.025); }
.fq-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.fq-hero h1 { color: var(--fq-white); max-width: 880px; }
.fq-hero h1 em { color: var(--fq-lime); font-style: normal; }
.fq-hero__copy { max-width: 700px; color: #d6dee8; font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.fq-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.fq-hero__proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #d6dee8; font-size: .92rem; font-weight: 700; }
.fq-hero__proof span { display: flex; align-items: center; gap: 8px; }
.fq-hero__proof span::before { content: "✓"; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--fq-lime); color: var(--fq-navy); font-size: .75rem; font-weight: 900; }
.fq-hero-card { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--fq-radius-lg); background: rgba(255,255,255,.075); box-shadow: 0 28px 70px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.fq-dashboard { padding: 20px; border-radius: 22px; background: var(--fq-white); color: var(--fq-navy); }
.fq-dashboard__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--fq-border); }
.fq-dashboard__badge { padding: 7px 11px; border-radius: 999px; background: #eafbd2; color: #3b6811; font-size: .77rem; font-weight: 850; }
.fq-chart { height: 200px; display: flex; align-items: end; gap: 10px; padding: 26px 10px 6px; }
.fq-chart span { flex: 1; min-height: 18%; border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, var(--fq-cyan), var(--fq-blue)); }
.fq-chart span:nth-child(2) { height: 38%; }
.fq-chart span:nth-child(3) { height: 52%; }
.fq-chart span:nth-child(4) { height: 47%; }
.fq-chart span:nth-child(5) { height: 72%; }
.fq-chart span:nth-child(6) { height: 84%; background: linear-gradient(180deg, var(--fq-lime), var(--fq-lime-dark)); }
.fq-mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.fq-mini-stats div { padding: 13px 10px; border-radius: 14px; background: var(--fq-cream); text-align: center; }
.fq-mini-stats strong { display: block; font-size: 1.25rem; }
.fq-mini-stats small { color: var(--fq-muted); }

.fq-logo-strip { padding: 28px 0; background: var(--fq-cream); border-bottom: 1px solid #e3dfd4; }
.fq-logo-strip__inner { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 22px; align-items: center; }
.fq-logo-strip p { margin: 0; font-size: .88rem; font-weight: 850; color: var(--fq-muted); text-transform: uppercase; letter-spacing: .09em; }
.fq-logo-pill { padding: 12px 16px; border: 1px solid #d8d3c8; border-radius: 999px; background: rgba(255,255,255,.64); color: #67717f; text-align: center; font-weight: 850; }

.fq-card { height: 100%; padding: 30px; border: 1px solid var(--fq-border); border-radius: var(--fq-radius); background: var(--fq-white); transition: .22s ease; }
.fq-card:hover { transform: translateY(-6px); border-color: rgba(69,200,236,.6); box-shadow: var(--fq-shadow); }
.fq-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 24px; border-radius: 17px; background: var(--fq-navy); color: var(--fq-lime); font-size: 1.55rem; font-weight: 900; }
.fq-card p { color: var(--fq-muted); }

.fq-stats { margin-top: 46px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--fq-radius); background: rgba(255,255,255,.055); }
.fq-stat { padding: 12px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.fq-stat:last-child { border-right: 0; }
.fq-stat strong { display: block; color: var(--fq-lime); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; }
.fq-stat span { color: #cbd5df; }

.fq-process { counter-reset: steps; }
.fq-step { position: relative; padding: 32px 30px 30px 88px; border: 1px solid var(--fq-border); border-radius: var(--fq-radius); background: var(--fq-white); }
.fq-step::before { counter-increment: steps; content: "0" counter(steps); position: absolute; top: 29px; left: 28px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--fq-lime); color: var(--fq-navy); font-size: .86rem; font-weight: 900; }
.fq-step p { color: var(--fq-muted); margin-bottom: 0; }

.fq-case { overflow: hidden; border-radius: var(--fq-radius-lg); background: var(--fq-navy); color: var(--fq-white); }
.fq-case__visual { min-height: 220px; padding: 30px; display: flex; align-items: end; background: linear-gradient(135deg, var(--fq-cyan), var(--fq-blue)); }
.fq-case:nth-child(2) .fq-case__visual { background: linear-gradient(135deg, var(--fq-lime), #5b9d17); }
.fq-case:nth-child(3) .fq-case__visual { background: linear-gradient(135deg, #9274ff, #452a9f); }
.fq-case__metric { padding: 10px 15px; border-radius: 999px; background: rgba(13,23,38,.82); font-weight: 900; }
.fq-case__body { padding: 28px; }
.fq-case__body h3 { color: var(--fq-white); }
.fq-case__body p { color: #cbd5df; }

.fq-quote { padding: 34px; border: 1px solid var(--fq-border); border-radius: var(--fq-radius); background: var(--fq-white); }
.fq-quote blockquote { margin: 0 0 25px; color: var(--fq-navy); font-size: 1.18rem; font-weight: 650; }
.fq-person { display: flex; align-items: center; gap: 14px; }
.fq-avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--fq-navy); color: var(--fq-lime); font-weight: 900; }
.fq-person small { display: block; color: var(--fq-muted); }

.fq-faq { max-width: 920px; margin: 42px auto 0; }
.fq-faq__item { border-bottom: 1px solid var(--fq-border); }
.fq-faq__question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; color: var(--fq-navy); text-align: left; font-weight: 850; cursor: pointer; }
.fq-faq__question::after { content: "+"; font-size: 1.45rem; }
.fq-faq__item.is-open .fq-faq__question::after { content: "−"; }
.fq-faq__answer { display: none; padding: 0 0 24px; color: var(--fq-muted); }
.fq-faq__item.is-open .fq-faq__answer { display: block; }

.fq-cta { position: relative; overflow: hidden; padding: 70px; border-radius: var(--fq-radius-lg); background: var(--fq-navy); color: var(--fq-white); }
.fq-cta::after { content: ""; position: absolute; width: 380px; height: 380px; right: -90px; top: -150px; border-radius: 50%; background: var(--fq-lime); opacity: .14; }
.fq-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.fq-cta h2 { color: var(--fq-white); max-width: 760px; }
.fq-cta p { color: #cbd5df; max-width: 680px; }

.site-footer { padding: 70px 0 26px; background: #09111d; color: #cbd5df; }
.site-footer h3,.site-footer h4 { color: var(--fq-white); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 42px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 9px 0; }
.site-footer a:hover { color: var(--fq-lime); }
.site-footer__logo img { width: 210px; border-radius: 14px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .9rem; }

.fq-page-hero { padding: 82px 0; background: var(--fq-navy); color: var(--fq-white); }
.fq-page-hero h1 { color: var(--fq-white); font-size: clamp(2.6rem, 5vw, 4.7rem); }
.fq-content { width: min(calc(100% - 40px), 860px); margin: 0 auto; padding: 80px 0; }
.fq-content a { color: var(--fq-blue); text-decoration: underline; }
.entry-card { margin-bottom: 24px; padding: 26px; border: 1px solid var(--fq-border); border-radius: var(--fq-radius); }

@media (max-width: 980px) {
  .fq-grid--4,.fq-grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .fq-hero__grid { grid-template-columns: 1fr; }
  .fq-hero-card { max-width: 620px; }
  .fq-logo-strip__inner { grid-template-columns: repeat(2,1fr); }
  .fq-logo-strip p { grid-column: 1/-1; }
  .site-footer__grid { grid-template-columns: repeat(2,1fr); }
  .fq-cta__inner { display: block; }
  .fq-cta .fq-btn { margin-top: 14px; }
  .site-nav { display: none; position: absolute; inset: 86px 20px auto; padding: 22px; border: 1px solid var(--fq-border); border-radius: 20px; background: var(--fq-white); box-shadow: var(--fq-shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav li { margin: 12px 0; }
  .site-nav .fq-btn { width: 100%; margin-top: 8px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .fq-container { width: min(calc(100% - 28px), var(--fq-container)); }
  .fq-section { padding: 76px 0; }
  .fq-grid--4,.fq-grid--3,.fq-grid--2 { grid-template-columns: 1fr; }
  .fq-hero { padding-top: 68px; }
  .fq-hero__actions { display: grid; }
  .fq-hero__actions .fq-btn { width: 100%; }
  .fq-stats { grid-template-columns: 1fr 1fr; padding: 18px; }
  .fq-stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .fq-stat:nth-last-child(-n+2) { border-bottom: 0; }
  .fq-mini-stats { grid-template-columns: 1fr; }
  .fq-cta { padding: 42px 28px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { display: block; }
  .fq-step { padding-left: 28px; padding-top: 92px; }
  .fq-step::before { left: 28px; }
}


/* Finqoro 1.2 service, legal and contact pages */
.fq-content { width: min(calc(100% - 40px), 1040px); }
.fq-page-layout { display: grid; gap: 72px; }
.fq-page-layout > section { margin: 0; }
.fq-page-intro { max-width: 850px; }
.fq-kicker {
  display: inline-block; margin-bottom: 14px; color: var(--fq-blue);
  font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
.fq-page-intro h2 { max-width: 900px; }
.fq-page-lead { max-width: 830px; color: var(--fq-muted); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.fq-benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.fq-detail-card { padding: 28px; border: 1px solid var(--fq-border); border-radius: var(--fq-radius); background: #fff; box-shadow: 0 10px 35px rgba(13,23,38,.055); }
.fq-detail-card h3 { font-size: 1.35rem; }
.fq-detail-card p { margin-bottom: 0; color: var(--fq-muted); }
.fq-split-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; padding: 42px; border-radius: var(--fq-radius-lg); background: var(--fq-cream); }
.fq-number-list { counter-reset: fq-list; list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.fq-number-list li { counter-increment: fq-list; position: relative; min-height: 48px; padding: 11px 12px 11px 62px; border-radius: 14px; background: #fff; font-weight: 750; }
.fq-number-list li::before { content: counter(fq-list); position: absolute; left: 10px; top: 8px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--fq-lime); color: var(--fq-navy); font-size: .82rem; font-weight: 900; }
.fq-check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.fq-check-list li { position: relative; padding: 12px 14px 12px 48px; border-radius: 13px; background: #fff; font-weight: 720; }
.fq-check-list li::before { content: "✓"; position: absolute; left: 14px; top: 12px; color: #4b8714; font-weight: 950; }
.fq-notice { padding: 28px 30px; border-left: 5px solid var(--fq-lime-dark); border-radius: 0 var(--fq-radius) var(--fq-radius) 0; background: #f0f9e4; }
.fq-notice h3 { margin-bottom: 8px; }
.fq-notice p:last-child { margin-bottom: 0; }
.fq-page-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 48px; border-radius: var(--fq-radius-lg); background: var(--fq-navy); color: #cbd5df; }
.fq-page-cta h2 { color: #fff; max-width: 700px; }
.fq-page-cta p { max-width: 700px; margin-bottom: 0; }
.fq-page-cta .fq-kicker { color: var(--fq-lime); }
.fq-page-cta .fq-btn { flex: 0 0 auto; }
.fq-contact-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.fq-contact-option { display: flex; flex-direction: column; min-height: 230px; padding: 28px; border: 1px solid var(--fq-border); border-radius: var(--fq-radius); background: #fff; transition: .2s ease; overflow-wrap: anywhere; }
.fq-contact-option:hover { transform: translateY(-5px); border-color: var(--fq-cyan); box-shadow: var(--fq-shadow); }
.fq-contact-option span { margin-bottom: 32px; color: var(--fq-blue); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fq-contact-option strong { color: var(--fq-navy); font-size: 1.2rem; line-height: 1.4; }
.fq-contact-option small { margin-top: auto; padding-top: 22px; color: var(--fq-muted); }
.fq-legal { display: block; max-width: 920px; }
.fq-legal h2 { margin-top: 42px; font-size: clamp(1.45rem, 2.5vw, 2.1rem); }
.fq-legal p { color: #3f4855; }
.fq-legal .fq-updated { display: inline-block; padding: 8px 13px; border-radius: 999px; background: var(--fq-cream); color: var(--fq-muted); font-size: .88rem; font-weight: 750; }
.fq-blog-page .fq-page-layout { margin-bottom: 52px; }
.fq-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.fq-blog-card { padding: 27px; border: 1px solid var(--fq-border); border-radius: var(--fq-radius); background: #fff; }
.fq-blog-card > span { color: var(--fq-muted); font-size: .83rem; font-weight: 750; }
.fq-blog-card h2 { margin-top: 12px; font-size: 1.45rem; }
.fq-blog-card p { color: var(--fq-muted); }
.site-footer__brand p { max-width: 330px; }
.site-footer__contact li { margin-bottom: 16px; }
.site-footer__contact li span { display: block; margin-bottom: 2px; color: #8090a4; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__contact a { display: block; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .fq-contact-options { grid-template-columns: 1fr; }
  .fq-contact-option { min-height: 170px; }
  .fq-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .fq-page-layout { gap: 52px; }
  .fq-benefit-grid,.fq-split-panel,.fq-blog-grid { grid-template-columns: 1fr; }
  .fq-split-panel { padding: 28px; }
  .fq-page-cta { display: block; padding: 34px 26px; }
  .fq-page-cta .fq-btn { width: 100%; margin-top: 20px; }
  .fq-contact-option { min-height: 155px; }
}
