/* SEO / content text sections */
.content-section {
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1.25rem, 4vw, 2rem);
    background: #ffffff;
}

.content-section-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.content-section h2 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.35rem, 3.2vw, 2rem);
    font-weight: 700;
    color: #111;
    line-height: 1.35;
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
    letter-spacing: 0.02em;
}

.content-section p {
    font-family: "Outfit", sans-serif;
    font-size: clamp(0.92rem, 1.7vw, 1.05rem);
    line-height: 1.75;
    color: #3d3832;
    text-align: center;
}

/* Why Thousands Trust Us + Credibility (merged) */
.trust-section {
    position: relative;
    padding: clamp(2.75rem, 5.5vw, 4.25rem) clamp(1rem, 4vw, 2rem);
    background: linear-gradient(180deg, #eef7f2 0%, #fff 40%, #f7f5ef 100%);
    overflow: hidden;
}

.trust-section-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background:
        radial-gradient(circle at 92% 8%, rgba(201, 146, 46, 0.1) 0%, transparent 32%),
        radial-gradient(circle at 8% 88%, rgba(26, 92, 62, 0.1) 0%, transparent 34%);
}

.trust-section-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

.trust-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: center;
    margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(26, 61, 50, 0.14);
}

.trust-header-mark {
    width: clamp(56px, 8vw, 72px);
    height: clamp(56px, 8vw, 72px);
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #c8e8d8, #1a5c3e);
    color: #0f2a24;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.trust-header-mark svg {
    width: 70%;
    height: 70%;
}

.trust-header-eyebrow {
    display: inline-block;
    font-family: "Great Vibes", cursive;
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    color: #1a5c3e;
    margin-bottom: 0.15rem;
}

.trust-header-title {
    font-family: "Cinzel", serif;
    font-size: clamp(1.25rem, 2.8vw, 1.85rem);
    line-height: 1.25;
    color: #1a3d32;
    margin: 0;
}

.trust-header-title span {
    display: block;
    font-weight: 700;
}

.trust-header-title em {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 0.72em;
    margin-top: 0.12rem;
    color: #c45b2d;
}

.trust-header-tagline {
    margin: 0.4rem 0 0;
    max-width: 680px;
    font-size: clamp(0.84rem, 1.5vw, 0.96rem);
    line-height: 1.6;
    color: #666;
}

/* Stats strip */
.trust-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: clamp(1.35rem, 2.8vw, 2rem);
    padding: clamp(1.65rem, 3.8vw, 2.4rem) clamp(0.85rem, 2.2vw, 1.4rem);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(26, 61, 50, 0.08);
    box-shadow: 0 12px 32px rgba(26, 61, 50, 0.07);
}

.trust-stat {
    position: relative;
    text-align: center;
    padding: 0.5rem 0.45rem;
}

.trust-stat + .trust-stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16%;
    height: 68%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(201, 146, 46, 0.45), transparent);
}

.trust-stat strong,
.trust-stat-value {
    display: block;
    font-family: "Cinzel", serif;
    font-weight: 700;
    color: #1a3d32;
    line-height: 1;
    margin-bottom: 0.55rem;
}

.trust-stat-num {
    display: inline-block !important;
    font-family: "Cinzel", serif !important;
    font-size: clamp(1.7rem, 3.4vw, 2.25rem) !important;
    font-weight: 700 !important;
    font-variant-numeric: tabular-nums;
    line-height: 1 !important;
    color: #1a3d32 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    min-width: 2.8ch;
}

.trust-stat-label {
    display: block;
    font-size: clamp(0.72rem, 1.35vw, 0.88rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c9922e;
    line-height: 1.35;
}

/* Reason cards */
.trust-reasons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.85rem, 2vw, 1.15rem);
    margin-bottom: clamp(1.5rem, 3vw, 2.15rem);
}

.trust-reason {
    position: relative;
    background: #fff;
    border: 1px solid rgba(26, 61, 50, 0.08);
    border-radius: 16px;
    padding: clamp(1.2rem, 2.4vw, 1.55rem) clamp(1rem, 2vw, 1.25rem);
    box-shadow: 0 8px 26px rgba(26, 61, 50, 0.06);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    overflow: hidden;
}

.trust-reason::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a5c3e, #c9922e);
    opacity: 0;
    transition: opacity 0.3s;
}

.trust-reason:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(26, 61, 50, 0.12);
    border-color: rgba(26, 92, 62, 0.2);
}

.trust-reason:hover::before {
    opacity: 1;
}

.trust-reason-num {
    position: absolute;
    top: 0.8rem;
    right: 0.95rem;
    font-family: "Cinzel", serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(201, 146, 46, 0.45);
}

.trust-reason-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 0.8rem;
    background: linear-gradient(135deg, rgba(26, 92, 62, 0.1), rgba(201, 146, 46, 0.12));
    border-radius: 10px;
}

.trust-reason-icon svg {
    width: 20px;
    height: 20px;
    stroke: #1a5c3e;
    fill: none;
    stroke-width: 1.4;
}

.trust-reason h3 {
    font-family: "Cinzel", serif;
    font-size: clamp(0.86rem, 1.5vw, 0.98rem);
    font-weight: 700;
    color: #1a3d32;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    padding-right: 1.4rem;
}

.trust-reason p {
    margin: 0;
    font-size: clamp(0.78rem, 1.4vw, 0.88rem);
    line-height: 1.65;
    color: #5c5348;
}

/* Review platforms — modern cards with brand logos */
.trust-reviews {
    padding: clamp(1.25rem, 2.8vw, 1.65rem);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(26, 61, 50, 0.08);
    box-shadow: 0 10px 28px rgba(26, 61, 50, 0.06);
    text-align: center;
}

.trust-reviews-label {
    margin: 0 0 1.15rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #c9922e;
}

.trust-platforms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.trust-platform {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid rgba(26, 61, 50, 0.08);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(26, 61, 50, 0.04);
    text-decoration: none;
    text-align: left;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.trust-platform:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(26, 61, 50, 0.1);
    border-color: rgba(201, 146, 46, 0.35);
}

.trust-platform-logo {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #f7faf8;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

.trust-platform-logo img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.trust-platform-copy {
    min-width: 0;
}

.trust-platform-copy strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a3d32;
    margin-bottom: 0.2rem;
}

.trust-platform-copy em {
    display: block;
    font-style: normal;
    font-size: 0.74rem;
    font-weight: 600;
    color: #66736d;
    line-height: 1.35;
}

.trust-platform-stars {
    color: #c9922e;
    letter-spacing: 0.04em;
    margin-right: 0.2rem;
}

.trust-platform--ta .trust-platform-logo {
    background: #e8faf3;
}

.trust-platform--fb .trust-platform-logo {
    background: #eef3ff;
}

.trust-platform--google .trust-platform-logo {
    background: #fff5f0;
}

@media (max-width: 1024px) {
    .trust-reasons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-stat:nth-child(4)::before,
    .trust-stat:nth-child(5)::before {
        display: none;
    }

    .trust-platforms {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .trust-header {
        grid-template-columns: 1fr;
    }

    .trust-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-stat::before {
        display: none;
    }

    .trust-stat:nth-child(5) {
        grid-column: 1 / -1;
    }

    .trust-reasons {
        grid-template-columns: 1fr;
    }

    .trust-platforms {
        grid-template-columns: 1fr;
    }

    .trust-platform {
        width: 100%;
    }

    .trip-starts-header {
        grid-template-columns: 1fr;
    }
}

/* About MaruVista — text + image (kept for other pages if reused) */
.about-section {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2rem);
    background: #ffffff;
}

.about-section-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.about-copy h2 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.45rem, 3.2vw, 2.1rem);
    font-weight: 700;
    color: #111;
    margin-bottom: clamp(1rem, 2.5vw, 1.35rem);
    line-height: 1.3;
}

.about-copy p {
    font-family: "Outfit", sans-serif;
    font-size: clamp(0.92rem, 1.65vw, 1.02rem);
    line-height: 1.75;
    color: #3d3832;
    margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.about-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.6rem;
    background: #e68a3e;
    color: #fff;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}

.about-read-more:hover {
    background: #d47a32;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(230, 138, 62, 0.35);
}

.about-media {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.about-media img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Exclusive Tour Packages — modern feature cards */
.exclusive-section {
    position: relative;
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1rem, 4vw, 2rem);
    background: linear-gradient(180deg, #fff8ef 0%, #fff 48%, #faf6f0 100%);
    overflow: hidden;
}

.exclusive-section-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background:
        radial-gradient(circle at 90% 12%, rgba(201, 146, 46, 0.12) 0%, transparent 34%),
        radial-gradient(circle at 8% 88%, rgba(139, 90, 30, 0.07) 0%, transparent 32%);
}

.exclusive-section-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

.exclusive-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: center;
    margin-bottom: clamp(1.5rem, 3vw, 2.15rem);
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(139, 90, 30, 0.18);
}

.exclusive-header-mark {
    width: clamp(56px, 8vw, 72px);
    height: clamp(56px, 8vw, 72px);
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #f6e3b8, #d4a017);
    color: #5c3d0f;
    box-shadow: 0 10px 24px rgba(139, 90, 30, 0.14);
}

.exclusive-header-mark svg {
    width: 68%;
    height: 68%;
}

.exclusive-header-eyebrow {
    display: inline-block;
    font-family: "Great Vibes", cursive;
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    color: #c9922e;
    margin-bottom: 0.15rem;
}

.exclusive-header-title {
    font-family: "Cinzel", serif;
    font-size: clamp(1.25rem, 2.8vw, 1.85rem);
    line-height: 1.25;
    color: #1a3d32;
    margin: 0;
}

.exclusive-header-title span {
    display: block;
    font-weight: 700;
}

.exclusive-header-title em {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 0.72em;
    margin-top: 0.12rem;
    color: #8b5a1e;
}

.exclusive-header-tagline {
    margin: 0.4rem 0 0;
    max-width: 640px;
    font-size: clamp(0.84rem, 1.5vw, 0.95rem);
    line-height: 1.6;
    color: #666;
}

.exclusive-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.9rem, 2vw, 1.2rem);
}

.exclusive-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(139, 90, 30, 0.1);
    border-radius: 18px;
    padding: clamp(1.25rem, 2.5vw, 1.6rem) clamp(1.05rem, 2vw, 1.3rem);
    box-shadow: 0 10px 28px rgba(26, 61, 50, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.exclusive-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4a017, #1a5c3e);
    opacity: 0;
    transition: opacity 0.3s;
}

.exclusive-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(139, 90, 30, 0.12);
    border-color: rgba(201, 146, 46, 0.3);
}

.exclusive-card:hover::before {
    opacity: 1;
}

.exclusive-card-num {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    font-family: "Cinzel", serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(201, 146, 46, 0.45);
}

.exclusive-card-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 0.95rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(212, 160, 23, 0.16), rgba(26, 92, 62, 0.1));
}

.exclusive-card-icon svg {
    width: 22px;
    height: 22px;
    stroke: #8b5a1e;
    fill: none;
    stroke-width: 1.5;
}

.exclusive-card h3 {
    font-family: "Cinzel", serif;
    font-size: clamp(0.9rem, 1.55vw, 1.02rem);
    font-weight: 700;
    color: #1a3d32;
    margin: 0 0 0.6rem;
    line-height: 1.35;
    padding-right: 1.4rem;
}

.exclusive-card p {
    margin: 0;
    font-size: clamp(0.8rem, 1.4vw, 0.9rem);
    line-height: 1.65;
    color: #5c5348;
}

/* Your trip starts here */
.trip-starts-section {
    position: relative;
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1rem, 4vw, 2rem);
    background: linear-gradient(180deg, #eef7f2 0%, #fff 50%, #f7f5ef 100%);
    overflow: hidden;
}

.trip-starts-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.5;
    background:
        radial-gradient(circle at 90% 12%, rgba(26, 92, 62, 0.1) 0%, transparent 34%),
        radial-gradient(circle at 8% 88%, rgba(201, 146, 46, 0.08) 0%, transparent 32%);
}

.trip-starts-inner {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
}

.trip-starts-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1rem, 2.5vw, 1.4rem);
    align-items: center;
    margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(26, 61, 50, 0.14);
    text-align: left;
}

.trip-starts-mark {
    width: clamp(56px, 8vw, 72px);
    height: clamp(56px, 8vw, 72px);
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #c8e8d8, #1a5c3e);
    color: #0f2a24;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.trip-starts-mark svg {
    width: 68%;
    height: 68%;
}

.trip-starts-eyebrow {
    display: inline-block;
    font-family: "Great Vibes", cursive;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: #1a5c3e;
    margin-bottom: 0.15rem;
}

.trip-starts-heading {
    font-family: "Cinzel", serif;
    font-size: clamp(1.05rem, 2.4vw, 1.45rem);
    font-weight: 700;
    line-height: 1.35;
    color: #1a3d32;
    margin: 0;
}

.trip-starts-tagline {
    margin: 0.4rem 0 0;
    max-width: 640px;
    font-size: clamp(0.84rem, 1.5vw, 0.95rem);
    line-height: 1.6;
    color: #666;
}

.trip-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.trip-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.05rem;
    border: 1px solid rgba(26, 61, 50, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #1a3d32;
    font-size: clamp(0.72rem, 1.4vw, 0.82rem);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(26, 61, 50, 0.04);
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.trip-tag:hover {
    border-color: #1a5c3e;
    color: #1a5c3e;
    background: #f4faf7;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(26, 61, 50, 0.1);
}

.trip-starts-cta {
    text-align: center;
}

.trip-plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.85rem 1.75rem;
    background: linear-gradient(135deg, #1a5c3e, #1a3d32);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: clamp(0.72rem, 1.4vw, 0.8rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.25s, box-shadow 0.25s;
}

.trip-plan-btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
}

.trip-plan-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(26, 61, 50, 0.22);
}

@media (max-width: 1024px) {
    .exclusive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-section-inner {
        grid-template-columns: 1fr;
    }

    .about-media {
        order: -1;
    }

    .about-media img {
        min-height: 220px;
        max-height: 320px;
    }
}

@media (max-width: 640px) {
    .content-section {
        padding-top: clamp(2rem, 4vw, 2.5rem);
        padding-bottom: clamp(2rem, 4vw, 2.75rem);
    }

    .content-section p {
        line-height: 1.65;
    }

    .exclusive-header {
        grid-template-columns: 1fr;
    }

    .exclusive-grid {
        grid-template-columns: 1fr;
    }

    .trip-tags {
        gap: 0.45rem;
    }

    .trip-tag {
        padding: 0.5rem 0.85rem;
    }
}

/* 13. Why Choose MaruVista Travels */
.choose-section {
    position: relative;
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1rem, 4vw, 2rem);
    background: linear-gradient(180deg, #f3faf7 0%, #fff 45%, #eef7f2 100%);
    overflow: hidden;
}

.choose-section-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.5;
    background:
        radial-gradient(circle at 88% 14%, rgba(26, 92, 62, 0.1) 0%, transparent 34%),
        radial-gradient(circle at 10% 86%, rgba(26, 61, 50, 0.07) 0%, transparent 32%);
}

.choose-section-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

.choose-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: center;
    margin-bottom: clamp(1.5rem, 3vw, 2.15rem);
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(26, 61, 50, 0.14);
}

.choose-header-mark {
    width: clamp(56px, 8vw, 72px);
    height: clamp(56px, 8vw, 72px);
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #c8e8d8, #1a5c3e);
    color: #0f2a24;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.choose-header-mark svg {
    width: 68%;
    height: 68%;
}

.choose-header-eyebrow {
    display: inline-block;
    font-family: "Great Vibes", cursive;
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    color: #1a5c3e;
    margin-bottom: 0.15rem;
}

.choose-header-title {
    font-family: "Cinzel", serif;
    font-size: clamp(1.25rem, 2.8vw, 1.85rem);
    line-height: 1.25;
    color: #1a3d32;
    margin: 0;
}

.choose-header-title span {
    display: block;
    font-weight: 700;
}

.choose-header-title em {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 0.72em;
    margin-top: 0.12rem;
    color: #c45b2d;
}

.choose-header-tagline {
    margin: 0.4rem 0 0;
    max-width: 720px;
    font-size: clamp(0.84rem, 1.5vw, 0.95rem);
    line-height: 1.6;
    color: #666;
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.9rem, 2vw, 1.15rem);
}

.choose-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(26, 61, 50, 0.08);
    border-radius: 16px;
    padding: clamp(1.2rem, 2.4vw, 1.55rem) clamp(1rem, 2vw, 1.25rem);
    box-shadow: 0 8px 26px rgba(26, 61, 50, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

.choose-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a5c3e, #c9922e);
    opacity: 0;
    transition: opacity 0.3s;
}

.choose-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(26, 61, 50, 0.12);
}

.choose-card:hover::before {
    opacity: 1;
}

.choose-card-num {
    position: absolute;
    top: 0.8rem;
    right: 0.95rem;
    font-family: "Cinzel", serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(201, 146, 46, 0.45);
}

.choose-card-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 0.8rem;
    background: linear-gradient(135deg, rgba(26, 92, 62, 0.1), rgba(201, 146, 46, 0.12));
    border-radius: 10px;
}

.choose-card-icon svg {
    width: 20px;
    height: 20px;
    stroke: #1a5c3e;
    fill: none;
    stroke-width: 1.4;
}

.choose-card h3 {
    font-family: "Cinzel", serif;
    font-size: clamp(0.86rem, 1.5vw, 0.98rem);
    font-weight: 700;
    color: #1a3d32;
    margin: 0 0 0.55rem;
    line-height: 1.35;
    padding-right: 1.4rem;
}

.choose-card p {
    margin: 0;
    font-size: clamp(0.78rem, 1.4vw, 0.88rem);
    line-height: 1.65;
    color: #5c5348;
}

/* 16. How to Book Dream Trip */
.book-steps-section {
    position: relative;
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1rem, 4vw, 2rem);
    background: linear-gradient(180deg, #fff8ef 0%, #fff 50%, #faf6f0 100%);
    overflow: hidden;
}

.book-steps-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background:
        radial-gradient(circle at 90% 12%, rgba(201, 146, 46, 0.12) 0%, transparent 34%),
        radial-gradient(circle at 8% 88%, rgba(26, 92, 62, 0.08) 0%, transparent 32%);
}

.book-steps-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

.book-steps-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: center;
    margin-bottom: clamp(1.5rem, 3vw, 2.15rem);
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(139, 90, 30, 0.18);
}

.book-steps-mark {
    width: clamp(56px, 8vw, 72px);
    height: clamp(56px, 8vw, 72px);
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #f6e3b8, #d4a017);
    color: #5c3d0f;
    box-shadow: 0 10px 24px rgba(139, 90, 30, 0.14);
}

.book-steps-mark svg {
    width: 68%;
    height: 68%;
}

.book-steps-eyebrow {
    display: inline-block;
    font-family: "Great Vibes", cursive;
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    color: #c9922e;
    margin-bottom: 0.15rem;
}

.book-steps-title {
    font-family: "Cinzel", serif;
    font-size: clamp(1.25rem, 2.8vw, 1.85rem);
    line-height: 1.25;
    color: #1a3d32;
    margin: 0;
}

.book-steps-title span {
    display: block;
    font-weight: 700;
}

.book-steps-title em {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 0.72em;
    margin-top: 0.12rem;
    color: #8b5a1e;
}

.book-steps-tagline {
    margin: 0.4rem 0 0;
    max-width: 640px;
    font-size: clamp(0.84rem, 1.5vw, 0.95rem);
    line-height: 1.6;
    color: #666;
}

.book-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.9rem, 2vw, 1.15rem);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    counter-reset: book-step;
}

.book-step {
    position: relative;
    background: #fff;
    border: 1px solid rgba(139, 90, 30, 0.1);
    border-radius: 18px;
    padding: clamp(1.25rem, 2.5vw, 1.6rem) clamp(1.05rem, 2vw, 1.3rem);
    box-shadow: 0 10px 28px rgba(26, 61, 50, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.book-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(139, 90, 30, 0.12);
}

.book-step-num {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    font-family: "Cinzel", serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(201, 146, 46, 0.5);
}

.book-step-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 0.95rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(212, 160, 23, 0.16), rgba(26, 92, 62, 0.1));
}

.book-step-icon svg {
    width: 22px;
    height: 22px;
    stroke: #8b5a1e;
    fill: none;
    stroke-width: 1.5;
}

.book-step h3 {
    font-family: "Cinzel", serif;
    font-size: clamp(0.9rem, 1.55vw, 1.02rem);
    font-weight: 700;
    color: #1a3d32;
    margin: 0 0 0.55rem;
    line-height: 1.35;
    padding-right: 1.4rem;
}

.book-step p {
    margin: 0;
    font-size: clamp(0.8rem, 1.4vw, 0.9rem);
    line-height: 1.65;
    color: #5c5348;
}

.book-steps-cta {
    text-align: center;
}

.book-steps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 48px;
    padding: 0.75rem 1.6rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #1a5c3e, #1a3d32);
    color: #fff;
    font-family: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.book-steps-btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
}

.book-steps-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(26, 61, 50, 0.22);
}

@media (max-width: 1024px) {
    .choose-grid,
    .book-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .choose-header,
    .book-steps-header {
        grid-template-columns: 1fr;
    }

    .choose-grid,
    .book-steps-grid {
        grid-template-columns: 1fr;
    }
}
