.coverage-note{display:flex;align-items:center;gap:22px;margin-bottom:34px;padding:20px 24px;border:1px solid #c9e0e9;border-left:5px solid var(--orange);border-radius:15px;background:#f3fafc}.coverage-note strong{flex:none;color:var(--navy)}.coverage-note span{color:var(--muted)}.program-index{display:grid;grid-template-columns:1fr 1fr;gap:24px}.program-index-card{display:grid;grid-template-columns:42% 1fr;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-soft)}.program-index-card>img{width:100%;height:100%;min-height:360px;object-fit:cover}.program-index-card>div{display:flex;align-items:flex-start;flex-direction:column;padding:28px}.program-index-card h2{margin:14px 0 10px;color:var(--navy);font-size:24px;line-height:1.15}.program-index-card p{margin:0;color:var(--muted)}.program-index-card .button{margin-top:auto}.program-index-card.compact{grid-template-columns:1fr;min-height:auto}.program-index-card.compact>div{min-height:250px}.program-mini-list{padding-left:19px;margin:18px 0 25px;color:var(--ink)}.program-mini-list li{margin:5px 0}.program-contact{padding:62px 22px;color:#fff;background:linear-gradient(115deg,var(--navy),var(--blue))}.program-contact .container{display:flex;align-items:center;justify-content:space-between;gap:35px}.program-contact h2{margin:5px 0;font-size:clamp(28px,4vw,44px)}.program-contact p{margin:0;color:#d8ebf4}.program-breadcrumb{max-width:var(--max);margin:auto;padding:18px 22px;display:flex;gap:9px;color:var(--muted);font-size:13px}.program-breadcrumb a{color:var(--blue);font-weight:750}.program-hero{position:relative;min-height:590px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:var(--navy)}.program-hero>img,.program-hero-overlay{position:absolute;inset:0;width:100%;height:100%}.program-hero>img{object-fit:cover}.program-hero-overlay{background:linear-gradient(90deg,rgba(4,35,59,.95),rgba(4,54,84,.65) 58%,rgba(4,35,59,.18))}.program-hero.trans .program-hero-overlay{background:linear-gradient(90deg,rgba(50,20,66,.93),rgba(122,52,84,.57),rgba(243,107,33,.2))}.program-hero.centers .program-hero-overlay{background:linear-gradient(90deg,rgba(5,53,69,.94),rgba(7,115,133,.58),rgba(5,53,69,.18))}.program-hero-content{position:relative;z-index:1;width:100%;max-width:var(--max);margin:auto;padding:76px 22px}.program-label{display:inline-flex;padding:7px 12px;border:1px solid rgba(255,255,255,.5);border-radius:99px;background:rgba(5,30,50,.45);font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.program-hero h1{max-width:830px;margin:16px 0 17px;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.04em}.program-hero p{max-width:720px;font-size:19px;color:#e5f0f5}.program-summary{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:start}.program-summary h2{margin:4px 0 18px;color:var(--navy);font-size:clamp(32px,4vw,48px);line-height:1.08}.program-summary>div>p:last-child{font-size:18px;color:var(--muted)}.program-factbox{display:grid;border-top:5px solid var(--orange);border-radius:16px;background:var(--navy);color:#fff;box-shadow:var(--shadow-hover)}.program-factbox>div{padding:20px 23px;border-bottom:1px solid rgba(255,255,255,.13)}.program-factbox>div:last-child{border-bottom:0}.program-factbox small,.program-factbox strong{display:block}.program-factbox small{margin-bottom:4px;color:#8cdce5;text-transform:uppercase;letter-spacing:.1em}.program-factbox strong{line-height:1.4}.grid.four{grid-template-columns:repeat(4,1fr)}.program-actions .card>span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:20px;border-radius:12px;background:#fff0e7;color:var(--orange-dark);font-weight:900}.program-results{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.program-results h2{margin:4px 0 16px;color:var(--navy);font-size:clamp(32px,4vw,48px);line-height:1.08}.program-results .button{margin-top:18px}.result-preview{display:grid;gap:0;overflow:hidden;border:1px solid #cbdde6;border-radius:18px;background:#f4fafc;box-shadow:var(--shadow-soft)}.result-preview strong{padding:22px 24px;color:#fff;background:linear-gradient(110deg,var(--navy),var(--blue));font-size:20px}.result-preview.trans strong{background:linear-gradient(110deg,#672f78,var(--orange))}.result-preview.centers strong{background:linear-gradient(110deg,#07536b,#13a0ae)}.result-preview span{position:relative;padding:15px 22px 15px 47px;border-bottom:1px solid #dce8ed}.result-preview span:last-child{border-bottom:0}.result-preview span:before{content:'✓';position:absolute;left:23px;color:var(--green);font-weight:900}.program-gallery{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:16px}.program-gallery img{width:100%;height:300px;border-radius:16px;object-fit:cover;box-shadow:var(--shadow-soft)}
@media(max-width:1050px){.program-index{grid-template-columns:1fr}.program-index-card>img{min-height:300px}.grid.four{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.program-index-card{grid-template-columns:1fr}.program-index-card>img{height:280px;min-height:0}.program-summary,.program-results{grid-template-columns:1fr;gap:35px}.program-contact .container{align-items:flex-start;flex-direction:column}.program-gallery{grid-template-columns:1fr 1fr}.program-gallery img:first-child{grid-column:1/-1}.program-hero{min-height:540px}}
@media(max-width:620px){.coverage-note{align-items:flex-start;flex-direction:column;gap:6px}.program-index-card>div{padding:23px}.program-index-card h2{font-size:22px}.program-index-card .button{width:100%}.program-breadcrumb{padding:13px 18px}.program-hero{min-height:520px}.program-hero-content{padding:55px 18px}.program-hero h1{font-size:clamp(38px,12vw,52px)}.program-hero p{font-size:16px}.grid.four{grid-template-columns:1fr}.program-gallery{grid-template-columns:1fr}.program-gallery img,.program-gallery img:first-child{grid-column:auto;height:240px}.program-contact{padding:50px 18px}.program-contact .button{width:100%}}
