body {
    background: linear-gradient(135deg, #0A6E3F 0%, #074D2C 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

.chip {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
    margin: 4px;
}

.circleA {
    width: 320px;
    height: 320px;
    top: -100px;
    right: -100px;
    opacity: .5;
}

.circleB {
    width: 380px;
    height: 380px;
    bottom: -130px;
    left: -80px;
    opacity: .4;
}

.circleC {
    width: 96px;
    height: 96px;
    top: 33%;
    right: 40px;
    background: rgba(200, 152, 30, .2);
}

.sectionA {
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

.sectionA-logo {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgALogo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectionA-title {
    font-family: Sora, sans-serif;
    font-size: 2.4rem;
}

.sectionA-subtitle {
    opacity: .6;
    font-size: .9rem;
}

.sectionA-subtitleB {
    color: rgba(200, 152, 30, .85);
    font-size: .7rem;
    letter-spacing: .15em;
}

.sectionA-MaxWidth360px {
    max-width: 360px;
}

.sectionA-MaxWidth300px {
    max-width: 300px;
}

.sectionA-button {
    font-size: .95rem;
}

.sectionA-subtitleC {
    color: rgba(255, 255, 255, .25);
    font-size: .7rem;
}

.sectionA-keStrip {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.sectionA-btnOutline {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
}

.sectionA-btnOutline:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}