:root {
  --sf-inner-navy: #081329;
  --sf-inner-blue: #0e5279;
  --sf-inner-green: #8bd23a;
  --sf-inner-green-dark: #67aa19;
  --sf-inner-copy: #66758a;
  --sf-inner-line: #e7edf1;
  --sf-inner-soft: #f6f8fa;
  --sf-inner-shadow: 0 20px 50px -28px rgba(8,35,57,.32);
}
body:has(.sf-inner-page), body:has(.sf-payment-page) { background: var(--sf-inner-soft); }
.sf-inner-page, .sf-payment-page { color: var(--sf-inner-navy); font-family: "Inter", sans-serif; }
.sf-inner-page *, .sf-inner-page *::before, .sf-inner-page *::after,
.sf-payment-page *, .sf-payment-page *::before, .sf-payment-page *::after { box-sizing: border-box; }
.sf-inner-container { width: min(1280px, calc(100% - 48px)); margin: auto; }
.sf-inner-page { padding: 64px 0 88px; background: var(--sf-inner-soft); }
.sf-page-intro { max-width: 800px; margin: 0 auto 56px; text-align: center; }
.sf-page-intro .sf-kicker, .sf-kicker { display: block; margin-bottom: 10px; color: var(--sf-inner-green-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sf-page-intro h1 { margin: 0; color: var(--sf-inner-navy); font-size: clamp(36px, 5vw, 48px); font-weight: 800; line-height: 1.08; letter-spacing: -.04em; }
.sf-page-intro p { max-width: 700px; margin: 20px auto 0; color: var(--sf-inner-copy); font-size: 15px; line-height: 1.75; }
.sf-section-heading { margin-bottom: 32px; }
.sf-section-heading h2 { margin: 0; color: var(--sf-inner-navy); font-size: 31px; font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.sf-section-heading p { margin: 12px 0 0; color: var(--sf-inner-copy); font-size: 13px; line-height: 1.7; }
.sf-card { border: 1px solid var(--sf-inner-line); border-radius: 24px; background: #fff; box-shadow: var(--sf-inner-shadow); }
.sf-btn-primary, .sf-btn-secondary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 0; border-radius: 11px; font-size: 13px; font-weight: 800; cursor: pointer; }
.sf-btn-primary { background: var(--sf-inner-blue); color: #fff !important; }
.sf-btn-primary:hover { background: #093e60; }
.sf-btn-secondary { border: 1px solid #dce4ea; background: #fff; color: var(--sf-inner-navy) !important; }

/* About */
.sf-about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.sf-about-copy > p { color: var(--sf-inner-copy); font-size: 14px; line-height: 1.8; }
.sf-about-impact-section { width: 100%; }
.sf-about-impact { width: 100%; padding: 40px; }
.sf-about-impact .sf-impact-head strong { color: #fff; font-size: 20px; font-weight: 800; }
.sf-about-impact .sf-impact-progress i { width: 64%; }
.sf-about-impact-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; margin-top: 26px; }
.sf-impact-cta { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 25px; border-radius: 11px; background: var(--sf-inner-green-dark); color: #fff !important; font-size: 13px; font-weight: 800; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.sf-impact-cta:hover { background: var(--sf-inner-green); transform: translateY(-2px); }
.sf-about-mission { margin-top: 56px; }
.sf-about-mission .sf-about-copy { max-width: 920px; }
.sf-about-mission .sf-section-heading { margin-bottom: 20px; }
.sf-about-mission .sf-about-stats { max-width: 620px; }
.sf-about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.sf-about-stat { padding: 20px; }
.sf-about-stat strong, .sf-about-stat span { display: block; }
.sf-about-stat strong { margin-bottom: 5px; color: var(--sf-inner-green-dark); font-size: 25px; font-weight: 800; }
.sf-about-stat span { color: #788597; font-size: 11px; font-weight: 700; }
.sf-impact-card { padding: 34px; border-color: #18324e; background: linear-gradient(145deg, #0b1b32, #0d3e5d); color: #fff; }
.sf-impact-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.sf-impact-head i { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: rgba(130,207,46,.18); color: var(--sf-inner-green); }
.sf-impact-head strong, .sf-impact-head small { display: block; }
.sf-impact-head small { margin-top: 4px; color: #9fb1c3; font-size: 10px; }
.sf-impact-card > p { margin: 25px 0; color: #c4d0dc; font-size: 13px; font-style: italic; line-height: 1.8; }
.sf-impact-row { display: flex; justify-content: space-between; gap: 20px; color: #b9c6d2; font-size: 11px; }
.sf-impact-row strong { color: var(--sf-inner-green); }
.sf-impact-progress { height: 8px; margin-top: 10px; overflow: hidden; border-radius: 99px; background: #071426; }
.sf-impact-progress i { display: block; width: 38%; height: 100%; border-radius: inherit; background: var(--sf-inner-green); }
.sf-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 68px; }
.sf-value-card { min-height: 230px; padding: 28px; }
.sf-value-card i { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 20px; border-radius: 13px; background: #f2f8e9; color: #74bc24; }
.sf-value-card h3 { margin: 0 0 12px; font-size: 17px; font-weight: 800; }
.sf-value-card p { margin: 0; color: var(--sf-inner-copy); font-size: 12px; line-height: 1.7; }
.sf-leadership { margin-top: 82px; }
.sf-leadership-heading { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.sf-leadership-heading p { margin: 12px auto 0; color: var(--sf-inner-copy); font-size: 12px; line-height: 1.7; }
.sf-leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sf-leadership-grid.is-single { width: min(100%, 520px); margin-right: auto; margin-left: auto; grid-template-columns: minmax(0, 1fr); }
.sf-leader-card { padding: 30px; text-align: center; transition: transform .22s ease, box-shadow .22s ease; }
.sf-leader-card:hover { transform: translateY(-5px); box-shadow: 0 25px 58px -24px rgba(8, 35, 57, .3); }
.sf-leader-avatar { display: grid; width: 96px; height: 96px; margin: 0 auto 21px; place-items: center; border: 6px solid #f1f8e8; border-radius: 50%; background: linear-gradient(145deg, #153f5d, #08182c); color: #fff; font-size: 24px; font-weight: 800; }
.sf-leader-avatar.is-green { background: linear-gradient(145deg, #9bdd4c, #65ad1d); }
.sf-leader-card h3 { margin: 0 0 5px; font-size: 17px; font-weight: 800; }
.sf-leader-card strong { display: block; min-height: 36px; color: #8b98aa; font-size: 11px; line-height: 1.55; }
.sf-leader-card p { margin: 15px 0 0; color: var(--sf-inner-copy); font-size: 12px; line-height: 1.7; }

/* Blog */
.sf-blog-page { min-height: 760px; padding-top: 66px; }
.sf-blog-page .sf-page-intro { margin-bottom: 48px; }
.sf-blog-page .sf-page-intro h1 { font-size: clamp(34px, 4vw, 46px); }
.sf-featured-post { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center; min-height: 250px; margin-bottom: 46px; padding: 42px; border-color: #1d4f70; background: linear-gradient(110deg, #0a1930 0%, #194f75 58%, #08263b 100%); box-shadow: 0 20px 42px -22px rgba(7, 35, 57, .55); }
.sf-featured-content { max-width: 820px; }
.sf-post-category { display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 5px; background: #f1f7e9; color: var(--sf-inner-green-dark); font-size: 9px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.sf-featured-post .sf-post-category { border-radius: 99px; background: rgba(130, 207, 46, .2); color: #fff; }
.sf-featured-post .sf-post-category i { color: #fff; font-size: 8px; }
.sf-featured-post h2 { max-width: 760px; margin: 18px 0 12px; font-size: clamp(26px, 3vw, 34px); font-weight: 800; line-height: 1.18; letter-spacing: -.025em; }
.sf-featured-post h2 a, .sf-featured-post h2 a:hover { color: #fff; }
.sf-featured-post p { max-width: 800px; margin: 0; color: #c5d4e0; font-size: 13px; line-height: 1.65; }
.sf-featured-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 24px; color: #a9bbca; font-size: 10px; }
.sf-featured-meta i { color: var(--sf-inner-green); }
.sf-featured-read { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 24px; border: 0; border-radius: 11px; background: var(--sf-inner-green-dark); color: #fff !important; font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.sf-featured-read:hover { background: var(--sf-inner-green); transform: translateY(-2px); }
.sf-reader-open { overflow: hidden; }
.sf-featured-modal[hidden] { display: none; }
.sf-featured-modal { position: fixed; z-index: 2000; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(12, 30, 43, .62); backdrop-filter: blur(5px); }
.sf-featured-modal-panel { position: relative; width: min(650px, 100%); padding: 34px 34px 30px; border-radius: 22px; background: #fff; box-shadow: 0 30px 80px rgba(4, 19, 31, .32); }
.sf-featured-modal-x { position: absolute; top: 22px; right: 22px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; border-radius: 9px; background: transparent; color: #91a0b2; font-size: 18px; cursor: pointer; }
.sf-featured-modal-x:hover { background: #f2f5f7; color: var(--sf-inner-navy); }
.sf-featured-modal-kicker { display: inline-flex; padding: 5px 10px; border-radius: 5px; background: #f1f7e9; color: var(--sf-inner-green-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sf-featured-modal-panel h2 { max-width: 560px; margin: 20px 36px 17px 0; color: var(--sf-inner-navy); font-size: 25px; font-weight: 800; line-height: 1.28; letter-spacing: -.025em; }
.sf-featured-modal-copy { padding-top: 14px; border-top: 1px solid #e7edf1; }
.sf-featured-modal-copy p { margin: 0; color: #64758a; font-size: 12px; line-height: 1.65; }
.sf-featured-modal-copy p + p { margin-top: 14px; }
.sf-featured-takeaway { display: flex; align-items: flex-start; gap: 11px; margin-top: 18px; padding: 17px; border: 1px solid #dfe6eb; border-radius: 12px; background: #f6f8fa; color: var(--sf-inner-navy); font-size: 11px; line-height: 1.65; }
.sf-featured-takeaway i { margin-top: 3px; color: var(--sf-inner-green-dark); }
.sf-featured-modal-actions { display: flex; justify-content: flex-end; margin-top: 28px; }
.sf-featured-modal-actions button { min-height: 42px; padding: 0 20px; border: 0; border-radius: 10px; background: var(--sf-inner-blue); color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.sf-featured-modal-actions button:hover { background: #093e60; }
.sf-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.sf-blog-card { display: flex; min-height: 224px; overflow: hidden; flex-direction: column; color: inherit !important; transition: transform .2s ease, box-shadow .2s ease; }
.sf-blog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px -25px rgba(8,35,57,.38); }
.sf-blog-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.sf-blog-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #9aa5b2; font-size: 9px; font-weight: 700; }
.sf-blog-body h2 { margin: 15px 0 10px; color: var(--sf-inner-navy); font-size: 17px; font-weight: 800; line-height: 1.4; }
.sf-blog-card p { margin: 0 0 22px; color: var(--sf-inner-copy); font-size: 12px; line-height: 1.65; }
.sf-blog-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 17px; border-top: 1px solid #edf1f3; color: #8b98a9; font-size: 10px; }
.sf-blog-meta strong { color: var(--sf-inner-blue); }
.sf-blog-pagination { display: flex; justify-content: center; margin-top: 42px; }
.sf-blog-pagination .pagination { margin: 0; }
.sf-blog-detail-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 32px; }
.sf-article-card { padding: 34px; }
.sf-article-card > img { width: 100%; max-height: 450px; margin-bottom: 28px; border-radius: 18px; object-fit: cover; }
.sf-article-card h1 { font-size: 34px; font-weight: 800; line-height: 1.2; }
.sf-article-content { color: #53647a; font-size: 14px; line-height: 1.8; }
.sf-recent-posts { padding: 24px; }
.sf-recent-posts h2 { margin-bottom: 20px; font-size: 19px; font-weight: 800; }
.sf-recent-link { display: grid; grid-template-columns: 76px 1fr; gap: 13px; padding: 14px 0; border-top: 1px solid #edf1f3; color: inherit !important; }
.sf-recent-link img { width: 76px; height: 62px; border-radius: 10px; object-fit: cover; }
.sf-recent-link strong { display: block; font-size: 12px; line-height: 1.45; }
.sf-recent-link small { color: #93a0af; font-size: 9px; }

/* FAQ */
.sf-faq-search { position: relative; display: block; width: min(100%, 896px); margin: 0 auto 25px; }
.sf-faq-search i { position: absolute; top: 50%; left: 18px; color: #95a2b1; transform: translateY(-50%); }
.sf-faq-search input { width: 100%; height: 52px; padding: 0 18px 0 48px; border: 1px solid #dfe7ec; border-radius: 14px; background: #fff; color: var(--sf-inner-navy); font-size: 13px; box-shadow: var(--sf-inner-shadow); }
.sf-faq-search input:focus { border-color: var(--sf-inner-green); outline: 3px solid rgba(130,207,46,.15); }
.sf-faq-page-list { width: min(100%, 896px); margin: auto; }
.sf-faq-page-item { margin-bottom: 14px; overflow: hidden; }
.sf-faq-page-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 23px; border: 0; background: #fff; color: var(--sf-inner-navy); font-size: 13px; font-weight: 800; text-align: left; cursor: pointer; }
.sf-faq-page-question i { color: #8d99a8; transition: transform .2s ease; }
.sf-faq-page-question[aria-expanded="true"] i { transform: rotate(180deg); }
.sf-faq-page-answer { padding: 21px 23px; border-top: 1px solid #edf1f3; background: #fbfcfd; color: var(--sf-inner-copy); font-size: 12px; line-height: 1.75; }
.sf-faq-page-answer[hidden], .sf-faq-page-item.is-filtered { display: none; }

/* Contact */
.sf-contact-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 30px; align-items: stretch; }
.sf-contact-stack { display: grid; height: 100%; gap: 16px; }
.sf-contact-info { display: flex; align-items: flex-start; gap: 16px; padding: 22px; }
.sf-contact-info i { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 13px; background: #f1f8e8; color: #73b923; }
.sf-contact-info h3 { margin: 2px 0 7px; font-size: 14px; font-weight: 800; }
.sf-contact-info p, .sf-contact-info a { margin: 0; color: var(--sf-inner-copy); font-size: 11px; line-height: 1.65; }
.sf-contact-socials { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.sf-contact-socials > span { display: block; margin-bottom: 11px; color: #a9bbca; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sf-contact-socials > div { display: flex; gap: 9px; }
.sf-contact-socials a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.08); color: #fff !important; font-size: 14px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.sf-contact-socials a:hover { border-color: var(--sf-inner-green); background: var(--sf-inner-green); transform: translateY(-2px); }
.sf-contact-form { height: 100%; padding: 32px; }
.sf-contact-form h2 { margin: 0 0 8px; font-size: 25px; font-weight: 800; }
.sf-contact-form > p { margin: 0 0 26px; color: #8b98a8; font-size: 11px; }
.sf-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sf-field { margin-bottom: 18px; }
.sf-field label { display: block; margin-bottom: 8px; color: #657488; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sf-field input, .sf-field textarea, .sf-field select { width: 100%; border: 1px solid #dce5eb; border-radius: 10px; background: #fff; color: var(--sf-inner-navy); font: 500 13px/1.4 "Inter", sans-serif; }
.sf-field input, .sf-field select { height: 46px; padding: 0 14px; }
.sf-field textarea { min-height: 125px; padding: 13px 14px; resize: vertical; }
.sf-field input:focus, .sf-field textarea:focus, .sf-field select:focus { border-color: var(--sf-inner-green); outline: 3px solid rgba(130,207,46,.13); }
.sf-field label.error, .sf-contact-form .error { margin-top: 6px; color: #cf3342; font-size: 10px; text-transform: none; }

/* Payment: visual overrides only; form names/actions and wallet behavior stay untouched. */
.sf-payment-page { min-height: 680px; padding: 48px 0 84px; background: var(--sf-inner-soft); }
.sf-payment-page .make_payment_sec { padding: 0; background: transparent; }
.sf-payment-page .make_payment_inr { width: min(100%, 960px); margin: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
.sf-payment-page .make_payment_hed { margin-bottom: 20px; padding: 30px; border-radius: 20px; background: linear-gradient(120deg, #092b44, #115275); color: #fff; box-shadow: var(--sf-inner-shadow); }
.sf-payment-page .make_payment_hed::before { display: block; margin-bottom: 9px; color: var(--sf-inner-green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; content: "Secure investment checkout"; }
.sf-payment-page .make_payment_hed h1 { margin: 0; color: #fff; font-size: 25px; font-weight: 800; }
.sf-payment-page .mkpay-pginr { display: grid; gap: 20px; }
.sf-payment-page .make_payment_bx, .sf-payment-page .user_payment, .sf-payment-page .wallet-checkout-card { margin: 0; padding: 26px; border: 1px solid var(--sf-inner-line); border-radius: 20px; background: #fff; box-shadow: var(--sf-inner-shadow); }
.sf-payment-page .make_payment_bx > .row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; }
.sf-payment-page .make_payment_bx > .row > [class*="col-"] { width: auto; padding: 0; }
.sf-payment-page .make_payment_itam { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 15px; margin: 0; padding: 16px 18px; border: 1px solid #edf1f3; border-radius: 12px; background: #f9fbfc; }
.sf-payment-page .make_payment_itam p { margin: 0; color: #7b899b; font-size: 11px; font-weight: 700; }
.sf-payment-page .make_payment_itam span, .sf-payment-page .make_payment_itam strong { color: var(--sf-inner-navy); font-size: 15px; font-weight: 800; }
.sf-payment-page .user_payment input, .sf-payment-page .wallet-checkout-field input { height: 48px; border: 1px solid #dce5eb; border-radius: 10px; padding: 0 14px; }
.sf-payment-page .pg_btn, .sf-payment-page .wallet-checkout-btn { height: 48px; border-radius: 10px; background: var(--sf-inner-blue); }
.sf-payment-page .wallet-add-money-btn { height: 48px; border-color: var(--sf-inner-blue); border-radius: 10px; color: var(--sf-inner-blue); }
.sf-payment-page .maturity-estimate { border-color: #d8e8c4; border-radius: 12px; background: #f5faee; }
.sf-payment-page .maturity-estimate strong { color: var(--sf-inner-green-dark); }

/* Legal documents */
.sf-legal-intro { margin-bottom: 42px; }
.sf-legal-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; color: #95a1b0; font-size: 10px; font-weight: 700; }
.sf-legal-breadcrumb a { color: var(--sf-inner-green-dark); }
.sf-legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 28px; align-items: start; }
.sf-legal-aside { position: sticky; top: 105px; padding: 26px; }
.sf-legal-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 18px; border-radius: 14px; background: #f1f8e8; color: #70b622; font-size: 20px; }
.sf-legal-icon::before { content: "§"; font-weight: 800; }
.sf-legal-icon i { display: none; }
.sf-legal-aside h2 { margin: 0 0 8px; font-size: 17px; font-weight: 800; }
.sf-legal-aside > p { margin: 0 0 22px; color: var(--sf-inner-copy); font-size: 11px; line-height: 1.7; }
.sf-legal-aside nav { display: grid; gap: 7px; padding-top: 18px; border-top: 1px solid #edf1f3; }
.sf-legal-aside nav a { padding: 10px 12px; border-radius: 9px; color: #607086; font-size: 11px; font-weight: 700; }
.sf-legal-aside nav a:hover, .sf-legal-aside nav a.is-active { background: #f1f8e8; color: #5c9f18; }
.sf-legal-document { overflow: hidden; padding: 0; }
.sf-legal-document-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 32px; border-bottom: 1px solid #e9eef2; background: #fbfcfd; }
.sf-legal-document-head span:first-child { color: var(--sf-inner-green-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sf-legal-document-head h2 { margin: 5px 0 0; font-size: 23px; font-weight: 800; }
.sf-legal-content { padding: 34px; color: #53647a; font-size: 13px; line-height: 1.85; }
.sf-legal-content h1, .sf-legal-content h2, .sf-legal-content h3, .sf-legal-content h4 { margin: 30px 0 10px; color: var(--sf-inner-navy); font-weight: 800; line-height: 1.35; }
.sf-legal-content h1:first-child, .sf-legal-content h2:first-child, .sf-legal-content h3:first-child { margin-top: 0; }
.sf-legal-content h2 { font-size: 19px; }
.sf-legal-content h3 { font-size: 16px; }
.sf-legal-content p { margin: 0 0 14px; }
.sf-legal-content ul, .sf-legal-content ol { margin: 0 0 18px; padding-left: 22px; }
.sf-legal-content li + li { margin-top: 7px; }
.sf-legal-content a { color: var(--sf-inner-green-dark); text-decoration: underline; }
.sf-legal-acceptance { margin: 0 34px 34px; padding: 24px; border: 1px solid #dcebc8; border-radius: 15px; background: #f7fced; }
.sf-legal-acceptance > label:first-of-type { display: flex; align-items: center; gap: 12px; color: #35475c; font-size: 12px; cursor: pointer; }
.sf-legal-acceptance input { position: absolute; opacity: 0; }
.sf-legal-acceptance label span { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border: 2px solid #cbd8bd; border-radius: 7px; background: #fff; color: transparent; }
.sf-legal-acceptance input:checked + span { border-color: #78bd29; background: #78bd29; color: #fff; }
.sf-legal-acceptance .error { display: block; margin: 7px 0 0; color: #c93645; font-size: 10px; }
.sf-legal-acceptance button { min-height: 48px; margin-top: 18px; padding: 0 22px; border: 0; border-radius: 10px; background: var(--sf-inner-blue); color: #fff; font-size: 12px; font-weight: 800; }

/* Closed marketplace */
.sf-marketplace-hero { padding: 44px; border-radius: 24px; background: linear-gradient(120deg, #0a2d47, #105477); color: #fff; box-shadow: var(--sf-inner-shadow); }
.sf-marketplace-hero .sf-post-category { background: rgba(139,210,58,.16); color: #a8e365; }
.sf-marketplace-hero h1 { margin: 16px 0 10px; color: #fff; font-size: 36px; font-weight: 800; }
.sf-marketplace-hero p { max-width: 730px; margin: 0; color: #b8c8d5; font-size: 13px; line-height: 1.7; }
.sf-closed-summary { display: grid; grid-template-columns: 180px 180px 1fr; gap: 16px; align-items: stretch; margin: 28px 0; }
.sf-closed-summary > div { padding: 20px; }
.sf-closed-summary span, .sf-closed-summary strong { display: block; }
.sf-closed-summary span { color: #93a0b0; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sf-closed-summary strong { margin-top: 5px; font-size: 19px; }
.sf-closed-summary > a { display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: var(--sf-inner-green-dark); font-size: 11px; font-weight: 800; }
.sf-closed-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.sf-closed-card { overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.sf-closed-card:hover { transform: translateY(-4px); box-shadow: 0 25px 55px -24px rgba(8,35,57,.32); }
.sf-closed-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 26px; }
.sf-closed-card-head h2 { margin: 13px 0 4px; font-size: 18px; font-weight: 800; }
.sf-closed-card-head p { margin: 0; color: #94a0ae; font-size: 10px; }
.sf-closed-card-head img, .sf-closed-icon { width: 62px; height: 62px; flex: 0 0 auto; border-radius: 13px; object-fit: cover; }
.sf-closed-icon { display: grid; place-items: center; background: #f1f8e8; color: #70b622; font-size: 22px; }
.sf-closed-icon::before { content: "₹"; font-weight: 800; }
.sf-closed-icon i { display: none; }
.sf-closed-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #e9eef2; }
.sf-closed-metrics div { padding: 17px 26px; background: #f9fbfc; }
.sf-closed-metrics span, .sf-closed-metrics strong { display: block; }
.sf-closed-metrics span { color: #98a4b2; font-size: 9px; text-transform: uppercase; }
.sf-closed-metrics strong { margin-top: 5px; color: var(--sf-inner-navy); font-size: 14px; }
.sf-closed-metrics .sf-positive { color: #69ae1d; }
.sf-closed-card footer { display: flex; justify-content: space-between; gap: 15px; padding: 17px 26px; color: #8491a2; font-size: 9px; }
.sf-closed-card footer i { margin-right: 5px; color: #75b825; }
.sf-closed-results { position: relative; min-height: 180px; transition: opacity .2s ease; }
.sf-closed-results.is-loading { opacity: .55; pointer-events: none; }
.sf-closed-results.is-loading::after { position: absolute; z-index: 3; top: 132px; left: 50%; width: 38px; height: 38px; border: 4px solid rgba(13,77,114,.17); border-top-color: var(--sf-inner-blue); border-radius: 50%; content: ""; transform: translateX(-50%); animation: sf-closed-spin .7s linear infinite; }
.sf-closed-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin-top: 42px; }
.sf-closed-pagination > a, .sf-closed-pagination > span { display: inline-flex; min-width: 38px; height: 38px; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid #dfe7ec; border-radius: 10px; background: #fff; color: #607086; font-size: 11px; font-weight: 800; line-height: 1; box-shadow: 0 8px 20px rgba(14,35,57,.05); }
.sf-closed-pagination > a:hover { border-color: #82c936; background: #f5faef; color: #5da118; transform: translateY(-1px); }
.sf-closed-pagination .is-current { border-color: var(--sf-inner-blue); background: var(--sf-inner-blue); color: #fff; }
.sf-closed-pagination .sf-pagination-direction { gap: 8px; min-width: 104px; }
.sf-closed-pagination .is-disabled { border-color: #e9eef2; background: #f7f9fa; color: #a5afba; box-shadow: none; cursor: not-allowed; }
.sf-closed-pagination .sf-pagination-ellipsis { min-width: 22px; padding: 0; border-color: transparent; background: transparent; box-shadow: none; }
@keyframes sf-closed-spin { to { transform: translateX(-50%) rotate(360deg); } }
.sf-empty-state { grid-column: 1 / -1; padding: 65px 25px; text-align: center; }
.sf-empty-state > i { color: #78bd29; font-size: 32px; }
.sf-empty-state h2 { margin: 14px 0 7px; font-size: 20px; font-weight: 800; }
.sf-empty-state p { color: var(--sf-inner-copy); font-size: 12px; }
.sf-empty-state a { color: var(--sf-inner-green-dark); font-size: 11px; font-weight: 800; }

/* Toasts */
.sf-toast-stack { position: fixed; z-index: 200000; right: 22px; bottom: 22px; display: grid; width: min(390px, calc(100% - 32px)); gap: 11px; pointer-events: none; }
.sf-toast { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 11px; padding: 14px 15px; border: 1px solid #dfe7ec; border-left: 4px solid var(--sf-inner-blue); border-radius: 13px; background: #fff; color: #33455b; box-shadow: 0 18px 50px rgba(6,30,49,.22); opacity: 0; pointer-events: auto; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease; }
.sf-toast.is-visible { opacity: 1; transform: translateY(0); }
.sf-toast.is-success { border-left-color: #6eb821; }
.sf-toast.is-error { border-left-color: #d44250; }
.sf-toast.is-warning { border-left-color: #e3a523; }
.sf-toast-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: #edf5fa; color: var(--sf-inner-blue); }
.sf-toast.is-success .sf-toast-icon { background: #f0f8e8; color: #6eb821; }
.sf-toast.is-error .sf-toast-icon { background: #fff0f1; color: #d44250; }
.sf-toast.is-warning .sf-toast-icon { background: #fff7e7; color: #c98a0c; }
.sf-toast-message { font-size: 12px; font-weight: 700; line-height: 1.5; }
.sf-toast-close { border: 0; background: transparent; color: #96a2b0; cursor: pointer; }

@media (max-width: 991px) {
  .sf-about-grid, .sf-featured-post, .sf-contact-grid, .sf-blog-detail-grid { grid-template-columns: 1fr; }
  .sf-inner-page, .sf-payment-page { width: 100%; overflow-x: hidden; }
  .sf-inner-container { width: calc(100% - 32px); max-width: 1280px; }
  .sf-page-intro, .sf-about-grid, .sf-contact-grid, .sf-contact-stack, .sf-contact-info, .sf-contact-form, .sf-featured-post, .sf-blog-detail-grid { min-width: 0; max-width: 100%; }
  .sf-page-intro h1, .sf-section-heading h2, .sf-contact-info p, .sf-contact-info a { max-width: 100%; overflow-wrap: anywhere; white-space: normal; }
  .sf-contact-info > div { min-width: 0; }
  .sf-values, .sf-leadership-grid { grid-template-columns: repeat(2, 1fr); }
  .sf-legal-layout { grid-template-columns: 1fr; }
  .sf-legal-aside { position: static; }
  .sf-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .sf-contact-form, .sf-contact-stack { height: auto; }
}
@media (max-width: 767px) {
  .sf-inner-page, .sf-payment-page { padding: 40px 0 62px; }
  .sf-inner-container { width: calc(100% - 28px); }
  .sf-page-intro { margin-bottom: 38px; }
  .sf-page-intro h1 { font-size: 34px; }
  .sf-values, .sf-leadership-grid, .sf-blog-grid, .sf-form-grid, .sf-closed-grid { grid-template-columns: 1fr; }
  .sf-featured-post, .sf-contact-form, .sf-article-card { padding: 23px; }
  .sf-featured-modal { padding: 14px; }
  .sf-featured-modal-panel { max-height: calc(100vh - 28px); overflow-y: auto; padding: 28px 22px 24px; border-radius: 18px; }
  .sf-featured-modal-panel h2 { margin-right: 28px; font-size: 22px; }
  .sf-about-impact { padding: 26px 22px; }
  .sf-about-impact .sf-impact-head { align-items: flex-start; }
  .sf-about-impact-footer { grid-template-columns: 1fr; }
  .sf-impact-cta { width: 100%; }
  .sf-about-mission { margin-top: 40px; }
  .sf-payment-page .make_payment_bx > .row { grid-template-columns: 1fr; }
  .sf-marketplace-hero { padding: 29px 23px; }
  .sf-marketplace-hero h1 { font-size: 29px; }
  .sf-closed-summary { grid-template-columns: 1fr 1fr; }
  .sf-closed-summary > a { grid-column: 1 / -1; justify-content: center; padding: 12px; }
  .sf-closed-pagination .sf-pagination-direction { min-width: 38px; overflow: hidden; padding: 0 11px; font-size: 0; }
  .sf-closed-pagination .sf-pagination-direction i { font-size: 10px; }
  .sf-legal-document-head, .sf-legal-content { padding: 24px 21px; }
  .sf-legal-acceptance { margin: 0 21px 24px; }
}
