#fenek-specialists {
  --sp-navy: #073f70;
  --sp-navy-deep: #063557;
  --sp-orange: #f36a21;
  --sp-orange-dark: #d94d0b;
  --sp-yellow: #ffd348;
  --sp-sky: #eaf7fb;
  --sp-cream: #fffaf0;
  --sp-ink: #173f5b;
  --sp-muted: #5d7688;
  --sp-border: #d7e5eb;
  --sp-heading: "Nunito", sans-serif;
  --sp-body: "Source Sans 3", sans-serif;
  color: var(--sp-ink);
  background: #fff;
  font-family: var(--sp-body);
  font-size: 18px;
  line-height: 1.55;
}

#fenek-specialists * { box-sizing: border-box; }
#fenek-specialists img { display: block; max-width: 100%; }
#fenek-specialists h1,
#fenek-specialists h2,
#fenek-specialists h3,
#fenek-specialists p { margin-top: 0; }
#fenek-specialists h1,
#fenek-specialists h2,
#fenek-specialists h3 { color: var(--sp-navy); font-family: var(--sp-heading); font-weight: 900; letter-spacing: -.035em; line-height: 1.06; }
#fenek-specialists h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(50px, 5.2vw, 72px); }
#fenek-specialists h1 em { display: block; color: var(--sp-orange); font-style: normal; }
#fenek-specialists h2 { margin-bottom: 0; font-size: clamp(42px, 4.5vw, 62px); }
#fenek-specialists h3 { margin-bottom: 14px; font-size: 25px; }

.sp-container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.sp-section { padding: 112px 0; }
.sp-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--sp-orange-dark); font-family: var(--sp-heading); font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sp-eyebrow > span { width: 24px; height: 4px; background: var(--sp-yellow); border-radius: 9px; }
.sp-eyebrow-light { color: var(--sp-yellow); }
.sp-lead { max-width: 690px; margin-bottom: 0; color: var(--sp-ink); font-size: 22px; line-height: 1.55; }
.sp-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.sp-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 14px 24px; border: 2px solid transparent; border-radius: 14px; font-family: var(--sp-heading); font-size: 16px; font-weight: 900; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.sp-button:hover { transform: translateY(-2px); }
#fenek-specialists a.sp-button-primary,
#fenek-specialists a.sp-button-primary:visited { color: #fff !important; background: var(--sp-orange-dark) !important; box-shadow: 0 12px 28px rgba(217,77,11,.18); }
#fenek-specialists a.sp-button-primary:hover,
#fenek-specialists a.sp-button-primary:focus-visible { color: #fff !important; background: var(--sp-orange) !important; }
#fenek-specialists a.sp-button-secondary,
#fenek-specialists a.sp-button-secondary:visited { color: var(--sp-navy) !important; background: #fff !important; border-color: #bdd3de !important; }
#fenek-specialists a.sp-button-secondary:hover,
#fenek-specialists a.sp-button-secondary:focus-visible { color: var(--sp-orange-dark) !important; border-color: var(--sp-navy) !important; }

.sp-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 11% 18%, #eefaf6 0, transparent 34%), linear-gradient(110deg, #fffef5 0%, #fff7ec 100%); }
.sp-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 6px; background: linear-gradient(90deg, var(--sp-yellow), #42c4c1, var(--sp-orange)); content: ""; }
.sp-hero-grid { display: grid; min-height: 740px; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); gap: 70px; align-items: center; padding-top: 68px; padding-bottom: 78px; }
.sp-hero-copy { position: relative; z-index: 2; }
.sp-proof { display: flex; margin: 38px 0 0; padding: 24px 0 0; border-top: 1px solid var(--sp-border); list-style: none; }
.sp-proof li { display: flex; min-width: 145px; flex-direction: column; padding: 0 22px; border-right: 1px solid var(--sp-border); }
.sp-proof li:first-child { padding-left: 0; }
.sp-proof li:last-child { border: 0; }
.sp-proof strong { color: var(--sp-orange-dark); font-family: var(--sp-heading); font-size: 24px; line-height: 1; }
.sp-proof span { margin-top: 6px; color: var(--sp-muted); font-size: 14px; line-height: 1.25; }
.sp-hero-visual { position: relative; margin: 0; padding: 44px 0 54px 34px; }
.sp-photo-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 4.35; border: 12px solid #fff; border-radius: 44% 44% 24px 24px; background: var(--sp-yellow); box-shadow: 0 30px 70px rgba(7,63,112,.18); }
#fenek-specialists .sp-photo-frame img { width: 100% !important; height: 100% !important; min-height: 100% !important; object-fit: cover !important; object-position: 52% center !important; }
.sp-photo-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(5,53,87,.12)); content: ""; pointer-events: none; }
.sp-hero-visual figcaption { position: absolute; right: -18px; bottom: 18px; max-width: 330px; padding: 18px 22px; color: var(--sp-navy); background: #fff; border-radius: 16px; box-shadow: 0 18px 40px rgba(7,63,112,.16); font-family: var(--sp-heading); font-weight: 900; line-height: 1.35; }
.sp-doodle { position: absolute; border: 4px solid #f5b18b; border-radius: 50%; }
.sp-doodle-one { top: 14px; left: -2px; width: 64px; height: 30px; transform: rotate(-14deg); }
.sp-doodle-two { right: -7px; bottom: 0; width: 44px; height: 44px; border-color: var(--sp-yellow); }

.sp-heading { margin-bottom: 52px; }
.sp-heading-split { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 80px; align-items: end; }
.sp-heading-split > p { max-width: 440px; margin-bottom: 4px; color: var(--sp-muted); font-size: 20px; }
.sp-heading-centered { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }
.sp-heading-centered .sp-eyebrow { justify-content: center; }
.sp-heading-centered > p:last-child { margin: 22px 0 0; color: var(--sp-muted); font-size: 20px; }
.sp-needs { background: #fff; }
.sp-need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
#fenek-specialists a.sp-need-card,
#fenek-specialists a.sp-need-card:visited { display: flex; min-height: 250px; flex-direction: column; padding: 28px; color: var(--sp-navy) !important; border: 1px solid var(--sp-border); border-radius: 22px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
#fenek-specialists a.sp-need-card:hover { color: var(--sp-navy) !important; border-color: var(--sp-orange); box-shadow: 0 18px 36px rgba(7,63,112,.1); transform: translateY(-4px); }
.sp-need-card .sp-number { color: var(--sp-orange-dark); font-family: var(--sp-heading); font-size: 13px; font-weight: 900; }
.sp-need-card strong { margin-top: 34px; font-family: var(--sp-heading); font-size: 23px; font-weight: 900; }
.sp-need-card small { margin-top: 8px; color: var(--sp-muted); font-size: 15px; }
.sp-need-card b { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; font-family: var(--sp-heading); font-size: 15px; }
.sp-card-peach { background: #fff4ed; }
.sp-card-blue { background: #eef8fc; }
.sp-card-violet { background: #f5effc; }
.sp-card-green { background: #edf8f1; }
.sp-card-yellow { background: #fff9df; }
.sp-card-sky { background: #edf5fa; }

.sp-tools { background: linear-gradient(180deg, #f5fafc 0, #fff 100%); }
.sp-tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sp-tool-card { display: flex; min-height: 360px; flex-direction: column; padding: 30px; background: #fff; border: 1px solid var(--sp-border); border-radius: 22px; }
.sp-tool-icon { display: grid; width: 50px; height: 50px; place-items: center; color: var(--sp-navy); background: var(--sp-sky); border-radius: 15px; font-family: var(--sp-heading); font-size: 22px; font-weight: 900; }
.sp-tool-card h3 { margin-top: 26px; }
.sp-tool-card p { color: var(--sp-muted); font-size: 16px; }
#fenek-specialists .sp-tool-card a,
#fenek-specialists .sp-tool-card a:visited { display: flex; justify-content: space-between; margin-top: auto; color: var(--sp-navy) !important; font-family: var(--sp-heading); font-weight: 900; text-decoration: none; }
#fenek-specialists .sp-tool-card a:hover { color: var(--sp-orange-dark) !important; }
.sp-tool-featured { background: var(--sp-navy); border-color: var(--sp-navy); }
.sp-tool-featured h3,
.sp-tool-featured p { color: #fff !important; }
.sp-tool-featured .sp-tool-icon { background: var(--sp-yellow); }
#fenek-specialists .sp-tool-featured a,
#fenek-specialists .sp-tool-featured a:visited { color: var(--sp-yellow) !important; }

.sp-method { background: var(--sp-cream); }
.sp-method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.sp-method-intro > p:last-child { margin: 26px 0 0; color: var(--sp-muted); font-size: 20px; }
.sp-steps { margin: 0; padding: 0; list-style: none; }
.sp-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid #e7dbc6; }
.sp-steps li:first-child { padding-top: 0; }
.sp-steps > li > span { display: grid; width: 54px; height: 54px; place-items: center; color: var(--sp-navy); background: var(--sp-yellow); border-radius: 50%; font-family: var(--sp-heading); font-size: 20px; font-weight: 900; }
.sp-steps strong { color: var(--sp-navy); font-family: var(--sp-heading); font-size: 22px; font-weight: 900; }
.sp-steps p { margin: 8px 0 0; color: var(--sp-muted); }

.sp-practice { background: #fff; }
.sp-practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.sp-practice-quote,
.sp-practice-copy { min-height: 520px; padding: 52px; border-radius: 28px; }
.sp-practice-quote { display: flex; flex-direction: column; color: #fff; background: var(--sp-navy-deep); }
.sp-practice-quote blockquote { margin: 44px 0; color: #fff; font-family: var(--sp-heading); font-size: clamp(26px, 2.4vw, 36px); font-weight: 800; line-height: 1.38; }
.sp-practice-quote > p:last-child { margin-top: auto; }
.sp-practice-quote strong,
.sp-practice-quote span { display: block; }
.sp-practice-quote strong { color: #fff; font-family: var(--sp-heading); font-size: 18px; }
.sp-practice-quote span { margin-top: 4px; color: #cadde6; font-size: 14px; }
.sp-practice-copy { background: #eef8fc; }
.sp-practice-copy > p:not(.sp-eyebrow) { margin: 28px 0; color: var(--sp-muted); font-size: 19px; }
.sp-practice-copy ul { margin: 0; padding: 0; list-style: none; }
.sp-practice-copy li { position: relative; margin: 14px 0; padding-left: 30px; }
.sp-practice-copy li::before { position: absolute; left: 0; color: var(--sp-orange-dark); content: "✓"; font-weight: 900; }

.sp-order { padding-top: 0; background: #fff; }
.sp-order-box { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 54px; color: #fff; background: var(--sp-navy); border-radius: 28px; }
.sp-order-box h2 { color: #fff !important; }
.sp-order-box > div > p:not(.sp-eyebrow) { max-width: 720px; margin: 24px 0 0; color: #dce9ef; font-size: 19px; }
.sp-order-actions { display: flex; flex-direction: column; gap: 14px; }
#fenek-specialists a.sp-button-yellow,
#fenek-specialists a.sp-button-yellow:visited { color: var(--sp-navy) !important; background: var(--sp-yellow) !important; }
#fenek-specialists .sp-order-actions > a:last-child,
#fenek-specialists .sp-order-actions > a:last-child:visited { color: #fff !important; font-family: var(--sp-heading); font-weight: 900; text-align: center; text-decoration: none; }

.sp-faq { background: #fff; }
.sp-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.sp-faq-intro > p:not(.sp-eyebrow) { margin: 24px 0 0; color: var(--sp-muted); }
#fenek-specialists a.sp-inline-link,
#fenek-specialists a.sp-inline-link:visited { display: inline-flex; gap: 9px; margin-top: 20px; color: var(--sp-orange-dark) !important; font-family: var(--sp-heading); font-weight: 900; text-decoration: none; }
.sp-accordion details { border-bottom: 1px solid var(--sp-border); }
.sp-accordion summary { position: relative; padding: 25px 50px 25px 0; color: var(--sp-navy); cursor: pointer; font-family: var(--sp-heading); font-size: 20px; font-weight: 900; list-style: none; }
.sp-accordion summary::-webkit-details-marker { display: none; }
.sp-accordion summary::after { position: absolute; top: 22px; right: 4px; display: grid; width: 32px; height: 32px; place-items: center; color: var(--sp-navy); background: var(--sp-sky); border-radius: 50%; content: "+"; }
.sp-accordion details[open] summary::after { content: "−"; }
.sp-accordion details p { margin: 0; padding: 0 52px 24px 0; color: var(--sp-muted); }

.sp-final { padding: 92px 0; color: #fff; background: var(--sp-navy-deep); }
.sp-final h2 { max-width: 780px; color: #fff !important; }
.sp-final-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.sp-final-actions { display: flex; flex-direction: column; gap: 12px; }
#fenek-specialists a.sp-button-outline,
#fenek-specialists a.sp-button-outline:visited { color: #fff !important; border-color: rgba(255,255,255,.5) !important; }

@media (max-width: 1080px) {
  .sp-hero-grid { min-height: auto; grid-template-columns: 1fr 430px; gap: 36px; }
  .sp-tool-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 880px) {
  .sp-section { padding: 80px 0; }
  .sp-hero-grid,
  .sp-heading-split,
  .sp-method-grid,
  .sp-practice-grid,
  .sp-order-box,
  .sp-faq-grid,
  .sp-final-inner { grid-template-columns: 1fr; gap: 44px; }
  .sp-hero-grid { padding-top: 62px; }
  .sp-hero-visual { max-width: 570px; margin: 0 auto; padding-left: 0; }
  .sp-photo-frame { aspect-ratio: 4 / 3.75; border-radius: 28px; }
  .sp-heading-split > p { max-width: 650px; }
  .sp-need-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-order { padding-top: 0; }
  .sp-practice-quote,
  .sp-practice-copy { min-height: auto; }
}

@media (max-width: 580px) {
  #fenek-specialists { font-size: 17px; }
  #fenek-specialists h1 { font-size: 43px; }
  #fenek-specialists h2 { font-size: 36px; }
  .sp-container { width: min(100% - 30px, 1220px); }
  .sp-section { padding: 64px 0; }
  .sp-hero-grid { padding-top: 50px; padding-bottom: 68px; }
  .sp-lead { font-size: 19px; }
  .sp-actions,
  .sp-actions .sp-button { width: 100%; }
  .sp-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .sp-proof li { min-width: 0; padding: 0 10px; }
  .sp-proof strong { font-size: 19px; }
  .sp-proof span { font-size: 11px; }
  .sp-hero-visual figcaption { right: 8px; bottom: 20px; max-width: calc(100% - 30px); font-size: 14px; }
  .sp-need-grid,
  .sp-tool-grid { grid-template-columns: 1fr; }
  #fenek-specialists a.sp-need-card { min-height: 220px; }
  .sp-practice-quote,
  .sp-practice-copy,
  .sp-order-box { padding: 30px; border-radius: 22px; }
  .sp-steps li { grid-template-columns: 50px 1fr; gap: 14px; }
  .sp-steps > li > span { width: 44px; height: 44px; }
  .sp-final-actions .sp-button { width: 100%; }
}
