.page-student-development {
    --sdcl-ink: #071633;
    --sdcl-muted: #60718c;
    --sdcl-line: #d9e5f4;
    --sdcl-bg: #f6faff;
    --sdcl-navy: #061f4f;
    --sdcl-midnight: #031232;
    --sdcl-blue: #1753b8;
    --sdcl-red: #ef3038;
    --sdcl-green: #28b875;
    --sdcl-orange: #f7a12b;
    --sdcl-cyan: #2eb4d8;
    background: #ffffff;
}

.page-student-development .site-wrap {
    background: #ffffff;
}

.sdcl-page {
    color: var(--sdcl-ink);
}

.sdcl-hero {
    position: relative;
    min-height: clamp(590px, 48vw, 720px);
    display: grid;
    grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
    overflow: hidden;
    border-radius: 30px;
    color: #ffffff;
    border: 1px solid rgba(102, 155, 235, 0.38);
    background:
        radial-gradient(circle at 12% 84%, rgba(23, 83, 184, 0.34), transparent 28%),
        linear-gradient(116deg, var(--sdcl-midnight) 0%, #06204d 50%, #0b3478 100%);
    box-shadow: 0 34px 90px -58px rgba(3, 22, 57, 0.78);
    isolation: isolate;
}

.sdcl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 88%);
}

.sdcl-hero::after {
    content: "";
    position: absolute;
    left: -3%;
    right: -3%;
    bottom: -58px;
    height: 102px;
    z-index: 8;
    border-radius: 50% 50% 0 0 / 72% 72% 0 0;
    background: #ffffff;
    pointer-events: none;
}

.sdcl-hero-copy {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(54px, 5.8vw, 88px) clamp(36px, 5.8vw, 88px);
}

.sdcl-eyebrow,
.sdcl-section-heading p,
.sdcl-cta p {
    margin: 0;
    color: var(--sdcl-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sdcl-hero h1 {
    max-width: 760px;
    margin: 16px 0 0;
    color: #ffffff;
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(50px, 5.25vw, 92px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.058em;
    text-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.sdcl-hero-lede {
    max-width: 620px;
    margin: 28px 0 0;
    color: rgba(238, 246, 255, 0.92);
    font-size: clamp(16px, 1.05vw, 20px);
    font-weight: 500;
    line-height: 1.76;
}

.sdcl-hero-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 700px;
    margin-top: 42px;
}

.sdcl-hero-chip {
    min-height: 74px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 9px;
    color: #ffffff;
    border: 1px solid rgba(226, 238, 255, 0.28);
    background: rgba(255, 255, 255, 0.085);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    text-wrap: balance;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.sdcl-hero-chip .sdcl-icon {
    justify-self: center;
}

.sdcl-hero-chip:hover,
.sdcl-hero-chip:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.14);
    outline: none;
}

.sdcl-hero-media {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    isolation: isolate;
}

.sdcl-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    background:
        linear-gradient(90deg, #031232 0%, rgba(3, 18, 50, 0.68) 18%, rgba(3, 18, 50, 0.18) 48%, rgba(3, 18, 50, 0.54) 100%),
        linear-gradient(0deg, rgba(3, 18, 50, 0.36), transparent 42%);
}

.sdcl-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.04) brightness(0.88);
}

.sdcl-hero-orbit {
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    border: 1px solid rgba(190, 220, 255, 0.25);
    background: rgba(255, 255, 255, 0.025);
    pointer-events: none;
}

.sdcl-hero-orbit--one {
    width: min(760px, 72vw);
    aspect-ratio: 1;
    left: -70px;
    top: -48px;
}

.sdcl-hero-orbit--two {
    width: 420px;
    aspect-ratio: 1;
    right: -120px;
    top: -18px;
    background: rgba(23, 83, 184, 0.24);
}

.sdcl-hero-dots {
    position: absolute;
    z-index: 6;
    right: clamp(30px, 6vw, 92px);
    top: clamp(88px, 10vw, 148px);
    width: 164px;
    height: 118px;
    opacity: 0.52;
    background-image: radial-gradient(circle, rgba(226, 239, 255, 0.68) 1.6px, transparent 1.9px);
    background-size: 18px 18px;
}

.sdcl-showcase {
    position: relative;
    z-index: 12;
    margin-top: 22px;
    padding: 28px clamp(28px, 5vw, 82px) 8px;
}

.sdcl-showcase-image {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--sdcl-line);
    background: #eef5ff;
    box-shadow: 0 30px 70px -50px rgba(3, 22, 57, 0.46);
}

.sdcl-showcase-image img {
    width: 100%;
    height: clamp(300px, 32vw, 470px);
    object-fit: cover;
    object-position: center;
    filter: saturate(1.04) contrast(1.03);
}

.sdcl-showcase-ribbon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    justify-items: center;
    padding: 22px 20px 26px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(6, 31, 79, 0.24), rgba(23, 83, 184, 0.74), rgba(6, 31, 79, 0.24));
    backdrop-filter: blur(10px);
}

.sdcl-showcase-ribbon span,
.sdcl-showcase-ribbon strong {
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(26px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.sdcl-section-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 34px;
}

.sdcl-section-heading--center {
    justify-items: center;
    text-align: center;
}

.sdcl-section-heading h2,
.sdcl-cta h2 {
    margin: 0;
    color: var(--sdcl-ink);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(34px, 3.6vw, 58px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.055em;
}

.sdcl-section-heading h2::after {
    content: "";
    display: block;
    width: 104px;
    height: 6px;
    margin-top: 20px;
    border-radius: 999px;
    background: var(--sdcl-blue);
}

.sdcl-section-heading--center h2::after {
    margin-left: auto;
    margin-right: auto;
}

.sdcl-section-heading span {
    max-width: 800px;
    color: var(--sdcl-muted);
    font-size: 16px;
    line-height: 1.7;
}

.sdcl-message {
    padding: 42px clamp(28px, 5vw, 82px) 20px;
}

.sdcl-message-card,
.sdcl-about-grid,
.sdcl-handbook-card,
.sdcl-touchpoint-card,
.sdcl-support-card {
    border: 1px solid var(--sdcl-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 60px -44px rgba(3, 22, 57, 0.42);
}

.sdcl-message-card {
    display: grid;
    grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
    gap: 34px;
    padding: 28px;
    border-radius: 30px;
}

.sdcl-profile-card {
    margin: 0;
    align-self: start;
    display: flex;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
    border-radius: 24px;
    color: #ffffff;
    background:
        radial-gradient(circle at 20% 0%, rgba(239, 48, 56, 0.18), transparent 34%),
        linear-gradient(180deg, var(--sdcl-midnight), var(--sdcl-blue));
}

.sdcl-profile-card img {
    width: 100%;
    aspect-ratio: 0.9;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
}

.sdcl-profile-card h3 {
    margin: 24px 0 0;
    color: #ffffff;
    font-family: Manrope, Inter, sans-serif;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.sdcl-profile-card p,
.sdcl-profile-card li {
    color: rgba(232, 242, 255, 0.9);
    font-size: 14px;
    line-height: 1.65;
}

.sdcl-profile-card p {
    margin: 10px 0 0;
}

.sdcl-profile-card ul {
    display: grid;
    gap: 5px;
    margin: 22px 0 0;
    padding: 22px 0 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sdcl-profile-card a {
    color: #ffffff;
    font-weight: 800;
}

.sdcl-profile-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sdcl-message-body {
    column-count: 2;
    column-gap: clamp(24px, 2.4vw, 40px);
}

.sdcl-message-body p {
    break-inside: avoid;
}

.sdcl-message-copy {
    align-self: center;
    padding: 18px clamp(8px, 2vw, 24px) 18px 0;
}

.sdcl-message-copy h3 {
    margin: 0 0 22px;
    color: var(--sdcl-ink);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(28px, 2.45vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.sdcl-message-copy p,
.sdcl-about-copy p {
    margin: 0;
    color: #26364f;
    font-size: 15.5px;
    line-height: 1.82;
}

.sdcl-message-copy p + p,
.sdcl-about-copy p + p {
    margin-top: 16px;
}

.sdcl-about {
    margin-top: 24px;
    padding: clamp(58px, 5.8vw, 88px) clamp(28px, 5vw, 82px);
    background:
        radial-gradient(circle at 0 0, rgba(23, 83, 184, 0.09), transparent 32%),
        linear-gradient(180deg, #edf6ff 0%, #f8fbff 100%);
}

.sdcl-about-grid {
    display: grid;
    grid-template-columns: minmax(310px, 0.42fr) minmax(0, 1fr);
    gap: 34px;
    padding: 30px;
    border-radius: 30px;
}

.sdcl-about-cards {
    display: grid;
    gap: 18px;
}

.sdcl-about-cards article {
    min-height: 130px;
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid #d7e6f8;
    background: #f7fbff;
}

.sdcl-about-cards span {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(180deg, var(--sdcl-blue), var(--sdcl-navy));
    font-size: 18px;
    font-weight: 900;
}

.sdcl-about-cards article:nth-child(2) span {
    background: linear-gradient(180deg, var(--sdcl-red), #b91824);
}

.sdcl-about-cards article:nth-child(3) span {
    background: linear-gradient(180deg, var(--sdcl-green), #147e54);
}

.sdcl-about-cards strong {
    color: var(--sdcl-ink);
    font-family: Manrope, Inter, sans-serif;
    font-size: 20px;
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.sdcl-about-copy {
    align-self: center;
    padding: 10px 8px;
}

.sdcl-note {
    margin-top: 26px;
    padding: 22px 24px;
    border-radius: 18px;
    color: var(--sdcl-blue);
    background: #edf5ff;
    border: 1px solid #d5e5f8;
    font-size: 16px;
    font-weight: 850;
}

.sdcl-handbooks,
.sdcl-support {
    padding: 54px clamp(28px, 5vw, 82px) 20px;
}

.sdcl-handbook-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.sdcl-handbook-card {
    min-height: 370px;
    display: grid;
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
}

.sdcl-book-cover {
    position: relative;
    height: 308px;
    display: block;
    overflow: hidden;
    border-radius: 4px 12px 12px 4px;
    background: #eaf2fb;
    box-shadow: 0 26px 38px -24px rgba(2, 18, 50, 0.68), inset 9px 0 0 rgba(255, 255, 255, 0.2);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sdcl-book-cover:hover,
.sdcl-book-cover:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 32px 46px -24px rgba(2, 18, 50, 0.78);
    outline: none;
}

.sdcl-book-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sdcl-book-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 28%, transparent 52%);
}

.sdcl-handbook-card:nth-child(2) .sdcl-book-cover::after {
    background: linear-gradient(180deg, rgba(3, 19, 53, 0.92) 0%, rgba(3, 19, 53, 0.62) 30%, transparent 54%);
}

.sdcl-book-cover-copy {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
    color: #0b2d68;
}

.sdcl-handbook-card:nth-child(2) .sdcl-book-cover-copy {
    color: #ffffff;
}

.sdcl-book-cover-copy small {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.sdcl-book-cover-copy strong {
    max-width: 165px;
    margin-top: 9px;
    font-family: Manrope, Inter, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.sdcl-book-cover-copy em {
    margin-top: 8px;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.sdcl-handbook-copy > p {
    margin: 0 0 9px;
    color: var(--sdcl-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sdcl-handbook-copy h3 {
    max-width: 390px;
    margin: 0;
    color: var(--sdcl-ink);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(22px, 1.8vw, 32px);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.sdcl-qr-row {
    display: grid;
    grid-template-columns: 114px 1fr;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}

.sdcl-qr {
    width: 118px;
    height: 118px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 8px solid #ffffff;
    outline: 1px solid #cbd8ea;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sdcl-qr:hover,
.sdcl-qr:focus-visible {
    transform: scale(1.04);
    box-shadow: 0 16px 28px -20px rgba(3, 22, 57, 0.7);
    outline: 2px solid #1753b8;
}

.sdcl-qr img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    image-rendering: pixelated;
}
.sdcl-qr-row small {
    color: #34445f;
    font-size: 13px;
    line-height: 1.55;
}

.sdcl-button,
.sdcl-cta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding: 0 20px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(180deg, var(--sdcl-blue), #063b92);
    box-shadow: 0 18px 30px -22px rgba(23, 83, 184, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    font-size: 13px;
    font-weight: 900;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.sdcl-button:hover,
.sdcl-button:focus-visible,
.sdcl-cta a:hover,
.sdcl-cta a:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.04);
    outline: none;
}

.sdcl-touchpoints {
    margin-top: 28px;
    padding: clamp(58px, 5.8vw, 88px) clamp(28px, 5vw, 82px);
    background:
        radial-gradient(circle at 100% 0, rgba(239, 48, 56, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f1f7ff 100%);
}

.sdcl-touchpoint-grid,
.sdcl-support-grid {
    display: grid;
    gap: 24px;
}

.sdcl-touchpoint-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sdcl-touchpoint-card {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 26px 28px;
    border-radius: 28px;
    text-align: center;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sdcl-touchpoint-card:hover,
.sdcl-touchpoint-card:focus-within,
.sdcl-support-card:hover {
    transform: translateY(-5px);
    border-color: rgba(23, 83, 184, 0.32);
    box-shadow: 0 34px 70px -48px rgba(3, 22, 57, 0.52);
}

.sdcl-touchpoint-card h3,
.sdcl-support-card h3 {
    margin: 22px 0 0;
    color: var(--sdcl-ink);
    font-family: Manrope, Inter, sans-serif;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.sdcl-touchpoint-card p {
    margin: 13px 0 0;
    color: var(--sdcl-muted);
    font-size: 14px;
    line-height: 1.65;
}

.sdcl-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sdcl-support-card {
    min-height: 420px;
    padding: 34px 32px 28px;
    border-radius: 28px;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sdcl-support-card ul {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.sdcl-support-card li {
    position: relative;
    padding-left: 24px;
    color: #26364f;
    font-size: 14px;
    line-height: 1.65;
}

.sdcl-support-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--sdcl-blue);
}

.sdcl-support-card > p {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    margin: 28px 0 0;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--sdcl-blue);
    background: #edf5ff;
    font-size: 13px;
    font-weight: 900;
}

.sdcl-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    margin-top: 36px;
    padding: clamp(34px, 4vw, 58px);
    overflow: hidden;
    border-radius: 34px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 15%, rgba(239, 48, 56, 0.22), transparent 32%),
        linear-gradient(116deg, var(--sdcl-midnight), var(--sdcl-blue));
    box-shadow: 0 34px 90px -62px rgba(3, 22, 57, 0.82);
}

.sdcl-cta p {
    color: var(--sdcl-red);
}

.sdcl-cta h2 {
    max-width: 950px;
    margin-top: 12px;
    color: #ffffff;
    font-size: clamp(28px, 3.2vw, 50px);
}

.sdcl-cta span {
    display: block;
    max-width: 820px;
    margin-top: 16px;
    color: rgba(232, 242, 255, 0.88);
    font-size: 16px;
    line-height: 1.7;
}

.sdcl-cta a {
    margin: 0;
    color: var(--sdcl-blue);
    background: #ffffff;
}

.sdcl-icon,
.sdcl-service-icon {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    color: currentColor;
}

.sdcl-icon {
    width: 24px;
    height: 24px;
}

.sdcl-service-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(180deg, var(--sdcl-blue), var(--sdcl-navy));
    box-shadow: 0 20px 38px -24px rgba(3, 22, 57, 0.45);
}

.sdcl-touchpoint-card--orange .sdcl-service-icon { background: linear-gradient(180deg, var(--sdcl-orange), #d66e11); }
.sdcl-touchpoint-card--cyan .sdcl-service-icon { background: linear-gradient(180deg, var(--sdcl-cyan), #0b7ea3); }
.sdcl-touchpoint-card--green .sdcl-service-icon,
.sdcl-support-card--green .sdcl-service-icon { background: linear-gradient(180deg, var(--sdcl-green), #127c53); }
.sdcl-touchpoint-card--red .sdcl-service-icon,
.sdcl-support-card--red .sdcl-service-icon { background: linear-gradient(180deg, var(--sdcl-red), #b81723); }
.sdcl-support-card--blue .sdcl-service-icon { background: linear-gradient(180deg, var(--sdcl-blue), var(--sdcl-navy)); }

.sdcl-icon::before,
.sdcl-icon::after,
.sdcl-service-icon::before,
.sdcl-service-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.sdcl-icon--heart::before {
    left: 4px;
    top: 7px;
    width: 16px;
    height: 14px;
    background: currentColor;
    transform: rotate(-45deg);
    border-radius: 3px;
}

.sdcl-icon--heart::after {
    left: 4px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 8px 0 0 currentColor;
}

.sdcl-icon--file::before {
    left: 5px;
    top: 2px;
    width: 15px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

.sdcl-icon--file::after {
    left: 9px;
    top: 10px;
    width: 7px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 5px 0 currentColor;
}

.sdcl-icon--star::before {
    left: 3px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: currentColor;
    clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 34%);
}

.sdcl-icon--support::before {
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.sdcl-icon--support::after {
    left: 10px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 8px 0 currentColor, 0 -8px 0 currentColor, 8px 0 0 currentColor, -8px 0 0 currentColor;
}

.sdcl-service-icon--club::before {
    left: 24px;
    top: 27px;
    width: 38px;
    height: 34px;
    background: #ffffff;
    clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 56%, 79% 92%, 50% 70%, 21% 92%, 31% 56%, 2% 35%, 38% 34%);
}

.sdcl-service-icon--building::before {
    left: 24px;
    top: 20px;
    width: 38px;
    height: 48px;
    border: 4px solid #ffffff;
    border-radius: 6px;
}

.sdcl-service-icon--building::after {
    left: 34px;
    top: 30px;
    width: 6px;
    height: 6px;
    background: #ffffff;
    box-shadow: 14px 0 0 #ffffff, 0 14px 0 #ffffff, 14px 14px 0 #ffffff, 0 28px 0 #ffffff, 14px 28px 0 #ffffff;
}

.sdcl-service-icon--care::before {
    left: 19px;
    top: 25px;
    width: 48px;
    height: 36px;
    border: 4px solid #ffffff;
    border-radius: 24px 24px 16px 16px;
}

.sdcl-service-icon--care::after {
    left: 35px;
    top: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
}

.sdcl-service-icon--council::before {
    left: 18px;
    top: 24px;
    width: 50px;
    height: 40px;
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.sdcl-service-icon--council::after {
    left: 31px;
    top: 34px;
    width: 24px;
    height: 16px;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.sdcl-service-icon--medical::before {
    left: 38px;
    top: 20px;
    width: 10px;
    height: 46px;
    border-radius: 4px;
    background: #ffffff;
}

.sdcl-service-icon--medical::after {
    left: 20px;
    top: 38px;
    width: 46px;
    height: 10px;
    border-radius: 4px;
    background: #ffffff;
}

.sdcl-service-icon--insurance::before {
    left: 22px;
    top: 17px;
    width: 42px;
    height: 52px;
    border: 4px solid #ffffff;
    border-radius: 22px 22px 16px 16px;
}

.sdcl-service-icon--insurance::after {
    left: 34px;
    top: 38px;
    width: 20px;
    height: 12px;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    transform: rotate(-45deg);
}

.sdcl-service-icon--accessibility::before {
    left: 35px;
    top: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 20px 0 2px #ffffff;
}

.sdcl-service-icon--accessibility::after {
    left: 24px;
    top: 50px;
    width: 38px;
    height: 24px;
    border: 5px solid #ffffff;
    border-top: 0;
    border-radius: 0 0 30px 30px;
}

@media (max-width: 1280px) {
    .sdcl-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .sdcl-hero-copy {
        min-height: 590px;
    }

    .sdcl-hero-media {
        position: absolute;
        inset: 0;
        opacity: 0.58;
    }

    .sdcl-message-card,
    .sdcl-about-grid {
        grid-template-columns: 1fr;
    }

    .sdcl-message-body {
        column-count: 1;
    }

    .sdcl-profile-card {
        display: grid;
        grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
        align-items: center;
        gap: 28px;
    }

    .sdcl-profile-card ul {
        margin: 20px 0 0;
    }

    .sdcl-touchpoint-grid,
    .sdcl-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .sdcl-hero {
        border-radius: 24px;
    }

    .sdcl-hero-copy {
        min-height: 560px;
        padding: 42px 26px 72px;
    }

    .sdcl-hero h1 {
        font-size: clamp(44px, 12vw, 72px);
    }

    .sdcl-hero-actions,
    .sdcl-handbook-grid,
    .sdcl-touchpoint-grid,
    .sdcl-support-grid,
    .sdcl-cta {
        grid-template-columns: 1fr;
    }

    .sdcl-message,
    .sdcl-showcase,
    .sdcl-handbooks,
    .sdcl-support,
    .sdcl-about,
    .sdcl-touchpoints {
        padding-left: 18px;
        padding-right: 18px;
    }

    .sdcl-handbook-card {
        grid-template-columns: 1fr;
    }

    .sdcl-book-cover {
        max-width: 220px;
    }

    .sdcl-profile-card {
        display: flex;
    }

    .sdcl-profile-card ul {
        grid-column: auto;
    }

    .sdcl-cta a {
        width: fit-content;
    }
}

@media (max-width: 560px) {
    .sdcl-hero-copy {
        min-height: 540px;
    }

    .sdcl-hero-chip {
        min-height: 58px;
    }

    .sdcl-message-card,
    .sdcl-about-grid,
    .sdcl-handbook-card,
    .sdcl-touchpoint-card,
    .sdcl-support-card {
        border-radius: 22px;
    }

    .sdcl-message-card,
    .sdcl-about-grid,
    .sdcl-handbook-card {
        padding: 18px;
    }

    .sdcl-profile-card {
        padding: 24px;
    }

    .sdcl-qr-row {
        grid-template-columns: 1fr;
    }
}

/* Compact SDCL focus and service layouts */
.sdcl-about-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sdcl-about-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sdcl-about-cards article {
    min-height: 148px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 42px -34px rgba(3, 22, 57, 0.46);
}

.sdcl-about-cards span {
    width: 54px;
    height: 54px;
    font-size: 16px;
}

.sdcl-about-cards strong {
    display: block;
    font-size: 18px;
    letter-spacing: 0;
}

.sdcl-about-cards small {
    display: block;
    margin-top: 8px;
    color: var(--sdcl-muted);
    font-size: 13px;
    line-height: 1.55;
}

.sdcl-about-copy {
    max-width: 1120px;
    padding: 0;
}

.sdcl-touchpoints {
    margin-top: 0;
    padding-top: 64px;
}

.sdcl-touchpoint-grid {
    gap: 14px;
}

.sdcl-touchpoint-card {
    min-height: 176px;
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 8px;
    text-align: left;
}

.sdcl-touchpoint-card .sdcl-service-icon {
    width: 52px;
    height: 52px;
    transform: none;
    margin-bottom: 0;
}

.sdcl-touchpoint-card h3 {
    margin-top: 12px;
    font-size: 17px;
    letter-spacing: 0;
}

.sdcl-touchpoint-card p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.5;
}

.sdcl-support {
    padding-top: 44px;
}

.sdcl-support-grid {
    max-width: 1180px;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 auto;
}

.sdcl-support-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
    border-radius: 8px;
}

.sdcl-support-content {
    min-width: 0;
}

.sdcl-support-content h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0;
}

.sdcl-support-content ul {
    gap: 8px;
    margin-top: 14px;
}

.sdcl-support-content li {
    font-size: 13.5px;
    line-height: 1.55;
}

.sdcl-support-card > p {
    align-self: center;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .sdcl-about-cards {
        grid-template-columns: 1fr;
    }

    .sdcl-about-cards article {
        min-height: 112px;
    }

    .sdcl-support-card {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .sdcl-support-card > p {
        grid-column: 2;
        width: fit-content;
    }
}

@media (max-width: 560px) {
    .sdcl-about-cards article {
        grid-template-columns: 50px minmax(0, 1fr);
        padding: 18px;
    }

    .sdcl-about-cards span {
        width: 46px;
        height: 46px;
    }

    .sdcl-support-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .sdcl-support-card > p {
        grid-column: auto;
    }
}
/* Refined SDCL cards and line icons */
.sdcl-about-cards article {
    border: 1px solid #cfdded;
    border-top: 3px solid var(--sdcl-blue);
    background: #ffffff;
    box-shadow: 0 18px 34px -28px rgba(3, 22, 57, 0.44);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.sdcl-about-cards article:hover {
    transform: translateY(-2px);
    border-color: #a9c6e9;
    box-shadow: 0 24px 42px -30px rgba(3, 22, 57, 0.5);
}

.sdcl-about-cards article:nth-child(1) span,
.sdcl-about-cards article:nth-child(2) span,
.sdcl-about-cards article:nth-child(3) span {
    color: var(--sdcl-blue);
    background: #edf5ff;
    border: 1px solid #c9dcf3;
    box-shadow: none;
}

.sdcl-service-icon--line,
.sdcl-touchpoint-card .sdcl-service-icon--line,
.sdcl-support-card .sdcl-service-icon--line {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 50%;
    color: var(--sdcl-blue);
    background: #edf5ff;
    border: 1px solid #c9dcf3;
    box-shadow: none;
    transform: none;
}

.sdcl-service-icon--line::before,
.sdcl-service-icon--line::after {
    display: none;
}

.sdcl-service-icon--line svg {
    width: 25px;
    height: 25px;
    display: block;
}

.sdcl-touchpoint-card {
    min-height: 176px;
    border-top: 3px solid var(--sdcl-blue);
}

.sdcl-touchpoint-card:hover,
.sdcl-touchpoint-card:focus-within,
.sdcl-support-card:hover {
    transform: translateY(-2px);
}

.sdcl-support-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    padding: 22px 24px;
    border-left: 3px solid var(--sdcl-blue);
}

.sdcl-support-content h3 {
    font-size: 19px;
}

.sdcl-support-content li::before {
    width: 7px;
    height: 7px;
    background: var(--sdcl-blue);
}

@media (max-width: 900px) {
    .sdcl-about-cards,
    .sdcl-touchpoint-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sdcl-support-card {
        grid-template-columns: 52px minmax(0, 1fr);
    }
}

@media (max-width: 600px) {
    .sdcl-about-cards,
    .sdcl-touchpoint-grid {
        grid-template-columns: 1fr;
    }

    .sdcl-about-cards article {
        min-height: 0;
    }

    .sdcl-touchpoint-card {
        min-height: 0;
        padding: 16px 18px;
    }
}

@media (max-width: 560px) {
    .sdcl-service-icon--line,
    .sdcl-touchpoint-card .sdcl-service-icon--line,
    .sdcl-support-card .sdcl-service-icon--line {
        width: 44px;
        height: 44px;
    }

    .sdcl-service-icon--line svg {
        width: 22px;
        height: 22px;
    }

    .sdcl-support-card {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
    }
}