*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F3F3F3;
    color: #1A1A1A;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.width-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-wrapper {
    margin-bottom: 60px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
}

.header-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.header-link {
    text-decoration: none;
    color: #1A1A1A;
    font-weight: 500;
    opacity: 0.8;
}

.content-wrapper {
    min-height: 100vh;
}

.c-hero-title {
    font-size: 76px;
    font-weight: 700;
    width: 70%;
    line-height: 1;
    margin-bottom: 20px;
}

.c-hero-sub {
    font-size: 24px;
    font-weight: 400;
    width: 70%;
    letter-spacing: -0.02em;
}

.c-hero-cta-btn {
    display: inline-block;
    background-color: #0C71D0;
    color: #FFFFFF;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 40px;
}

.footer-wrapper {
    margin-top: 60px;
    padding: 20px 0;
    border-top: 1px solid #E0E0E0;
    text-align: center;
    font-size: 14px;
    color: #888888;
}
