#fenek-influencers {
--bi-navy: #073f70;
--bi-navy-deep: #063557;
--bi-orange: #f36a21;
--bi-orange-dark: #d94d0b;
--bi-yellow: #ffd348;
--bi-cream: #fff8eb;
--bi-ink: #173f5b;
--bi-muted: #5d7688;
--bi-border: #d7e5eb;
--bi-heading: "Nunito", sans-serif;
--bi-body: "Source Sans 3", sans-serif;
color: var(--bi-ink);
background: #fff;
font-family: var(--bi-body);
font-size: 18px;
line-height: 1.55;
width: var(--fenek-viewport-width, 100vw);
max-width: var(--fenek-viewport-width, 100vw) !important;
margin-right: calc(50% - (var(--fenek-viewport-width, 100vw) / 2)) !important;
margin-left: calc(50% - (var(--fenek-viewport-width, 100vw) / 2)) !important;
}
#fenek-influencers * { box-sizing: border-box; }
#fenek-influencers h1,
#fenek-influencers h2,
#fenek-influencers h3,
#fenek-influencers p { margin-top: 0; }
#fenek-influencers h1,
#fenek-influencers h2,
#fenek-influencers h3 {
color: var(--bi-navy);
font-family: var(--bi-heading);
font-weight: 900;
letter-spacing: -.03em;
line-height: 1.1;
}
#fenek-influencers h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(38px, 4.6vw, 58px); }
#fenek-influencers h2 { margin-bottom: 14px; font-size: clamp(32px, 3.6vw, 44px); }
#fenek-influencers h3 { margin-bottom: 12px; font-size: 22px; }
#fenek-influencers .bi-container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
#fenek-influencers .bi-section { padding: 88px 0; }
#fenek-influencers .bi-eyebrow {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
color: var(--bi-orange-dark);
font-family: var(--bi-heading);
font-size: 14px;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
}
#fenek-influencers .bi-eyebrow > span { width: 24px; height: 4px; background: var(--bi-yellow); border-radius: 9px; }
#fenek-influencers .bi-eyebrow-light { color: var(--bi-yellow); }
#fenek-influencers .bi-lead { max-width: 640px; font-size: 20px; line-height: 1.55; color: var(--bi-ink); }
#fenek-influencers .bi-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
#fenek-influencers .bi-button {
display: inline-flex;
min-height: 54px;
align-items: center;
justify-content: center;
padding: 14px 24px;
border: 2px solid transparent;
border-radius: 14px;
font-family: var(--bi-heading);
font-size: 16px;
font-weight: 900;
text-decoration: none;
transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
#fenek-influencers .bi-button:hover { transform: translateY(-2px); }
#fenek-influencers a.bi-button-primary,
#fenek-influencers a.bi-button-primary:visited {
color: #fff !important;
background: var(--bi-orange-dark) !important;
box-shadow: 0 12px 28px rgba(217, 77, 11, .18);
}
#fenek-influencers a.bi-button-primary:hover,
#fenek-influencers a.bi-button-primary:focus-visible { color: #fff !important; background: var(--bi-orange) !important; }
#fenek-influencers a.bi-button-secondary,
#fenek-influencers a.bi-button-secondary:visited {
color: var(--bi-navy) !important;
background: #fff !important;
border-color: #bdd3de !important;
}
#fenek-influencers a.bi-button-secondary:hover,
#fenek-influencers a.bi-button-secondary:focus-visible { color: var(--bi-orange-dark) !important; border-color: var(--bi-navy) !important; }
#fenek-influencers .bi-hero {
position: relative;
overflow: hidden;
background: radial-gradient(circle at 10% 12%, rgba(255, 211, 72, .28), transparent 30rem), linear-gradient(180deg, var(--bi-cream) 0, #fff 42rem);
}
#fenek-influencers .bi-hero::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 6px;
background: linear-gradient(90deg, var(--bi-yellow), var(--bi-orange), var(--bi-navy));
content: "";
}
#fenek-influencers .bi-hero-grid {
display: grid;
grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
gap: 56px;
align-items: center;
padding-top: 64px;
padding-bottom: 70px;
}
#fenek-influencers .bi-proof { display: flex; flex-wrap: wrap; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid var(--bi-border); list-style: none; }
#fenek-influencers .bi-proof li { display: flex; min-width: 140px; flex-direction: column; padding: 0 20px; border-right: 1px solid var(--bi-border); }
#fenek-influencers .bi-proof li:first-child { padding-left: 0; }
#fenek-influencers .bi-proof li:last-child { border: 0; }
#fenek-influencers .bi-proof strong { color: var(--bi-orange-dark); font-family: var(--bi-heading); font-size: 22px; line-height: 1; }
#fenek-influencers .bi-proof span { margin-top: 6px; color: var(--bi-muted); font-size: 13px; line-height: 1.25; }
#fenek-influencers .bi-hero-visual { position: relative; min-height: 320px; display: flex; align-items: center; justify-content: center; }
#fenek-influencers .bi-card-stack { display: flex; flex-direction: column; gap: 16px; }
#fenek-influencers .bi-chip {
display: inline-flex;
align-items: center;
padding: 16px 26px;
border-radius: 16px;
font-family: var(--bi-heading);
font-weight: 900;
font-size: 15px;
letter-spacing: .04em;
box-shadow: 0 18px 40px rgba(7, 63, 112, .14);
}
#fenek-influencers .bi-chip-orange { align-self: flex-start; color: #fff; background: var(--bi-orange); transform: rotate(-3deg); }
#fenek-influencers .bi-chip-yellow { align-self: center; color: var(--bi-navy-deep); background: var(--bi-yellow); transform: rotate(2deg); }
#fenek-influencers .bi-chip-navy { align-self: flex-end; color: #fff; background: var(--bi-navy); transform: rotate(-2deg); }
#fenek-influencers .bi-heading { margin-bottom: 44px; }
#fenek-influencers .bi-heading-centered { max-width: 700px; margin-left: auto; margin-right: auto; text-align: center; }
#fenek-influencers .bi-heading-centered .bi-eyebrow { justify-content: center; }
#fenek-influencers .bi-heading p { color: var(--bi-muted); font-size: 17px; }
#fenek-influencers .bi-who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
#fenek-influencers .bi-who-card {
padding: 30px 26px;
border: 1px solid var(--bi-border);
border-radius: 20px;
background: #fff;
box-shadow: 0 14px 30px rgba(7, 63, 112, .06);
}
#fenek-influencers .bi-who-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin-bottom: 16px;
border-radius: 12px;
background: var(--bi-cream);
color: var(--bi-orange-dark);
font-family: var(--bi-heading);
font-weight: 900;
}
#fenek-influencers .bi-who-card p { color: var(--bi-muted); font-size: 16px; margin-bottom: 0; }
#fenek-influencers .bi-fact {
display: flex;
gap: 16px;
padding: 24px 26px;
border-radius: 18px;
background: var(--bi-cream);
align-items: flex-start;
}
#fenek-influencers .bi-fact-mark {
display: inline-flex;
flex: none;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--bi-navy);
color: #fff;
font-family: var(--bi-heading);
font-weight: 900;
}
#fenek-influencers .bi-fact p { margin: 0; color: var(--bi-ink); font-size: 15.5px; }
#fenek-influencers .bi-fact strong { color: var(--bi-navy); }
#fenek-influencers .bi-authority { background: #fff; }
#fenek-influencers .bi-authority-grid { max-width: 760px; margin: 0 auto; text-align: left; }
#fenek-influencers .bi-authority-note {
margin-top: 18px;
padding-top: 18px;
border-top: 1px solid var(--bi-border);
color: var(--bi-muted);
font-size: 15px;
}
#fenek-influencers .bi-authority-note a { color: var(--bi-orange-dark); font-weight: 700; text-decoration: none; }
#fenek-influencers .bi-authority-note a:hover { text-decoration: underline; }
#fenek-influencers .bi-steps { background: var(--bi-cream); }
#fenek-influencers .bi-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#fenek-influencers .bi-step {
padding: 30px 26px;
border-radius: 20px;
background: #fff;
box-shadow: 0 14px 30px rgba(7, 63, 112, .06);
}
#fenek-influencers .bi-step-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin-bottom: 16px;
border-radius: 50%;
background: var(--bi-orange);
color: #fff;
font-family: var(--bi-heading);
font-weight: 900;
font-size: 18px;
}
#fenek-influencers .bi-step p { color: var(--bi-muted); font-size: 16px; margin-bottom: 0; }
#fenek-influencers .bi-step a { color: var(--bi-orange-dark); font-weight: 700; text-decoration: none; }
#fenek-influencers .bi-step a:hover { text-decoration: underline; }
#fenek-influencers .bi-contact { background: var(--bi-navy); color: #fff; }
#fenek-influencers .bi-contact h2 { color: #fff; }
#fenek-influencers .bi-contact .bi-lead { color: #d9e6f0; }
#fenek-influencers .bi-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); gap: 48px; align-items: center; }
#fenek-influencers .bi-contact-cards { display: flex; flex-direction: column; gap: 14px; }
#fenek-influencers a.bi-contact-card,
#fenek-influencers a.bi-contact-card:visited {
display: flex;
flex-direction: column;
gap: 4px;
padding: 18px 22px;
border-radius: 16px;
background: rgba(255, 255, 255, .08);
border: 1px solid rgba(255, 255, 255, .16);
color: #fff !important;
text-decoration: none;
transition: background .2s ease, transform .2s ease;
}
#fenek-influencers a.bi-contact-card:hover { background: rgba(255, 255, 255, .16); transform: translateY(-2px); }
#fenek-influencers .bi-contact-label { color: var(--bi-yellow); font-family: var(--bi-heading); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
#fenek-influencers .bi-contact-cards strong { font-family: var(--bi-heading); font-size: 19px; }
#fenek-influencers .bi-faq-list { display: flex; flex-direction: column; gap: 14px; max-width: 780px; margin: 0 auto; }
#fenek-influencers .bi-faq-item {
padding: 18px 24px;
border: 1px solid var(--bi-border);
border-radius: 16px;
background: #fff;
}
#fenek-influencers .bi-faq-item summary {
cursor: pointer;
font-family: var(--bi-heading);
font-weight: 800;
font-size: 17px;
color: var(--bi-navy);
list-style: none;
}
#fenek-influencers .bi-faq-item summary::-webkit-details-marker { display: none; }
#fenek-influencers .bi-faq-item summary::after { content: "+"; float: right; color: var(--bi-orange-dark); font-weight: 900; }
#fenek-influencers .bi-faq-item[open] summary::after { content: "\2212"; }
#fenek-influencers .bi-faq-item p { margin: 14px 0 0; color: var(--bi-muted); font-size: 16px; }
@media (max-width: 860px) {
#fenek-influencers .bi-hero-grid,
#fenek-influencers .bi-contact-grid { grid-template-columns: 1fr; }
#fenek-influencers .bi-who-grid,
#fenek-influencers .bi-steps-grid { grid-template-columns: 1fr; }
#fenek-influencers .bi-section { padding: 56px 0; }
#fenek-influencers .bi-hero-visual { min-height: 200px; margin-top: 20px; }
}.fenek-book-catalog{max-width:1160px;margin:0 auto;padding:42px 20px 80px;color:#173f5f;font-family:inherit}.fenek-book-catalog__hero{margin:0 0 44px;padding:42px;border:1px solid #f0dec0;border-radius:22px;background:linear-gradient(100deg,#effaf5 0%,#fff 52%,#fff5c7 100%);box-shadow:0 26px 70px rgba(23,63,95,.1)}.fenek-book-catalog__hero>p,.fenek-book-catalog__eyebrow{margin:0 0 10px;color:#f26a21;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.fenek-book-catalog h1,.fenek-book-catalog h2{margin:0;color:#173f5f;font-family:Quicksand,Nunito,Arial,sans-serif;font-weight:900;line-height:1.08}.fenek-book-catalog h1{max-width:770px;font-size:clamp(38px,5vw,62px)}.fenek-book-catalog__hero>span{display:block;max-width:720px;margin-top:18px;color:#435a6b;font-size:19px;line-height:1.65}.fenek-book-catalog__hero nav{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.fenek-book-catalog__hero a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 17px;border:1px solid #cfe0e9;border-radius:999px;background:#fff;color:#173f5f;font-weight:900;text-decoration:none}.fenek-book-catalog__hero a:first-child{border-color:#f26a21;background:#f26a21;color:#fff;box-shadow:0 14px 30px rgba(242,106,33,.22)}.fenek-book-catalog__all{margin:0 0 28px}.fenek-book-catalog__all h2,.fenek-book-catalog__section h2{font-size:clamp(30px,3vw,44px)}.fenek-book-catalog__section{margin:68px 0 0;scroll-margin-top:30px}.fenek-book-catalog__heading{display:flex;justify-content:space-between;gap:42px;align-items:end;margin-bottom:24px}.fenek-book-catalog__heading>p{max-width:480px;margin:0;color:#5d6f7b;font-size:17px;line-height:1.55}.fenek-book-catalog ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 18px;width:100%;margin:0!important;padding-top:18px!important}.fenek-book-catalog ul.products li.product{float:none!important;width:auto!important;margin:0!important;display:grid;grid-template-rows:auto minmax(46px,auto) auto auto;align-content:start;min-height:100%;padding:14px 14px 16px!important;border:1px solid #dce9ef;border-radius:14px;background:#fff;text-align:left;box-shadow:0 14px 30px rgba(23,63,95,.06)}.fenek-book-catalog ul.products li.product a.woocommerce-LoopProduct-link{text-decoration:none}.fenek-book-catalog ul.products li.product img{width:100%;aspect-ratio:1/1;height:auto!important;object-fit:contain;margin:0 0 14px!important;border-radius:10px;background:#f7fbfd}.fenek-book-catalog ul.products li.product .woocommerce-loop-product__title{min-height:42px;padding:0!important;margin:0 0 10px!important;color:#173f5f;font-family:Quicksand,Nunito,Arial,sans-serif;font-size:16px!important;line-height:1.25;font-weight:900}.fenek-book-catalog ul.products li.product .star-rating{display:none!important}.fenek-book-catalog ul.products li.product .price{display:flex!important;flex-wrap:wrap;align-items:baseline;gap:7px;min-height:26px;margin:0 0 10px!important;color:#c2410c!important;font-size:17px!important;font-weight:900!important}.fenek-book-catalog ul.products li.product .price del{color:#c2410c!important;opacity:.72!important;font-size:14px;font-weight:800}.fenek-book-catalog ul.products li.product .price ins{text-decoration:none}.fenek-book-catalog ul.products li.product .button,.fenek-book-catalog ul.products li.product .add_to_cart_button{display:inline-flex!important;align-items:center;justify-content:center;width:46px;height:46px;min-height:46px;padding:0!important;margin:4px 0 0!important;border:0!important;border-radius:999px!important;background:#f26a21!important;color:#fff!important;font-size:0!important;box-shadow:0 14px 26px rgba(242,106,33,.24)}.fenek-book-catalog ul.products li.product .button:before,.fenek-book-catalog ul.products li.product .add_to_cart_button:before{content:"🛒";font-size:20px;line-height:1}.fenek-book-catalog ul.products li.product .added_to_cart{display:none!important}.fenek-book-catalog ul.products li.product .onsale{min-height:0;min-width:0;padding:5px 9px;border-radius:999px;background:#f26a21;color:#fff;font-size:12px;font-weight:900;line-height:1}@media(max-width:1080px){.fenek-book-catalog ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.fenek-book-catalog__heading{display:block}.fenek-book-catalog__heading>p{margin-top:14px}}@media(max-width:640px){.fenek-book-catalog{padding:24px 14px 56px}.fenek-book-catalog__hero{padding:26px 20px;border-radius:16px}.fenek-book-catalog ul.products{grid-template-columns:1fr}.fenek-book-catalog__section{margin-top:52px}}