.elementor-4174 .elementor-element.elementor-element-8883e94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ── SFIN GLOBAL DESIGN SYSTEM & VARIABLES ── */
:root {
  --navy: #0B1C3A;
  --navy-mid: #132650;
  --navy-light: #1E3A6E;
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --white: #FFFFFF;
  --off-white: #F7F5F0;
  --text-dark: #1A1A2E;
  --text-mid: #4A5568;
  --text-light: #718096;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
}

/* Base resets for clean rendering inside Elementor wrappers */
.sfin-block {
  font-family: var(--font-body);
  color: var(--text-dark);
  line-height: 1.7;
}

.sfin-block *, .sfin-block *::before, .sfin-block *::after { 
  box-sizing: border-box;
  margin: 0; 
  padding: 0; 
}

/* ── LAYOUT UTILITIES ── */
.sfin-block section { padding: 5rem 2rem; }
.sfin-container { max-width: 1100px; margin: 0 auto; }
.sfin-container-narrow { max-width: 780px; margin: 0 auto; }

.sfin-section-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.sfin-section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.sfin-section-lead {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 600px;
  line-height: 1.8;
}

.sfin-gold-line {
  width: 50px;
  height: 3px;
  background: var(--gold);
  margin: 1.25rem 0 1.75rem;
}

.sfin-gold-line-center {
  width: 50px;
  height: 3px;
  background: var(--gold);
  margin: 1.25rem auto 1.75rem;
}

/* ── HERO SECTION ── */
.sfin-hero {
  position: relative;
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 6rem 2rem;
}

.sfin-hero-map {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(201,168,76,0.08) 0%, transparent 70%),
                    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='700' viewBox='0 0 1400 700'%3E%3Cg fill='none' stroke='rgba(201,168,76,0.12)' stroke-width='0.8'%3E%3Ccircle cx='700' cy='350' r='280'/%3E%3Ccircle cx='700' cy='350' r='200'/%3E%3Ccircle cx='700' cy='350' r='120'/%3E%3Cline x1='0' y1='350' x2='1400' y2='350'/%3E%3Cline x1='700' y1='0' x2='700' y2='700'/%3E%3Cellipse cx='700' cy='350' rx='400' ry='200'/%3E%3Cellipse cx='700' cy='350' rx='600' ry='280'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  opacity: 0.7;
}

.sfin-hero-content { position: relative; z-index: 2; max-width: 860px; }

.sfin-hero-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  border: 1px solid rgba(201,168,76,0.4);
  padding: 0.4rem 1.2rem;
  border-radius: 2px;
}

.sfin-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.sfin-hero h1 span { color: var(--gold-light); }
.sfin-hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.75); max-width: 640px; margin: 0 auto 1rem; font-weight: 300; }
.sfin-hero-tagline { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; color: var(--gold-light); margin-bottom: 2.5rem; }
.sfin-btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.sfin-btn-primary {
  background: var(--gold);
  color: var(--navy);
  padding: 0.85rem 2rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
  transition: background 0.2s;
}
.sfin-btn-primary:hover { background: var(--gold-light); }

.sfin-btn-outline {
  background: transparent;
  color: var(--white);
  padding: 0.85rem 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255,255,255,0.5);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
  transition: border-color 0.2s, background 0.2s;
}
.sfin-btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

/* ── RIBBON ── */
.sfin-ribbon { background: var(--gold); padding: 1rem 2rem; text-align: center; }
.sfin-ribbon-inner { max-width: 900px; margin: 0 auto; }
.sfin-ribbon-title { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.4rem; }
.sfin-ribbon-tags { font-size: 0.85rem; font-weight: 500; color: var(--navy); letter-spacing: 0.05em; }

/* ── THE LANDSCAPE / OPPORTUNITY ── */
.sfin-opportunity { background: var(--off-white); }
.sfin-opportunity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3rem; }
@media (max-width: 768px) { .sfin-opportunity-grid { grid-template-columns: 1fr; gap: 2rem; } }

.sfin-check-list { list-style: none; margin-top: 1.5rem; }
.sfin-check-list li { display: flex; align-items: center; gap: 0.75rem; padding: 0.6rem 0; font-size: 1rem; color: var(--text-dark); border-bottom: 1px solid rgba(11,28,58,0.08); }
.sfin-check-list li:last-child { border-bottom: none; }
.sfin-check-icon { width: 22px; height: 22px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.65rem; color: var(--navy); font-weight: 700; }
.sfin-opportunity-callout { background: var(--navy); color: var(--white); padding: 2.5rem; border-radius: 4px; position: relative; overflow: hidden; }
.sfin-opportunity-callout::before { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; border-radius: 50%; border: 2px solid rgba(201,168,76,0.2); }
.sfin-opportunity-callout p { font-size: 0.95rem; color: rgba(255,255,255,0.8); line-height: 1.8; margin-bottom: 1rem; }
.sfin-opportunity-callout p:last-child { margin-bottom: 0; color: var(--gold-light); font-weight: 500; }

/* ── THREE PILLARS ── */
.sfin-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
@media (max-width: 768px) { .sfin-pillars-grid { grid-template-columns: 1fr; } }
.sfin-pillar-card { background: var(--white); border: 1px solid rgba(11,28,58,0.1); border-top: 4px solid var(--gold); padding: 2.5rem 2rem; border-radius: 2px; }
.sfin-pillar-number { font-family: var(--font-display); font-size: 3rem; font-weight: 700; color: rgba(11,28,58,0.06); line-height: 1; margin-bottom: 0.5rem; }
.sfin-pillar-title { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.sfin-pillar-body { font-size: 0.95rem; color: var(--text-mid); line-height: 1.75; }

/* ── FOUNDATION & STATS ── */
.sfin-founded { background: var(--navy); }
.sfin-founded-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-top: 3rem; }
@media (max-width: 768px) { .sfin-founded-grid { grid-template-columns: 1fr; gap: 2rem; } }
.sfin-founded p { color: rgba(255,255,255,0.75); font-size: 1rem; line-height: 1.85; margin-bottom: 1rem; }
.sfin-expertise-list { list-style: none; margin-top: 1.5rem; }
.sfin-expertise-list li { display: flex; align-items: center; gap: 0.75rem; padding: 0.65rem 0; color: rgba(255,255,255,0.8); font-size: 0.95rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.sfin-expertise-list li::before { content: ''; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.sfin-stats-bar { background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.2); border-radius: 4px; padding: 2rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; margin-top: 3rem; }
@media (max-width: 600px) { .sfin-stats-bar { grid-template-columns: repeat(2, 1fr); } }
.sfin-stat-value { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--gold-light); display: block; margin-bottom: 0.25rem; }
.sfin-stat-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* ── PERSPECTIVE APPROACH ── */
.sfin-approach { background: var(--off-white); }
.sfin-approach-visual { margin-top: 3rem; display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.sfin-approach-box { background: var(--white); border: 1px solid rgba(11,28,58,0.12); padding: 2rem 3rem; text-align: center; border-radius: 2px; min-width: 220px; }
.sfin-approach-box-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.5rem; }
.sfin-approach-box-main { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--navy); }
.sfin-approach-arrow { font-size: 1.5rem; color: rgba(11,28,58,0.25); padding: 0 1rem; align-self: center; }
.sfin-approach-box.active { background: var(--navy); border-color: var(--navy); }
.sfin-approach-box.active .sfin-approach-box-label { color: rgba(255,255,255,0.5); }
.sfin-approach-box.active .sfin-approach-box-main { color: var(--gold-light); }
.sfin-approach-caption { margin-top: 2.5rem; text-align: center; font-size: 1rem; color: var(--text-mid); max-width: 580px; margin-left: auto; margin-right: auto; }

/* ── PATHWAYS ENGAGEMENT ── */
.sfin-pathways-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
@media (max-width: 900px) { .sfin-pathways-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sfin-pathways-grid { grid-template-columns: 1fr; } }
.sfin-pathway-card { background: var(--white); border: 1px solid rgba(11,28,58,0.1); padding: 2rem 1.75rem; border-radius: 4px; transition: box-shadow 0.2s, transform 0.2s; }
.sfin-pathway-card:hover { box-shadow: 0 8px 30px rgba(11,28,58,0.1); transform: translateY(-3px); }
.sfin-pathway-icon { font-size: 1.6rem; margin-bottom: 1rem; display: block; }
.sfin-pathway-title { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.6rem; }
.sfin-pathway-desc { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }

/* ── IN PRACTICE CASES ── */
.sfin-practice { background: var(--off-white); }
.sfin-disclaimer { font-size: 0.8rem; color: var(--text-light); font-style: italic; margin-bottom: 2.5rem; padding: 0.75rem 1rem; background: rgba(11,28,58,0.04); border-left: 3px solid var(--gold); border-radius: 0 2px 2px 0; }
.sfin-practice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
@media (max-width: 640px) { .sfin-practice-grid { grid-template-columns: 1fr; } }
.sfin-practice-card { background: var(--white); border: 1px solid rgba(11,28,58,0.1); padding: 2rem; border-radius: 4px; position: relative; overflow: hidden; }
.sfin-practice-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
.sfin-practice-region { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.sfin-practice-desc { font-size: 0.95rem; color: var(--text-mid); line-height: 1.75; }

/* ── GEOGRAPHIES / GEOMARKETS ── */
.sfin-markets { background: var(--navy); }
.sfin-markets-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
@media (max-width: 900px) { .sfin-markets-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .sfin-markets-grid { grid-template-columns: 1fr; } }
.sfin-market-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,168,76,0.2); padding: 2rem 1.5rem; text-align: center; border-radius: 4px; transition: background 0.2s; }
.sfin-market-card:hover { background: rgba(255,255,255,0.09); }
.sfin-market-flag { font-size: 2.2rem; margin-bottom: 0.75rem; display: block; }
.sfin-market-name { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 0.5rem; }
.sfin-market-desc { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.65; }

/* ── WHY CHOOSE US (WHY SFIN) ── */
.sfin-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 3rem; }
@media (max-width: 640px) { .sfin-why-grid { grid-template-columns: 1fr; } }
.sfin-why-card { display: flex; gap: 1.25rem; align-items: flex-start; }
.sfin-why-num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; color: var(--gold); line-height: 1; flex-shrink: 0; min-width: 2.5rem; }
.sfin-why-title { font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 0.4rem; }
.sfin-why-body { font-size: 0.9rem; color: var(--text-mid); line-height: 1.75; }

/* ── TESTIMONIALS / BELIEFS ── */
.sfin-belief { background: var(--navy); text-align: center; padding: 7rem 2rem; }
.sfin-belief-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.sfin-belief-quote { font-family: var(--font-display); font-size: clamp(1.5rem, 3.5vw, 2.5rem); font-weight: 400; font-style: italic; color: var(--white); max-width: 760px; margin: 0 auto 1.5rem; line-height: 1.5; }
.sfin-belief-quote strong { font-weight: 700; font-style: normal; color: var(--gold-light); }
.sfin-belief-sub { font-size: 1rem; color: rgba(255,255,255,0.55); max-width: 540px; margin: 0 auto; line-height: 1.8; }

/* ── FORM COMBO / CONTACT ── */
.sfin-contact { background: var(--off-white); }
.sfin-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; }
@media (max-width: 768px) { .sfin-contact-grid { grid-template-columns: 1fr; gap: 2.5rem; } }
.sfin-contact-info p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 1.5rem; }
.sfin-contact-methods { list-style: none; }
.sfin-contact-methods li { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 0; font-size: 0.95rem; color: var(--text-dark); border-bottom: 1px solid rgba(11,28,58,0.08); }
.sfin-contact-methods li:last-child { border-bottom: none; }
.sfin-contact-icon { width: 36px; height: 36px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.sfin-contact-form { display: flex; flex-direction: column; gap: 1rem; }
.sfin-contact-form input, .sfin-contact-form textarea { width: 100%; padding: 0.8rem 1rem; border: 1px solid rgba(11,28,58,0.2); border-radius: 2px; font-size: 0.95rem; color: var(--text-dark); background: var(--white); outline: none; transition: border-color 0.2s; }
.sfin-contact-form input:focus, .sfin-contact-form textarea:focus { border-color: var(--gold); }
.sfin-contact-form input::placeholder, .sfin-contact-form textarea::placeholder { color: var(--text-light); }
.sfin-contact-form textarea { resize: vertical; min-height: 120px; }
.sfin-contact-form button { background: var(--navy); color: var(--white); padding: 0.9rem 2rem; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.08em; border: none; cursor: pointer; border-radius: 2px; transition: background 0.2s; align-self: flex-start; }
.sfin-contact-form button:hover { background: var(--navy-light); }/* End custom CSS */