body {
    font-family: "Sawarabi Gothic", sans-serif;
    max-width: 100%;
    background: #fff;
    color: #222;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
}

/* Typography */
.main-title {
    font-family: "Shippori Antique", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #a32e2e;
    margin-bottom: 192px;
    margin-top: 320px;
}

p,
li {
    font-size: 20px;
    margin-bottom: 0.6rem;
}

.menu-list-container.display-mobile-only .menu-item-title .shippori-antique,
.menu-list-container.display-mobile-only .menu-item-title p {
    margin-bottom: 0;
    line-height: 18px;
}

a:hover {
    text-decoration: underline;
}

.email-link {
    word-break: break-all;
    font-size: 20px;
    color: rgb(174 175 175);
    display: inline-block;
}

/* Lists */
ul {
    margin-bottom: 1rem;
    list-style-type: disc;
    color: #222;
}

ul li {
    margin-bottom: 0.4rem;
}

ul li strong {
    color: #A71919;
}

/* Custom red dot list */
ul.red-dots {
    list-style: none;
    padding-left: 0;
}

ul.red-dots li {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 0.5rem;
}

ul.red-dots li::before {
    content: '●';
    color: #A71919;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

/* Layout - Borders */
hr {
    border: none;
    border-top: 1px solid #bbb;
    margin: 1rem 0 2rem 0;
}

.gray-border-line {
    border-top: 2px solid rgb(162 163 163);
    margin: 60px 0 55px 0;
}

.bottom-border {
    border-bottom: 1px solid #A71919;
    margin: 2rem 0;
    padding-bottom: 1rem;
}

/* Plan Titles & Headings */
.plan-title,
.plan-heading {
    font-size: 20px;
    color: #A71919;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.red-border-line-plan {
    border-top: 2px solid #A71919;
    margin: 70px 0 81px 0;
}

.plan-heading {
    /* margin-bottom: -10px; */
    margin-top: 60px;
}

.sponsor-text {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #111;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Buttons */
.btn-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 4rem;
}

.row {
    display: flex;
    font: 1em sans-serif;
    gap: 28px;
    /* justify-content: center; */
}

.terms-and-conditions-button-container {
    display: flex;
    gap: 78px;
    flex-direction: column;
    justify-content: center;
}

.sponsor-button-container {
    align-self: flex-end;
    width: 50%;
}

.btn:hover {
    background-color: #A71919;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(167, 25, 25, 0.2);
}

.btn svg {
    fill: #A71919;
    width: 16px;
    height: 16px;
    transition: fill 0.3s ease;
}

.btn:hover svg {
    fill: #fff;
}

button {
    width: 100%;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #a32e2e;
    border-radius: 50px;
    background: none;
    color: #a32e2e;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0 24px;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
}

button:hover {
    background-color: #b74439;
    color: white;
}

button:hover svg {
    color: white;
}

button svg {
    width: 23px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    margin-bottom: 15px;
}

button:hover svg {
    stroke: white;
}

.container {
    font-family: "Sawarabi Gothic", sans-serif;
    max-width: 1320px;
    background: #fff;
    margin: 0 auto;
    color: #222;
    line-height: 1.6;
    font-weight: normal;
}

/* Bullet inside English plan */
.bullet-red {
    color: #A71919;
    font-weight: bold;
}

.red-border-line-container {
    border-top: 2px solid #A71919;
    margin: 95px 0 100px 0;
}

.button-label {
    flex: 1;
    text-align: center;
}

.text-eng {
    font-size: 16px;
    margin-bottom: 0px;
}

.gray-border-line-title {
    border-top: 2px solid rgb(162 163 163);
    margin: 70px 0 70px 0;
}

.mobile-title {
    display: none;
}

.navbar {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    background-color: white;
    border-bottom: 2px solid #aa1e14;
    align-items: center;
    justify-content: center;
  }
  
  .navbar-container {
    display: flex;
    padding: 20px 80px;
    width: 100%;
    max-width: 1920px;
    justify-content: center;
    align-items: center;
  }
  
  .navbar a {
    color: white;
    text-decoration: none;
    padding: 14px 20px;
  }
  
  .navbar a:hover {
    background-color: #ddd;
    color: black;
  }

@media (max-width: 1320px) {
    p,
    li {
        font-size: 9px;
        margin-bottom: 0.6rem;
    }

    .sponsor-button-container {
        width: auto;
    }

    .text-eng {
        font-size: 9px;
        margin-bottom: 0px;
    }

    body {
        font-family: "Sawarabi Gothic", sans-serif;
        max-width: 100%;
        background: #fff;
        color: #222;
        line-height: 1.6;
        font-weight: normal;
        margin: 0;
    }

    .btn-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4rem;
    }

    .row {
        display: flex;
        gap: 78px;
    }

    ul.red-dots li::before {
        content: '●';
        color: #A71919;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 9px;
        line-height: 1.6;
        font-weight: bold;
    }

    button {
        max-width: 90vw;
        height: 40px;
        font-size: 9px;
        padding: 0 16px;
        width: 300px;
    }

    .main-title {
        font-size: 9px;
        margin-bottom: 60px;
        margin-top: 110px;
    }

    .button-label {
        font-size: 9px;
    }

    button svg {
        width: 9px;
        height: 10px;
    }

    .container {
        padding-left: 37.5px;
        padding-right: 37.5px;
    }

    .email-link {
        word-break: break-all;
        font-size: 9px;
        color: rgb(174 175 175);
        display: inline-block;
    }

    .gray-border-line {
        border-top: 2px solid rgb(162 163 163);
        margin: 20px 0 23px 0;
    }

    .red-border-line-container {
        border-top: 2px solid #A71919;
        margin: 40px 0 34px 0;
    }

    .red-border-line-plan {
        border-top: 2px solid #A71919;
        margin: 30px 0 34px 0;
    }

    .gray-border-line-title {
        border-top: 2px solid rgb(162 163 163);
        margin: 28px 0 28px 0;
    }

    .desktop-title {
        display: none;
    }

    .mobile-title {
        display: block;
    }

    .plan-heading {
        margin-bottom: -10px;
        margin-top: 22px;
    }

    .plan-title,
    .plan-heading {
        font-size: 9px;
        color: #A71919;
        font-weight: 500;
        margin-bottom: 0.8rem;

        .row {
            flex-direction: column;
            align-items: center;
            gap: 1.2rem;
        }

        .row:last-of-type {
            gap: 2rem;
        }
    }
}

@media screen and (max-width: 1226px) {
    .row {
        width: 100%;
        gap: 2rem;
        justify-content: center;
    }

    .terms-and-conditions-button-container {
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .navbar {
        border-bottom: 1px solid #aa1e14;
      }
    
    .navbar-container {
        padding: 10px 25px;
    }
    
    .navbar a {
        color: black;
        text-decoration: none;
        padding: 14px 20px;
    }
}

@media (max-width: 831px) {

    .performance-report-section-border {
        margin-bottom: 0;
    }

    .red-border-line-container {
        border-top: 1px solid #A71919;
    }
}

@media (max-width: 768px) {
    p,
    li {
        font-size: 9px;
        margin-bottom: 0.6rem;
    }

    body {
        font-family: "Sawarabi Gothic", sans-serif;
        max-width: 100%;
        background: #fff;
        color: #222;
        line-height: 1.6;
        font-weight: normal;
        margin: 0;
    }

    .btn-container {
        gap: 1.2rem;
    }

    ul.red-dots li::before {
        content: '●';
        color: #A71919;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 9px;
        line-height: 1.6;
        font-weight: bold;
    }

    button {
        max-width: 90vw;
        height: 40px;
        font-size: 9px;
        padding: 0 16px;
        width: 300px;
    }

    .main-title {
        font-size: 9px;
        margin-bottom: 50px;
        margin-top: 100px;
    }

    .button-label {
        font-size: 9px;
    }

    button svg {
        width: 9px;
        height: 10px;
    }

    .container {
        padding-left: 37.5px;
        padding-right: 37.5px;
    }

    .email-link {
        word-break: break-all;
        font-size: 9px;
        color: rgb(174 175 175);
        display: inline-block;
    }

    .gray-border-line {
        border-top: 2px solid rgb(162 163 163);
        margin: 20px 0 23px 0;
    }

    .red-border-line-container {
        border-top: 2px solid #A71919;
        margin: 40px 0 34px 0;
    }

    .red-border-line-plan {
        border-top: 2px solid #A71919;
        margin: 30px 0 34px 0;
    }

    .gray-border-line-title {
        border-top: 2px solid rgb(162 163 163);
        margin: 28px 0 28px 0;
    }

    .desktop-title {
        display: none;
    }

    .mobile-title {
        display: block;
    }

    .plan-heading {
        margin-bottom: -10px;
        margin-top: 22px;
    }

    .plan-title,
    .plan-heading {
        font-size: 9px;
        color: #A71919;
        font-weight: 500;
        margin-bottom: 0.8rem;

    }

    .row {
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
        width: 100%;
    }

    .terms-and-conditions-button-container {
        gap: 1.2rem;
    }

    .sponsor-button-container {
        align-self: center;
    }

    /* .row:last-of-type {
        gap: 1.2rem;
    }

    .row a,
    .row a button {
        width: 100%;
    }

    .row:last-child a,
    .row:last-child a button {
        width: 100%;
    }*/


}

@media (max-width: 480px) {
    .navbar {
        border-bottom: 1px solid #aa1e14;
    }

    .navbar-container {
        padding: 10px 25px;
    }

    .navbar a {
        color: white;
        text-decoration: none;
        padding: 14px 20px;
    }

    .list-sub-menu-mobile {
        gap: 20px;
    }

}