:root {
    --home-primary: #0b527f;
    --home-primary-dark: #06334f;
    --home-primary-deep: #05283f;
    --home-secondary: #1685ad;
    --home-accent: #d4a439;
    --home-accent-light: #f3c65e;
    --home-text: #203f56;
    --home-muted: #718394;
    --home-border: #dfe8ef;
    --home-surface: #ffffff;
    --home-soft: #f5f8fb;
    --home-radius-sm: 13px;
    --home-radius-md: 19px;
    --home-radius-lg: 28px;
    --home-shadow-sm: 0 10px 28px rgba(24, 61, 88, 0.07);
    --home-shadow: 0 20px 48px rgba(13, 55, 82, 0.13);
}

.yes-home-page {
    background: var(--home-soft);
}

.yes-home-page *,
.yes-home-page *::before,
.yes-home-page *::after {
    box-sizing: border-box;
}

.yes-home-page #main-content {
    min-width: 0;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

.yes-home-page img {
    max-width: 100%;
}

.yes-home-page a,
.yes-home-page button {
    -webkit-tap-highlight-color: transparent;
}

.yes-home-page a:focus-visible,
.yes-home-page button:focus-visible {
    outline: 3px solid rgba(243, 198, 94, 0.95);
    outline-offset: 3px;
}

.yes-home-page section[id] {
    scroll-margin-top: calc(var(--yes-header-height, 82px) + 18px);
}

/* News ticker */
.yes-home-ticker {
    position: relative;
    z-index: 30;
    color: #fff;
    background: #073a5a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.yes-home-ticker-shell {
    min-height: 48px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 48px;
    align-items: stretch;
}

.yes-home-ticker-label {
    min-width: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-inline: 22px;
    color: #17384d;
    background: linear-gradient(135deg, #f2c65c, #e1a934);
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
    font-size: 0.84rem;
    white-space: nowrap;
}

.yes-home-ticker-pulse {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background: #b82638;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(184, 38, 56, 0.55);
    animation: yesHomeTickerPulse 1.8s infinite;
}

.yes-home-ticker-window {
    min-width: 0;
    overflow: hidden;
    contain: layout paint;
}

.yes-home-ticker-track {
    width: max-content;
    min-width: 100%;
    display: flex;
    align-items: center;
    direction: ltr;
    animation: yesHomeTickerScroll var(--yes-ticker-duration, 45s) linear infinite;
    will-change: transform;
    backface-visibility: hidden;
}

.yes-home-ticker-group {
    min-width: max-content;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.yes-home-ticker-item {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-inline: 24px;
    color: rgba(255, 255, 255, 0.9);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    font-size: 0.82rem;
    white-space: nowrap;
}

.yes-home-ticker-item:hover,
.yes-home-ticker-item:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.yes-home-ticker-dot {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    background: var(--home-accent-light);
    border-radius: 50%;
}

.yes-home-ticker-category {
    color: #f4cc6b;
    font-weight: 800;
}

.yes-home-ticker-title {
    font-weight: 700;
}

.yes-home-ticker-item time {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
}

.yes-home-ticker-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.05rem;
}

.yes-home-ticker-toggle:hover,
.yes-home-ticker-toggle:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.yes-home-ticker.is-paused .yes-home-ticker-track,
.yes-home-ticker-window:hover .yes-home-ticker-track,
.yes-home-ticker-window:focus-within .yes-home-ticker-track {
    animation-play-state: paused;
}

/* Hero */
.yes-home-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(30, 155, 196, 0.27), transparent 28%),
        radial-gradient(circle at 10% 86%, rgba(211, 163, 61, 0.17), transparent 25%),
        linear-gradient(125deg, #052a42 0%, #084969 48%, #0b6b88 100%);
}

.yes-home-hero-pattern {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.13;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 96%);
    mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.yes-home-hero-ring {
    position: absolute;
    z-index: -2;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.yes-home-hero-ring-one {
    top: -230px;
    right: -160px;
    width: 530px;
    height: 530px;
    box-shadow:
        0 0 0 65px rgba(255, 255, 255, 0.02),
        0 0 0 130px rgba(255, 255, 255, 0.012);
}

.yes-home-hero-ring-two {
    bottom: -310px;
    left: -180px;
    width: 590px;
    height: 590px;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018);
}

.yes-home-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 62px;
    padding-bottom: 58px;
}

.yes-home-hero .carousel-item {
    min-height: 520px;
}

.yes-home-hero-copy {
    max-width: 690px;
}

.yes-home-eyebrow,
.yes-home-section-eyebrow,
.yes-home-help-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 800;
}

.yes-home-eyebrow {
    margin-bottom: 18px;
    padding: 9px 15px;
    color: #f6d783;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.yes-home-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.65rem, 5vw, 4.65rem);
    font-weight: 900;
    line-height: 1.17;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.yes-home-hero h1 span {
    display: block;
    margin-top: 6px;
    color: var(--home-accent-light);
}

.yes-home-hero h1 small {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 0.72em;
    font-weight: 800;
}

.yes-home-hero-description {
    max-width: 650px;
    margin: 24px 0 30px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.06rem;
    line-height: 2;
}

.yes-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.yes-home-primary-button,
.yes-home-secondary-button {
    min-width: 205px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.yes-home-primary-button {
    color: #083956;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 15px 32px rgba(1, 24, 38, 0.24);
}

.yes-home-primary-button:hover,
.yes-home-primary-button:focus {
    color: #083956;
    transform: translateY(-2px);
    box-shadow: 0 19px 38px rgba(1, 24, 38, 0.3);
}

.yes-home-secondary-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(9px);
}

.yes-home-secondary-button:hover,
.yes-home-secondary-button:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.yes-home-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.83rem;
}

.yes-home-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.yes-home-trust-row i {
    color: var(--home-accent-light);
}

.yes-home-hero-visual {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yes-home-hero-glow {
    position: absolute;
    width: min(460px, 86%);
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.035) 58%,
            transparent 70%
        );
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(255, 255, 255, 0.025),
        0 0 95px rgba(33, 166, 204, 0.19);
}

.yes-home-hero-image-card {
    position: relative;
    width: min(100%, 620px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 28px;
    box-shadow: 0 34px 70px rgba(0, 24, 38, 0.3);
    transform: perspective(1100px) rotateY(4deg) rotateX(-1deg);
}

.yes-home-hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
}

.yes-home-hero-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 28, 43, 0.62), transparent 47%);
    pointer-events: none;
}

.yes-home-hero-image-caption {
    position: absolute;
    right: 22px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
}

.yes-home-hero-image-caption > span {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 13px;
    backdrop-filter: blur(10px);
}

.yes-home-hero-image-caption small,
.yes-home-hero-image-caption strong {
    display: block;
}

.yes-home-hero-image-caption small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
}

.yes-home-hero-image-caption strong {
    margin-top: 2px;
    font-size: 0.9rem;
}

.yes-home-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    color: #263e50;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 16px;
    box-shadow: 0 17px 36px rgba(1, 21, 34, 0.22);
    backdrop-filter: blur(12px);
}

.yes-home-floating-card > span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--home-primary);
    background: #e9f4fa;
    border-radius: 12px;
}

.yes-home-floating-card small,
.yes-home-floating-card strong {
    display: block;
}

.yes-home-floating-card small {
    color: #7d8c98;
    font-size: 0.69rem;
}

.yes-home-floating-card strong {
    margin-top: 2px;
    font-size: 0.82rem;
}

.yes-home-floating-card-membership {
    top: 26px;
    right: -20px;
}

.yes-home-floating-card-training {
    left: -18px;
    bottom: 38px;
}

.yes-home-carousel-controls {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 12px;
}

.yes-home-carousel-controls > button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 11px;
}

.yes-home-carousel-controls > button:hover {
    background: rgba(255, 255, 255, 0.16);
}

.yes-home-carousel-indicators {
    display: flex;
    gap: 6px;
}

.yes-home-carousel-indicators button {
    width: 9px;
    height: 9px;
    padding: 0;
    background: rgba(255, 255, 255, 0.35);
    border: 0;
    border-radius: 50%;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.yes-home-carousel-indicators button.active {
    width: 28px;
    background: var(--home-accent-light);
    border-radius: 999px;
}

/* Quick links */
.yes-home-quick-links {
    position: relative;
    z-index: 5;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 22px;
    box-shadow: 0 21px 48px rgba(7, 33, 50, 0.2);
}

.yes-home-quick-links > a {
    min-height: 108px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    color: #263f52;
    background: #fff;
    border-left: 1px solid #e2eaf0;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.yes-home-quick-links > a:last-child {
    border-left: 0;
}

.yes-home-quick-links > a:hover,
.yes-home-quick-links > a:focus {
    color: var(--home-primary);
    background: #f3f9fc;
}

.yes-home-quick-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--home-primary), var(--home-secondary));
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(11, 81, 124, 0.22);
}

.yes-home-quick-links strong,
.yes-home-quick-links small {
    display: block;
}

.yes-home-quick-links strong {
    font-size: 0.9rem;
}

.yes-home-quick-links small {
    margin-top: 4px;
    color: var(--home-muted);
    font-size: 0.7rem;
    line-height: 1.55;
}

.yes-home-quick-links > a > i {
    margin-right: auto;
    color: #9cacb8;
    font-size: 1.35rem;
}

/* Statistics */
.yes-home-stats {
    position: relative;
    clear: both;
    padding: 48px 0;
    background: var(--home-soft);
}

.yes-home-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.yes-home-stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 18px;
    box-shadow: var(--home-shadow-sm);
}

.yes-home-stat-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--home-primary);
    background: #e9f4fa;
    border-radius: 15px;
    font-size: 1.3rem;
}

.yes-home-stat-card strong,
.yes-home-stat-card span {
    display: block;
}

.yes-home-stat-card strong {
    color: #123b57;
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1;
}

.yes-home-stat-card div > span {
    margin-top: 7px;
    color: var(--home-muted);
    font-size: 0.82rem;
}

/* General sections */
.yes-home-section {
    position: relative;
    padding: 78px 0;
}

.yes-home-section-heading,
.yes-home-content-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
}

.yes-home-section-heading-center {
    justify-content: center;
    text-align: center;
}

.yes-home-section-eyebrow {
    margin-bottom: 10px;
    color: #b47e1d;
}

.yes-home-section-heading h2,
.yes-home-content-heading h2 {
    margin: 0 0 8px;
    color: #143b57;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    font-weight: 900;
    line-height: 1.35;
}

.yes-home-section-heading p,
.yes-home-content-heading p {
    max-width: 680px;
    margin: 0;
    color: var(--home-muted);
    line-height: 1.85;
}

.yes-home-heading-link,
.yes-home-outline-button {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 17px;
    color: var(--home-primary);
    background: #fff;
    border: 1px solid rgba(12, 93, 135, 0.28);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
}

.yes-home-heading-link:hover,
.yes-home-outline-button:hover {
    color: #fff;
    background: var(--home-primary);
    border-color: var(--home-primary);
}

/* Services */
.yes-home-services {
    background: #fff;
}

.yes-home-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 27px;
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(24, 61, 88, 0.065);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.yes-home-service-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(
        90deg,
        var(--home-primary),
        var(--home-secondary),
        var(--home-accent)
    );
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.yes-home-service-card:hover {
    border-color: rgba(13, 95, 137, 0.3);
    box-shadow: 0 20px 42px rgba(24, 61, 88, 0.12);
    transform: translateY(-6px);
}

.yes-home-service-card:hover::after {
    transform: scaleX(1);
}

.yes-home-service-number {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #dce8ef;
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1;
}

.yes-home-service-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    color: var(--home-primary);
    background: #eaf5fb;
    border-radius: 17px;
    font-size: 1.45rem;
}

.yes-home-service-card h3 {
    margin: 0 0 11px;
    color: var(--home-text);
    font-size: 1.15rem;
    font-weight: 900;
}

.yes-home-service-card p {
    flex: 1;
    margin: 0 0 19px;
    color: var(--home-muted);
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.yes-home-service-link,
.yes-home-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    color: var(--home-primary);
    text-decoration: none;
    font-weight: 900;
}

.yes-home-service-link i,
.yes-home-card-link i {
    transition: transform 0.2s ease;
}

.yes-home-service-link:hover i,
.yes-home-card-link:hover i {
    transform: translateX(-4px);
}

/* Content hub */
.yes-home-content {
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 6%, rgba(16, 112, 151, 0.08), transparent 28%),
        var(--home-soft);
}

.yes-home-content-tabs {
    display: inline-flex;
    gap: 7px;
    padding: 7px;
    background: #fff;
    border: 1px solid #dde6ee;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(25, 67, 96, 0.07);
}

.yes-home-content-tab {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 14px;
    color: #526b80;
    background: transparent;
    border: 0;
    border-radius: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.yes-home-content-tab > span {
    min-width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 6px;
    background: rgba(13, 79, 124, 0.08);
    border-radius: 50px;
    font-size: 0.72rem;
}

.yes-home-content-tab:hover {
    color: var(--home-primary);
    background: #eef5fa;
}

.yes-home-content-tab.active {
    color: #fff;
    background: linear-gradient(135deg, var(--home-primary), #197ca8);
    box-shadow: 0 7px 18px rgba(13, 79, 124, 0.2);
}

.yes-home-content-tab.active > span {
    background: rgba(255, 255, 255, 0.18);
}

.yes-home-content-panel {
    display: none;
}

.yes-home-content-panel.active {
    display: block;
}

.yes-home-content-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe7ee;
    border-radius: 21px;
    box-shadow: 0 10px 29px rgba(30, 67, 94, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.yes-home-content-card:hover {
    border-color: rgba(13, 79, 124, 0.3);
    box-shadow: 0 19px 40px rgba(30, 67, 94, 0.13);
    transform: translateY(-5px);
}

.yes-home-content-media {
    position: relative;
    height: 215px;
    display: block;
    overflow: hidden;
    background: #eaf1f6;
    text-decoration: none;
}

.yes-home-content-media img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.yes-home-content-card:hover .yes-home-content-media img {
    transform: scale(1.045);
}

.yes-home-content-placeholder {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2rem;
}

.yes-home-placeholder-news {
    color: #326e97;
    background: linear-gradient(145deg, #dfeef8, #f8fcfe);
}

.yes-home-placeholder-course {
    color: #287459;
    background: linear-gradient(145deg, #dff3eb, #f5fcf9);
}

.yes-home-placeholder-ad {
    color: #a9791f;
    background: linear-gradient(145deg, #fff0ce, #fffaf0);
}

.yes-home-placeholder-magazine {
    color: #705695;
    background: linear-gradient(145deg, #eee7f8, #fcfaff);
}

.yes-home-magazine-media img {
    object-fit: contain;
    background: #f7f4fb;
}

.yes-home-featured-badge,
.yes-home-course-status,
.yes-home-ad-type {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.yes-home-featured-badge {
    color: #795303;
    background: rgba(255, 232, 178, 0.94);
}

.yes-home-course-status {
    color: #126446;
    background: rgba(220, 247, 237, 0.95);
}

.yes-home-course-status > span {
    width: 7px;
    height: 7px;
    background: #1e9d6b;
    border-radius: 50%;
}

.yes-home-ad-type {
    color: #fff;
    background: rgba(13, 86, 127, 0.92);
}

.yes-home-content-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.yes-home-content-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 13px;
    color: #7b8d9d;
    font-size: 0.76rem;
}

.yes-home-content-meta > span {
    padding: 5px 10px;
    color: var(--home-primary);
    background: #e8f3fa;
    border-radius: 50px;
    font-weight: 800;
}

.yes-home-content-meta time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.yes-home-content-card h3 {
    margin: 0 0 11px;
    color: var(--home-text);
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.55;
}

.yes-home-content-card h3 a {
    color: inherit;
    text-decoration: none;
}

.yes-home-content-card h3 a:hover {
    color: var(--home-primary);
}

.yes-home-content-card-body > p {
    margin: 0 0 17px;
    color: var(--home-muted);
    line-height: 1.82;
    overflow-wrap: anywhere;
}

.yes-home-card-link {
    margin-top: auto;
}

.yes-home-course-details {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0 0 17px;
    color: #657a8c;
    list-style: none;
    font-size: 0.81rem;
}

.yes-home-course-details li,
.yes-home-ad-location {
    display: flex;
    align-items: center;
    gap: 7px;
}

.yes-home-course-details i {
    color: #21815f;
}

.yes-home-ad-location {
    margin-bottom: 17px;
    color: #657a8c;
    font-size: 0.83rem;
}

.yes-home-ad-location i {
    color: #c18a20;
}

.yes-home-content-footer {
    display: flex;
    justify-content: center;
    margin-top: 29px;
}

/* Empty state */
.yes-home-empty-state {
    padding: 55px 22px;
    color: var(--home-muted);
    background: #fff;
    border: 1px dashed #cbd8e3;
    border-radius: 20px;
    text-align: center;
}

.yes-home-empty-state > i {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #2b709e;
    background: #e9f3fa;
    border-radius: 20px;
    font-size: 2rem;
}

.yes-home-empty-state h3 {
    margin: 0 0 8px;
    color: #355168;
    font-size: 1.2rem;
    font-weight: 900;
}

.yes-home-empty-state p {
    margin: 0;
}

/* Help */
.yes-home-help {
    padding: 70px 0 78px;
    background: #fff;
}

.yes-home-help-card {
    position: relative;
    overflow: hidden;
    padding: 48px 54px;
    color: #fff;
    background: linear-gradient(125deg, #073a59, #0b5d82 58%, #118eaa);
    border-radius: 28px;
    box-shadow: 0 24px 54px rgba(10, 61, 88, 0.2);
}

.yes-home-help-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.13;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.3) 0 2px, transparent 3px),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0.2) 51%, transparent 52%);
    background-size: 55px 55px, 85px 85px;
}

.yes-home-help-card > .row {
    position: relative;
    z-index: 2;
}

.yes-home-help-eyebrow {
    margin-bottom: 12px;
    color: #f2ce72;
}

.yes-home-help h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
}

.yes-home-help p {
    max-width: 720px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.9;
}

.yes-home-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.yes-home-help-primary,
.yes-home-help-secondary {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.yes-home-help-primary {
    color: #073a59;
    background: #fff;
    border: 1px solid #fff;
}

.yes-home-help-primary:hover {
    color: #073a59;
    transform: translateY(-2px);
}

.yes-home-help-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.yes-home-help-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.yes-home-help-logo {
    width: 220px;
    height: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    box-shadow: 0 18px 38px rgba(0, 25, 39, 0.22);
}

.yes-home-help-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Reveal */
.js .yes-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.js .yes-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes yesHomeTickerScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes yesHomeTickerPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(184, 38, 56, 0.55);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(184, 38, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(184, 38, 56, 0);
    }
}

/* Responsive */
@media (max-width: 1199.98px) {
    .yes-home-hero h1 {
        font-size: clamp(2.45rem, 5vw, 3.9rem);
    }

    .yes-home-floating-card-membership {
        right: 0;
    }

    .yes-home-floating-card-training {
        left: 0;
    }

    .yes-home-quick-links > a {
        padding: 15px;
    }
}

@media (max-width: 991.98px) {
    .yes-home-hero-container {
        padding-top: 52px;
        padding-bottom: 48px;
    }

    .yes-home-hero .carousel-item {
        min-height: auto;
    }

    .yes-home-hero-copy {
        max-width: 780px;
        margin-inline: auto;
        text-align: center;
    }

    .yes-home-hero-description {
        margin-inline: auto;
    }

    .yes-home-hero-actions,
    .yes-home-trust-row {
        justify-content: center;
    }

    .yes-home-hero-visual {
        min-height: 390px;
        max-width: 720px;
        margin: 24px auto 0;
    }

    .yes-home-hero-image-card {
        transform: none;
    }

    .yes-home-quick-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 32px;
    }

    .yes-home-quick-links > a:nth-child(2) {
        border-left: 0;
    }

    .yes-home-quick-links > a:nth-child(-n + 2) {
        border-bottom: 1px solid #e2eaf0;
    }

    .yes-home-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yes-home-section-heading,
    .yes-home-content-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .yes-home-content-tabs {
        width: 100%;
        overflow-x: auto;
    }

    .yes-home-content-tab {
        flex: 1;
    }
}

@media (max-width: 767.98px) {
    .yes-home-ticker-shell {
        grid-template-columns: 122px minmax(0, 1fr) 44px;
    }

    .yes-home-ticker-label {
        min-width: 122px;
        padding-inline: 12px;
        font-size: 0.73rem;
    }

    .yes-home-ticker-label i {
        display: none;
    }

    .yes-home-ticker-item {
        padding-inline: 16px;
        font-size: 0.76rem;
    }

    .yes-home-ticker-item time,
    .yes-home-ticker-category {
        display: none;
    }

    .yes-home-hero-container {
        padding-top: 40px;
        padding-bottom: 38px;
    }

    .yes-home-hero h1 {
        font-size: 2.28rem;
        line-height: 1.25;
    }

    .yes-home-hero-description {
        font-size: 0.95rem;
        line-height: 1.9;
    }

    .yes-home-hero-actions {
        display: grid;
    }

    .yes-home-primary-button,
    .yes-home-secondary-button {
        width: 100%;
        min-width: 0;
    }

    .yes-home-hero-visual {
        min-height: auto;
    }

    .yes-home-floating-card {
        display: none;
    }

    .yes-home-carousel-controls {
        margin-top: 18px;
    }

    .yes-home-quick-links {
        margin-top: 26px;
        border-radius: 18px;
    }

    .yes-home-quick-links > a {
        min-height: 100px;
        padding: 14px 12px;
    }

    .yes-home-quick-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .yes-home-quick-links strong {
        font-size: 0.8rem;
    }

    .yes-home-quick-links small {
        font-size: 0.64rem;
    }

    .yes-home-quick-links > a > i {
        display: none;
    }

    .yes-home-stats-grid {
        gap: 10px;
    }

    .yes-home-stat-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px;
    }

    .yes-home-stat-icon {
        width: 44px;
        height: 44px;
    }

    .yes-home-stat-card strong {
        font-size: 1.4rem;
    }

    .yes-home-section {
        padding: 58px 0;
    }

    .yes-home-section-heading h2,
    .yes-home-content-heading h2 {
        font-size: 1.8rem;
    }

    .yes-home-content-tab {
        min-width: 120px;
    }

    .yes-home-content-media {
        height: 205px;
    }

    .yes-home-help {
        padding: 52px 0 60px;
    }

    .yes-home-help-card {
        padding: 34px 22px;
        border-radius: 22px;
        text-align: center;
    }

    .yes-home-help-actions {
        justify-content: center;
    }

    .yes-home-help-logo {
        width: 165px;
        height: 165px;
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .yes-home-ticker-shell {
        grid-template-columns: 102px minmax(0, 1fr) 42px;
    }

    .yes-home-ticker-label {
        min-width: 102px;
        font-size: 0.68rem;
    }

    .yes-home-hero h1 {
        font-size: 2rem;
    }

    .yes-home-eyebrow {
        font-size: 0.74rem;
    }

    .yes-home-quick-links {
        grid-template-columns: 1fr;
    }

    .yes-home-quick-links > a {
        min-height: 86px;
        border-left: 0;
        border-bottom: 1px solid #e2eaf0;
    }

    .yes-home-quick-links > a:last-child {
        border-bottom: 0;
    }

    .yes-home-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .yes-home-content-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: visible;
    }

    .yes-home-content-tab {
        width: 100%;
        min-width: 0;
    }

    .yes-home-help-actions {
        display: grid;
    }

    .yes-home-help-primary,
    .yes-home-help-secondary {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .yes-home-stats-grid {
        grid-template-columns: 1fr;
    }

    .yes-home-content-tabs {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yes-home-ticker-track,
    .yes-home-ticker-pulse {
        animation: none;
    }

    .yes-home-ticker-window {
        overflow-x: auto;
    }

    .yes-home-ticker-group[aria-hidden="true"] {
        display: none;
    }

    .yes-home-page *,
    .yes-home-page *::before,
    .yes-home-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .js .yes-reveal {
        opacity: 1;
        transform: none;
    }
}

@media print {
    .yes-home-ticker,
    .yes-home-hero-actions,
    .yes-home-carousel-controls,
    .yes-home-help-actions {
        display: none !important;
    }

    .yes-home-hero,
    .yes-home-help-card {
        color: #000;
        background: #fff;
        box-shadow: none;
    }

    .yes-home-hero h1,
    .yes-home-help h2 {
        color: #000;
    }
}
