/*
Theme Name: Linecraft Child
Template: twentytwentyfive
Version: 1.0.0
*/
.lc-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.lc-section {
    padding: 80px 0;
}

.lc-hero {
    position: relative;
    min-height: 560px;
    background-size: cover;
    background-position: center;
}

.lc-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(-18deg, rgba(11, 29, 38, 0) 14%, rgba(11, 29, 38, 0.86) 100%);
}

.lc-hero__inner {
    position: relative;
    padding: 120px 0;
    color: #fff;
}

.lc-btn {
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .6);
}

.lc-btn--light {
    background: rgba(255, 255, 255, .9);
    color: #1E3063;
    border-color: transparent;
}

.lc-btn--ghost {
    background: transparent;
    color: #fff;
}