
.smcc-oe,
.smcc-oe *{
  box-sizing:border-box;
}
.smcc-oe{
  --smcc-blue:#071d3a;
  --smcc-blue-2:#0b3f75;
  --smcc-blue-dark:#031326;
  --smcc-gold:#d4a928;
  --smcc-cream:#f6f1e6;
  --smcc-white:#ffffff;
  --smcc-ink:#091a33;
  --smcc-muted:#6f7b8e;
  --smcc-line:#d7dde6;
  --smcc-shadow:0 28px 80px rgba(0,0,0,.12);
  --smcc-radius-xl:36px;
  --smcc-radius-lg:28px;
  --smcc-radius-md:20px;
  --smcc-max:1220px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--smcc-ink);
}
.smcc-oe img{display:block;max-width:100%}
.smcc-oe a{color:inherit;text-decoration:none}
.smcc-oe p,.smcc-oe h1,.smcc-oe h2,.smcc-oe h3{margin-top:0}
.smcc-oe .smcc-eyebrow{
  margin:0 0 18px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
  font-size:.78rem;
  color:var(--smcc-blue);
}
.smcc-oe .smcc-inverse{color:rgba(255,255,255,.72)}
.smcc-oe h1{
  font-size:clamp(3.8rem,8vw,7.8rem);
  line-height:.88;
  letter-spacing:-.07em;
  margin-bottom:24px;
  max-width:760px;
  color:#fff;
  font-weight:900;
}
.smcc-oe h2{
  font-size:clamp(2rem,3.35vw,3.6rem);
  line-height:.96;
  letter-spacing:-.055em;
  margin-bottom:16px;
  font-weight:900;
}
.smcc-oe h3{
  font-size:1.45rem;
  line-height:1.06;
  letter-spacing:-.04em;
  margin-bottom:10px;
  font-weight:900;
}
.smcc-oe .smcc-hero{
  min-height:96vh;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
  padding:120px clamp(24px,5vw,76px) 92px;
  background:radial-gradient(circle at 75% 16%, rgba(255,255,255,.12), transparent 30%),linear-gradient(135deg,var(--smcc-blue-dark) 0%,var(--smcc-blue) 55%,var(--smcc-blue-2) 100%);
  color:#fff;
  overflow:hidden;
}
.smcc-oe .smcc-hero-text{
  font-size:1.18rem;
  line-height:1.65;
  color:rgba(255,255,255,.8);
  max-width:660px;
}
.smcc-oe .smcc-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.smcc-oe .smcc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  cursor:pointer;
  border-radius:999px;
  padding:16px 22px;
  font-weight:900;
  font-size:.98rem;
  text-decoration:none!important;
}
.smcc-oe .smcc-btn-primary{background:#fff;color:var(--smcc-blue)!important}
.smcc-oe .smcc-btn-secondary{background:rgba(255,255,255,.09);color:#fff!important;border:1px solid rgba(255,255,255,.14)}
.smcc-oe .smcc-btn-blue{background:var(--smcc-blue);color:#fff!important}
.smcc-oe .smcc-hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.smcc-oe .smcc-hero-meta span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-size:.9rem;
}
.smcc-oe .smcc-hero-visual{position:relative;min-height:650px}
.smcc-oe .smcc-hero-image{
  position:absolute;
  right:0;
  top:0;
  width:84%;
  height:74%;
  border-radius:var(--smcc-radius-xl);
  overflow:hidden;
  box-shadow:var(--smcc-shadow);
}
.smcc-oe .smcc-hero-image img{width:100%;height:100%;object-fit:cover}
.smcc-oe .smcc-video-panel{
  position:absolute;
  left:0;
  bottom:22px;
  width:58%;
  display:flex;
  gap:18px;
  align-items:center;
  padding:24px;
  background:#fff;
  color:var(--smcc-ink)!important;
  border-radius:30px;
  box-shadow:var(--smcc-shadow);
}
.smcc-oe .smcc-play-icon{
  width:68px;
  height:68px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--smcc-blue);
  color:#fff;
  font-weight:900;
  flex:0 0 auto;
}
.smcc-oe .smcc-video-panel p{margin:6px 0 0;color:var(--smcc-muted);line-height:1.55}
.smcc-oe .smcc-deadline-badge{
  position:absolute;
  right:6%;
  bottom:8%;
  width:180px;
  height:180px;
  border-radius:50%;
  display:grid;
  place-content:center;
  text-align:center;
  background:#fff;
  color:var(--smcc-blue);
  box-shadow:var(--smcc-shadow);
}
.smcc-oe .smcc-deadline-badge strong{font-size:2.8rem;letter-spacing:-.05em}
.smcc-oe .smcc-deadline-badge span{font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.smcc-oe .smcc-journey-cards{
  width:min(var(--smcc-max),calc(100% - 44px));
  margin:-58px auto 96px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  position:relative;
  z-index:5;
}
.smcc-oe .smcc-journey-card{
  display:block;
  background:#fff;
  color:var(--smcc-ink)!important;
  border-radius:34px;
  padding:18px;
  box-shadow:var(--smcc-shadow);
  transition:transform .25s ease,box-shadow .25s ease;
}
.smcc-oe .smcc-journey-card:hover{transform:translateY(-6px);box-shadow:0 40px 100px rgba(0,0,0,.16)}
.smcc-oe .smcc-card-index{display:block;font-size:1.1rem;font-weight:900;color:var(--smcc-blue);margin-bottom:10px}
.smcc-oe .smcc-card-thumb{height:130px;border-radius:22px;overflow:hidden;margin-bottom:18px;background:#e8ecf2}
.smcc-oe .smcc-card-thumb img{width:100%;height:100%;object-fit:cover}
.smcc-oe .smcc-journey-card h3{font-size:1.1rem;margin-bottom:8px}
.smcc-oe .smcc-journey-card p{margin:0;color:var(--smcc-muted);line-height:1.45}
.smcc-oe .smcc-section,
.smcc-oe .smcc-split-section,
.smcc-oe .smcc-message-section,
.smcc-oe .smcc-resources-section,
.smcc-oe .smcc-faq-section,
.smcc-oe .smcc-apply-section{
  width:min(var(--smcc-max),calc(100% - 44px));
  margin:0 auto 96px;
}
.smcc-oe .smcc-split-section,
.smcc-oe .smcc-message-section{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:stretch;
  gap:18px;
}
.smcc-oe .smcc-media-panel{
  min-height:560px;
  border-radius:var(--smcc-radius-xl);
  overflow:hidden;
  box-shadow:var(--smcc-shadow);
}
.smcc-oe .smcc-media-panel img{width:100%;height:100%;object-fit:cover}
.smcc-oe .smcc-content-panel{
  background:#fff;
  border-radius:var(--smcc-radius-xl);
  box-shadow:var(--smcc-shadow);
  padding:54px;
  margin:42px 0 42px -88px;
  position:relative;
}
.smcc-oe .smcc-message-section .smcc-content-panel{margin:42px -88px 42px 0;z-index:2}
.smcc-oe .smcc-message-section .smcc-media-panel{min-height:520px}
.smcc-oe .smcc-message-section .smcc-media-panel img{object-position:center top}
.smcc-oe .smcc-info-list{display:grid;gap:10px;margin:28px 0}
.smcc-oe .smcc-info-list div{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid var(--smcc-line)}
.smcc-oe .smcc-info-list span{font-size:.74rem;text-transform:uppercase;font-weight:900;letter-spacing:.14em;color:var(--smcc-blue)}
.smcc-oe .smcc-text-link{display:inline-block;font-weight:900;color:var(--smcc-blue)!important;border-bottom:3px solid var(--smcc-blue);margin-top:10px}
.smcc-oe .smcc-section-heading{width:min(var(--smcc-max),calc(100% - 44px));margin:0 auto 34px;text-align:left}
.smcc-oe .smcc-section-heading p:last-child{color:var(--smcc-muted);max-width:920px}
.smcc-oe .smcc-life-section,
.smcc-oe .smcc-team-section,
.smcc-oe .smcc-support-band,
.smcc-oe .smcc-lead-section{width:min(var(--smcc-max),calc(100% - 44px));margin:0 auto 96px}
.smcc-oe .smcc-life-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px;grid-template-areas:"tall small1 small2" "tall wide wide"}
.smcc-oe .smcc-feature-tile{min-height:280px;border-radius:34px;overflow:hidden;box-shadow:var(--smcc-shadow);background-size:cover;background-position:center;color:#fff;padding:26px;display:flex;align-items:end}
.smcc-oe .smcc-feature-tile .smcc-tile-content{max-width:84%}
.smcc-oe .smcc-feature-tile h3{font-size:clamp(1.35rem,1.8vw,2rem);line-height:1.06;margin-bottom:8px;color:#fff}
.smcc-oe .smcc-feature-tile p{font-size:.98rem;line-height:1.4;margin:0;color:rgba(255,255,255,.8)}
.smcc-oe .smcc-feature-tile.tall{grid-area:tall;min-height:580px}
.smcc-oe .smcc-feature-tile.wide{grid-area:wide;min-height:280px}
.smcc-oe .smcc-life-grid .smcc-feature-tile:nth-child(2){grid-area:small1}
.smcc-oe .smcc-life-grid .smcc-feature-tile:nth-child(3){grid-area:small2}
.smcc-oe .smcc-tile-content span{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.14em;font-weight:900;opacity:.82;margin-bottom:8px}
.smcc-oe .smcc-transition-layout{grid-template-columns:.95fr 1.05fr}
.smcc-oe .smcc-transition-panel{margin:0;padding:48px 44px}
.smcc-oe .smcc-transition-image{min-height:720px}
.smcc-oe .smcc-transition-panel h2{font-size:clamp(3rem,5vw,5.35rem);line-height:.92;max-width:620px;margin-bottom:22px}
.smcc-oe .smcc-transition-panel p{max-width:720px}
.smcc-oe .smcc-three-points{display:grid;gap:14px;margin-top:28px}
.smcc-oe .smcc-three-points article{background:#eef1f7;padding:22px 28px;border-radius:24px}
.smcc-oe .smcc-three-points h3{font-size:1.15rem;margin-bottom:6px}
.smcc-oe .smcc-three-points p{margin:0;color:var(--smcc-muted)}
.smcc-oe .smcc-team-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:stretch}
.smcc-oe .smcc-team-photo{min-height:500px;border-radius:34px;overflow:hidden;box-shadow:var(--smcc-shadow)}
.smcc-oe .smcc-team-photo img{width:100%;height:100%;object-fit:cover}
.smcc-oe .smcc-team-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start}
.smcc-oe .smcc-team-card{background:#fff;border-radius:28px;padding:22px;box-shadow:var(--smcc-shadow)}
.smcc-oe .smcc-team-badge{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--smcc-blue);color:#fff;font-weight:900;margin-bottom:16px}
.smcc-oe .smcc-team-card p{margin:0;color:var(--smcc-muted);line-height:1.45}
.smcc-oe .smcc-support-band{background:var(--smcc-blue);border-radius:40px;color:#fff;padding:72px 54px}
.smcc-oe .smcc-support-intro{max-width:780px;margin-bottom:38px}
.smcc-oe .smcc-support-intro h2{color:#fff}
.smcc-oe .smcc-support-intro p:last-child{color:rgba(255,255,255,.74)}
.smcc-oe .smcc-support-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.smcc-oe .smcc-support-cards article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:24px}
.smcc-oe .smcc-support-cards span{font-size:2rem}
.smcc-oe .smcc-support-cards h3{color:#fff}
.smcc-oe .smcc-support-cards p{margin:0;color:rgba(255,255,255,.76)}
.smcc-oe .smcc-resources-shell{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}
.smcc-oe .smcc-resources-copy h2{max-width:520px}
.smcc-oe .smcc-resources-copy{margin:0}
.smcc-oe .smcc-resource-links{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.smcc-oe .smcc-resource-links a{background:#fff;border-radius:24px;padding:22px 28px;font-weight:800;font-size:1.05rem;box-shadow:0 12px 35px rgba(0,0,0,.06);color:var(--smcc-ink)!important}
.smcc-oe .smcc-faq-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.smcc-oe .smcc-faq-columns details{background:#fff;border-radius:20px;padding:22px 24px;box-shadow:0 12px 35px rgba(0,0,0,.06);margin-bottom:12px}
.smcc-oe .smcc-faq-columns summary{cursor:pointer;font-weight:800}
.smcc-oe .smcc-faq-columns p{margin:12px 0 0;color:var(--smcc-muted)}
.smcc-oe .smcc-apply-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:38px;align-items:start}
.smcc-oe .smcc-apply-copy p{color:var(--smcc-muted)}
.smcc-oe .smcc-apply-timeline{display:grid;gap:12px}
.smcc-oe .smcc-step{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center;min-height:108px;background:#fff;padding:18px 24px;border-radius:22px;box-shadow:0 12px 35px rgba(0,0,0,.06)}
.smcc-oe .smcc-step span{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--smcc-blue);color:#fff;font-weight:900;font-size:1.4rem;align-self:center}
.smcc-oe .smcc-step p{margin:0;align-self:center;font-size:1.08rem;line-height:1.35}
.smcc-oe .smcc-apply-callout{grid-column:2;background:var(--smcc-blue);color:#fff;padding:22px 24px;border-radius:24px;font-weight:900;font-size:1.06rem}
.smcc-oe .smcc-lead-section{display:grid;grid-template-columns:.84fr 1.16fr;gap:42px;padding:62px;background:var(--smcc-blue);color:#fff;border-radius:40px}
.smcc-oe .smcc-lead-section h2{color:#fff}
.smcc-oe .smcc-lead-copy p:last-child{color:rgba(255,255,255,.76)}
.smcc-oe .smcc-form-box{background:#fff;border-radius:24px;padding:28px;color:var(--smcc-ink);box-shadow:var(--smcc-shadow)}
@media(max-width:1100px){
  .smcc-oe .smcc-hero,
  .smcc-oe .smcc-split-section,
  .smcc-oe .smcc-message-section,
  .smcc-oe .smcc-apply-section,
  .smcc-oe .smcc-lead-section,
  .smcc-oe .smcc-team-layout,
  .smcc-oe .smcc-resources-shell,
  .smcc-oe .smcc-faq-columns{grid-template-columns:1fr}
  .smcc-oe .smcc-journey-cards,
  .smcc-oe .smcc-support-cards{grid-template-columns:1fr 1fr}
  .smcc-oe .smcc-life-grid{grid-template-columns:1fr 1fr;grid-template-areas:"tall tall" "small1 small2" "wide wide"}
  .smcc-oe .smcc-content-panel,
  .smcc-oe .smcc-message-section .smcc-content-panel{margin:-68px 24px 0;z-index:3}
  .smcc-oe .smcc-transition-panel{margin:-68px 24px 0;padding:36px 28px}
  .smcc-oe .smcc-transition-image{min-height:420px}
  .smcc-oe .smcc-apply-callout{grid-column:auto}
}
@media(max-width:760px){
  .smcc-oe .smcc-hero{padding-top:80px}
  .smcc-oe h1{font-size:4rem}
  .smcc-oe h2{font-size:3rem}
  .smcc-oe .smcc-journey-cards,
  .smcc-oe .smcc-resource-links,
  .smcc-oe .smcc-support-cards,
  .smcc-oe .smcc-team-grid,
  .smcc-oe .smcc-faq-columns,
  .smcc-oe .smcc-life-grid{grid-template-columns:1fr}
  .smcc-oe .smcc-journey-cards{margin-top:-42px}
  .smcc-oe .smcc-hero-visual{min-height:auto}
  .smcc-oe .smcc-hero-image,
  .smcc-oe .smcc-video-panel,
  .smcc-oe .smcc-deadline-badge{position:relative;inset:auto;width:100%;height:auto;margin-top:16px}
  .smcc-oe .smcc-hero-image{aspect-ratio:4/5}
  .smcc-oe .smcc-deadline-badge{height:auto;border-radius:28px;padding:22px}
  .smcc-oe .smcc-media-panel,
  .smcc-oe .smcc-team-photo{min-height:340px}
  .smcc-oe .smcc-support-band,
  .smcc-oe .smcc-lead-section{padding:42px 24px}
}


.smcc-oe .smcc-native-form{display:grid;gap:14px}
.smcc-oe .smcc-native-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.smcc-oe .smcc-native-form label{display:grid;gap:7px;font-weight:900;color:var(--smcc-ink);font-size:.92rem}
.smcc-oe .smcc-native-form input,.smcc-oe .smcc-native-form select,.smcc-oe .smcc-native-form textarea{width:100%;min-height:52px;border:1px solid #d8deea;border-radius:16px;padding:13px 14px;font:inherit;color:var(--smcc-ink);background:#fff;outline:none}
.smcc-oe .smcc-native-form textarea{min-height:108px;resize:vertical}
.smcc-oe .smcc-native-form input:focus,.smcc-oe .smcc-native-form select:focus,.smcc-oe .smcc-native-form textarea:focus{border-color:var(--smcc-blue);box-shadow:0 0 0 4px rgba(0,0,90,.08)}
.smcc-oe .smcc-native-form .smcc-full{grid-column:1/-1}
.smcc-oe .smcc-native-form .smcc-consent{display:flex;gap:10px;align-items:flex-start;font-weight:700;color:var(--smcc-muted);line-height:1.45}
.smcc-oe .smcc-native-form .smcc-consent input{width:18px;min-height:18px;margin-top:3px;flex:0 0 auto}
.smcc-oe .smcc-native-form .smcc-hidden-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.smcc-oe .smcc-form-success{background:#eaf8ee;border:1px solid #bfe6c8;color:#135d29;border-radius:18px;padding:16px 18px;font-weight:800;margin-bottom:16px}
.smcc-oe .smcc-form-error{background:#fff1f1;border:1px solid #f0c0c0;color:#8a1f1f;border-radius:18px;padding:16px 18px;font-weight:800;margin-bottom:16px}
.smcc-oe .smcc-native-form button{appearance:none;border:0;border-radius:999px;background:var(--smcc-blue);color:#fff;padding:16px 24px;font-weight:900;cursor:pointer;justify-self:start}
@media(max-width:760px){.smcc-oe .smcc-native-form-grid{grid-template-columns:1fr}}

/* SMCC 09 What Inspectors Found */
.smcc-oe .smcc-inspection-section{
  width:min(var(--smcc-max),calc(100% - 44px));
  margin:0 auto 96px;
  padding:64px;
  border-radius:42px;
  color:#fff;
  background:
    radial-gradient(circle at 82% 8%, rgba(212,169,40,.22), transparent 28%),
    linear-gradient(135deg,var(--smcc-blue-dark) 0%,var(--smcc-blue) 58%,var(--smcc-blue-2) 100%);
  overflow:hidden;
  box-shadow:var(--smcc-shadow);
}
.smcc-oe .smcc-inspection-heading{
  width:100%;
  margin:0 0 34px;
}
.smcc-oe .smcc-inspection-heading h2{
  color:#fff;
  max-width:760px;
}
.smcc-oe .smcc-inspection-heading p:last-child{
  color:rgba(255,255,255,.78);
  max-width:920px;
}
.smcc-oe .smcc-inspection-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:20px;
  align-items:stretch;
}
.smcc-oe .smcc-inspection-feature{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:34px;
  overflow:hidden;
  display:grid;
  grid-template-rows:300px 1fr;
}
.smcc-oe .smcc-inspection-image{
  overflow:hidden;
  background:#dde3ed;
}
.smcc-oe .smcc-inspection-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.smcc-oe .smcc-inspection-feature-copy{
  padding:30px;
}
.smcc-oe .smcc-inspection-feature-copy span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:9px 13px;
  background:rgba(212,169,40,.18);
  border:1px solid rgba(212,169,40,.35);
  color:#f5d46f;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:900;
  margin-bottom:16px;
}
.smcc-oe .smcc-inspection-feature-copy h3{
  color:#fff;
  font-size:clamp(1.55rem,2.2vw,2.45rem);
}
.smcc-oe .smcc-inspection-feature-copy p{
  color:rgba(255,255,255,.76);
  line-height:1.58;
}
.smcc-oe .smcc-inspection-feature-copy a{
  display:inline-flex;
  margin-top:12px;
  color:#fff!important;
  font-weight:900;
  border-bottom:3px solid var(--smcc-gold);
}
.smcc-oe .smcc-inspection-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.smcc-oe .smcc-inspection-cards article{
  background:#fff;
  color:var(--smcc-ink);
  border-radius:26px;
  padding:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}
.smcc-oe .smcc-inspection-cards article > span{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--smcc-blue);
  color:#fff;
  font-weight:900;
  margin-bottom:16px;
}
.smcc-oe .smcc-inspection-cards h3{
  font-size:1.18rem;
}
.smcc-oe .smcc-inspection-cards p{
  color:var(--smcc-muted);
  margin:0;
  line-height:1.48;
}

/* SMCC 10 Transition Timeline */
.smcc-oe .smcc-transition-timeline-section{
  width:min(var(--smcc-max),calc(100% - 44px));
  margin:0 auto 96px;
}
.smcc-oe .smcc-transition-timeline-copy{
  max-width:880px;
  margin-bottom:34px;
}
.smcc-oe .smcc-transition-timeline-copy p:last-child{
  color:var(--smcc-muted);
  line-height:1.62;
}
.smcc-oe .smcc-transition-timeline-shell{
  position:relative;
  display:grid;
  gap:16px;
  padding:10px 0;
}
.smcc-oe .smcc-transition-line{
  position:absolute;
  left:42px;
  top:10px;
  bottom:10px;
  width:4px;
  border-radius:99px;
  background:linear-gradient(180deg,var(--smcc-gold),rgba(212,169,40,.18));
}
.smcc-oe .smcc-transition-step{
  position:relative;
  display:grid;
  grid-template-columns:88px 1fr;
  gap:18px;
  align-items:stretch;
}
.smcc-oe .smcc-transition-dot{
  position:relative;
  z-index:2;
  display:grid;
  place-items:start center;
  padding-top:16px;
}
.smcc-oe .smcc-transition-dot span{
  width:72px;
  height:72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--smcc-blue);
  color:#fff;
  font-weight:900;
  box-shadow:0 16px 38px rgba(7,29,58,.22);
  border:5px solid #fff;
}
.smcc-oe .smcc-transition-card{
  background:#fff;
  border-radius:28px;
  padding:26px 30px;
  box-shadow:0 12px 35px rgba(0,0,0,.06);
  border:1px solid rgba(7,29,58,.06);
}
.smcc-oe .smcc-transition-card > span{
  display:inline-flex;
  border-radius:999px;
  padding:8px 12px;
  background:#eef1f7;
  color:var(--smcc-blue);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.7rem;
  font-weight:900;
  margin-bottom:12px;
}
.smcc-oe .smcc-transition-card h3{
  font-size:1.38rem;
  margin-bottom:8px;
}
.smcc-oe .smcc-transition-card p{
  margin:0;
  color:var(--smcc-muted);
  line-height:1.52;
}
.smcc-oe .smcc-transition-callout{
  margin-top:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  background:var(--smcc-cream);
  border-radius:30px;
  padding:28px 30px;
  border:1px solid rgba(7,29,58,.08);
}
.smcc-oe .smcc-transition-callout h3{
  margin-bottom:6px;
}
.smcc-oe .smcc-transition-callout p{
  margin:0;
  color:var(--smcc-muted);
  line-height:1.5;
}
.smcc-oe .smcc-transition-callout .smcc-btn{
  flex:0 0 auto;
}

@media(max-width:1100px){
  .smcc-oe .smcc-inspection-layout{grid-template-columns:1fr}
  .smcc-oe .smcc-inspection-feature{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .smcc-oe .smcc-inspection-image{min-height:360px}
}
@media(max-width:760px){
  .smcc-oe .smcc-inspection-section{padding:42px 22px;border-radius:32px}
  .smcc-oe .smcc-inspection-feature,
  .smcc-oe .smcc-inspection-cards{grid-template-columns:1fr}
  .smcc-oe .smcc-inspection-image{min-height:260px}
  .smcc-oe .smcc-transition-step{grid-template-columns:62px 1fr;gap:12px}
  .smcc-oe .smcc-transition-line{left:29px}
  .smcc-oe .smcc-transition-dot span{width:56px;height:56px;border-width:4px;font-size:.9rem}
  .smcc-oe .smcc-transition-card{padding:22px 20px}
  .smcc-oe .smcc-transition-callout{display:grid;padding:24px 20px}
}

/* Version 1.2: reduce oversized copy in the Visit / Open Evening section */
.smcc-oe #visit .smcc-content-panel h2{
  font-size:clamp(1.85rem,2.6vw,3rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.smcc-oe #visit .smcc-content-panel > p{
  font-size:1rem;
  line-height:1.62;
  color:var(--smcc-muted);
  max-width:680px;
  margin-bottom:0;
}
.smcc-oe #visit .smcc-info-list{
  margin:22px 0;
}
.smcc-oe #visit .smcc-info-list div{
  padding:12px 0;
  align-items:center;
}
.smcc-oe #visit .smcc-info-list span{
  font-size:.68rem;
  line-height:1.25;
}
.smcc-oe #visit .smcc-info-list strong{
  font-size:1rem;
  line-height:1.3;
  text-align:right;
}
.smcc-oe #visit .smcc-text-link{
  font-size:.96rem;
}
@media(max-width:760px){
  .smcc-oe #visit .smcc-content-panel{
    padding:34px 24px;
  }
  .smcc-oe #visit .smcc-content-panel h2{
    font-size:2.25rem;
  }
  .smcc-oe #visit .smcc-info-list div{
    display:grid;
    gap:5px;
  }
  .smcc-oe #visit .smcc-info-list strong{
    text-align:left;
  }
}
