/* Custom Tours page */
.custom-steps-section,
.custom-inspire-section,
.custom-why-section {
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 3vw, 1.5rem);
    background: #fff;
}

.custom-main-section,
.custom-why-section.page-section--alt {
    background: #f7f5f2;
}

.custom-steps-inner,
.custom-main-inner,
.custom-inspire-inner,
.custom-why-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.custom-section-head {
    text-align: center;
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
}

.custom-section-head--left {
    text-align: left;
}

.custom-section-head h2 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.35rem, 3.2vw, 2rem);
    color: #111;
}

.custom-section-head p {
    font-size: 0.92rem;
    color: #5c5348;
    max-width: 640px;
    margin: 0.45rem auto 0;
    line-height: 1.6;
}

.custom-section-head--left p {
    margin-left: 0;
}

.custom-section-head .section-gold-line {
    margin: 0.75rem auto 0;
}

.custom-section-head--left .section-gold-line {
    margin-left: 0;
}

/* Steps */
.custom-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1rem);
    position: relative;
}

.custom-step-card {
    position: relative;
    padding: clamp(1rem, 2.5vw, 1.25rem);
    background: #f7f5f2;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
}

.custom-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.custom-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8c96a, #e68a3e);
    color: #1a1510;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.custom-step-card h3 {
    font-family: "Cinzel", serif;
    font-size: 0.92rem;
    color: #111;
    margin-bottom: 0.35rem;
}

.custom-step-card p {
    font-size: 0.78rem;
    line-height: 1.55;
    color: #5c5348;
}

/* Main split */
.custom-main-section {
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 3vw, 1.5rem);
}

.custom-main-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: clamp(1.5rem, 3vw, 2.25rem);
    align-items: start;
}

.custom-main-left h2 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.25rem, 2.8vw, 1.65rem);
    color: #111;
    margin-bottom: 0.35rem;
}

.custom-intro-text {
    font-size: 0.92rem;
    line-height: 1.75;
    color: #5c5348;
    margin-top: 0.75rem;
}

.custom-info-box {
    margin: 1.15rem 0 1.5rem;
    padding: 1rem 1.15rem;
    background: #fff;
    border-left: 4px solid #e68a3e;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.custom-info-box p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #5c5348;
    margin: 0;
}

.custom-subheading {
    font-family: "Cinzel", serif;
    font-size: 1.05rem;
    color: #111;
    margin-bottom: 0.65rem;
}

.custom-benefits-list {
    list-style: none;
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}

.custom-benefits-list li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #5c5348;
}

.custom-benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a5c3e;
    font-weight: 700;
}

.custom-types-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.custom-type-card {
    padding: 0.85rem 1rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.custom-type-card:hover {
    transform: translateY(-2px);
}

.custom-type-icon {
    font-size: 1.35rem;
    line-height: 1;
    display: block;
    margin-bottom: 0.35rem;
}

.custom-type-card h4 {
    font-family: "Cinzel", serif;
    font-size: 0.88rem;
    color: #111;
    margin-bottom: 0.25rem;
}

.custom-type-card p {
    font-size: 0.74rem;
    line-height: 1.5;
    color: #6b5d4a;
}

/* Inspiration */
.custom-circuit-block {
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

.custom-circuit-block:first-of-type {
    margin-top: 0;
}

.custom-circuit-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.custom-circuit-head h3 {
    font-family: "Cinzel", serif;
    font-size: 1.1rem;
    color: #111;
}

.custom-circuit-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1a5c3e;
    text-decoration: none;
}

.custom-circuit-link svg {
    width: 14px;
    height: 14px;
}

.custom-circuit-link:hover {
    color: #e68a3e;
}

/* Why */
.custom-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 2vw, 1.25rem);
}

.custom-why-card {
    padding: clamp(1.1rem, 2.5vw, 1.35rem);
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s;
}

.custom-why-card:hover {
    transform: translateY(-3px);
}

.custom-why-num {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #e68a3e;
    display: block;
    margin-bottom: 0.45rem;
}

.custom-why-card h3 {
    font-family: "Cinzel", serif;
    font-size: 1rem;
    color: #111;
    margin-bottom: 0.4rem;
}

.custom-why-card p {
    font-size: 0.84rem;
    line-height: 1.65;
    color: #5c5348;
}

/* CTA */
.custom-cta-section {
    padding: clamp(2rem, 5vw, 2.75rem) clamp(1rem, 3vw, 1.5rem);
    background: linear-gradient(135deg, #1a3d32 0%, #1a5c3e 50%, #0f2920 100%);
}

.custom-cta-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.custom-cta-copy h2 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.2rem, 2.8vw, 1.65rem);
    color: #fff;
    margin-bottom: 0.35rem;
}

.custom-cta-copy p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
    max-width: 520px;
}

.custom-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.custom-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.35rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s;
}

.custom-cta-btn--primary {
    background: linear-gradient(135deg, #e8c96a, #e68a3e);
    color: #1a1510;
}

.custom-cta-btn--outline {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.custom-cta-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .custom-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-why-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .custom-main-inner {
        grid-template-columns: 1fr;
    }

    .custom-main-right .tour-booking-sidebar {
        position: static;
    }
}

@media (max-width: 520px) {
    .custom-steps-grid,
    .custom-types-grid {
        grid-template-columns: 1fr;
    }

    .custom-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
