#landing-hero {
    background:
            radial-gradient(circle at 78% 18%, rgba(255, 207, 116, 0.22), transparent 18rem),
            radial-gradient(circle at 14% 72%, rgba(76, 175, 80, 0.15), transparent 18rem),
            linear-gradient(135deg, #2d2d2d 0%, #3b3b3b 48%, #242424 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

#landing-hero::before {
    content: "";
    position: absolute;
    inset: 7%;
    border-radius: 28px;
    border: 2px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.35);
    pointer-events: none;
}

#landing-hero .hero-body {
    position: relative;
    z-index: 1;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

#landing-hero .container {
    max-width: 1120px;
}

#landing-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    border: 2px solid #111111;
    background-color: #ffcf74;
    color: #111111;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    box-shadow: 0 4px 0 #111111;
}

#landing-hero-title {
    font-size: clamp(2.55rem, 5vw, 4.4rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
    color: #fffaf0;
    letter-spacing: 0;
    max-width: 760px;
    text-shadow: 0 4px 0 #111111;
}

#landing-hero-subtitle {
    font-size: 1.14rem;
    max-width: 620px;
    color: #fff4cc;
    margin-bottom: 1.6rem;
    line-height: 1.65;
    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;
}

#landing-hero-cta .cta-button {
    border-radius: 14px;
    font-weight: 800;
    min-height: 3.2rem;
}

#landing-hero-cta .cta-button.mt-2 {
    margin-top: 0 !important;
}

.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 {
    position: relative;
    border-radius: 18px;
    border: 2px solid #111111;
    box-shadow: 8px 10px 0 #111111, 0 24px 48px rgba(0, 0, 0, 0.24);
    background:
            linear-gradient(135deg, transparent 0, transparent calc(100% - 34px), rgba(17, 17, 17, 0.16) calc(100% - 33px), rgba(17, 17, 17, 0.16) calc(100% - 31px), #f4bf56 calc(100% - 30px)),
            linear-gradient(180deg, #fff4bf 0%, #ffeaa0 100%);
    overflow: visible;
    transform: rotate(1.4deg);
}

#landing-hero-card::before {
    content: "";
    position: absolute;
    top: -1.05rem;
    left: 50%;
    width: 7.4rem;
    height: 2rem;
    border: 2px solid #111111;
    border-radius: 6px;
    background:
            repeating-linear-gradient(
                    -45deg,
                    rgba(255, 255, 255, 0.26) 0,
                    rgba(255, 255, 255, 0.26) 8px,
                    rgba(255, 207, 116, 0.34) 8px,
                    rgba(255, 207, 116, 0.34) 16px
            ),
            rgba(255, 244, 204, 0.82);
    box-shadow: 0 5px 0 rgba(17, 17, 17, 0.8);
    transform: translateX(-50%) rotate(-3deg);
    z-index: 2;
}

#landing-hero-card::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 2.3rem;
    height: 2.3rem;
    border-left: 2px solid #111111;
    border-top: 2px solid #111111;
    border-radius: 14px 0 16px 0;
    background: #f1bf55;
    box-shadow: -4px -4px 0 rgba(17, 17, 17, 0.08);
    pointer-events: none;
}

#landing-hero-card-clip {
    position: absolute;
    top: -0.72rem;
    left: 50%;
    width: 8.2rem;
    height: 1.55rem;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.26);
    transform: translateX(-50%) rotate(-3deg);
    z-index: 3;
    pointer-events: none;
}

#landing-hero-card .card-content {
    position: relative;
    z-index: 1;
    padding: 2rem 1.45rem 1.55rem;
}

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

#landing-hero-list li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.65rem 0.75rem 0.65rem 2.85rem;
    margin-bottom: 0;
    border: 0;
    border-bottom: 2px dashed rgba(17, 17, 17, 0.28);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0.98rem;
    font-weight: 800;
    color: #1f1f1f;
    line-height: 1.45;
}

#landing-hero-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

#landing-hero-list li::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 50%;
    width: 1.45rem;
    height: 1.45rem;
    border: 2px solid #111111;
    border-radius: 6px;
    background: #fffaf0;
    transform: translateY(-50%);
}

#landing-hero-list li::after {
    content: "";
    position: absolute;
    left: 0.74rem;
    top: 50%;
    width: 0.66rem;
    height: 0.36rem;
    border-left: 3px solid #111111;
    border-bottom: 3px solid #111111;
    transform: translateY(-62%) rotate(-45deg);
}

.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-top: 3.5rem;
    padding-bottom: 4rem;
    background: #fde3ab;
    border-top: 2px solid #111111;
}

#landing-final-card {
    height: auto;
    border-radius: 16px;
    background: #fffaf0;
    box-shadow: 0 5px 0 #111111;
}

#landing-final-card:hover {
    transform: none;
    box-shadow: 0 5px 0 #111111;
    background: #fffaf0;
}

#landing-final-card .card-content {
    padding: 1.75rem 1.9rem;
}

#landing-final-title {
    margin-bottom: 0.7rem;
}

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

#landing-final-note {
    display: inline-flex;
    align-self: flex-end;
    padding: 0.28rem 0.65rem;
    border: 2px solid #111111;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 3px 0 #111111;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
    color: #222222;
}

#landing-final-actions .cta-button {
    min-width: 13.5rem;
    justify-content: center;
}

#landing-final-actions .cta-button.is-light {
    background-color: #ffffff;
}

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

#landing-hero-cta {
    display: flex;
    flex-wrap: wrap;
    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%;
    }

    #landing-hero .hero-body {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    #landing-hero-card {
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    #landing-hero::before {
        inset: 1rem;
        border-radius: 20px;
    }

    #landing-hero-title {
        font-size: 2.35rem;
    }

    #landing-hero-subtitle {
        font-size: 1rem;
    }

    #landing-hero-cta,
    #landing-hero-cta .button {
        width: 100%;
    }

    #landing-hero-cta .button {
        justify-content: center;
    }

    #landing-final-actions {
        align-items: stretch;
    }

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

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