@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Play:wght@400;700&family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Play:wght@400;700&family=Racing+Sans+One&family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Radio Canada", sans-serif;
    background: linear-gradient(89.99deg, #ffffff -35.68%, #ffffff 52.77%, #ffffff 128.58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    color: #000000;
    overflow-x: hidden;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
}

.warning-banner {
    background: linear-gradient(90deg, #244DE6 47.6%, #ED6F2E 100%);

}

.logo img {
    width: 150px;
}

.warning-banner p {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.warning-banner {
    text-align: center;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

header.header {
    border-bottom: 1.5px solid #383838;
}

.logo .nz {
    color: #4ade80;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn {
    padding: 11px 25px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.btn-secondary {
    background: #0066FF;
    color: #fff;
}

.btn-secondary:hover {
    background: rgb(255 128 34);
}

.btn-primary {
    background: transparent;
    color: #0066FF;
    border: 1px solid #0066FF;
}

.btn-primary:hover {
    background: #0066FF;
    color: #fff;
}

.signup-info {
    background-color: #FF8022;
    padding: 1.5px 9px;
    color: #000000;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: left 0.3s ease;
    padding: 80px 30px 30px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .btn {
    width: 100%;
    margin: 10px 0;
}

.main-content {
    padding: 80px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
}

.promo-card {
    background-image: url('../image/banner-1.png');
    min-height: 330px;
    width: 100%;
    padding: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.promo-card.secondary {
    background-image: url('../image/banner-2.png');
    height: 100%;
    width: 100%;
    padding: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}

.promo-card.secondary h2 {
    font-weight: 700;
    color: #000000;
    text-shadow: -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff;
}

.promo-card h2 {
    margin-bottom: 10px;
    font-family: Radio Canada;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    text-shadow: -2px -2px 0 black,
        2px -2px 0 black,
        -2px 2px 0 black,
        2px 2px 0 black;
    color: #fff;
}

.promo-card .highlight {
    font-size: 48px;
    font-weight: 600;
    color: #FF6C00;
    margin: 15px 0 20px 0px;
    font-family: "Racing Sans One", sans-serif;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
    line-height: 54px;
}

.promo-card.secondary .highlight {
    color: #0066FF;
}

.promo-card.secondary button {
    background: #FF8022;
}

.full-width-section {
    background-image: url(../image/banner-3.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    grid-column: 1 / -1;
    border-radius: 15px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    height: 345px;
}

.full-width-section h2 {
    margin-bottom: 20px;
    font-family: Radio Canada;
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    color: #ffffff;
    text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black;
}

.full-width-section .highlight {
    margin: 15px 0;
    font-family: Racing Sans One;
    font-weight: 400;
    font-size: 54px;
    color: #FF8022;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
    line-height: 62px;
    padding-left: 55px;
}

.full-width-section button {
    margin-top: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    overflow: auto;
}

.modal-content {
    margin: 5% auto;
    padding: 40px;
    border-radius: 15px;
    width: 90%;
    max-width: 622px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

.close {
    color: #000000;
    float: right;
    font-size: 35px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 0px;
    cursor: pointer;
}

.close:hover {
    color: #0066FF;
}

.modal h2 {
    margin-bottom: 10px;
    font-family: Radio Canada;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
}

.modal p {
    margin-bottom: 30px;
    color: #000;
    font-family: Radio Canada;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-family: Radio Canada;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

#rememberMe {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: relative;
}

#rememberMe:checked {
    background: transparent;
    border-color: #007bff;
}

#rememberMe:checked::after {
    content: "✔";
    color: #007bff;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.checkbox-group label {
    font-family: Radio Canada;
    font-weight: 200;
    font-size: 16px;
    line-height: 100%;
}

.checkbox-group a {
    font-family: Radio Canada;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 100%;
    text-align: right;
    text-decoration: underline !important;
    color: #000000 !important;
}

.modal-content .btn {
    padding: 14px 25px;
    font-size: 16px;
    line-height: 24px;
    background: #FF8022 !important;
    color: #000000 !important;
    border: none !important;
}

.form-group input {
    width: 100%;
    padding: 16px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    background: #0000000D;
    color: white;
    font-size: 14px;
}

.form-group input::placeholder {
    color: #999;
}

.form-group input:focus {
    outline: none;
    border-color: #4ade80;
}

.password-requirements {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
}

.modal .btn {
    width: 100%;
    margin: 20px 0;
}

.modal .switch-link {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.modal .switch-link a {
    color: #0066FF;
    text-decoration: none;
    cursor: pointer;
}

.modal .switch-link a:hover {
    text-decoration: underline;
}

.footer {
    color: #fff;
    padding: 40px 20px;
    padding-top: 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #383838 !important;
    border-top: 1px solid #383838 !important;
    padding: 50px 0px;
}

.footer-links ul {
    display: flex;
    gap: 20px 40px;
    padding-bottom: 45px;
    list-style: none;
    flex-wrap: wrap;
}

.footer-links h4,
.footer-social h4,
.footer-app h4 {
    color: #FF8022;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-app {
    text-align: end;
}

.footer-app h4 {
    color: #000000;
}

.footer-links ul li a {
    color: #000000;
    font-size: 16px;
}

.footer-links ul li a:hover {
    color: #0066FF;
}

.footer-social .social-icons a {
    color: #fff;
    font-size: 24px;
    margin-right: 12px;
    text-decoration: none;
}

.footer-social .social-icons a:hover {
    color: #00ff66;
}

.footer-app .app-buttons img {
    height: 40px;
    margin-right: 10px;
}

.footer-bottom {
    padding-top: 15px;
    font-size: 12px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 115px;
}

.footer-bottom .responsible {
    color: #FF8022;
    width: 40%;
    font-family: Radio Canada;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    display: contents;
}

p.disclaimer {
    font-family: Radio Canada;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #424242;
}

.policy-container {
    max-width: 700px;
    border-radius: 25px;
    padding: 40px;
    border-radius: 10px;
    line-height: 1.6;
    margin: 0 auto;
    background: #000000;
    border-image-slice: 1;
}

.policy-container {
    position: relative;
    max-width: 100%;
    padding: 40px;
    line-height: 1.6;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 25px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.policy {
    margin: 80px 0px;
}

.policy-container h1 {
    margin-bottom: 10px;
    font-family: Radio Canada;
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
}

.policy-container .date {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 50px;
    color: #000;
    font-family: Radio Canada;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}

.policy-container p {
    font-family: Radio Canada;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

.policy-container h2 {
    margin-top: 30px;
    margin-bottom: 4px;
    color: #000;
    font-family: Radio Canada;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
}

.policy-container ul {
    padding-left: 20px;
    margin: 0;
}

.policy-container ul li {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 17px;
}

@media (max-width: 1240px) {
    .footer-top {
        gap: 0px;
    }

    .footer-links ul {
        gap: 10px;
    }

    .main-content {
        padding: 50px 15px;
    }

    .main-content {
        row-gap: 0px;
    }
}

@media (max-width: 992px) {
    .footer-top {
        gap: 0px;
    }

    .promo-card {
        height: 234px;
        background-size: cover;
        border-radius: 5px;
        text-align: center;
        padding: 0;
        display: flex;
        place-items: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .promo-card .highlight {
        margin: 10px;
        font-size: 38px;
        line-height: normal;
    }

    .btn-secondary {
        margin-top: 10px;
    }

    .promo-card.secondary {
        height: 234px;
        padding: 35px;
        background-size: cover;
        border-radius: 5px;
    }

    .promo-card.secondary h2 {
        margin: 0;
    }

    .main-content {
        gap: 15px;
    }

    .full-width-section {
        background-size: cover;
        height: 300px !important;
    }

    .full-width-section .highlight {
        margin: 15px 0;
        font-size: 38px;
        line-height: normal;
    }
}

@media (max-width: 768px) {
    .nav-buttons {
    display: block;
    }

    .header-item {
        padding: 0;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-links ul {
        padding-bottom: 30px;
        list-style: none;
        flex-direction: column;
        text-align: center;
    }

    .footer-links h4,
    .footer-social h4,
    .footer-app h4 {

        text-align: center;
    }

    .social-icons {
        text-align: center;
    }

    .footer-app {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        row-gap: 20px;
    }

    .hamburger {
        display: flex;
    }

    p.disclaimer {
        text-align: center;
        line-height: 18px;
        font-size: 12px;
    }

    .mobile-menu {
        display: block;
    }

    .header {
        padding: 8px 20px;
    }

    .main-content {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
    }

    .promo-card {
        padding: 30px 20px;
    }

    .full-width-section {
        padding: 40px 20px;
    }

    .modal-content {
        margin: 10% auto;
        padding: 30px 20px;
    }

    .footer-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-links {
        display: contents;
    }


    .footer-links>h4,
    .footer-links>ul {
        order: 1;
    }

    .footer-app {
        order: 2;
    }

    .footer-links>.footer-social {
        order: 3;
    }

    .footer-links ul {
        padding-bottom: 0px;
    }

    .full-width-section .highlight {
        padding: 0;
    }

    .full-width-section {
        text-align: center;
    }

    .full-width-section h2 {
        margin-bottom: 0px;
        font-size: 28px;
    }

    .logo a img {
        width: 100%;
        max-width: 118px;
    }

    .hamburger span:nth-child(2) {
        width: 15px;
    }

    .policy {
        margin: 50px 15px;
    }

    .policy-container h1 {
        font-size: 35px;
        line-height: 48px;
        font-weight: 600;
    }

    .policy-container .date {
        margin-bottom: 20px;
        line-height: 20px;
    }

    element.style {
        line-height: 22px;
    }

    .policy-container {
        padding: 20px;
    }
}

@media screen and (max-width:768px){
    .footer-bottom .responsible {
        width: 100%;
        text-align: center;
    }

    .policy-container p {
        font-size: 15.2px;
        line-height: 25px;
    }

    .policy-container ul li {
        font-size: 15.2px;
    }

    .warning-banner p {
        font-size: 10px;
        font-weight: 500;
    }

    .btn {
        padding: 11px 18px;
    }
}