body {
    font-family: "Gotham A", "Gotham B";
}

#page {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.navbar {
    align-items: center;
    padding: 0 0 0 36px;
}

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

.language-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #3F265E;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.language-toggle a {
    color: #3F265E;
    text-decoration: none;
    opacity: 0.55;
}

.language-toggle a:hover,
.language-toggle a:focus,
.language-toggle a.active {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.t_logo {
    width: 122px;
}

.s_logo {
    width: 147px;
}

.content {
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    gap: 34px;
    padding: 48px;
}

#same-pen {
    background-image: url('img/hero-background@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pen-box {
    width: 50%;
    border-radius: 28px;
    background-color: #DEEAC8;
    padding: 42px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #3F265E;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 1.1;
}

p {
    font-size: 25px;
    line-height: 1.2;
    margin: 0;
}

.green-callout {
    color: white;
    background-color: #7DB962;
    border-radius: 12px;
    padding: 12px 18px;
    margin: 0 -12px;
    font-weight: bold;
}

#star-pen {
    background-color: #DEEAC8;
    text-align: center;
}

h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
}

.horizontal-pen {
    max-width: 590px;
    display: block;
    margin: 0 auto;
}

#cta {
    padding: 0 48px;
}

.f-20 {
    font-size: 20px;
}

.download-btn {
    border-radius: 28px;
    background-color: #3F265E;
    display: flex;
    justify-content: space-between;
    padding: 24px 36px;
    text-decoration: none !important;
    color: white !important;
    width: 600px;
    font-size: 35px;
    line-height: 1.4;
    align-items: center;
    margin: 10px auto;
}

.download-btn > img {
    width: 31px;
}

#disclaimer {
    gap: 54px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
    }
    p {
        font-size: 20px;
    }
    .download-btn {
        font-size: 28px;
        width: 500px;
    }
}

@media (max-width: 991px) {
    .content {
        padding: 28px;
    }
    .pen-box {
        padding: 24px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    p {
        font-size: 15px;
    }
    .download-btn {
        font-size: 22px;
        width: 400px;
    }
}

@media (max-width: 767px) {
    #page {
        gap: 32px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .content {
        padding: 30px 18px;
    }
    .navbar {
        padding: 0;
    }
    .header-right {
        gap: 6px;
    }
    .language-toggle {
        font-size: 14px;
        gap: 4px;
    }
    #same-pen {
        background-image: url('img/hero-background-mobile@2x.png');
        background-size: 100% auto;
        padding: 0;
    }
    .pen-box {
        width: auto;
        border-radius: 0 0 25px 25px;
        margin-top: 625px;
    }
    h1 {
        font-size: 32px;
    }
    p {
        font-size: 20px;
    }
    .green-callout {
        font-size: 18px;
        margin: 0 -6px;
    }
    h2 {
        font-size: 28px;
    }
    .vertical-pen {
        width: 138px;
        margin: 0 auto;
    }
    #cta {
        padding: 0;
    }
    .download-btn {
        width: auto;
    }
    #disclaimer {
        gap: 28px;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .pen-box {
        margin-top: calc(125vw - 50px);
    }
}

.privacy-policy p {
    font-size: 16px;
    margin: 1em 0;
}
