*,*::before,*::after{box-sizing:border-box}
.ik-page a,.ik-page button{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}

/* Exact Erasmus scholarship-page hero language */
.sg-hero{max-width:820px;text-align:center}
.sg-badge{font-family:var(--fdisp);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-hi)}
.sg-title{font-family:var(--fbn);font-weight:700;font-size:clamp(34px,5.5vw,58px);line-height:1.1;color:#fff;margin:14px 0}
.sg-sub{font-family:var(--fserif);font-style:italic;color:var(--mid);font-size:16px;line-height:1.6;max-width:60ch;margin:0 auto 30px}
.sg-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:760px;margin:0 auto 26px}
.sg-stat{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.14);padding:18px 14px;text-align:center;min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.sg-stat-label{font-family:var(--fdisp);font-size:10.5px;color:var(--mid);text-transform:uppercase;letter-spacing:.09em;margin-bottom:7px}
.sg-stat-value{font-family:var(--fdisp);font-size:22px;color:var(--gold-hi);line-height:1.15}
.sg-stat-sub{font-size:10.5px;color:var(--mid);margin-top:5px;line-height:1.35}

.sg-body{max-width:860px}
.sg-lead{font-size:15.5px;color:var(--dk2);line-height:1.9;margin-bottom:30px;max-width:64ch}

/* Same editorial opening rhythm as the Erasmus "Why" section */
.sg-why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:26px}
.sg-why-card{display:flex;gap:14px;align-items:flex-start;padding:26px 28px;background:var(--paper);border:1px solid var(--linelt)}
.sg-why-icon{width:38px;height:38px;flex:none;display:flex;align-items:center;justify-content:center;background:var(--maroon-soft);color:var(--maroon);border-radius:8px;font-family:var(--fdisp);font-size:12px}
.sg-why-card h3{font-family:var(--fbn);font-weight:700;font-size:15.5px;color:var(--dk);margin:0 0 9px}
.sg-why-card p{font-size:13.5px;color:var(--dk2);line-height:1.75;margin:0}

/* Erasmus proof-callout shape, used here for current-cycle status */
.sg-alert{position:relative;padding:30px 32px 30px 108px;background:linear-gradient(135deg,var(--maroon) 0%,#20141a 100%);color:rgba(255,255,255,.88);line-height:1.75;margin:0 0 38px;border:0}
.sg-alert::before{content:'!';position:absolute;left:32px;top:24px;font-family:var(--fdisp);font-size:52px;line-height:1;color:var(--gold-hi)}
.sg-alert strong{display:block;font-family:var(--fbn);font-size:17px;color:#fff;margin-bottom:4px}

/* Mirrors Erasmus coverage/card grids */
.sg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:24px 0}
.sg-card{padding:26px 28px;border:1px solid var(--linelt);background:var(--paper)}
.sg-card:first-child{background:var(--maroon-soft);border-color:var(--acc-border)}
.sg-card h3{font-family:var(--fbn);font-weight:700;font-size:15.5px;color:var(--dk);margin:0 0 11px;display:flex;align-items:center;gap:8px}
.sg-card p{font-size:13.5px;color:var(--dk2);line-height:1.75;margin:0}

/* Erasmus two-column eligibility/document rhythm */
.sg-checks{display:grid;grid-template-columns:1fr 1fr;gap:0 52px;margin-top:22px}
.sg-checks>span{display:flex;gap:11px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--linelt);line-height:1.7;font-size:14px;color:var(--dk2)}
.sg-checks i,.sg-checks>span>svg{color:var(--maroon);stroke:var(--maroon);flex:none;margin-top:3px;width:16px;height:16px}

/* Matches the maroon evidence/proof block on Erasmus */
.sg-screen{padding:30px 32px;background:linear-gradient(135deg,var(--maroon) 0%,#20141a 100%);color:rgba(255,255,255,.87);line-height:1.8;margin-top:30px;border-left:5px solid var(--gold-hi)}
.sg-screen strong{display:block;color:var(--gold-hi);font-family:var(--fbn);font-size:17px;margin-bottom:6px}

/* Erasmus timeline table */
.sg-table{width:100%;border-collapse:collapse;font-size:14px;min-width:540px;margin-top:22px}
.sg-table td{padding:15px 16px;border-bottom:1px solid var(--linelt);color:var(--dk2);vertical-align:top;line-height:1.65}
.sg-table td:first-child{font-family:var(--fdisp);color:var(--maroon);font-weight:700;white-space:nowrap;width:155px}
.sg-table tr:last-child td{border-bottom:0}

/* Erasmus numbered application steps */
.sg-steps{counter-reset:sgstep;list-style:none;padding:0;margin:22px 0 0;display:flex;flex-direction:column;gap:2px}
.sg-steps li{position:relative;padding:22px 0 22px 62px;border-bottom:1px solid var(--linelt)}
.sg-steps li:last-child{border-bottom:0}
.sg-steps li::before{counter-increment:sgstep;content:counter(sgstep);position:absolute;left:0;top:20px;width:38px;height:38px;border-radius:50%;background:var(--maroon);color:#fff;font-family:var(--fdisp);font-size:16px;display:flex;align-items:center;justify-content:center}
.sg-steps h3{font-family:var(--fbn);font-weight:700;font-size:15px;color:var(--dk);margin:0 0 7px}
.sg-steps p{font-size:13.5px;color:var(--dk2);line-height:1.75;margin:0}

/* Erasmus common-mistake cards */
.sg-miss{display:flex;flex-direction:column;gap:14px;margin-top:22px}
.sg-miss>div{display:flex;gap:4px;align-items:flex-start;padding:16px 20px;background:var(--paper);border:1px solid var(--linelt);font-size:13.5px;color:var(--dk2);line-height:1.65}
.sg-miss i,.sg-miss>div>svg{color:var(--maroon);stroke:var(--maroon);flex:none;margin:2px 9px 0 0;width:16px;height:16px}

/* Same width and divider treatment as the Erasmus accordion */
.sg-faq{max-width:760px;margin:0 auto}
.sg-faq details{border-bottom:1px solid var(--linelt);padding:0}
.sg-faq details:first-of-type{border-top:1px solid var(--linelt)}
.sg-faq summary{cursor:pointer;list-style:none;padding:24px 38px 24px 0;position:relative;font-family:var(--fbn);font-weight:700;font-size:16px;color:var(--dk)}
.sg-faq summary::-webkit-details-marker{display:none}
.sg-faq summary::after{content:'+';position:absolute;right:4px;top:19px;font-family:var(--fdisp);font-size:22px;color:var(--maroon);transition:transform .2s}
.sg-faq details[open] summary::after{transform:rotate(45deg)}
.sg-faq details p{font-size:15px;color:var(--dk2);line-height:1.85;margin:0;padding:0 0 24px}
.sg-sources{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}
.sg-sources a{display:inline-flex;align-items:center;font-family:var(--fdisp);font-size:11px;letter-spacing:.03em;color:var(--maroon);background:var(--maroon-soft);border:1px solid var(--acc-border);padding:7px 12px;text-decoration:none}
.sg-sources a:hover{background:var(--maroon);color:#fff}

/* Mid-guide conversion break copied from the Erasmus composition */
.sg-mid-section{padding-top:42px;padding-bottom:42px}
.sg-mid-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:26px 30px;border:1px solid var(--acc-border);background:var(--maroon-soft)}
.sg-mid-cta h3{font-family:var(--fbn);font-weight:700;font-size:18px;color:var(--dk);margin:0 0 5px}
.sg-mid-cta p{font-size:14px;color:var(--dk2);margin:0;line-height:1.6;max-width:52ch}

@media(max-width:760px){
  .sg-grid{grid-template-columns:1fr}
  .sg-checks{grid-template-columns:1fr;gap:0}
  .sg-why-grid{grid-template-columns:1fr}
  .sg-alert{padding:28px 24px 28px 78px}
  .sg-alert::before{left:24px;font-size:42px}
}
@media(max-width:620px){
  .sg-stats{grid-template-columns:repeat(2,1fr)}
  .sg-stat{min-height:96px}
  .sg-stat-value{font-size:18px}
  .sg-mid-cta{flex-direction:column;text-align:center;align-items:stretch}
}
@media(prefers-reduced-motion:reduce){.ik-page a,.ik-page button,.sg-faq summary::after{transition:none}}

/* ============================================================
   MAX-TEMPLATE COMPONENTS — ported 1:1 from the Erasmus page
   (sg- prefixed so any scholarship guide can adopt them)
   ============================================================ */

/* Coverage as headline figures (Erasmus .cost-*) */
.sg-cost{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:24px 0}
.sg-cost-card{padding:26px 28px;border:1px solid var(--linelt);background:var(--paper)}
.sg-cost-card.accent{background:var(--maroon-soft);border-color:var(--acc-border)}
.sg-cost-tag{font-family:var(--fdisp);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--dk3);margin-bottom:8px;display:flex;align-items:center;gap:7px}
.sg-cost-tag i,.sg-cost-tag svg{color:var(--maroon);flex:none;width:14px;height:14px}
.sg-cost-big{font-family:var(--fdisp);font-size:26px;color:var(--maroon);line-height:1.15}
.sg-cost-desc{font-size:13px;color:var(--dk2);line-height:1.75;margin-top:12px}

/* What it takes to win (Erasmus .win-*) */
.sg-win-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}
.sg-win-card{padding:22px 24px;border:1px solid var(--linelt);background:var(--paper);position:relative}
.sg-win-num{position:absolute;top:20px;right:22px;font-family:var(--fdisp);font-size:34px;color:var(--linelt);line-height:1}
.sg-win-card h3{font-family:var(--fbn);font-weight:700;font-size:15.5px;color:var(--dk);margin:0 0 8px;padding-right:36px;display:flex;align-items:center;gap:8px}
.sg-win-card h3 i,.sg-win-card h3 svg{color:var(--maroon);flex:none;width:17px;height:17px}
.sg-win-card p{font-size:13px;color:var(--dk2);line-height:1.7;margin:0}
.sg-weight{display:inline-block;margin-top:11px;font-family:var(--fdisp);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--maroon);background:var(--maroon-soft);border:1px solid var(--acc-border);padding:2px 9px;border-radius:999px}

/* Profile cards (Erasmus .prof-*) */
.sg-prof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.sg-prof-card{border:1px solid var(--linelt);background:var(--paper);padding:24px;display:flex;flex-direction:column}
.sg-prof-tag{font-family:var(--fdisp);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--maroon);background:var(--maroon-soft);border:1px solid var(--acc-border);align-self:flex-start;padding:3px 11px;border-radius:999px}
.sg-prof-name{font-family:var(--fbn);font-weight:700;font-size:16px;color:var(--dk);margin-top:12px}
.sg-prof-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:10px}
.sg-prof-list li{font-size:13px;color:var(--dk2);line-height:1.5;display:flex;gap:9px;align-items:flex-start}
.sg-prof-list li i,.sg-prof-list li svg{color:var(--maroon);flex:none;margin-top:2px;width:15px;height:15px}
.sg-prof-src{margin-top:16px;padding-top:14px;border-top:1px solid var(--linelt);font-size:11.5px;color:var(--dk3);display:inline-flex;align-items:center;gap:5px;text-decoration:none}
.sg-prof-src i,.sg-prof-src svg{flex:none;width:13px;height:13px}
.sg-prof-src:hover{color:var(--maroon)}

/* Grouped two-column documents (Erasmus .info-2col + .sub-h + .ik-checks) */
.sg-info-2col{display:grid;grid-template-columns:1fr 1fr;gap:52px;row-gap:40px;margin-top:22px}
.sg-info-block h3{font-family:var(--fbn);font-weight:700;font-size:16px;color:var(--dk);margin:0 0 18px;display:flex;align-items:center;gap:9px}
.sg-info-block h3 i,.sg-info-block h3 svg{color:var(--maroon);flex:none;width:18px;height:18px}
.sg-checklist{display:flex;flex-direction:column;gap:15px}
.sg-checklist>span{display:flex;gap:11px;align-items:flex-start;line-height:1.7;font-size:14px;color:var(--dk2)}
.sg-checklist>span>i,.sg-checklist>span>svg{color:var(--maroon);flex:none;margin-top:2px;width:16px;height:16px}

/* Table column headers + source/foot notes (Erasmus .req-table th, .tbl-note) */
.sg-table th{text-align:left;padding:12px 16px;font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--dk3);background:var(--paper);border-bottom:1px solid var(--linelt);white-space:nowrap;font-family:var(--fdisp);font-weight:400}
.sg-tbl-note{font-size:12px;color:var(--dk3);margin-top:16px;line-height:1.6;font-style:italic}

/* Proof / social-proof callout (maroon gradient + big gold figure) — from Erasmus */
.sg-proof{display:flex;gap:22px;align-items:center;flex-wrap:wrap;padding:30px 32px;background:linear-gradient(135deg,var(--maroon) 0%,#20141a 100%);color:#fff}
.sg-proof-num{font-family:var(--fdisp);font-size:52px;line-height:1;color:var(--gold-hi);flex:none}
.sg-proof-body{flex:1;min-width:240px}
.sg-proof-body h3{font-family:var(--fbn);font-weight:700;font-size:19px;color:#fff;margin:0 0 8px}
.sg-proof-body p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.85);margin:0 0 14px}
.sg-proof-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--fdisp);font-size:13px;letter-spacing:.03em;color:#20141a;background:var(--gold-hi);padding:9px 16px;font-weight:700;text-decoration:none}
.sg-proof-link:hover{filter:brightness(1.06)}

@media(max-width:820px){.sg-prof-grid{grid-template-columns:1fr}}
@media(max-width:760px){.sg-cost{grid-template-columns:1fr}.sg-info-2col{grid-template-columns:1fr;gap:32px}}
@media(max-width:720px){.sg-win-grid{grid-template-columns:1fr}}
