#landing-hero {
    background: #363636;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

#landing-hero::before {
    content: "";
    position: absolute;
    inset: 10%;
    border-radius: 32px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

#landing-hero .hero-body {
    position: relative;
    z-index: 1;
}

#landing-hero-badge {
    display: inline-flex;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 2px solid #111111;
    background-color: #ffcf74;
    color: #111111;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    box-shadow: 0 4px 0 #111111;
}

#landing-hero-title {
    font-size: clamp(2.4rem, 3.4vw, 3.4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #fffaf0;
    text-shadow: 0 3px 0 #111111;
}

#landing-hero-subtitle {
    font-size: 1.05rem;
    max-width: 520px;
    color: #fff4cc;
    margin-bottom: 1.6rem;
    text-shadow: 0 2px 0 #111111;
}

.cta-button {
    border-radius: 16px;
    border-width: 2px;
    box-shadow: 0 6px 0 #111111;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.cta-button.is-dark {
    background-color: #ffb347;
    border-color: #111111;
    color: #111111;
}

.cta-button.is-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 0 #111111;
    background-color: #ffcf74;
    border-color: #111111;
    color: #111111;
}

.cta-button.is-light {
    background-color: #ffffff;
    border-color: #575757;
    color: #111111;
    opacity: 0.9;
}

.cta-button.is-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 0 #111111;
    border-color: #575757;
    background-color: #fff8e0;
    opacity: 1;
}

#landing-hero-card {
    border-radius: 18px;
    border: 2px solid #111111;
    box-shadow: 0 8px 0 #111111;
    background: #fffaf0;
}

#landing-hero-list {
    list-style: none;
    padding-left: 0;
    margin: 0.7rem 0 0;
}

#landing-hero-list li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.45rem;
    font-size: 0.96rem;
}

#landing-hero-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0.05rem);
    font-weight: 700;
}

.landing-section-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    margin-bottom: 0.8rem;
    color: #444444;
    font-weight: 600;
}

.landing-section-intro {
    max-width: 640px;
    font-size: 0.98rem;
    color: #333333;
}

.landing-card,
.landing-feature-card,
#landing-final-card {
    height: 100%;
    border-radius: 18px;
    border: 2px solid #111111;
    background-color: #fffaf0;
    box-shadow: 0 6px 0 #111111;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.landing-card:hover,
.landing-feature-card:hover,
#landing-final-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 0 #111111;
    background-color: #fff3d0;
}

.landing-feature-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.landing-card-icon {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    line-height: 1;
}

#reason-icon-beginner i {
    color: #4caf50;
}

#reason-icon-switch i {
    color: #d97706;
}

#reason-icon-bug i {
    color: #c21d3a;
}

#feature-icon-http i {
    color: #0ea5e9;
}

#feature-icon-ui i {
    color: #f97316;
}

#feature-icon-sql i {
    color: #6366f1;
}

#feature-icon-docs i {
    color: #eab308;
}

#feature-icon-tech i {
    color: #8b5cf6;
}

#feature-icon-interview i {
    color: #4caf50;
}

.landing-feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0.6rem;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.landing-feature-list li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.25rem;
}

.landing-feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.landing-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #111111;
}

.landing-card-text {
    color: #222222;
    font-size: 1rem;
    line-height: 1.5;
}

#landing-reasons {
    background: #fde3ab;
    border-top: 2px solid #111111;
}

#landing-features {
    background: #fff4d4;
    border-top: 2px solid #111111;
    border-bottom: 2px solid #111111;
}

#landing-testimonials {
    background-color: #fffaf0;
    border-top: 2px solid #111111;
}

#landing-testimonials-title {
    margin-bottom: 0.75rem;
}

.landing-quote-card {
    position: relative;
}

.landing-quote-icon {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #ffb347;
}

.landing-quote-text {
    font-size: 0.98rem;
    margin-bottom: 0.75rem;
}

.landing-quote-author {
    font-size: 0.85rem;
    color: #555555;
}

#landing-final-cta {
    padding-bottom: 4rem;
    background-color: #fde3ab;
    border-top: 2px solid #111111;
}

#landing-final-actions {
    gap: 0.4rem;
}

#landing-final-note {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.1rem;
    color: #444444;
}

#landing-final-small {
    font-size: 0.82rem;
    color: #555555;
    margin-top: 0.4rem;
    text-align: right;
}

#landing-hero-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

#landing-hero-cta .button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.3;
    max-width: 100%;
    white-space: normal;
}

@media (max-width: 1023px) {
    #landing-hero::before {
        inset: 6%;
    }
}

@media (max-width: 768px) {
    #landing-final-actions {
        align-items: stretch;
    }

    #landing-final-actions .cta-button {
        width: 100%;
        justify-content: center;
    }

    #landing-final-small {
        text-align: left;
    }
}
