.premiumReviewArea {
    --jr-gold: #c98c13;
    --jr-gold-light: #e7b848;
    --jr-bg: #fbf8f2;
    --jr-card: #fffdf8;
    --jr-text: #171512;
    --jr-muted: #665f55;
    --jr-border: rgba(186, 130, 19, 0.7);
    --jr-soft-border: rgba(76, 62, 38, 0.22);
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 30px 0 18px;
    color: var(--jr-text);
    background:
        radial-gradient(circle at 8% 22%, rgba(213, 160, 46, 0.1), transparent 24%),
        radial-gradient(circle at 94% 60%, rgba(213, 160, 46, 0.07), transparent 26%), var(--jr-bg);
    border-top: 1px solid var(--jr-soft-border);
    border-bottom: 1px solid var(--jr-soft-border);
    font-family: Georgia, 'Times New Roman', serif;
}
body.dark-theme .premiumReviewArea {
    --jr-bg: #0d0f0f;
    --jr-card: #111312;
    --jr-text: #f8f4ec;
    --jr-muted: #d1c9bc;
    --jr-border: rgba(205, 145, 25, 0.78);
    --jr-soft-border: rgba(255, 255, 255, 0.18);
    background:
        radial-gradient(circle at 7% 16%, rgba(208, 147, 24, 0.08), transparent 24%),
        radial-gradient(circle at 95% 75%, rgba(208, 147, 24, 0.06), transparent 28%), var(--jr-bg);
}
.journeysShell {
    position: relative;
    max-width: 1440px;
    margin: auto;
    padding: 0 72px;
    z-index: 2;
}
.journeysQuote {
    position: absolute;
    left: 72px;
    top: -18px;
    color: rgba(183, 157, 101, 0.17);
    font-size: 112px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -20px;
    user-select: none;
}
body.dark-theme .journeysQuote {
    color: rgba(255, 255, 255, 0.08);
}
.journeysHeading {
    position: relative;
    text-align: center;
    margin-bottom: 14px;
    min-height: 88px;
}
.journeysEyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--jr-gold);
    font:
        700 12px/1.2 Arial,
        sans-serif;
    letter-spacing: 2.3px;
    text-transform: uppercase;
}
.journeysTitle {
    margin: 0;
    color: var(--jr-text);
    font-size: 42px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.2px;
}
.journeysSubtitle {
    margin: 1px 0 0;
    color: var(--jr-muted);
    font-size: 14px;
    line-height: 1.35;
}
.journeysTopActions {
    position: absolute;
    right: 0;
    bottom: 19px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}
.journeysShareLink {
    color: var(--jr-gold) !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
}
.journeysCounter {
    min-width: 69px;
    padding: 7px 12px;
    border: 1px solid var(--jr-border);
    border-radius: 999px;
    color: var(--jr-text);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
}
.journeyStage {
    position: relative;
}
.testimonial_slider {
    overflow: hidden !important;
    padding: 0 0 8px;
}
.testimonial_slider .swiper-wrapper {
    align-items: stretch;
}
.testimonial_slider .swiper-slide {
    width: 374px !important;
    height: auto;
}
.journeyCard {
    height: 100%;
    min-height: 365px;
    overflow: hidden;
    border: 1px solid var(--jr-border);
    border-radius: 18px;
    background: var(--jr-card);
    color: var(--jr-text);
    box-shadow: 0 13px 32px rgba(43, 32, 15, 0.1);
    cursor: pointer;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}
body.dark-theme .journeyCard {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}
.journeyCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 19px 42px rgba(43, 32, 15, 0.17);
}
.journeyMedia {
    position: relative;
    height: 205px;
    overflow: hidden;
    background: #211f1b;
}
.journeyMedia:after {
    content: '';
    position: absolute;
    inset: 35% 0 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(250, 246, 237, 0), rgba(250, 246, 237, 0.96) 84%);
}
body.dark-theme .journeyMedia:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(7, 8, 8, 0.97) 84%);
}
.journeyMedia .mediaImg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.journeyCard:hover .mediaImg {
    transform: scale(1.035);
}
.journeyVerified {
    position: absolute;
    left: 14px;
    top: 13px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.88);
    color: #2b271f;
    border: 1px solid rgba(201, 140, 19, 0.3);
    font:
        600 12px/1 Arial,
        sans-serif;
    backdrop-filter: blur(7px);
}
body.dark-theme .journeyVerified {
    background: rgba(12, 13, 13, 0.72);
    color: #eee7dc;
    border-color: rgba(201, 140, 19, 0.36);
}
.verifiedTick {
    width: 16px;
    height: 16px;
    border: 1.5px solid var(--jr-gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--jr-gold);
    font:
        700 10px/1 Arial,
        sans-serif;
}
.mediaPlayBtn {
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 4;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff3c9;
    border-radius: 50%;
    background: rgba(149, 96, 0, 0.7);
    box-shadow:
        0 0 0 3px rgba(216, 160, 31, 0.3),
        0 0 23px rgba(235, 173, 36, 0.92);
    transition:
        transform 0.22s ease,
        background 0.22s ease;
}
.mediaPlayBtn:before {
    content: '';
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translate(-36%, -50%);
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.journeyCard:hover .mediaPlayBtn {
    transform: translate(-50%, -50%) scale(1.07);
    background: rgba(190, 127, 3, 0.86);
}
.journeyRoute {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #231e15;
    font-size: 13px;
    white-space: nowrap;
}
body.dark-theme .journeyRoute {
    color: #f5eee3;
}
.routeCountry {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}
.routeCountry:last-child {
    justify-content: flex-end;
}
.routeCountry span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}
.countryFlag {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(201, 140, 19, 0.5);
    background: #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}
.routeFlight {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 52px;
    color: var(--jr-gold);
    font:
        700 19px/1 Arial,
        sans-serif;
}
.routeFlight:before,
.routeFlight:after {
    content: '';
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, var(--jr-gold));
}
.routeFlight:after {
    background: linear-gradient(90deg, var(--jr-gold), transparent);
}
.routeFlight b {
    display: block;
    margin: 0 5px;
    transform: rotate(-2deg);
}
.journeyContent {
    padding: 10px 18px 11px;
}
.journeyBreed {
    margin: 0 0 1px;
    color: var(--jr-text);
    font-size: 19px;
    line-height: 1.15;
    font-weight: 700;
}
.journeyRating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
}
.journeyStars {
    color: var(--jr-gold);
    font:
        700 18px/1 Arial,
        sans-serif;
    letter-spacing: 1px;
}
.journeyScore {
    color: var(--jr-gold);
    font:
        500 12px/1 Arial,
        sans-serif;
}
.journeyReview {
    min-height: 53px;
    max-height: calc(1.35em * 3);
    margin: 0 0 8px;
    color: var(--jr-text);
    font-size: 13px;
    line-height: 1.35;
    font-style: italic;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.journeyFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.journeyAuthor {
    min-width: 0;
    color: var(--jr-gold);
    font:
        700 11px/1.2 Arial,
        sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.journeyAuthor u {
    text-underline-offset: 3px;
}
.journeyStoryBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 114px;
    height: 31px;
    padding: 0 12px;
    border: 1px solid var(--jr-border);
    border-radius: 9px;
    background: transparent;
    color: var(--jr-gold) !important;
    font:
        600 12px/1 Arial,
        sans-serif;
    white-space: nowrap;
    transition: 0.2s ease;
}
.journeyStoryBtn:hover {
    background: var(--jr-gold);
    color: #17120a !important;
}
.storyMiniPlay {
    width: 16px;
    height: 16px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}
#testimonial-arrow .slider__arrow {
    position: absolute;
    top: 45%;
    z-index: 8;
    width: 43px;
    height: 43px;
    margin: 0;
    border: 1px solid var(--jr-border);
    border-radius: 50%;
    background: var(--jr-bg);
    color: var(--jr-gold);
    font:
        700 25px/39px Arial,
        sans-serif;
    box-shadow: none;
    transform: translateY(-50%);
    transition: 0.2s ease;
}
#testimonial-arrow .slider__arrow:hover {
    background: var(--jr-gold);
    color: #17120a;
}
#testimonial-arrow .arrow_prev {
    left: -60px;
}
#testimonial-arrow .arrow_next {
    right: -60px;
}
.review-slider-pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    height: 8px;
    margin: 4px 0 12px;
}
.review-slider-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 5px;
    margin: 0 !important;
    border-radius: 999px;
    opacity: 1;
    background: rgba(117, 111, 100, 0.3);
    transition: 0.2s ease;
}
.review-slider-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, var(--jr-gold), var(--jr-gold-light));
}
.journeysCta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
    margin: 0 auto 9px;
}
.journeysExplore {
    min-width: 310px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid #d5a43a;
    border-radius: 8px;
    color: #17120a !important;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(105deg, #e7bd62, #c88a15, #e4b44d);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.55);
}
.journeysStats {
    width: 568px;
    max-width: 100%;
    min-height: 55px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--jr-soft-border);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.03);
}
.journeyStat {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 16px;
    color: var(--jr-text);
}
.journeyStat + .journeyStat {
    border-left: 1px solid var(--jr-soft-border);
}
.journeyStatIcon {
    color: var(--jr-gold);
    font-size: 27px;
    line-height: 1;
}
.journeyStat strong {
    display: block;
    font-size: 13px;
    line-height: 1.1;
}
.journeyStat small {
    display: block;
    margin-top: 2px;
    color: var(--jr-muted);
    font-size: 11px;
    line-height: 1.1;
}
.reviewEmpty {
    padding: 55px 20px;
    text-align: center;
    border: 1px solid var(--jr-soft-border);
    border-radius: 18px;
    color: var(--jr-muted);
}
@media (max-width: 1199px) {
    .journeysShell {
        padding: 0 58px;
    }
    .journeysQuote {
        left: 58px;
    }
    .testimonial_slider .swiper-slide {
        width: 340px !important;
    }
    #testimonial-arrow .arrow_prev {
        left: -50px;
    }
    #testimonial-arrow .arrow_next {
        right: -50px;
    }
}
@media (max-width: 767px) {
    .premiumReviewArea {
        padding: 42px 0 27px;
    }
    .journeysShell {
        padding: 0 0 0 38px;
        max-width: none;
    }
    .journeysQuote {
        left: 25px;
        top: -22px;
        font-size: 100px;
    }
    .journeysHeading {
        min-height: 134px;
        padding-right: 38px;
        margin-bottom: 9px;
    }
    .journeysEyebrow {
        padding-top: 75px;
        order: 2;
    }
    .journeysTitle {
        position: absolute;
        top: 4px;
        left: 0;
        right: 38px;
        font-size: 35px;
        letter-spacing: -0.7px;
    }
    .journeysSubtitle {
        font-size: 14px;
    }
    .journeysTopActions {
        right: 25px;
        bottom: auto;
        top: 0;
    }
    .journeysTopActions {
        display: none;
    }
    .testimonial_slider {
        padding-right: 0 !important;
    }
    .testimonial_slider .swiper-slide {
        width: calc(100vw - 92px) !important;
        max-width: 390px;
    }
    .journeyCard {
        min-height: 0;
        border-radius: 17px;
    }
    .journeyMedia {
        height: 235px;
    }
    .journeyContent {
        padding: 14px 20px 15px;
    }
    .journeyBreed {
        font-size: 22px;
    }
    .journeyStars {
        font-size: 20px;
    }
    .journeyReview {
        min-height: 50px;
        font-size: 15px;
        -webkit-line-clamp: 3;
    }
    .journeyFoot {
        align-items: flex-end;
    }
    .journeyStoryBtn {
        height: 40px;
        min-width: 135px;
        font-size: 12px;
    }
    #testimonial-arrow {
        display: none;
    }
    .review-slider-pagination {
        justify-content: flex-start;
        margin: 17px 0 22px;
        padding-left: calc((100vw - 92px) / 2 - 76px);
    }
    .review-slider-pagination .swiper-pagination-bullet {
        width: 28px;
    }
    .journeysCta {
        padding-right: 38px;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .journeysExplore {
        width: 100%;
        min-width: 0;
        height: 54px;
        font-size: 18px;
    }
    .journeysShareLink {
        display: inline-block;
        margin-top: 17px;
        font-size: 16px;
    }
    .journeysStats {
        width: calc(100% - 38px);
        margin: 0 38px 0 0;
        min-height: 67px;
    }
    .journeyStat {
        gap: 7px;
        padding: 8px 7px;
    }
    .journeyStatIcon {
        font-size: 24px;
    }
    .journeyStat strong {
        font-size: 12px;
    }
    .journeyStat small {
        font-size: 10px;
    }
}
@media (max-width: 410px) {
    .journeysShell {
        padding-left: 24px;
    }
    .journeysHeading {
        padding-right: 24px;
    }
    .journeysTitle {
        right: 24px;
        font-size: 31px;
    }
    .journeysTopActions {
        right: 18px;
    }
    .testimonial_slider .swiper-slide {
        width: calc(100vw - 62px) !important;
    }
    .journeysCta {
        padding-right: 24px;
    }
    .journeysStats {
        width: calc(100% - 24px);
        margin-right: 24px;
    }
    .journeyMedia {
        height: 218px;
    }
    .journeyRoute {
        left: 13px;
        right: 13px;
        gap: 7px;
    }
    .countryFlag {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }
    .journeyFoot {
        gap: 6px;
    }
    .journeyStoryBtn {
        min-width: 121px;
        padding: 0 9px;
    }
    .journeyAuthor {
        font-size: 10px;
    }
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 20%;
    user-select: none;
}
.slider-btn.left {
    left: 20px;
}
.slider-btn.right {
    right: 20px;
}

.home__area.v1.section__bg {
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    cursor: pointer;
}

.pet-breed-line {
    font-size: 12px;
    color: #777;
    margin-top: -4px;
    margin-bottom: 6px;
}

.mModal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: auto;
    padding: 20px;
    overscroll-behavior: contain;
}
.mBackdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}
.mPanel {
    position: relative;
    max-width: 980px;
    max-height: calc(100dvh - 40px);
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
    display: flex;
    flex-direction: column;
}
.mClose {
    position: absolute;
    right: 12px;
    top: 10px;
    border: none;
    background: #f3f4f6;
    border-radius: 12px;
    padding: 8px 10px;
    cursor: pointer;
    z-index: 10;
}
.mTitle {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 900;
    color: #111827;
}
.mBody {
    padding: 14px 16px;
    overflow: auto;
    overscroll-behavior: contain;
}
.mThumbs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.mThumbs img {
    width: 120px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

html.media-modal-open,
body.media-modal-open {
    overflow: hidden !important;
}
.mZoomToolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}
.mZoomButton {
    min-width: 42px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #d9dee7;
    border-radius: 10px;
    background: #fff;
    color: #111827;
    font-weight: 900;
    cursor: pointer;
    touch-action: manipulation;
}
.mZoomButton:hover {
    background: #fff7e5;
    border-color: #c58a08;
    color: #9f6b05;
}
.mZoomLevel {
    min-width: 58px;
    text-align: center;
    color: #374151;
    font-size: 13px;
    font-weight: 900;
}
.mZoomStage {
    position: relative;
    width: 100%;
    height: min(68vh, 680px);
    overflow: hidden;
    border-radius: 14px;
    background: #101318;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
}
.mZoomStage.is-dragging {
    cursor: grabbing;
}
.mZoomImage {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: contain;
    transform-origin: 0 0;
    will-change: transform;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}
.mZoomHint {
    margin: 8px 0 0;
    text-align: center;
    color: #6b7280;
    font-size: 12px;
}

@media (max-width: 575px) {
    .premiumReviewArea .journeysCounter,
    .premiumReviewArea .swiper-pagination-fraction,
    .premiumReviewArea [class*='review-count'],
    .premiumReviewArea [class*='reviews-count'],
    .premiumReviewArea [class*='review-progress'] {
        display: none !important;
    }
    .mModal {
        padding: 0;
    }
    .mPanel {
        width: 100%;
        height: 100dvh;
        max-height: none;
        border-radius: 0;
    }
    .mBody {
        padding: 8px;
    }
    .mZoomStage {
        height: calc(100dvh - 145px);
        border-radius: 10px;
    }
    .mZoomHint {
        font-size: 11px;
    }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.articles-section-wrapper {
    background-color: #0e1111;
    padding: 60px 0;
    color: #e5e7eb;
    font-family:
        'Times New Roman',
        Times,
        serif,
        system-ui,
        -apple-system;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.articles-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.articles-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 15px;
}

.articles-eyebrow {
    color: #c59b27;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.articles-main-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.articles-view-all {
    color: #c59b27;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(197, 155, 39, 0.4);
}

.articles-view-all:hover {
    color: #e5bd47;
    border-bottom-color: #e5bd47;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.article-card {
    background-color: #151818;
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.article-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
}

.article-image-box {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #0b0d0d;
}

.article-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-card:hover .article-image-box img {
    transform: scale(1.06);
}

.article-date-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(14, 17, 17, 0.85);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #c59b27;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 2px;
    backdrop-filter: blur(4px);
    z-index: 2;
}

.article-body {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-category {
    color: #9ca3af;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.article-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 12px 0;
}

.article-excerpt {
    color: #9ca3af;
    font-family: Arial, sans-serif;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-read-more {
    color: #c59b27;
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s ease;
}

.article-card:hover .article-read-more {
    color: #e5bd47;
}

.article-read-time {
    color: #6b7280;
    font-family: Arial, sans-serif;
    font-size: 11.5px;
}

@media (max-width: 768px) {
    .articles-main-title {
        font-size: 26px;
    }

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

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

.services-section-wrapper {
    background-color: #0e1111;
    padding: 50px 0;
    color: #e5e7eb;
    font-family:
        'Times New Roman',
        Times,
        serif,
        system-ui,
        -apple-system;
}

.services-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.service-card-item {
    flex: 1 1 450px;
    background-color: #151818;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 4px;
    padding: 36px 32px 30px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.service-card-header {
    position: relative;
    margin-bottom: 24px;
}

.service-category-tag {
    color: #c59b27;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.service-card-number {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 48px;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    color: #d4af37;
    opacity: 0.85;
    line-height: 1;
}

.service-card-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.service-card-desc {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 24px 0;
    font-family: Arial, sans-serif;
}

.service-card-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0 24px 0;
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.service-features-list li {
    color: #d1d5db;
    font-size: 13.5px;
    font-family: Arial, sans-serif;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-features-list li::before {
    content: '✓';
    color: #c59b27;
    font-weight: bold;
    font-size: 13px;
}

.btn-gold-filled {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #c59b27 0%, #e5bd47 100%);
    color: #0e1111 !important;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    padding: 14px 20px;
    border-radius: 2px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-gold-filled:hover {
    opacity: 0.9;
    box-shadow: 0 4px 15px rgba(197, 155, 39, 0.3);
}

.btn-gold-outlined {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 1px solid #c59b27;
    color: #c59b27 !important;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    padding: 14px 20px;
    border-radius: 2px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-gold-outlined:hover {
    background: rgba(197, 155, 39, 0.1);
    color: #e5bd47 !important;
}

.btn-arrow {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 768px) {
    .service-card-item {
        padding: 24px 20px;
    }
    .service-card-title {
        font-size: 26px;
    }
}
