/*============================================================================
#Override Stylesheet
#Add Custom Styles Here
==============================================================================*/

html {
    padding-block-start: 0 !important;
}

.container--main.container--default {
    overflow: visible;
}

/* New Header */
.n-header {
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px;
}

.n-header-btn {
    display: none;
}

.n-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1160px;
	padding: 10px 20px;
	background: #fffffff1;
	border-radius: 10px;
	box-shadow: 0 .125rem .8rem #00000011;
	backdrop-filter: blur(5px);
}

.n-header-content a {
	margin: 0;
}

.n-logo img {
	height: 45px;
	margin: 0;
}

.n-menu {
	font-weight: bold;
}

.n-menu ul {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.n-menu a {
	padding: .5rem .75rem;
	color: #000;
	font-size: 16px;
	border-radius: 6px;
	transition: background 0.2s ease-in-out;
}

.n-menu a:hover,
.n-menu a:focus {
	background: #f5f5f5;
}

.n-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.n-header-right:has(.n-user) .n-cta {
    min-width: 0;
}

.n-cta {
	color: #fff;
	text-align: center;
	letter-spacing: .02em;
	min-width: 270px;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 6px;
	background: linear-gradient(135deg ,#a6003c, #d90e0e);
	transition: transform 0.2s ease-in-out;
}

.n-cta:hover, .n-cta:focus {
	color: #fff;
	transform: scale(1.03);
}

/* user */
.n-user {
    position: relative;
}

.n-user-avatar {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0;
    object-fit: cover;
    border-radius: 100px;
}

.n-user-dropdown {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    right: 0;
    max-width: 150px;
    width: max-content;
	padding: 10px;
	background: #fffffff1;
	border-radius: 10px;
	box-shadow: 0 .125rem .8rem #00000011;
	backdrop-filter: blur(5px);
	transform: translateY(-5px);
	transition: transform ease-out 0.2s, opacity ease-out 0.2s;
}

.n-user-dropdown.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.n-user-dropdown li {
    display: block;
}

.n-user-dropdown a {
    display: block;
    padding: .5rem .75rem;
	color: #000;
	font-size: 16px;
	text-align: right;
	border-radius: 6px;
	transition: background 0.2s ease-in-out;
}

.n-user-dropdown a:hover,
.n-user-dropdown a:focus {
	background: #f5f5f5;
}

/* Hero */
.n-hero {
	max-width: 1020px;
	margin: 0 auto;
}

.n-hero-reviews {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.n-hero-stars {
	display: flex;
	gap: 1px;
}

.n-hero-stars svg {
	width: 18px;
	height: 18px;
	fill: #ffc700;
}

.n-hero-title {
	text-align: center;
	text-wrap: balance;
	text-transform: uppercase;
}

.n-hero-title h1 {
	font-size: 90px;
	line-height: 0.9;
}

.n-hero-title h2 {
	font-size: 70px;
	line-height: 0.9;
}

.n-hero-title strong {
	color: #a6003c;
}

.n-hero-subtitle {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.3;
}

/* Hero List */
.n-hero-list {
	max-width: 1020px;
	margin: 80px auto 0;
}

.n-hero-title {
	text-align: center;
	text-wrap: balance;
	text-transform: uppercase;
}

.n-hero-title h1 {
	font-size: 90px;
	line-height: 0.9;
}

.n-hero-title h2 {
	font-size: 70px;
	line-height: 0.9;
}

.n-hero-title strong {
	color: #a6003c;
}

.n-hero-subtitle {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.3;
}

.n-hero-description {
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.3;
}

/* Reviews */
.n-reviews {
	display: flex;
	max-width: 1160px;
	margin: 160px auto 120px;
}

.n-reviews-left {
	width: 43%;
}

.n-reviews-left-content {
	position: sticky;
	top: 144px;
	padding-right: 40px;
}

.n-reviews-supertitle {
	color: #a6003c;
}

.n-reviews-supertitle p {
	margin: 0;
}

.n-reviews-title h2 {
	margin: 0.2em 0;
}

.n-reviews-subtitle {
	line-height: 1.3;
}

.n-hero-subtitle {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.3;
}

.n-reviews-cta a {
	display: inline-block;
	margin: 0;
}

.n-reviews-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-auto-columns: 1fr;
	gap: 20px;
	width: 57%;
}

.n-reviews-item {
	padding: 20px;
	margin: 0 0 20px;
	border-radius: 16px;
	box-shadow: 0 4px 40px #a6003c00, 0 4px 40px #a6003c00, 0 4px 40px #a6003c3d;
}

.n-reviews-item h3 {
	font-size: 1.4rem;
	line-height: 1.3;
}

.n-reviews-item p {
	font-size: 1.2rem;
	line-height: 1.3;
}

/* Features */
.n-features {
	display: flex;
	max-width: 860px;
	margin: 160px auto 120px;
}

.n-features-left {
	width: 50%;
}

.n-features-left-content {
	position: sticky;
	top: 180px;
	display: grid;
}

.n-features-left-content h2 {
	margin: 0.2em 0;
}

.n-features-right {
	width: 50%;
}

.n-feature-img {
    opacity: 0;
    grid-area: 1 / 1;
    width: 320px;
    height: 370px;
    transition: opacity 0.3s;
}

.n-feature-img.active {
    opacity: 1;
}

.n-feature-img img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    border-radius: 8px;
}

.n-feature-text {
	margin: 0 0 120px;
}


/* Slider */
.n-slider {
	margin-top: 30px;
}

.n-slider img {
	width: 516px;
	height: 340px;
	margin: 0;
	object-fit: cover;
	border-radius: 6px;
}

.n-slider .swiper-slide-prev,
.n-slider .swiper-slide-next {
	filter: blur(2px);
}

.n-slider .swiper-slide:has(+ .swiper-slide-prev),
.n-slider .swiper-slide-next + .swiper-slide {
	filter: blur(6px);
}

/* Video */
.n-video {
	max-width: 828px;
	margin: 50px auto;
}

.n-video-container {
	position: relative;
	min-height: 465px;
}

.n-video-container::before {
	content: '';
	pointer-events: none;
	position: absolute;
	inset: -70px;
	background: radial-gradient(#a6003c9f, #a6003c00 70%);
}

.n-video-embed {
	overflow: hidden;
	border-radius: 12px;
}

.n-video-subtitle {
	text-align: center;
}

.n-video-cta {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.n-video-cta a {
	margin: 0;
}
/* Blog Post Lastest */
.n-blog-latest {
	max-width: 1160px;
	margin: 200px auto 150px;
}

.n-blog-latest-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.n-blog-latest-link {
	color: #a6003c;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: underline;
}

.n-blog-latest-link:hover {
    color: #a6003c;
    text-decoration: none;
}

.n-blog-latest-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.n-blog-latest-items img {
	border-radius: 12px;
}

.n-blog-latest-items h4 {
    margin-top: 0.5rem;
	font-size: 1.3rem;
}

.n-blog-latest-items h4 a {
    display: block;
    margin-top: 0;
	color: currentColor;
	transition: color 0.3s;
}

.n-blog-latest-items h4 a:hover {
	color: #a6003c;
}

.n-blog-latest-excerpt p {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.2;
}

.n-blog-latest-cat a {
    display: block;
    margin: 0;
	color: #a6003c;
	font-weight: bold;
}

/* Incentives */
.n-incentives {
    max-width: 1160px;
    padding-inline: 16px;
    margin: 0 auto;
}

.n-incentives-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.n-incentive {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 24px 16px;
    font-size: 1.2rem;
    line-height: 1.3;
    background: #fff;
    border-radius: 8px;
}

.n-incentive img {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin: 0;
    object-fit: cover;
}

/* Testimonials */
.n-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1110px;
    margin: 120px auto;
}

.n-testimonial {
    position: relative;
    transition: transform 0.3s;
}

.n-testimonial:hover {
    transform: scale(1.1);
}

.n-testimonial:hover .n-testimonial-play {
    transform: scale(1.15);
}

.n-testimonial-text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 16px;
    color: #fff;
    background: #ffffff27;
    border-radius: 6px;
    backdrop-filter: blur(3px);
}

.n-testimonial-text h3 {
    margin: 0 0 0.3rem;
    color: currentColor;
    font-size: 1.2rem;
    line-height: 1.3;
}

.n-testimonial-text p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.3;
}

.n-testimonial-play {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}

.n-testimonial-play svg {
    width: 50px;
    height: 50px;
}

.n-testimonial-img {
    width: 100%;
    height: 530px;
    margin: 0;
    object-fit: cover;
    border-radius: 8px;
}

.n-testimonials-pp {
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #000000bb;
    transition: opacity 0.3s;
}

.n-testimonials-pp.active {
    opacity: 1;
    pointer-events: auto;
}

.n-testimonials-pp video {
    width: auto;
    height: 100%;
}

.n-testimonials-pp-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 32px;
    background: #000;
    border: none;
    -webkit-appearance: none;
}

/* Footer */
.n-footer {
    padding-bottom: 80px;
}

.n-footer-content {
    width: 100%;
	max-width: 1200px;
	padding: 30px;
	margin: 0 auto;
	background: #fffffff1;
	border-radius: 10px;
	box-shadow: 0 .125rem .8rem #00000011;
	backdrop-filter: blur(5px);
}

.n-footer-grid {
    display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 16px;
}

.n-footer-text {
    max-width: 250px;
}

.n-footer-text p {
    font-size: 1rem;
    line-height: 1.3;
}

.n-footer-social ul {
    display: flex;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.n-footer-social li {
    margin: 0;
}

.n-footer-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border: #999 solid 1px;
    border-radius: 5px;
    transition: transform 0.3s;
}

.n-footer-social a:hover,
.n-footer-social a:focus {
    transform: translateY(-3px);
}

.n-footer-social img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.n-footer-menu {
    font-weight: bold;
}

.n-footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.n-footer-menu li {
    margin: 0 0 0.2em;
}

.n-footer-menu a {
    display: block;
    padding: 5px 8px;
	margin: 0 0 0 -8px;
	color: #000;
	font-size: 16px;
	border-radius: 6px;
	transition: background 0.2s ease-in-out;
}

.n-footer-menu a:hover,
.n-footer-menu a:focus {
	background: #f5f5f5;
}

.n-footer-copyright {
    margin-top: 40px;
}

.n-footer-copyright p {
    font-size: 0.8rem;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .n-header {
        padding: 12px;
    }
    
    .n-header-content {
        gap: 12px;
    }
    
    .n-header-btn {
        position: relative;
        display: block;
        width: 28px;
        height: 28px;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
    }
    
    .n-header-btn:focus {
        outline: none;
    }
    
    .n-header-btn span {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 13px;
        background: #55636F;
        transition: opacity 0.3s;
    }
    
    .n-header-btn::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 6px;
        background: #55636F;
        transition: top 0.3s, transform 0.3s;
    }
    
    .n-header-btn::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 20px;
        background: #55636F;
        transition: top 0.3s, transform 0.3s;
    }
    
    .n-header-btn.active span {
        opacity: 0;
    }
    
    .n-header-btn.active::before {
        top: 50%;
        transform: rotate(45deg);
    }
    
    .n-header-btn.active::after {
        top: 50%;
        transform: rotate(-45deg);
    }
    
    .n-logo img {
    	height: 35px;
    }
    
    .n-menu {
        pointer-events: none;
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 70px;
        display: grid;
        grid-template-rows: 0fr;
        width: 100%;
        background: #fffffff1;
    	border-radius: 10px;
    	box-shadow: 0 .125rem .8rem #00000011;
    	backdrop-filter: blur(5px);
    	transform: translateY(-6px);
    	opacity: 0;
    	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    }
    
    .n-menu.active {
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0);
    }
    
    .n-menu > div {
        min-height: 0;
    }
    
    .n-menu ul {
        flex-direction: column;
        gap: 0;
        padding: 12px;
    }
    
    .n-menu li {
        margin: 0;
    }
    
    .n-menu a {
        display: block;
        padding: 0.8rem;
    }
    
    .n-header-content .n-cta {
        min-width: 0;
        padding-block: 8px;
        margin-left: auto;
    }
    
    .n-header-right:has(.n-user) .n-cta {
        z-index: 500;
        position: fixed;
        left: 16px;
        right: 16px;
        top: 90vh;
    }
    
    .n-hero,
    .n-hero-list,
    .n-video,
    .n-blog-latest {
        padding-inline: 16px;
    }
    
    .n-hero-title h1 {
        font-size: 40px;
    }
    
    .n-hero-title h2 {
        font-size: 36px;
    }
    
    .n-video-container {
        min-height: 200px;
    }
    
    .n-reviews {
        flex-direction: column;
        gap: 30px;
    }
    
    .n-reviews-left {
        width: 100%;
    }
    
    .n-reviews-left-content {
        padding-inline: 16px;
    }
    
    .n-reviews-right {
        overflow-x: auto;
        display: flex;
        align-items: flex-start;
        width: 100%;
        padding: 40px 16px;
    }
    
    .n-reviews-right > div {
        display: contents;
    }
    
    .n-reviews-item {
        min-width: 312px;
    }

    .n-features {
        flex-direction: column;
        gap: 30px;
    }
    
    .n-features-left {
        display: none;
    }
    
    .n-features-right {
        width: 100%;
        padding-inline: 16px;
    }
    
    .n-feature-text:last-child {
        margin: 0;
    }
    
    .n-reviews-item {
        min-width: 312px;
    }
    
    .n-blog-latest {
        margin: 80px 0;
    }
    
    .n-blog-latest-items {
        grid-template-columns: 1fr;
    }
    
    .n-incentives-grid {
        grid-template-columns: 1fr;
    }
    
    .n-incentive {
        padding: 12px;
    }
    
    .n-testimonials {
        padding-inline: 16px;
        grid-template-columns: 1fr;
    }
    
    .n-testimonials-pp video {
        width: 100%;
        height: auto;
    }
    
    .n-footer-grid {
        grid-template-columns: 1fr;
    }
}