/* Extracted from newlook-ui-cleaned.css: newlook-home.css */

/* ==========================================================
   PICC EXCELLENCE PUBLIC HOME PAGE
   Page class: newlook-public-home-page

   This block assumes the shared public-header and catalog-card
   styles from the course catalog CSS have already been added to
   newlook-ui.css.
   ========================================================== */

.newlook-ui.newlook-public-home-page {
    min-height: 100vh;
    color: #dbe8f4;
    background:
        radial-gradient(
            circle at 82% 7%,
            rgba(0, 113, 255, 0.13),
            transparent 27%
        ),
        radial-gradient(
            circle at 8% 48%,
            rgba(0, 90, 210, 0.07),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #020914 0%,
            #031225 52%,
            #020a15 100%
        );
}

.newlook-ui .newlook-home-main {
    width: min(100%, 1580px);
    margin: 0 auto;
    padding: 24px 34px 72px;
}


/* ==========================================================
   HOME BUTTONS
   ========================================================== */

.newlook-ui .newlook-home-button {
    display: inline-flex;
    min-height: 48px;
    padding: 10px 19px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition:
        color 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease,
        box-shadow 150ms ease,
        transform 150ms ease;
}

.newlook-ui .newlook-home-button--primary {
    background:
        linear-gradient(
            180deg,
            #1ba5ff,
            #075ecb
        );
    border: 1px solid #3eb2ff;
    box-shadow:
        0 11px 26px rgba(0, 103, 215, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.newlook-ui .newlook-home-button--primary:hover,
.newlook-ui .newlook-home-button--primary:focus-visible {
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            #35b1ff,
            #086bdc
        );
    border-color: #7bcaff;
    box-shadow:
        0 14px 31px rgba(0, 112, 226, 0.31);
    outline: none;
    transform: translateY(-1px);
}

.newlook-ui .newlook-home-button--secondary {
    color: #dce9f4;
    background: rgba(4, 40, 82, 0.64);
    border: 1px solid rgba(61, 148, 222, 0.55);
}

.newlook-ui .newlook-home-button--secondary:hover,
.newlook-ui .newlook-home-button--secondary:focus-visible {
    color: #ffffff;
    background: rgba(7, 71, 145, 0.77);
    border-color: #27a7ff;
    outline: none;
    transform: translateY(-1px);
}

.newlook-ui .newlook-home-button--outline {
    min-width: 290px;
    color: #e5f1fb;
    background: rgba(4, 34, 72, 0.52);
    border: 1px solid #1c93f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.newlook-ui .newlook-home-button--outline:hover,
.newlook-ui .newlook-home-button--outline:focus-visible {
    color: #ffffff;
    background: rgba(8, 74, 149, 0.73);
    border-color: #44b6ff;
    outline: none;
    transform: translateY(-1px);
}


/* ==========================================================
   HOME HERO
   ========================================================== */

.newlook-ui .newlook-home-hero {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(560px, 1.08fr)
        minmax(470px, 0.92fr);
    gap: 28px;
    align-items: center;
    min-height: 550px;
    padding: 52px 42px 40px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 77% 40%,
            rgba(0, 119, 255, 0.24),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(4, 27, 59, 0.98),
            rgba(2, 14, 33, 0.97)
        );
    border: 1px solid rgba(62, 145, 220, 0.42);
    border-radius: 18px;
    box-shadow:
        0 28px 72px rgba(0, 0, 0, 0.29),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.newlook-ui .newlook-home-hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(
            rgba(70, 151, 226, 0.032) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(70, 151, 226, 0.032) 1px,
            transparent 1px
        );
    background-size: 46px 46px;
}

.newlook-ui .newlook-home-hero::after {
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 620px;
    height: 620px;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            rgba(0, 116, 255, 0.13),
            transparent 68%
        );
    border-radius: 50%;
}

.newlook-ui .newlook-home-hero__copy,
.newlook-ui .newlook-home-hero__image {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.newlook-ui .newlook-home-hero .newlook-eyebrow {
    margin: 0 0 15px;
    color: #1ba3ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.105em;
    text-transform: uppercase;
}

.newlook-ui .newlook-home-hero h1 {
    max-width: 790px;
    margin: 0;
    color: #f7fbff;
    font-size: clamp(50px, 5.7vw, 78px);
    line-height: 1.01;
    letter-spacing: -0.038em;
}

.newlook-ui .newlook-home-hero h1 span {
    display: block;
    color: #1686ff;
    text-shadow: 0 0 30px rgba(0, 118, 255, 0.17);
}

.newlook-ui .newlook-home-hero__intro {
    max-width: 700px;
    margin: 22px 0 0;
    color: #b8c7d5;
    font-size: 18px;
    line-height: 1.62;
}

.newlook-ui .newlook-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.newlook-ui .newlook-home-hero__image {
    display: flex;
    min-height: 390px;
    align-items: center;
    justify-content: center;
}

.newlook-ui .newlook-home-hero__image img {
    display: block;
    width: 118%;
    max-width: 720px;
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(
            0 30px 42px rgba(0, 0, 0, 0.34)
        );
}


/* ==========================================================
   HERO BENEFITS
   ========================================================== */

.newlook-ui .newlook-home-hero__benefits {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 38px;
}

.newlook-ui .newlook-home-hero__benefits > div {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    min-width: 0;
    padding: 0 17px;
    align-items: flex-start;
}

.newlook-ui .newlook-home-hero__benefits > div:first-child {
    padding-left: 0;
}

.newlook-ui .newlook-home-hero__benefits > div:last-child {
    padding-right: 0;
}

.newlook-ui .newlook-home-hero__benefits > div:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 54px;
    content: "";
    background: rgba(75, 137, 194, 0.26);
}

.newlook-ui .newlook-home-hero__benefits > div > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #2ba8ff;
    font-size: 18px;
    background: rgba(8, 87, 170, 0.21);
    border: 1px solid rgba(41, 153, 239, 0.36);
    border-radius: 9px;
}

.newlook-ui .newlook-home-hero__benefits span {
    min-width: 0;
}

.newlook-ui .newlook-home-hero__benefits strong {
    display: block;
    color: #e7f1f8;
    font-size: 12px;
    line-height: 1.35;
}

.newlook-ui .newlook-home-hero__benefits small {
    display: block;
    margin-top: 4px;
    color: #7f94a7;
    font-size: 10px;
    line-height: 1.45;
}


/* ==========================================================
   HOME SECTIONS
   ========================================================== */

.newlook-ui .newlook-home-section {
    margin-top: 34px;
}

.newlook-ui .newlook-home-section-heading {
    max-width: 830px;
    margin: 0 auto 24px;
    text-align: center;
}

.newlook-ui .newlook-home-section-heading .newlook-card-label,
.newlook-ui .newlook-home-featured-header .newlook-card-label,
.newlook-ui .newlook-home-impact .newlook-card-label,
.newlook-ui .newlook-home-testimonial .newlook-card-label {
    margin: 0 0 8px;
    color: #149cff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}

.newlook-ui .newlook-home-section-heading h2,
.newlook-ui .newlook-home-featured-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.22;
    letter-spacing: -0.018em;
}

.newlook-ui .newlook-home-section-heading > p:last-child,
.newlook-ui .newlook-home-featured-header > div > p:last-child {
    margin: 10px 0 0;
    color: #95a9bb;
    font-size: 15px;
    line-height: 1.55;
}


/* ==========================================================
   TRAINING PATH CARDS
   ========================================================== */

.newlook-ui .newlook-home-training {
    padding: 12px 0 0;
}

.newlook-ui .newlook-home-training-grid {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.newlook-ui .newlook-home-training-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(5, 31, 65, 0.97),
            rgba(2, 17, 38, 0.97)
        );
    border: 1px solid rgba(68, 139, 205, 0.43);
    border-radius: 13px;
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.newlook-ui .newlook-home-training-card:hover {
    border-color: rgba(37, 160, 249, 0.74);
    box-shadow:
        0 26px 54px rgba(0, 0, 0, 0.25),
        0 0 24px rgba(0, 125, 255, 0.08);
    transform: translateY(-4px);
}

.newlook-ui .newlook-home-training-card__image {
    position: relative;
    display: block;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(8, 60, 120, 0.62),
            rgba(2, 25, 55, 0.82)
        );
    border-bottom: 1px solid rgba(71, 143, 210, 0.34);
}

.newlook-ui .newlook-home-training-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(0, 18, 42, 0.04) 25%,
            rgba(1, 12, 28, 0.65) 100%
        );
}

.newlook-ui .newlook-home-training-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.newlook-ui .newlook-home-training-card:hover .newlook-home-training-card__image img {
    transform: scale(1.04);
}

.newlook-ui .newlook-home-training-card__image span {
    position: absolute;
    z-index: 2;
    bottom: 14px;
    left: 14px;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #34afff;
    font-size: 21px;
    background: rgba(0, 31, 67, 0.84);
    border: 1px solid rgba(41, 165, 255, 0.66);
    border-radius: 50%;
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.25),
        0 0 18px rgba(0, 130, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.newlook-ui .newlook-home-training-card__body {
    padding: 18px 18px 15px;
}

.newlook-ui .newlook-home-training-card__body h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.24;
}

.newlook-ui .newlook-home-training-card__body p {
    margin: 10px 0 0;
    color: #a9bacb;
    font-size: 13px;
    line-height: 1.55;
}

.newlook-ui .newlook-home-training-card__action {
    display: flex;
    min-height: 45px;
    margin: 0 15px 15px;
    padding: 9px 13px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #eef7ff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background:
        linear-gradient(
            180deg,
            rgba(14, 126, 233, 0.88),
            rgba(5, 73, 155, 0.94)
        );
    border: 1px solid rgba(48, 166, 255, 0.65);
    border-radius: 7px;
    box-shadow:
        0 9px 20px rgba(0, 92, 190, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transition:
        border-color 150ms ease,
        background-color 150ms ease,
        transform 150ms ease;
}

.newlook-ui .newlook-home-training-card__action:hover,
.newlook-ui .newlook-home-training-card__action:focus-visible {
    color: #ffffff;
    border-color: #73c5ff;
    outline: none;
    transform: translateY(-1px);
}

.newlook-ui .newlook-home-centered-action {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}


/* ==========================================================
   FEATURED PRODUCTS
   ========================================================== */

.newlook-ui .newlook-home-featured {
    padding: 30px;
    background:
        radial-gradient(
            circle at 87% 18%,
            rgba(0, 112, 255, 0.1),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(4, 27, 58, 0.82),
            rgba(2, 16, 35, 0.88)
        );
    border: 1px solid rgba(61, 136, 202, 0.36);
    border-radius: 15px;
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.17),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.newlook-ui .newlook-home-featured-header {
    display: flex;
    gap: 28px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 23px;
}

.newlook-ui .newlook-home-view-all {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 14px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #dce9f4;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(4, 41, 83, 0.66);
    border: 1px solid rgba(65, 140, 207, 0.44);
    border-radius: 8px;
    transition:
        color 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease,
        transform 150ms ease;
}

.newlook-ui .newlook-home-view-all:hover,
.newlook-ui .newlook-home-view-all:focus-visible {
    color: #ffffff;
    background: rgba(8, 77, 153, 0.75);
    border-color: #219fff;
    outline: none;
    transform: translateY(-1px);
}

.newlook-ui .newlook-home-featured-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.newlook-ui .newlook-home-message {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 18px;
    color: #b7c9d8;
    background: rgba(3, 36, 74, 0.52);
    border: 1px solid rgba(63, 138, 204, 0.36);
    border-radius: 10px;
}

.newlook-ui .newlook-home-message i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #2ca8ff;
    background: rgba(8, 88, 170, 0.27);
    border: 1px solid rgba(42, 155, 242, 0.38);
    border-radius: 8px;
}

.newlook-ui .newlook-home-message p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}


/* ==========================================================
   IMPACT SECTION
   ========================================================== */

.newlook-ui .newlook-home-impact {
    display: grid;
    grid-template-columns:
        minmax(310px, 0.9fr)
        minmax(0, 2.1fr);
    gap: 0;
    margin-top: 34px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(5, 30, 63, 0.97),
            rgba(2, 17, 38, 0.97)
        );
    border: 1px solid rgba(66, 141, 208, 0.42);
    border-radius: 15px;
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.newlook-ui .newlook-home-impact__intro {
    padding: 34px 30px;
    background:
        linear-gradient(
            145deg,
            rgba(6, 53, 107, 0.46),
            rgba(3, 25, 56, 0.22)
        );
    border-right: 1px solid rgba(74, 139, 198, 0.28);
}

.newlook-ui .newlook-home-impact__intro h2 {
    margin: 0;
    color: #f2f7fb;
    font-size: 35px;
    line-height: 1.13;
}

.newlook-ui .newlook-home-impact__intro h2::first-line {
    color: #1d9fff;
}

.newlook-ui .newlook-home-impact__intro > p:not(.newlook-card-label) {
    max-width: 430px;
    margin: 16px 0 0;
    color: #a5b8c8;
    font-size: 14px;
    line-height: 1.6;
}

.newlook-ui .newlook-home-impact__intro .newlook-home-button {
    margin-top: 22px;
}

.newlook-ui .newlook-home-impact__statistics {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.newlook-ui .newlook-home-impact__statistics > div {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 30px 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.newlook-ui .newlook-home-impact__statistics > div:not(:last-child)::after {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    width: 1px;
    content: "";
    background: rgba(74, 139, 198, 0.28);
}

.newlook-ui .newlook-home-impact__statistics i {
    color: #178eff;
    font-size: 42px;
    line-height: 1;
}

.newlook-ui .newlook-home-impact__statistics strong {
    display: block;
    margin-top: 18px;
    color: #168eff;
    font-size: 33px;
    line-height: 1;
}

.newlook-ui .newlook-home-impact__statistics span {
    display: block;
    margin-top: 8px;
    color: #edf5fb;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.newlook-ui .newlook-home-impact__statistics small {
    display: block;
    max-width: 180px;
    margin-top: 8px;
    color: #8196a8;
    font-size: 10px;
    line-height: 1.45;
}


/* ==========================================================
   TESTIMONIAL
   ========================================================== */

.newlook-ui .newlook-home-testimonial {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(370px, 0.65fr);
    gap: 0;
    min-height: 260px;
    margin-top: 34px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 63% 50%,
            rgba(0, 114, 255, 0.12),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(4, 29, 62, 0.97),
            rgba(2, 17, 38, 0.97)
        );
    border: 1px solid rgba(66, 141, 208, 0.42);
    border-radius: 15px;
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.newlook-ui .newlook-home-testimonial__copy {
    display: flex;
    padding: 30px 34px;
    flex-direction: column;
    justify-content: center;
}

.newlook-ui .newlook-home-testimonial blockquote {
    position: relative;
    margin: 9px 0 0;
    padding: 0 0 0 58px;
}

.newlook-ui .newlook-home-testimonial blockquote > i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #168eff;
    font-size: 38px;
}

.newlook-ui .newlook-home-testimonial blockquote p {
    max-width: 760px;
    margin: 0;
    color: #edf5fb;
    font-size: 18px;
    line-height: 1.55;
}

.newlook-ui .newlook-home-testimonial cite {
    display: block;
    margin-top: 15px;
    color: #2ca8ff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.newlook-ui .newlook-home-testimonial__image {
    position: relative;
    min-height: 260px;
    overflow: hidden;
}

.newlook-ui .newlook-home-testimonial__image::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(2, 17, 38, 0.96) 0%,
            rgba(2, 17, 38, 0.18) 45%,
            transparent 100%
        );
}

.newlook-ui .newlook-home-testimonial__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
}


/* ==========================================================
   FINAL CTA
   ========================================================== */

.newlook-ui .newlook-home-final-cta {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 24px;
    padding: 22px 28px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(0, 117, 255, 0.16),
            transparent 25%
        ),
        linear-gradient(
            145deg,
            rgba(5, 38, 78, 0.96),
            rgba(2, 20, 44, 0.97)
        );
    border: 1px solid rgba(59, 150, 225, 0.48);
    border-radius: 13px;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.newlook-ui .newlook-home-final-cta__icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    color: #1b9dff;
    font-size: 32px;
    background: rgba(8, 91, 179, 0.24);
    border: 1px solid rgba(42, 160, 248, 0.47);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(0, 125, 255, 0.09);
}

.newlook-ui .newlook-home-final-cta h2 {
    margin: 0;
    color: #219fff;
    font-size: 23px;
    line-height: 1.3;
}

.newlook-ui .newlook-home-final-cta p {
    margin: 6px 0 0;
    color: #99adbf;
    font-size: 13px;
    line-height: 1.5;
}

.newlook-ui .newlook-home-final-cta .newlook-home-button {
    min-width: 245px;
}


/* ==========================================================
   RESPONSIVE LAYOUT
   ========================================================== */

@media (max-width: 1380px) {

    .newlook-ui .newlook-home-main {
        padding-right: 26px;
        padding-left: 26px;
    }

    .newlook-ui .newlook-home-hero {
        grid-template-columns:
            minmax(500px, 1.08fr)
            minmax(400px, 0.92fr);
    }

    .newlook-ui .newlook-home-training-grid {
        grid-template-columns:
            repeat(5, minmax(0, 1fr));
        gap: 13px;
    }

    .newlook-ui .newlook-home-training-card__body h3 {
        font-size: 18px;
    }

}


@media (max-width: 1180px) {

    .newlook-ui .newlook-home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .newlook-ui .newlook-home-hero__copy {
        max-width: 950px;
    }

    .newlook-ui .newlook-home-hero__image {
        min-height: 300px;
    }

    .newlook-ui .newlook-home-hero__image img {
        width: 78%;
        max-width: 720px;
    }

    .newlook-ui .newlook-home-training-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .newlook-ui .newlook-home-impact {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-home-impact__intro {
        border-right: 0;
        border-bottom: 1px solid rgba(74, 139, 198, 0.28);
    }

}


@media (max-width: 920px) {

    .newlook-ui .newlook-home-hero__benefits {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 18px 0;
    }

    .newlook-ui .newlook-home-hero__benefits > div:nth-child(2)::after {
        display: none;
    }

    .newlook-ui .newlook-home-featured-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .newlook-ui .newlook-home-impact__statistics {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .newlook-ui .newlook-home-impact__statistics > div:nth-child(2)::after {
        display: none;
    }

    .newlook-ui .newlook-home-impact__statistics > div:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(74, 139, 198, 0.22);
    }

    .newlook-ui .newlook-home-testimonial {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-home-testimonial__image {
        min-height: 230px;
    }

    .newlook-ui .newlook-home-testimonial__image::before {
        background:
            linear-gradient(
                180deg,
                rgba(2, 17, 38, 0.96) 0%,
                rgba(2, 17, 38, 0.12) 50%,
                transparent 100%
            );
    }

    .newlook-ui .newlook-home-final-cta {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .newlook-ui .newlook-home-final-cta .newlook-home-button {
        grid-column: 1 / -1;
        width: 100%;
    }

}


@media (max-width: 700px) {

    .newlook-ui .newlook-home-featured-header {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .newlook-ui .newlook-home-view-all {
        width: max-content;
    }

    .newlook-ui .newlook-home-training-grid,
    .newlook-ui .newlook-home-featured-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 620px) {

    .newlook-ui .newlook-home-main {
        padding: 18px 14px 52px;
    }

    .newlook-ui .newlook-home-hero {
        padding: 30px 20px 22px;
        border-radius: 14px;
    }

    .newlook-ui .newlook-home-hero h1 {
        font-size: 44px;
    }

    .newlook-ui .newlook-home-hero__intro {
        font-size: 16px;
    }

    .newlook-ui .newlook-home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-home-hero__actions .newlook-home-button {
        width: 100%;
    }

    .newlook-ui .newlook-home-hero__benefits {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .newlook-ui .newlook-home-hero__benefits > div {
        padding: 0;
    }

    .newlook-ui .newlook-home-hero__benefits > div::after {
        display: none !important;
    }

    .newlook-ui .newlook-home-hero__image {
        min-height: 210px;
    }

    .newlook-ui .newlook-home-hero__image img {
        width: 100%;
    }

    .newlook-ui .newlook-home-section-heading h2,
    .newlook-ui .newlook-home-featured-header h2 {
        font-size: 29px;
    }

    .newlook-ui .newlook-home-training-grid,
    .newlook-ui .newlook-home-featured-grid {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-home-featured {
        padding: 22px 16px;
    }

    .newlook-ui .newlook-home-impact__statistics {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-home-impact__statistics > div {
        padding: 24px 18px;
        border-bottom: 1px solid rgba(74, 139, 198, 0.22);
    }

    .newlook-ui .newlook-home-impact__statistics > div:last-child {
        border-bottom: 0;
    }

    .newlook-ui .newlook-home-impact__statistics > div::after {
        display: none !important;
    }

    .newlook-ui .newlook-home-testimonial__copy {
        padding: 25px 20px;
    }

    .newlook-ui .newlook-home-testimonial blockquote {
        padding-left: 45px;
    }

    .newlook-ui .newlook-home-testimonial blockquote > i {
        font-size: 31px;
    }

    .newlook-ui .newlook-home-testimonial blockquote p {
        font-size: 16px;
    }

    .newlook-ui .newlook-home-final-cta {
        grid-template-columns: 1fr;
        padding: 22px 19px;
        text-align: center;
    }

    .newlook-ui .newlook-home-final-cta__icon {
        margin: 0 auto;
    }

    .newlook-ui .newlook-home-button--outline {
        width: 100%;
        min-width: 0;
    }

}


@media (max-width: 430px) {

    .newlook-ui .newlook-home-hero h1 {
        font-size: 38px;
    }

    .newlook-ui .newlook-home-impact__intro h2 {
        font-size: 31px;
    }

    .newlook-ui .newlook-home-training-card__body h3 {
        font-size: 19px;
    }

}


/* ==========================================================
   PRINT
   ========================================================== */

@media print {

    .newlook-ui .newlook-public-header,
    .newlook-ui .newlook-home-hero__actions,
    .newlook-ui .newlook-home-centered-action,
    .newlook-ui .newlook-home-view-all,
    .newlook-ui .newlook-home-final-cta {
        display: none !important;
    }

    .newlook-ui.newlook-public-home-page {
        color: #000000;
        background: #ffffff;
    }

    .newlook-ui .newlook-home-main {
        width: 100%;
        padding: 0;
    }

    .newlook-ui .newlook-home-hero,
    .newlook-ui .newlook-home-training-card,
    .newlook-ui .newlook-home-featured,
    .newlook-ui .newlook-home-impact,
    .newlook-ui .newlook-home-testimonial {
        color: #000000;
        background: #ffffff;
        border: 1px solid #cccccc;
        box-shadow: none;
    }

}
/* ==========================================================
   SITE-LICENSE-FOCUSED HOME PAGE ADDITIONS
   Homepage stylesheet section.
   ========================================================== */


/* ==========================================================
   HERO EMPHASIS
   ========================================================== */

.newlook-ui.newlook-site-license-home-page
.newlook-home-hero h1 {
    max-width: 900px;
    font-size: clamp(46px, 5.1vw, 70px);
}

.newlook-ui.newlook-site-license-home-page
.newlook-home-hero h1 span {
    margin-top: 5px;
}

.newlook-ui.newlook-site-license-home-page
.newlook-home-hero__intro {
    max-width: 780px;
}

.newlook-ui.newlook-site-license-home-page
.newlook-home-hero__actions
.newlook-home-button--primary {
    min-width: 215px;
}


/* ==========================================================
   ORGANIZATION BENEFITS
   ========================================================== */

.newlook-ui .newlook-home-organization {
    padding: 30px;
    background:
        radial-gradient(
            circle at 85% 18%,
            rgba(0, 112, 255, 0.09),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(4, 27, 58, 0.84),
            rgba(2, 16, 35, 0.9)
        );
    border: 1px solid rgba(61, 136, 202, 0.36);
    border-radius: 15px;
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.17),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

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

.newlook-ui .newlook-home-organization-card {
    min-width: 0;
    padding: 23px 20px;
    background:
        linear-gradient(
            145deg,
            rgba(6, 40, 81, 0.78),
            rgba(3, 24, 52, 0.82)
        );
    border: 1px solid rgba(65, 139, 205, 0.38);
    border-radius: 11px;
    box-shadow:
        0 15px 32px rgba(0, 0, 0, 0.16);
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease;
}

.newlook-ui .newlook-home-organization-card:hover {
    border-color: rgba(39, 160, 248, 0.69);
    box-shadow:
        0 20px 39px rgba(0, 0, 0, 0.21),
        0 0 22px rgba(0, 125, 255, 0.07);
    transform: translateY(-3px);
}

.newlook-ui .newlook-home-organization-card > i {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #2ba8ff;
    font-size: 21px;
    background: rgba(8, 87, 170, 0.24);
    border: 1px solid rgba(41, 153, 239, 0.39);
    border-radius: 10px;
}

.newlook-ui .newlook-home-organization-card h3 {
    margin: 18px 0 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.3;
}

.newlook-ui .newlook-home-organization-card p {
    margin: 10px 0 0;
    color: #9fb1c1;
    font-size: 13px;
    line-height: 1.58;
}


/* ==========================================================
   SITE LICENSE PRODUCT SECTION
   ========================================================== */

.newlook-ui .newlook-home-site-licenses {
    padding: 30px;
    background:
        radial-gradient(
            circle at 88% 14%,
            rgba(0, 118, 255, 0.12),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            rgba(5, 31, 66, 0.96),
            rgba(2, 17, 38, 0.97)
        );
    border: 1px solid rgba(61, 145, 217, 0.44);
    border-radius: 15px;
    box-shadow:
        0 24px 52px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.newlook-ui .newlook-home-site-license-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.newlook-ui .newlook-home-site-license-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(7, 41, 83, 0.96),
            rgba(2, 21, 46, 0.98)
        );
    border: 1px solid rgba(72, 145, 211, 0.45);
    border-radius: 13px;
    box-shadow:
        0 20px 43px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.newlook-ui .newlook-home-site-license-card:hover {
    border-color: rgba(38, 164, 253, 0.75);
    box-shadow:
        0 27px 55px rgba(0, 0, 0, 0.26),
        0 0 26px rgba(0, 126, 255, 0.09);
    transform: translateY(-4px);
}

.newlook-ui .newlook-home-site-license-card__image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 8.8;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(8, 60, 120, 0.62),
            rgba(2, 25, 55, 0.82)
        );
    border-bottom: 1px solid rgba(71, 143, 210, 0.34);
}

.newlook-ui .newlook-home-site-license-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            transparent 40%,
            rgba(1, 12, 28, 0.72) 100%
        );
}

.newlook-ui .newlook-home-site-license-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.newlook-ui
.newlook-home-site-license-card:hover
.newlook-home-site-license-card__image img {
    transform: scale(1.04);
}

.newlook-ui .newlook-home-site-license-card__image > span {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    display: inline-flex;
    min-height: 33px;
    padding: 7px 11px;
    align-items: center;
    gap: 8px;
    color: #edf7ff;
    font-size: 11px;
    font-weight: 700;
    background: rgba(1, 24, 53, 0.86);
    border: 1px solid rgba(47, 163, 249, 0.5);
    border-radius: 20px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.newlook-ui .newlook-home-site-license-card__image > span i {
    color: #2ba9ff;
}

.newlook-ui .newlook-home-site-license-card__body {
    padding: 21px 21px 18px;
}

.newlook-ui .newlook-home-site-license-card__body h3 {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.3;
}

.newlook-ui .newlook-home-site-license-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.newlook-ui .newlook-home-site-license-card__body h3 a:hover,
.newlook-ui .newlook-home-site-license-card__body h3 a:focus-visible {
    color: #35adff;
    outline: none;
}

.newlook-ui .newlook-home-site-license-card__body > p {
    margin: 13px 0 0;
    color: #a9bacb;
    font-size: 13px;
    line-height: 1.58;
}

.newlook-ui .newlook-home-site-license-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 15px;
    margin-top: 18px;
}

.newlook-ui .newlook-home-site-license-card__facts span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #8fa5b8;
    font-size: 11px;
    line-height: 1.4;
}

.newlook-ui .newlook-home-site-license-card__facts i {
    color: #279fef;
}

.newlook-ui .newlook-home-site-license-card__footer {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 17px 21px;
    background: rgba(1, 14, 31, 0.46);
    border-top: 1px solid rgba(76, 137, 193, 0.25);
}

.newlook-ui .newlook-home-site-license-card__footer > strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}

.newlook-ui .newlook-home-site-license-card__footer > a {
    display: inline-flex;
    min-height: 39px;
    padding: 8px 13px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #eef7ff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background:
        linear-gradient(
            180deg,
            rgba(15, 132, 240, 0.9),
            rgba(5, 75, 158, 0.96)
        );
    border: 1px solid rgba(51, 169, 255, 0.62);
    border-radius: 7px;
    transition:
        transform 150ms ease,
        border-color 150ms ease;
}

.newlook-ui .newlook-home-site-license-card__footer > a:hover,
.newlook-ui .newlook-home-site-license-card__footer > a:focus-visible {
    color: #ffffff;
    border-color: #78caff;
    outline: none;
    transform: translateY(-1px);
}


/* ==========================================================
   SITE LICENSE PROCESS
   ========================================================== */

.newlook-ui .newlook-home-license-process {
    display: grid;
    grid-template-columns:
        minmax(310px, 0.82fr)
        minmax(0, 1.68fr);
    gap: 30px;
    align-items: center;
    margin-top: 34px;
    padding: 31px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(0, 116, 255, 0.12),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            rgba(5, 34, 70, 0.96),
            rgba(2, 19, 42, 0.98)
        );
    border: 1px solid rgba(64, 146, 217, 0.43);
    border-radius: 14px;
    box-shadow:
        0 21px 46px rgba(0, 0, 0, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.newlook-ui .newlook-home-license-process__intro .newlook-card-label {
    margin: 0 0 8px;
    color: #149cff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}

.newlook-ui .newlook-home-license-process__intro h2 {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.23;
}

.newlook-ui .newlook-home-license-process__intro > p:last-child {
    margin: 14px 0 0;
    color: #9fb1c1;
    font-size: 13px;
    line-height: 1.6;
}

.newlook-ui .newlook-home-license-process__steps {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.newlook-ui .newlook-home-license-process__steps li {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    min-width: 0;
    padding: 18px 16px;
    background: rgba(4, 40, 81, 0.58);
    border: 1px solid rgba(66, 140, 205, 0.36);
    border-radius: 10px;
}

.newlook-ui .newlook-home-license-process__steps li > span {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    background:
        linear-gradient(
            180deg,
            #1aa4ff,
            #075fca
        );
    border: 1px solid #3eb2ff;
    border-radius: 50%;
    box-shadow:
        0 8px 19px rgba(0, 102, 211, 0.22);
}

.newlook-ui .newlook-home-license-process__steps strong {
    display: block;
    color: #edf5fb;
    font-size: 14px;
    line-height: 1.4;
}

.newlook-ui .newlook-home-license-process__steps p {
    margin: 7px 0 0;
    color: #8fa4b7;
    font-size: 11px;
    line-height: 1.52;
}


/* ==========================================================
   SECONDARY INDIVIDUAL SALES
   ========================================================== */

.newlook-ui .newlook-home-individual-training {
    margin-top: 44px;
    padding-top: 30px;
    border-top: 1px solid rgba(68, 135, 196, 0.25);
}

.newlook-ui .newlook-home-individual-training
.newlook-home-training-card {
    background:
        linear-gradient(
            145deg,
            rgba(4, 28, 59, 0.92),
            rgba(2, 16, 36, 0.94)
        );
}

.newlook-ui .newlook-home-individual-featured {
    margin-top: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(4, 25, 53, 0.78),
            rgba(2, 15, 33, 0.84)
        );
    border-color: rgba(61, 132, 195, 0.3);
}


/* ==========================================================
   FINAL SITE LICENSE CTA
   ========================================================== */

.newlook-ui .newlook-home-site-license-cta {
    margin-top: 34px;
    border-color: rgba(56, 157, 234, 0.58);
    background:
        radial-gradient(
            circle at 9% 50%,
            rgba(0, 127, 255, 0.2),
            transparent 25%
        ),
        linear-gradient(
            145deg,
            rgba(6, 49, 99, 0.98),
            rgba(2, 22, 49, 0.98)
        );
}

.newlook-ui .newlook-home-site-license-cta h2 {
    color: #33acff;
}

.newlook-ui .newlook-home-site-license-cta
.newlook-home-button {
    min-width: 300px;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1180px) {

    .newlook-ui .newlook-home-organization-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .newlook-ui .newlook-home-site-license-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .newlook-ui .newlook-home-license-process {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 820px) {

    .newlook-ui .newlook-home-license-process__steps {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 700px) {

    .newlook-ui .newlook-home-site-license-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 620px) {

    .newlook-ui.newlook-site-license-home-page
    .newlook-home-hero h1 {
        font-size: 41px;
    }

    .newlook-ui .newlook-home-organization,
    .newlook-ui .newlook-home-site-licenses,
    .newlook-ui .newlook-home-license-process {
        padding: 22px 16px;
    }

    .newlook-ui .newlook-home-organization-grid {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-home-license-process__intro h2 {
        font-size: 27px;
    }

    .newlook-ui .newlook-home-site-license-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .newlook-ui .newlook-home-site-license-card__footer > a {
        width: 100%;
    }

    .newlook-ui .newlook-home-site-license-cta
    .newlook-home-button {
        min-width: 0;
    }

}


/* ==========================================================
   PRINT
   ========================================================== */

@media print {

    .newlook-ui .newlook-home-organization,
    .newlook-ui .newlook-home-site-licenses,
    .newlook-ui .newlook-home-license-process {
        color: #000000;
        background: #ffffff;
        border: 1px solid #cccccc;
        box-shadow: none;
    }

}

