.home-hero-banner-section{
    padding: 0 0 96px;
}

.home-hero-banner{
    position: relative;
    max-width: 1920px;
    min-height: calc(100vh - var(--nav-height));
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.home-hero-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 21, 24, 0.82) 0%, rgba(15, 21, 24, 0.48) 36%, rgba(15, 21, 24, 0.12) 68%, rgba(15, 21, 24, 0.12) 100%);
    z-index: 1;
}

.home-hero-banner::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 1;
}

.home-hero-banner-image{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-banner-inner{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.home-hero-banner-copy{
    max-width: 760px;
    padding: 120px 0 120px;
}

.home-hero-banner-tag{
    width: fit-content;
    min-height: 34px;
    padding: 8px 16px;
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid color-mix(in oklab, #8bc22c 40%, transparent);
    border-radius: 999px;
    background-color: color-mix(in oklab, #8bc22c 20%, transparent);
    color: #8bc22c;
    font-size: 14px;
    line-height: 1.2;
    backdrop-filter: blur(8px);
}

.home-hero-banner-tag-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #8bc22c;
    flex: 0 0 auto;
}

.home-hero-banner-copy h1{
    color: #ffffff;
    font-weight: bold;
    font-weight: bolder;
    font-size: 60px;
    line-height: 1.05;
    margin-bottom: 24px;
}

.home-hero-banner-copy h1 span{
    color: #8bc22c;
}

.home-hero-banner-copy p{
    max-width: 620px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 36px;
}

.home-hero-banner-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.home-hero-banner-btn{
    min-height: 54px;
    padding: 14px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .3s ease, background-color .3s ease, opacity .3s ease, border-color .3s ease;
}

.home-hero-banner-btn-primary{
    background-color: #8bc22c;
    color: #002135;
}

.home-hero-banner-btn-secondary{
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
}

.home-hero-banner-scroll{
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-hero-banner-scroll span{
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-hero-banner-scroll i{
    width: 1px;
    height: 40px;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.08) 100%);
    animation: home-hero-scroll-line 1.8s ease-in-out infinite;
}

@keyframes home-hero-scroll-line{
    0%, 100%{
        transform: translateY(0);
        opacity: .72;
    }
    50%{
        transform: translateY(8px);
        opacity: 1;
    }
}

.banner{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container1 .swiper-slide{
    aspect-ratio: 16/9;
    position: relative;
}

.swiper-container1 .swiper-slide .pic{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: 1;
}

.swiper-container1 .swiper-slide .info{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1430px;
    padding: 0 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.swiper-container1 .swiper-slide .info h2{
    font-weight: bold;
    font-size: 64px;
    max-width: 40%;
    margin-bottom: 20px;
    margin-top: 15%;
}

.swiper-container1 .swiper-slide .info h3{
    font-weight: normal;
    font-size: 32px;
    max-width: 48%;
    font-weight: normal;
}

.swiper-container1 .swiper-pagination-bullets{
    bottom: 50px;
}

.swiper-container1 .swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}

.swiper-container1 .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #09C63B;
}

.home-feature-section{
    padding: 80px 0;
    padding-top: 0;
}

.home-feature-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-feature-list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.home-feature-item{
    position: relative;
    text-align: center;
    padding: 20px 32px 0;
    transition: background-color .3s ease;
}

.home-feature-item:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
}

.home-feature-icon{
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-feature-icon img{
    width: 64px;
    height: 64px;
    display: block;
    object-fit: contain;
}

.home-feature-item h2{
    color: #111111;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.home-feature-item p{
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
    max-width: 280px;
    margin: 0 auto;
}

.home-product-section{
    padding: 96px 0 96px;
    background-color: #F3F4F3;
}

.home-product-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-product-head,
.home-insight-head,
.home-story-head{
    margin-bottom: 56px;
}

.home-product-head{
    text-align: center;
}

.home-product-head h2,
.home-insight-head h2,
.home-highlight-head h2,
.home-story-head h2{
    color: #000000;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
}

.home-product-head h2{
    color: #111111;
}

.home-product-head p{
    max-width: 720px;
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
    margin: 12px auto 0;
    text-align: center;
}

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

.home-product-more{
    margin-top: 48px;
    text-align: center;
}

.home-product-more a{
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.home-product-item{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s ease, transform .3s ease;
}

.home-product-link{
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.home-product-badge{
    min-height: 24px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    border-radius: 999px;
    background-color: #8bc22c;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
}

.home-product-image{
    aspect-ratio: 1 / 1;
    width: min(100%, 256px);
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto 32px;
}

.home-product-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-product-content{
    margin-bottom: 32px;
    text-align: left;
}

.home-product-kicker{
    display: block;
    color: #8bc22c;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: bold;
}

.home-product-content h2{
    color: #111111;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.home-product-content p{
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.home-product-meta{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.home-product-meta li{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444444;
    font-size: 14px;
    line-height: 1.4;
}

.home-product-meta li img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex: 0 0 auto;
}

.home-product-action{
    min-height: 40px;
    padding: 10px 18px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border-radius: 999px;
    background-color: #002135;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}

.home-insight-section{
    padding: 96px 0 96px;
}

.home-insight-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-insight-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.home-insight-item{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}

.home-insight-image{
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.home-insight-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-insight-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 18px;
    z-index: 2;
}

.home-insight-content::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
    z-index: -1;
}

.home-insight-content h3{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
}

.home-insight-content p{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
}

.home-insight-item-featured{
    grid-column: span 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.home-insight-item-featured .home-insight-image{
    aspect-ratio: 89.6 / 34;
}

.home-insight-item-side{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.home-insight-item-side .home-insight-image{
    aspect-ratio: 44 / 34;
}

.home-insight-item-featured .home-insight-content,
.home-insight-item-side .home-insight-content{
    padding: 24px 24px 22px;
}

.home-insight-item-featured .home-insight-content h3{
    font-size: 24px;
}

.home-insight-item-featured .home-insight-content p{
    font-size: 16px;
}

.home-insight-item-side .home-insight-content h3{
    font-size: 18px;
}

.home-insight-item-side .home-insight-content p{
    font-size: 12px;
}

.home-wide-banner-section{
    padding: 0 0 96px;
}

.home-wide-banner{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.home-wide-banner::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
}

.home-wide-banner img{
    width: 100%;
    display: block;
    object-fit: cover;
}

.home-wide-banner-content{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
    padding: 96px 15px 0;
    z-index: 1;
}

.home-wide-banner-tag{
    width: fit-content;
    min-height: 34px;
    padding: 8px 16px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    border: 1px solid color-mix(in oklab, #8bc22c 40%, transparent);
    border-radius: 999px;
    background-color: color-mix(in oklab, #8bc22c 20%, transparent);
    color: #8bc22c;
    font-size: 14px;
    line-height: 1.2;
}

.home-wide-banner-content h2{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.home-wide-banner-content p{
    max-width: 720px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.5;
}

.home-wide-banner-btn{
    min-height: 56px;
    padding: 16px 28px;
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #8bc22c;
    color: #002135;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .3s ease;
}

.home-highlight-section{
    padding: 96px 0;
}

.home-highlight-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-highlight-head{
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.home-highlight-link{
    color: #888888;
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.home-highlight-hero{
    position: relative;
    margin-bottom: 80px;
    border-radius: 20px;
    overflow: hidden;
}

.home-highlight-hero::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.68) 100%);
}

.home-highlight-hero img{
    width: 100%;
    display: block;
    aspect-ratio: 14 / 7;
    object-fit: cover;
}

.home-highlight-hero-copy{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    max-width: 1400px;
    padding: 0 32px 32px;
}

.home-highlight-hero-copy h3{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.home-highlight-hero-copy p{
    max-width: 760px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
}

.home-highlight-hero-link{
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8BC22C;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
}

.home-highlight-hero-link span{
    transition: transform .3s ease;
}

.home-highlight-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-highlight-item{
    text-align: center;
    padding: 28px 24px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    transition: box-shadow .3s ease, transform .3s ease;
}

.home-highlight-icon{
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
}

.home-highlight-icon img{
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}

.home-highlight-item h3{
    color: #222222;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.home-highlight-item p{
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px;
    margin: 0 auto;
}

.home-dual-card-section{
    background-color: #F3F4F3;
    padding: 96px 0;
}

.home-dual-card-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-dual-card-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.home-dual-card{
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
}

.home-dual-card-copy{
    margin-bottom: 40px;
}

.home-dual-card-eyebrow{
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

.home-dual-card-side{
    background-color: #FFFFFF;
}

.home-dual-card-side .home-dual-card-eyebrow{
    color: #8BC22C;
}

.home-dual-card-side .home-dual-card-copy h2{
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.home-dual-card-side .home-dual-card-copy p{
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
}

.home-dual-card-side .home-dual-card-btn{
    background-color: #002135;
    color: #FFFFFF;
}

.home-dual-card-main{
    background: linear-gradient(90deg, #8BC22C 0%, #7CAE25 100%);
}

.home-dual-card-main .home-dual-card-eyebrow{
    color: rgba(0, 33, 53, 0.7);
}

.home-dual-card-main .home-dual-card-copy h2{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.home-dual-card-main .home-dual-card-copy p{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.75;
}

.home-dual-card-main .home-dual-card-btn{
    background-color: #FFFFFF;
    color: #6A9D12;
}

.home-dual-card-btn{
    min-height: 40px;
    padding: 8px 22px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border-radius: 28px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .3s ease;
}

.home-story-section{
    background-color: #F3F4F3;
    padding: 96px 0;
}

.home-story-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-story-slider{
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.home-story-card{
    min-height: 100%;
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    gap: 36px;
    align-items: stretch;
    border-radius: 16px;
    padding: 0;
}

.home-story-copy{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px;
    background-color: #232A2D;
    border-radius: 16px;
}

.home-story-copy h3{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.22;
    margin-bottom: 24px;
}

.home-story-points{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-story-points li{
    position: relative;
    padding-left: 24px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.65;
}

.home-story-points li::before{
    content: "";
    position: absolute;
    top: .62em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8BC22C;
}

.home-story-link{
    min-height: 44px;
    padding: 0 20px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border-radius: 999px;
    background-color: #8BC22C;
    color: #111111;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .3s ease, background-color .3s ease;
}

.home-story-media{
    overflow: hidden;
    aspect-ratio: 79.6 / 44.8;
    border-radius: 16px;
}

.home-story-media img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.swiper-container2 .swiper-pagination2{
    position: static;
    width: 100%;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 3;
}

.swiper-container2 .swiper-pagination2 .swiper-pagination-bullet{
    position: relative;
    width: 36px;
    height: 6px;
    margin: 0 !important;
    border-radius: 999px;
    overflow: hidden;
    background-color: rgba(139, 194, 44, 0.24);
    opacity: 1;
    transition: width .3s ease, background-color .3s ease;
}

.swiper-container2 .swiper-pagination2 .swiper-pagination-bullet::after{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #8BC22C;
    transform: scaleX(0);
    transform-origin: left center;
}

.swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active{
    width: 66px;
    background-color: rgba(139, 194, 44, 0.32);
}

.swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active::after{
    animation: home-story-progress 4.8s linear forwards;
}

@keyframes home-story-progress{
    from{
        transform: scaleX(0);
    }
    to{
        transform: scaleX(1);
    }
}

@media (hover: hover) and (pointer: fine) {
    .home-hero-banner-btn-primary:hover{
        transform: scale(1.05);
    }

    .home-hero-banner-btn-secondary:hover{
        background-color: rgba(255, 255, 255, 0.18);
    }

    .home-wide-banner-btn:hover{
        transform: scale(1.05);
    }

    .home-feature-item:hover{
        background-color: #f8fdf0;
    }

    .home-product-item:hover{
        box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
        transform: translateY(-4px);
    }

    .home-product-item:hover .home-product-action{
        background-color: #003a5c;
    }

    .home-story-link:hover{
        transform: scale(1.05);
    }

    .home-dual-card-btn:hover{
        opacity: 0.82;
    }

    .home-product-more a:hover{
        color: rgb(0, 33, 53);
    }

    .home-highlight-hero-link:hover span{
        transform: translateX(6px);
    }

    .home-highlight-item:hover{
        box-shadow: 0 20px 48px rgba(17, 17, 17, 0.1);
        transform: translateY(-4px);
    }

    .home-product-item:hover .home-product-image img,
    .home-insight-item:hover .home-insight-image img{
        transform: scale(1.06);
    }
}

@media screen and (max-width: 1430px) {
    .home-hero-banner-copy h1{
        font-size: 54px;
    }

    .home-hero-banner-copy p{
        font-size: 18px;
    }

    .swiper-container1 .swiper-slide .info h2{
        font-size: 50px;
        margin-top: 10%;
    }

    .swiper-container1 .swiper-slide .info h3{
        font-size: 26px;
    }

    .home-feature-item{
        padding: 20px 24px 0;
    }

    .home-wide-banner-content h2{
        font-size: 42px;
    }

    .home-wide-banner-content p{
        font-size: 18px;
    }

    .home-highlight-hero-copy h3{
        font-size: 32px;
    }

    .home-highlight-hero-copy p{
        font-size: 22px;
    }

    .home-dual-card-side .home-dual-card-copy h2{
        font-size: 22px;
    }

    .home-dual-card-main .home-dual-card-copy h2{
        font-size: 30px;
    }

    .home-story-copy h3{
        font-size: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .home-hero-banner-section{
        padding-bottom: 72px;
    }

    .home-hero-banner{
        min-height: 900px;
    }

    .home-hero-banner-copy{
        max-width: 680px;
        padding: 96px 0 140px;
    }

    .home-hero-banner-copy h1{
        font-size: 48px;
    }

    .home-hero-banner-copy p{
        font-size: 18px;
    }

    .swiper-container1 .swiper-slide .info h2{
        font-size: 40px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .swiper-container1 .swiper-slide .info h3{
        font-size: 20px;
    }

    .home-feature-section{
        padding: 64px 0;
        padding-top: 0;
    }

    .home-feature-list{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 48px;
    }

    .home-feature-item:nth-child(2n)::after{
        display: none;
    }

    .home-product-section{
        padding: 72px 0;
    }

    .home-product-item{
        padding: 28px;
    }

    .home-product-image{
        margin-bottom: 28px;
    }

    .home-product-content{
        margin-bottom: 28px;
    }

    .home-product-head h2,
    .home-insight-head h2,
    .home-highlight-head h2,
    .home-story-head h2{
        font-size: 32px;
    }

    .home-product-head p{
        font-size: 18px;
    }

    .home-insight-section{
        padding: 72px 0;
    }

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

    .home-insight-item-featured{
        grid-column: span 2;
    }

    .home-insight-item-side .home-insight-image{
        aspect-ratio: 45 / 35;
    }

    .home-insight-item-side .home-insight-content{
        padding: 20px 20px 18px;
    }

    .home-insight-item-side .home-insight-content h3{
        font-size: 18px;
    }

    .home-insight-item-side .home-insight-content p{
        font-size: 12px;
    }

    .home-wide-banner-section{
        padding-bottom: 72px;
    }

    .home-wide-banner-content{
        padding-top: 72px;
    }

    .home-wide-banner-content h2{
        font-size: 36px;
    }

    .home-wide-banner-content p{
        font-size: 18px;
        max-width: 640px;
    }

    .home-wide-banner-btn{
        margin-top: 20px;
    }

    .home-highlight-section{
        padding-bottom: 72px;
    }

    .home-highlight-hero-copy{
        padding: 0 24px 24px;
    }

    .home-highlight-hero-copy h3{
        font-size: 28px;
    }

    .home-highlight-hero-copy p{
        font-size: 20px;
        max-width: 620px;
    }

    .home-dual-card-section{
        padding: 72px 0;
    }

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

    .home-dual-card{
        min-height: 0;
        padding: 32px;
    }

    .home-dual-card-main .home-dual-card-copy h2{
        font-size: 28px;
    }

    .home-story-section{
        padding: 72px 0;
    }

    .home-story-slider{
        padding-bottom: 0;
    }

    .home-story-card{
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 0;
    }

    .home-story-copy h3{
        font-size: 30px;
        margin-bottom: 20px;
    }

    .home-story-copy{
        padding: 32px;
    }

    .home-story-link{
        margin-top: 24px;
    }

    .home-story-points li{
        font-size: 17px;
    }

    .swiper-container2 .swiper-pagination2{
        left: 50%;
        bottom: 24px;
    }
    .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet{
        background-color: rgba(255, 255, 255, 0.6);
    }
    .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet::after{
        background-color: #232A2D;
    }
}

@media screen and (max-width: 768px) {
    .home-hero-banner-section{
        padding-bottom: 56px;
    }

    .home-hero-banner{
        min-height: auto;
        aspect-ratio: 16 / 15;
    }

    .home-hero-banner::before{
        background:
            linear-gradient(180deg, rgba(15, 21, 24, 0.22) 0%, rgba(15, 21, 24, 0.74) 62%, rgba(15, 21, 24, 0.92) 100%);
    }

    .home-hero-banner-inner{
        align-items: flex-end;
    }

    .home-hero-banner-copy{
        max-width: 100%;
        padding: 80px 0 150px;
    }

    .home-hero-banner-tag{
        margin-bottom: 20px;
    }

    .home-hero-banner-copy h1{
        font-size: 40px;
        margin-bottom: 18px;
    }

    .home-hero-banner-copy p{
        font-size: 16px;
        margin-bottom: 28px;
    }

    .home-hero-banner-actions{
        gap: 14px;
    }

    .home-hero-banner-btn{
        min-height: 40px;
        padding: 12px;
        font-size: 13px;
    }

    .home-hero-banner-scroll{
        bottom: 20px;
    }

    .home-hero-banner-scroll i{
        height: 32px;
    }

    .swiper-container1 .swiper-slide .info h2{
        font-size: 32px;
    }

    .swiper-container1 .swiper-slide .info h3{
        font-size: 16px;
    }

    .swiper-container1 .swiper-pagination-bullets{
        bottom: 10px;
    }

    .home-feature-section{
        padding: 56px 0;
        padding-top: 0;
    }

    .home-feature-item{
        padding: 16px 20px 0;
    }

    .home-feature-item h2{
        font-size: 16px;
    }

    .home-feature-item p{
        font-size: 14px;
        line-height: 1.7;
    }

    .home-product-section{
        padding: 56px 0;
    }

    .home-product-head,
    .home-insight-head,
    .home-story-head{
        margin-bottom: 40px;
    }

    .home-product-head h2,
    .home-insight-head h2,
    .home-highlight-head h2,
    .home-story-head h2{
        font-size: 28px;
    }

    .home-product-head p{
        font-size: 16px;
        margin-top: 10px;
    }

    .home-product-list{
        grid-template-columns: 1fr;
    }

    .home-product-more{
        margin-top: 40px;
    }

    .home-product-item{
        padding: 28px;
    }

    .home-product-image{
        margin-bottom: 24px;
    }

    .home-product-content{
        margin-bottom: 24px;
    }

    .home-product-content h2{
        font-size: 24px;
        margin-bottom: 12px;
    }

    .home-product-meta{
        gap: 10px 14px;
    }

    .home-insight-section{
        padding: 56px 0;
    }

    .home-insight-grid{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-insight-item-featured{
        grid-column: auto;
    }

    .home-insight-item-featured .home-insight-image,
    .home-insight-item-side .home-insight-image{
        aspect-ratio: 4 / 3;
    }

    .home-insight-item-featured .home-insight-content,
    .home-insight-item-side .home-insight-content{
        padding: 20px 18px 18px;
    }

    .home-insight-content h3{
        font-size: 16px;
    }

    .home-insight-content p{
        font-size: 12px;
    }

    .home-insight-item-featured .home-insight-content h3{
        font-size: 24px;
    }

    .home-insight-item-featured .home-insight-content p{
        font-size: 16px;
    }

    .home-insight-item-side .home-insight-content h3{
        font-size: 18px;
    }

    .home-insight-item-side .home-insight-content p{
        font-size: 12px;
    }

    .home-wide-banner-section{
        padding-bottom: 56px;
    }

    .home-wide-banner-content{
        padding-top: 56px;
    }

    .home-wide-banner-content h2{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .home-wide-banner-content p{
        font-size: 18px;
        max-width: 100%;
    }

    .home-wide-banner-btn{
        min-height: 52px;
        padding: 14px 24px;
        margin-top: 18px;
    }

    .home-highlight-section{
        padding: 56px 0;
    }

    .home-highlight-head{
        margin-bottom: 24px;
        flex-wrap: wrap;
    }

    .home-highlight-hero{
        margin-bottom: 56px;
    }

    .home-highlight-hero img{
        aspect-ratio: 16 / 10;
    }

    .home-highlight-hero-copy{
        padding: 0 20px 20px;
    }

    .home-highlight-hero-copy h3{
        font-size: 24px;
        margin-bottom: 8px;
    }

    .home-highlight-hero-copy p{
        font-size: 16px;
    }

    .home-highlight-hero-link{
        margin-top: 14px;
    }

    .home-highlight-list{
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-dual-card-section{
        padding: 56px 0;
    }

    .home-dual-card-grid{
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .home-dual-card{
        padding: 24px;
    }

    .home-dual-card-side .home-dual-card-copy h2{
        font-size: 22px;
    }

    .home-dual-card-main .home-dual-card-copy h2{
        font-size: 24px;
    }

    .home-dual-card-btn{
        font-size: 18px;
    }

    .home-story-section{
        padding: 56px 0;
    }

    .home-story-slider{
        padding-bottom: 0;
    }

    .home-story-card{
        gap: 24px;
        padding: 0;
    }

    .home-story-copy h3{
        font-size: 26px;
        margin-bottom: 18px;
    }

    .home-story-copy{
        padding: 32px;
    }

    .home-story-link{
        margin-top: 20px;
    }

    .home-story-points{
        gap: 14px;
    }

    .home-story-points li{
        padding-left: 20px;
        font-size: 16px;
    }

    .home-story-points li::before{
        top: .6em;
        width: 8px;
        height: 8px;
    }

    .swiper-container2 .swiper-pagination2{
        left: 50%;
        bottom: 20px;
        gap: 10px;
    }

    .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet{
        width: 28px;
    }

    .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active{
        width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .home-hero-banner-section{
        padding-bottom: 44px;
    }

    .home-hero-banner{
        aspect-ratio: 9 / 14;
    }

    .home-hero-banner-copy{
        padding: 72px 0 120px;
    }

    .home-hero-banner-tag{
        padding: 8px 14px;
        margin-bottom: 18px;
        gap: 8px;
    }

    .home-hero-banner-copy h1{
        font-size: 32px;
    }

    .home-hero-banner-copy p{
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .home-hero-banner-actions{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .home-hero-banner-btn{
        width: 100%;
        max-width: 200px;
    }

    .home-hero-banner-scroll{
        bottom: 16px;
    }

    .home-hero-banner-scroll span{
        letter-spacing: 0.14em;
    }

    .home-hero-banner-scroll i{
        height: 28px;
    }

    .swiper-container1 .swiper-slide{
        aspect-ratio: auto;
    }

    .swiper-container1 .swiper-slide .pic{
        position: absolute;
    }

    .swiper-container1 .swiper-slide .info{
        position: relative;
        padding: 40px 15px;
    }

    .swiper-container1 .swiper-slide .info h2{
        font-size: 26px;
        width: 50%;
    }

    .swiper-container1 .swiper-slide .info h3{
        font-size: 12px;
        width: 50%;
    }

    .home-feature-section{
        padding: 44px 0;
    }

    .home-feature-list{
        grid-template-columns: 1fr;
        row-gap: 36px;
    }

    .home-feature-item{
        padding: 12px 0 0;
    }

    .home-feature-item::after{
        display: none;
    }

    .home-feature-icon{
        margin-bottom: 20px;
    }

    .home-feature-item h2{
        font-size: 16px;
    }

    .home-feature-item p{
        font-size: 14px;
        max-width: 100%;
    }

    .home-product-section{
        padding: 44px 0;
    }

    .home-product-head h2,
    .home-insight-head h2,
    .home-highlight-head h2,
    .home-story-head h2{
        font-size: 24px;
    }

    .home-product-head p{
        font-size: 14px;
        margin-top: 8px;
    }

    .home-product-list{
        gap: 20px;
    }

    .home-product-more{
        margin-top: 32px;
    }

    .home-product-item{
        padding: 20px;
        border-radius: 18px;
    }

    .home-product-image{
        border-radius: 14px;
        margin-bottom: 20px;
    }

    .home-product-content{
        margin-bottom: 20px;
    }

    .home-product-content h2{
        font-size: 22px;
    }

    .home-product-meta{
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .home-insight-section{
        padding: 44px 0;
    }

    .home-insight-image{
        border-radius: 16px;
    }

    .home-insight-item-featured .home-insight-content,
    .home-insight-item-side .home-insight-content{
        padding: 16px 14px 14px;
    }

    .home-insight-content h3{
        font-size: 16px;
        margin-bottom: 8px;
    }

    .home-insight-content p{
        font-size: 12px;
    }

    .home-insight-item-featured .home-insight-content h3{
        font-size: 20px;
    }

    .home-insight-item-featured .home-insight-content p{
        font-size: 14px;
    }

    .home-insight-item-side .home-insight-content h3{
        font-size: 18px;
    }

    .home-wide-banner-section{
        padding-bottom: 44px;
    }

    .home-wide-banner-content{
        padding-top: 40px;
    }

    .home-wide-banner-content h2{
        font-size: 24px;
    }

    .home-wide-banner-content p{
        font-size: 14px;
    }

    .home-wide-banner-btn{
        min-height: 48px;
        padding: 12px 20px;
        margin-top: 16px;
        font-size: 15px;
    }

    .home-highlight-section{
        padding: 44px 0;
    }

    .home-highlight-hero{
        border-radius: 16px;
        margin-bottom: 44px;
    }

    .home-highlight-hero-copy{
        padding: 0 16px 16px;
    }

    .home-highlight-hero-copy h3{
        font-size: 20px;
    }

    .home-highlight-hero-copy p{
        font-size: 13px;
    }

    .home-highlight-hero-link{
        margin-top: 12px;
        font-size: 14px;
    }

    .home-highlight-item p{
        font-size: 14px;
        max-width: 100%;
    }

    .home-dual-card-section{
        padding: 44px 0;
    }

    .home-dual-card{
        padding: 20px;
        border-radius: 20px;
    }

    .home-dual-card-side .home-dual-card-copy h2{
        font-size: 20px;
    }

    .home-dual-card-main .home-dual-card-copy h2{
        font-size: 22px;
    }

    .home-dual-card-copy p{
        font-size: 14px;
    }

    .home-dual-card-btn{
        font-size: 16px;
    }

    .home-story-section{
        padding: 44px 0;
    }

    .home-story-slider{
        padding-bottom: 0;
    }

    .home-story-card{
        padding: 0;
        border-radius: 18px;
    }

    .home-story-copy h3{
        font-size: 22px;
    }

    .home-story-copy{
        padding: 32px;
    }

    .home-story-points li{
        font-size: 15px;
    }

    .swiper-container2 .swiper-pagination2{
        left: 50%;
        bottom: 18px;
    }

    .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet{
        height: 5px;
    }
}
