/* ===================== SHAKEUP CORNER PAGE STYLES ===================== */

/* ===================== CORNER HERO ===================== */
.corner-hero {
    background: linear-gradient(135deg, #000000 0%, #051508 100%);
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

.corner-hero-content {
    padding: 60px 0;
}

.corner-hero-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.corner-hero-desc {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 420px;
}

.corner-hero-img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

/* ===================== WHY ADD CORNER ===================== */
.why-corner {
    background: linear-gradient(135deg, #0a1f0a 0%, #051508 100%);
    border-top: 1px solid rgba(184, 215, 74, 0.1);
    border-bottom: 1px solid rgba(184, 215, 74, 0.1);
}

.why-corner-inner {
    padding: 50px 40px;
}

.why-corner-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.why-corner-item {
    text-align: center;
    padding: 15px 8px;
}

.why-corner-icon {
    width: 55px;
    height: 55px;
    border: 1.5px solid var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: var(--primary-green);
    font-size: 22px;
}

.why-corner-item h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.why-corner-item p {
    color: var(--text-muted);
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

.why-corner-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* ===================== WHAT WE PROVIDE ===================== */
.what-provide {
    background-color: var(--dark-bg);
    padding: 60px 0;
}

.what-provide .section-title {
    text-align: left;
    margin-bottom: 25px;
    font-size: 22px;
}

.provide-card {
    background-color: rgba(15, 35, 15, 0.7);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(184, 215, 74, 0.15);
    transition: all 0.3s ease;
}

.provide-card:hover {
    border-color: var(--primary-green);
    transform: translateY(-5px);
}

.provide-img {
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-bottom: 12px;
}

.provide-card h5 {
    color: var(--primary-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.provide-card p {
    color: var(--text-muted);
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
}

/* Benefits Box */
.benefits-box {
    background: linear-gradient(180deg, rgba(15, 35, 15, 0.9) 0%, rgba(5, 21, 8, 0.95) 100%);
    border: 1px solid rgba(184, 215, 74, 0.3);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
}

.benefits-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    color: #ffffff;
    font-size: 13px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefits-list li i {
    color: var(--primary-green);
    font-size: 14px;
}

.benefits-img {
    width: 100%;
    border-radius: 10px;
}

/* ===================== SETUP SECTION ===================== */
.setup-section {
    background-color: #f4f1eb;
    padding: 60px 0;
}

.setup-title {
    text-align: center;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.setup-box {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.setup-box > .row {
    align-items: center;
}

.setup-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.setup-stats {
    padding-left: 20px;
}

.setup-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.setup-stat:last-child {
    margin-bottom: 0;
}

.setup-stat-icon {
    width: 50px;
    height: 50px;
    border: 1.5px solid var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-green-dark);
    font-size: 20px;
    flex-shrink: 0;
}

.setup-stat h6 {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
}

.setup-stat p {
    color: #555;
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
}

/* Included Box */
.included-box {
    background: linear-gradient(180deg, rgba(15, 35, 15, 0.95) 0%, rgba(5, 21, 8, 1) 100%);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
}

.included-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.included-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.included-list li {
    color: #ffffff;
    font-size: 13px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.included-list li i {
    color: var(--primary-green);
    font-size: 14px;
}

/* ===================== HOW IT WORKS (Corner) ===================== */
.corner-how-it-works {
    background-color: #f4f1eb;
    padding: 40px 0 60px;
}

.corner-how-it-works .section-title-light {
    text-align: center;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 45px;
}

.corner-how-it-works .section-title-light .leaf-decor-light {
    color: var(--primary-green-dark);
    margin: 0 12px;
    font-size: 18px;
    display: inline-block;
}

.corner-hiw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.corner-hiw-step {
    flex: 1;
    position: relative;
}

.corner-hiw-number {
    background-color: var(--primary-green);
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    position: absolute;
    top: -10px;
    left: 12px;
    z-index: 2;
}

.corner-hiw-content {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 18px 18px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(184, 215, 74, 0.2);
    height: 100%;
    transition: all 0.3s ease;
}

.corner-hiw-content:hover {
    border-color: var(--primary-green);
    transform: translateY(-3px);
}

.corner-hiw-icon {
    width: 42px;
    height: 42px;
    border: 1.5px solid var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-green-dark);
    font-size: 18px;
    flex-shrink: 0;
}

.corner-hiw-content h5 {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
}

.corner-hiw-content p {
    color: #555;
    font-size: 10px;
    margin: 0;
    line-height: 1.3;
}

.corner-hiw-arrow {
    color: var(--primary-green);
    font-size: 16px;
    flex-shrink: 0;
}

/* ===================== REAL CORNERS ===================== */
.real-corners {
    background-color: var(--dark-bg);
    padding: 50px 0 0;
}

.real-corners .section-title {
    color: var(--primary-green);
    font-size: 22px;
    margin-bottom: 30px;
}

.real-corners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    width: 100%;
}

.real-corner-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.real-corner-img:hover {
    transform: scale(1.05);
    z-index: 1;
}

/* ===================== SCROLL TO TOP ===================== */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--primary-green);
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(184, 215, 74, 0.4);
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background-color: var(--primary-green-dark);
    color: #000000;
    transform: translateY(-3px);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1199px) {
    .corner-hiw-content h5 {
        font-size: 11px;
    }

    .corner-hiw-content p {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    .corner-hero {
        text-align: center;
        padding-top: 100px;
    }

    .corner-hero-content {
        padding: 30px 20px;
    }

    .corner-hero-title {
        font-size: 32px;
    }

    .corner-hero-desc {
        margin: 0 auto 30px;
    }

    .hero-features {
        justify-content: center;
    }

    .why-corner-inner {
        padding: 30px 20px;
    }

    .corner-hiw {
        flex-wrap: wrap;
        justify-content: center;
    }

    .corner-hiw-step {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .corner-hiw-arrow {
        transform: rotate(90deg);
        margin: 0 auto;
    }

    .real-corners-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .setup-stats {
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .corner-hero-title {
        font-size: 26px;
    }

    .why-corner-title {
        font-size: 20px;
    }

    .real-corners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits-box,
    .included-box {
        padding: 20px;
    }

    .real-corner-img {
        height: 140px;
    }
}

@media (max-width: 575px) {
    .corner-hero-title {
        font-size: 22px;
    }

    .section-title {
        font-size: 18px;
    }

    .real-corners-grid {
        grid-template-columns: 1fr;
    }
}
