/* =========================================================
   YOUIL PRODUCT PAGE
========================================================= */

:root {
    --youil-navy: #122d55;
    --youil-navy-dark: #0b203e;
    --youil-blue: #1d4778;
    --youil-blue-light: #4d86bd;
    --youil-orange: #ed623c;
    --youil-teal: #39b7b3;
    --youil-text: #172f50;
    --youil-muted: #6d7d91;
    --youil-light: #f5f7fa;
    --youil-border: #dfe5ec;
    --youil-white: #ffffff;
}


/* =========================================================
   GLOBAL
========================================================= */

.youil-page {
    color: var(--youil-text);
    background: var(--youil-white);
    overflow: hidden;
}

.youil-page *,
.youil-page *::before,
.youil-page *::after {
    box-sizing: border-box;
}

.youil-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.youil-page a {
    text-decoration: none;
}


/* =========================================================
   COMMON
========================================================= */

.youil-eyebrow {
    display: inline-block;
    margin-bottom: 18px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.4;

    color: var(--youil-blue-light);
    text-transform: uppercase;
}

.youil-section-heading h2 {
    margin: 0;

    font-size: 48px;
    line-height: 1.12;
    font-weight: 500;

    color: var(--youil-navy);
}

.youil-section-heading p {
    max-width: 650px;
    margin: 20px auto 0;

    color: var(--youil-muted);
    font-size: 16px;
    line-height: 1.8;
}

.youil-section-heading--center {
    text-align: center;
    margin-bottom: 60px;
}


/* =========================================================
   BUTTON
========================================================= */

.youil-btn {
    min-height: 56px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    padding: 0 28px;

    border: 1px solid transparent;

    font-size: 15px;
    font-weight: 600;

    transition:
        background-color .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease;
}

.youil-btn span {
    font-size: 20px;
    line-height: 1;
}

.youil-btn:hover {
    transform: translateY(-3px);
}

.youil-btn--primary {
    color: #fff;
    background: var(--youil-blue);
    border-color: var(--youil-blue);
}

.youil-btn--primary:hover {
    color: #fff;
    background: var(--youil-navy);
    border-color: var(--youil-navy);
}

.youil-btn--outline {
    color: var(--youil-navy);
    border-color: #b9c5d3;
    background: transparent;
}

.youil-btn--outline:hover {
    color: #fff;
    background: var(--youil-navy);
    border-color: var(--youil-navy);
}

.youil-btn--white {
    color: var(--youil-navy);
    background: #fff;
    border-color: #fff;
}

.youil-btn--white:hover {
    color: #fff;
    background: transparent;
    border-color: rgba(255,255,255,.6);
}


/* =========================================================
   HERO
========================================================= */

.youil-hero {
    position: relative;

    min-height: 760px;

    display: flex;
    align-items: center;

    padding: 110px 0 90px;

    background:
        radial-gradient(
            circle at 80% 35%,
            rgba(61, 117, 177, .24),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #0b2343 0%,
            #122d55 55%,
            #1b385f 100%
        );

    color: #fff;
}

.youil-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    top: 50px;
    margin-bottom: 55px;
    font-size: 14px;
    color: rgba(255,255,255,.65);
}

.youil-breadcrumb a {
    color: rgba(255, 255, 255, .7);
    transition: .3s ease;
}

.youil-breadcrumb a:hover {
    color: var(--youil-teal-light);
}

.youil-breadcrumb span {
    color: rgba(255, 255, 255, .45);
}


.youil-hero__inner {
    position: relative;
    z-index: 2;
}

.youil-hero .youil-eyebrow {
    color: #62c8c5;
}

.youil-hero__content {
    max-width: 700px;
}

.youil-hero h1 {
    margin: 0 0 28px;

    font-size: clamp(48px, 5vw, 76px);
    line-height: 1.02;
    font-weight: 400;

    color: #fff;
    letter-spacing: -2px;
}

.youil-hero h1 span {
    display: block;
    color: #5bc8c4;
}

.youil-hero__content > p {
    max-width: 620px;

    margin: 0 0 35px;

    color: rgba(255,255,255,.72);

    font-size: 17px;
    line-height: 1.8;
}

.youil-hero__buttons {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 60px;
}

.youil-hero .youil-btn--outline {
    color: #fff;
    border-color: rgba(255,255,255,.35);
}

.youil-hero .youil-btn--outline:hover {
    background: #fff;
    color: var(--youil-navy);
}


/* =========================================================
   HERO POINTS
========================================================= */

.youil-hero__points {
    display: flex;
    align-items: stretch;

    max-width: 650px;
}

.youil-hero__points > div {
    min-width: 150px;

    padding: 0 28px;

    border-left: 1px solid rgba(255,255,255,.22);
}

.youil-hero__points > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.youil-hero__points strong {
    display: block;

    margin-bottom: 6px;

    font-size: 18px;
    font-weight: 600;

    color: #fff;
}

.youil-hero__points span {
    display: block;

    color: rgba(255,255,255,.55);

    font-size: 13px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.youil-hero__visual {
    position: relative;

    min-height: 570px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.youil-hero__glow {
    position: absolute;

    width: 480px;
    height: 480px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(74, 143, 201, .28) 0%,
        rgba(74, 143, 201, .08) 45%,
        transparent 72%
    );

    filter: blur(10px);
}

.youil-hero__product {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 550px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.youil-hero__product img {
    width: 100%;
    max-height: 540px;

    object-fit: contain;

    filter:
        drop-shadow(0 30px 40px rgba(0,0,0,.35));
}


/* =========================================================
   HERO FLOATING CARDS
========================================================= */

.youil-floating-card {
    position: absolute;
    z-index: 4;

    width: 165px;

    padding: 20px;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.18);

    backdrop-filter: blur(12px);

    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.youil-floating-card span {
    display: block;

    margin-bottom: 14px;

    color: #5bc8c4;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.youil-floating-card strong {
    display: block;

    margin-bottom: 4px;

    color: #fff;

    font-size: 16px;
}

.youil-floating-card small {
    color: rgba(255,255,255,.55);

    font-size: 12px;
}

.youil-floating-card--one {
    left: 0;
    top: 30%;
}

.youil-floating-card--two {
    right: 0;
    bottom: 20%;
}


/* =========================================================
   INTRO
========================================================= */

.youil-intro {
    padding: 120px 0;
    background: #fff;
}

.youil-intro__content {
    padding-left: 30px;
}

.youil-intro__content p {
    margin: 0 0 20px;

    color: var(--youil-muted);

    font-size: 17px;
    line-height: 1.9;
}

.youil-intro__content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   FEATURE STRIP
========================================================= */

.youil-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 80px;

    border-top: 1px solid var(--youil-border);
    border-bottom: 1px solid var(--youil-border);
}

.youil-feature-item {
    display: flex;
    gap: 18px;

    padding: 30px 25px;

    border-right: 1px solid var(--youil-border);
}

.youil-feature-item:first-child {
    padding-left: 0;
}

.youil-feature-item:last-child {
    border-right: 0;
}

.youil-feature-item > span {
    color: var(--youil-teal);

    font-size: 13px;
    font-weight: 700;
}

.youil-feature-item strong {
    display: block;

    margin-bottom: 6px;

    color: var(--youil-navy);

    font-size: 15px;
}

.youil-feature-item p {
    margin: 0;

    color: var(--youil-muted);

    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   CATEGORIES
========================================================= */

.youil-categories {
    padding: 120px 0;

    background: var(--youil-light);
}

.youil-category-card {
    position: relative;

    display: block;

    height: 100%;

    padding: 30px;

    background: #fff;

    border: 1px solid var(--youil-border);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.youil-category-card:hover {
    transform: translateY(-8px);

    border-color: transparent;

    box-shadow: 0 25px 60px rgba(20,45,80,.12);
}

.youil-category-card__number {
    position: absolute;

    top: 22px;
    right: 25px;

    color: #d5dce5;

    font-size: 13px;
    font-weight: 700;
}

.youil-category-card__image {
    height: 260px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: #f8fafc;
}

.youil-category-card__image img {
    width: 100%;
    height: 100%;

    padding: 25px;

    object-fit: contain;

    transition: transform .4s ease;
}

.youil-category-card:hover
.youil-category-card__image img {
    transform: scale(1.06);
}

.youil-category-card__content h3 {
    margin: 0 0 10px;

    color: var(--youil-navy);

    font-size: 22px;
    font-weight: 600;
}

.youil-category-card__content p {
    margin: 0 0 20px;

    color: var(--youil-muted);

    font-size: 14px;
    line-height: 1.7;
}

.youil-category-card__content span {
    color: var(--youil-blue);

    font-size: 14px;
    font-weight: 600;
}


/* =========================================================
   CATALOG
========================================================= */

.youil-catalog {
    padding: 120px 0;
    background: #fff;
}

.youil-section-intro {
    max-width: 520px;

    margin: 0 0 0 auto;

    color: var(--youil-muted);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.youil-product-card {
    height: 100%;

    background: #fff;

    border: 1px solid var(--youil-border);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.youil-product-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 25px 55px rgba(20,45,80,.12);
}

.youil-product-card__image {
    position: relative;

    height: 330px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f6f8fa;

    overflow: hidden;
}

.youil-product-card__image img {
    width: 100%;
    height: 100%;

    padding: 35px;

    object-fit: contain;

    transition: transform .4s ease;
}

.youil-product-card:hover
.youil-product-card__image img {
    transform: scale(1.05);
}

.youil-product-card__tag {
    position: absolute;
    z-index: 2;

    top: 20px;
    left: 20px;

    padding: 7px 12px;

    background: var(--youil-navy);

    color: #fff;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.youil-product-card__content {
    padding: 30px;
}

.youil-product-card__category {
    display: block;

    margin-bottom: 8px;

    color: var(--youil-blue-light);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.youil-product-card__content h3 {
    margin: 0 0 12px;

    color: var(--youil-navy);

    font-size: 23px;
    font-weight: 600;
}

.youil-product-card__content > p {
    min-height: 48px;

    margin: 0 0 25px;

    color: var(--youil-muted);

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   PRODUCT CARD SPECS
========================================================= */

.youil-product-card__specs {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin-bottom: 25px;

    border-top: 1px solid var(--youil-border);
    border-bottom: 1px solid var(--youil-border);
}

.youil-product-card__specs > div {
    padding: 15px 0;
}

.youil-product-card__specs > div + div {
    padding-left: 15px;

    border-left: 1px solid var(--youil-border);
}

.youil-product-card__specs small {
    display: block;

    margin-bottom: 5px;

    color: var(--youil-muted);

    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.youil-product-card__specs strong {
    color: var(--youil-navy);

    font-size: 13px;
}

.youil-product-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: var(--youil-navy);

    font-size: 14px;
    font-weight: 600;
}

.youil-product-card__link span {
    font-size: 20px;

    transition: transform .3s ease;
}

.youil-product-card:hover
.youil-product-card__link span {
    transform: translateX(5px);
}


/* =========================================================
   PRODUCT DETAIL
========================================================= */

.youil-detail {
    display: none;

    padding: 120px 0;

    background:
        linear-gradient(
            120deg,
            #0d274a,
            #173c68
        );

    color: #fff;
}

.youil-detail__inner {
    padding: 70px;

    border: 1px solid rgba(255,255,255,.12);

    background: rgba(255,255,255,.025);
}

.youil-detail__visual {
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.youil-detail__image {
    width: 100%;
    height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.youil-detail__image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    filter:
        drop-shadow(0 25px 35px rgba(0,0,0,.3));
}

.youil-detail__content {
    padding-left: 40px;
}

.youil-detail .youil-eyebrow {
    color: #61c9c5;
}

.youil-detail h2 {
    margin: 0 0 25px;

    color: #fff;

    font-size: 50px;
    line-height: 1.12;
    font-weight: 400;
}

.youil-detail__content > p {
    max-width: 600px;

    margin-bottom: 35px;

    color: rgba(255,255,255,.68);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   SPEC GRID
========================================================= */

.youil-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin-bottom: 35px;

    border-top: 1px solid rgba(255,255,255,.16);
    border-left: 1px solid rgba(255,255,255,.16);
}

.youil-spec-item {
    min-height: 100px;

    padding: 20px;

    border-right: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.youil-spec-item small {
    display: block;

    margin-bottom: 8px;

    color: rgba(255,255,255,.48);

    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.youil-spec-item strong {
    color: #fff;

    font-size: 14px;
    font-weight: 500;
}


/* =========================================================
   APPLICATIONS
========================================================= */

.youil-applications {
    padding: 120px 0;

    background: #fff;
}

.youil-application-card {
    height: 100%;

    padding: 35px;

    border: 1px solid var(--youil-border);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.youil-application-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 20px 45px rgba(20,45,80,.1);
}

.youil-application-card > span {
    display: block;

    margin-bottom: 40px;

    color: var(--youil-teal);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.youil-application-card h3 {
    margin: 0 0 12px;

    color: var(--youil-navy);

    font-size: 20px;
}

.youil-application-card p {
    margin: 0;

    color: var(--youil-muted);

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   WHY YOUIL
========================================================= */

.youil-why {
    padding: 120px 0;

    background: var(--youil-light);
}

.youil-why__panel {
    max-width: 470px;
}

.youil-why__panel h2 {
    margin: 0 0 25px;

    color: var(--youil-navy);

    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
}

.youil-why__panel p {
    margin: 0;

    color: var(--youil-muted);

    font-size: 16px;
    line-height: 1.8;
}

.youil-why__list {
    border-top: 1px solid var(--youil-border);
}

.youil-why__item {
    display: flex;
    gap: 30px;

    padding: 30px 0;

    border-bottom: 1px solid var(--youil-border);
}

.youil-why__item > span {
    min-width: 35px;

    color: var(--youil-teal);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.youil-why__item h3 {
    margin: 0 0 7px;

    color: var(--youil-navy);

    font-size: 18px;
}

.youil-why__item p {
    margin: 0;

    color: var(--youil-muted);

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   PARTNER
========================================================= */

.youil-partner {
    padding: 120px 0;

    background: #fff;
}

.youil-partner__inner {
    padding: 70px;

    background: var(--youil-navy);
}

.youil-partner .youil-eyebrow {
    color: #5bc8c4;
}

.youil-partner h2 {
    max-width: 650px;

    margin: 0 0 25px;

    color: #fff;

    font-size: 48px;
    line-height: 1.12;
    font-weight: 400;
}

.youil-partner > .container > .youil-partner__inner p,
.youil-partner__inner > .row > .col-lg-7 > p {
    max-width: 650px;

    margin-bottom: 35px;

    color: rgba(255,255,255,.68);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   SUPPORT GRID
========================================================= */

.youil-support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid rgba(255,255,255,.15);
    border-left: 1px solid rgba(255,255,255,.15);
}

.youil-support-grid div {
    padding: 15px;

    border-right: 1px solid rgba(255,255,255,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);

    color: rgba(255,255,255,.78);

    font-size: 12px;
}


/* =========================================================
   PARTNER CARD
========================================================= */

.youil-partner-card {
    min-height: 330px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 45px;

    background: #fff;

    color: var(--youil-navy);
}

.youil-partner-card__logo {
    margin-bottom: 25px;
}

.youil-partner-card__logo img {
    width: 160px;
    max-height: 170px;

    object-fit: contain;
}

.youil-partner-card > span {
    margin-bottom: 4px;

    color: var(--youil-muted);

    font-size: 13px;
}

.youil-partner-card > strong {
    margin-bottom: 20px;

    font-size: 26px;
}

.youil-partner-card p {
    margin: 0;

    color: var(--youil-muted);

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   CATALOG REQUEST
========================================================= */

.youil-catalog-request {
    padding: 100px 0;

    background: var(--youil-light);
}

.youil-catalog-request__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;

    padding: 65px;

    background: var(--youil-blue);
}

.youil-catalog-request h2 {
    max-width: 700px;

    margin: 0 0 20px;

    color: #fff;

    font-size: 44px;
    line-height: 1.12;
    font-weight: 400;
}

.youil-catalog-request p {
    max-width: 650px;

    margin: 0;

    color: rgba(255,255,255,.7);

    font-size: 15px;
    line-height: 1.8;
}

.youil-catalog-request .youil-eyebrow {
    color: #5bc8c4;
}


/* =========================================================
   CTA
========================================================= */

.youil-cta {
    padding: 110px 0;

    background: var(--youil-navy-dark);
}

.youil-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.youil-cta .youil-eyebrow {
    color: #5bc8c4;
}

.youil-cta h2 {
    max-width: 700px;

    margin: 0 0 20px;

    color: #fff;

    font-size: 48px;
    line-height: 1.12;
    font-weight: 400;
}

.youil-cta p {
    max-width: 650px;

    margin: 0;

    color: rgba(255,255,255,.65);

    font-size: 15px;
    line-height: 1.8;
}

.youil-cta__buttons {
    min-width: 260px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 20px;
}

.youil-cta__contact {
    color: rgba(255,255,255,.7);

    font-size: 13px;
    font-weight: 600;

    transition: color .3s ease;
}

.youil-cta__contact:hover {
    color: #fff;
}


/* =========================================================
   RESPONSIVE - XL
========================================================= */

@media (max-width: 1199px) {

    .youil-hero {
        min-height: auto;
        padding: 100px 0 80px;
    }

    .youil-hero h1 {
        font-size: 60px;
    }

    .youil-hero__visual {
        min-height: 500px;
    }

    .youil-hero__product img {
        max-height: 460px;
    }

    .youil-section-heading h2 {
        font-size: 42px;
    }

    .youil-detail h2,
    .youil-why__panel h2 {
        font-size: 42px;
    }

    .youil-partner h2 {
        font-size: 42px;
    }

    .youil-catalog-request h2 {
        font-size: 38px;
    }

    .youil-cta h2 {
        font-size: 42px;
    }

}


/* =========================================================
   RESPONSIVE - LG
========================================================= */

@media (max-width: 991px) {

    .youil-hero {
        padding: 100px 0 80px;
    }

    .youil-hero__content {
        max-width: 100%;
        text-align: center;
    }

    .youil-hero__content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .youil-hero__buttons {
        justify-content: center;
    }

    .youil-hero__points {
        justify-content: center;

        margin-left: auto;
        margin-right: auto;
    }

    .youil-hero__visual {
        margin-top: 70px;
        min-height: 520px;
    }

    .youil-hero__product {
        max-width: 520px;
    }

    .youil-floating-card--one {
        left: 5%;
    }

    .youil-floating-card--two {
        right: 5%;
    }


    .youil-intro,
    .youil-categories,
    .youil-catalog,
    .youil-detail,
    .youil-applications,
    .youil-why,
    .youil-partner {
        padding: 90px 0;
    }


    .youil-intro__content {
        padding-left: 0;
        margin-top: 30px;
    }


    .youil-feature-strip {
        grid-template-columns: 1fr 1fr;
    }

    .youil-feature-item {
        border-bottom: 1px solid var(--youil-border);
    }

    .youil-feature-item:nth-child(2) {
        border-right: 0;
    }


    .youil-detail__inner {
        padding: 45px;
    }

    .youil-detail__content {
        padding-left: 0;
        margin-top: 50px;
    }


    .youil-why__panel {
        max-width: 100%;
        margin-bottom: 50px;
    }


    .youil-partner__inner {
        padding: 45px;
    }

    .youil-partner-card {
        margin-top: 45px;
    }


    .youil-catalog-request__inner,
    .youil-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* =========================================================
   RESPONSIVE - MD
========================================================= */

@media (max-width: 767px) {

    .youil-hero {
        padding: 80px 0 60px;
    }

    .youil-hero h1 {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .youil-hero__content > p {
        font-size: 15px;
    }

    .youil-hero__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .youil-hero__points {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        width: 100%;
    }

    .youil-hero__points > div {
        min-width: 0;

        padding: 0 12px;
    }

    .youil-hero__points strong {
        font-size: 14px;
    }

    .youil-hero__points span {
        font-size: 11px;
    }


    .youil-hero__visual {
        min-height: 400px;
        margin-top: 50px;
    }

    .youil-hero__glow {
        width: 330px;
        height: 330px;
    }

    .youil-hero__product img {
        max-height: 380px;
    }

    .youil-floating-card {
        width: 125px;
        padding: 14px;
    }

    .youil-floating-card strong {
        font-size: 13px;
    }

    .youil-floating-card small {
        font-size: 10px;
    }

    .youil-floating-card--one {
        left: 0;
        top: 30%;
    }

    .youil-floating-card--two {
        right: 0;
        bottom: 15%;
    }


    .youil-section-heading h2,
    .youil-detail h2,
    .youil-why__panel h2,
    .youil-partner h2,
    .youil-cta h2 {
        font-size: 36px;
    }


    .youil-section-heading--center {
        margin-bottom: 40px;
    }


    .youil-feature-strip {
        grid-template-columns: 1fr;
    }

    .youil-feature-item,
    .youil-feature-item:nth-child(2) {
        padding-left: 0;
        padding-right: 0;

        border-right: 0;
    }


    .youil-category-card__image {
        height: 240px;
    }


    .youil-product-card__image {
        height: 280px;
    }


    .youil-detail__inner {
        padding: 25px;
    }

    .youil-detail__visual {
        min-height: 350px;
    }

    .youil-detail__image {
        height: 350px;
    }


    .youil-spec-grid {
        grid-template-columns: 1fr;
    }


    .youil-support-grid {
        grid-template-columns: 1fr 1fr;
    }


    .youil-catalog-request__inner {
        padding: 40px 30px;
    }

    .youil-catalog-request h2 {
        font-size: 34px;
    }


    .youil-cta__buttons {
        width: 100%;
    }

}


/* =========================================================
   RESPONSIVE - SM
========================================================= */

@media (max-width: 575px) {

    .youil-hero {
        padding: 70px 0 50px;
    }

    .youil-hero h1 {
        font-size: 39px;
    }

    .youil-hero__visual {
        min-height: 330px;
    }

    .youil-hero__product img {
        max-height: 300px;
    }

    .youil-hero__glow {
        width: 280px;
        height: 280px;
    }

    .youil-floating-card {
        display: none;
    }


    .youil-hero__points {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .youil-hero__points > div {
        padding: 0;

        border-left: 0;
    }


    .youil-intro,
    .youil-categories,
    .youil-catalog,
    .youil-detail,
    .youil-applications,
    .youil-why,
    .youil-partner {
        padding: 70px 0;
    }


    .youil-section-heading h2,
    .youil-detail h2,
    .youil-why__panel h2,
    .youil-partner h2,
    .youil-cta h2 {
        font-size: 31px;
    }


    .youil-category-card {
        padding: 20px;
    }

    .youil-category-card__image {
        height: 220px;
    }


    .youil-product-card__content {
        padding: 25px 20px;
    }

    .youil-product-card__image {
        height: 250px;
    }


    .youil-detail__inner {
        padding: 20px;
    }

    .youil-detail__visual,
    .youil-detail__image {
        min-height: 280px;
        height: 280px;
    }


    .youil-application-card {
        padding: 25px;
    }


    .youil-partner__inner {
        padding: 30px 20px;
    }

    .youil-partner-card {
        padding: 30px;
    }


    .youil-support-grid {
        grid-template-columns: 1fr;
    }


    .youil-catalog-request {
        padding: 70px 0;
    }

    .youil-catalog-request__inner {
        padding: 35px 25px;
    }

    .youil-catalog-request h2 {
        font-size: 30px;
    }


    .youil-cta {
        padding: 75px 0;
    }

}

/* =========================================================
   PRODUCT DETAIL MODAL
========================================================= */

.youil-product-modal {
    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    visibility: hidden;
    opacity: 0;

    transition:
        opacity .3s ease,
        visibility .3s ease;
}

.youil-product-modal.active {
    visibility: visible;
    opacity: 1;
}


/* OVERLAY */

.youil-product-modal__overlay {
    position: absolute;

    inset: 0;

    background: rgba(5, 18, 35, .78);

    backdrop-filter: blur(7px);
}


/* BOX */

.youil-product-modal__box {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 1050px;

    max-height: 90vh;

    overflow-y: auto;

    background: #fff;

    box-shadow:
        0 30px 100px rgba(0,0,0,.35);

    transform: translateY(30px);

    transition:
        transform .35s ease;
}

.youil-product-modal.active
.youil-product-modal__box {
    transform: translateY(0);
}


/* CLOSE */

.youil-product-modal__close {
    position: absolute;

    z-index: 5;

    top: 18px;
    right: 18px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;

    background: var(--youil-navy);

    color: #fff;

    font-size: 26px;

    cursor: pointer;

    transition: .3s ease;
}

.youil-product-modal__close:hover {
    background: var(--youil-orange);

    transform: rotate(90deg);
}


/* IMAGE */

.youil-product-modal__image {
    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 50px;

    background: #f5f7fa;
}

.youil-product-modal__image img {
    width: 100%;
    height: 460px;

    object-fit: contain;

    filter:
        drop-shadow(0 25px 30px rgba(0,0,0,.15));
}


/* CONTENT */

.youil-product-modal__content {
    padding: 65px 55px;
}

.youil-product-modal__category {
    display: block;

    margin-bottom: 12px;

    color: var(--youil-blue-light);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.youil-product-modal__content h2 {
    margin: 0 0 20px;

    color: var(--youil-navy);

    font-size: 42px;

    line-height: 1.15;

    font-weight: 500;
}

.youil-product-modal__content > p {
    margin: 0 0 30px;

    color: var(--youil-muted);

    font-size: 15px;

    line-height: 1.8;
}


/* SPEC */

.youil-modal-specs {
    display: grid;

    grid-template-columns: 1fr 1fr;

    margin-bottom: 30px;

    border-top: 1px solid var(--youil-border);

    border-left: 1px solid var(--youil-border);
}

.youil-modal-spec {
    padding: 18px;

    border-right: 1px solid var(--youil-border);

    border-bottom: 1px solid var(--youil-border);
}

.youil-modal-spec span {
    display: block;

    margin-bottom: 5px;

    color: var(--youil-muted);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.youil-modal-spec strong {
    color: var(--youil-navy);

    font-size: 14px;

    font-weight: 600;
}


/* BUTTON */

.youil-product-modal__buttons {
    margin-top: 25px;
}


/* BODY LOCK */

body.youil-modal-open {
    overflow: hidden;
}


/* =========================================================
   MODAL RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .youil-product-modal {
        padding: 15px;
    }

    .youil-product-modal__box {
        max-height: 94vh;
    }

    .youil-product-modal__image {
        min-height: 300px;

        padding: 30px;
    }

    .youil-product-modal__image img {
        height: 280px;
    }

    .youil-product-modal__content {
        padding: 35px 25px;
    }

    .youil-product-modal__content h2 {
        font-size: 32px;
    }

    .youil-modal-specs {
        grid-template-columns: 1fr;
    }

}

.youil-catalog__empty {
    display: block;
    text-align: center;
    padding: 70px 20px;
}