:root {
    --ri-navy: #061426;
    --ri-navy-2: #0b2035;
    --ri-teal: #0b3b3b;
    --ri-teal-2: #0d4a45;
    --ri-gold: #d9a642;
    --ri-gold-2: #f0c35d;
    --ri-white: #ffffff;
    --ri-muted: #c8d5dd;
    --ri-card: #f7f6f1;
    --ri-ink: #092033;
    --ri-line: rgba(217,166,66,.34);
}

.ri-country-home {
    background:
        radial-gradient(circle at 70% 8%, rgba(23, 127, 115, .28), transparent 38%),
        radial-gradient(circle at 0% 16%, rgba(217, 166, 66, .12), transparent 30%),
        linear-gradient(180deg, #061426 0%, #071a2d 48%, #061426 100%);
    color: var(--ri-white);
    overflow: hidden;
}

.ri-container {
    width: min(1160px, calc(100% - 36px));
    margin: 0 auto;
}

.ri-hero-country {
    position: relative;
    padding: 64px 0 42px;
    border-bottom: 1px solid rgba(217, 166, 66, .22);
}

.ri-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
    gap: 42px;
    align-items: center;
}

.ri-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--ri-gold-2);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 800;
    font-size: .78rem;
}

.ri-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--ri-gold);
}

.ri-hero-title {
    margin: 0;
    font-size: clamp(2.45rem, 5vw, 5rem);
    line-height: .98;
    letter-spacing: -.045em;
    color: #fff;
}

.ri-hero-title .ri-gold {
    color: var(--ri-gold);
}

.ri-hero-text {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--ri-muted);
    font-size: clamp(1.05rem, 1.7vw, 1.32rem);
    line-height: 1.65;
}

.ri-hero-text strong {
    color: #fff;
}

.ri-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 32px 0 0;
}

.ri-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.ri-home-btn:hover {
    transform: translateY(-1px);
}

.ri-home-btn-primary {
    background: linear-gradient(135deg, var(--ri-gold-2), #b98628);
    color: #071423;
    box-shadow: 0 18px 40px rgba(217, 166, 66, .17);
}

.ri-home-btn-secondary {
    color: var(--ri-gold-2);
    border: 1px solid rgba(217, 166, 66, .55);
    background: rgba(3, 18, 33, .45);
}

.ri-feature-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 34px 0 0;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.ri-feature-mini {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #e8eef1;
    font-weight: 700;
    line-height: 1.25;
    font-size: .92rem;
}

.ri-feature-mini img {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
}

.ri-map-card {
    position: relative;
    min-height: 420px;
    border: 1px solid rgba(217,166,66,.22);
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(5, 23, 39, .78), rgba(9, 62, 57, .40)),
        radial-gradient(circle at center, rgba(217,166,66,.10), transparent 55%);
    box-shadow: 0 35px 80px rgba(0,0,0,.28);
}

.ri-world-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .92;
}

.ri-map-pin {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px 8px 8px;
    border: 1px solid rgba(217,166,66,.45);
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    background: rgba(4, 21, 36, .68);
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 34px rgba(0,0,0,.24);
    white-space: nowrap;
}

.ri-map-pin img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.ri-pin-belize { left: 17%; top: 34%; }
.ri-pin-curacao { left: 22%; top: 58%; }
.ri-pin-uk { right: 16%; top: 24%; }
.ri-pin-usa { right: 12%; top: 62%; }

.ri-country-services {
    padding: 48px 0 26px;
}

.ri-section-heading {
    text-align: center;
    margin-bottom: 28px;
}

.ri-section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.08;
}

.ri-section-heading p {
    max-width: 660px;
    margin: 14px auto 0;
    color: var(--ri-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.ri-section-heading .ri-title-line {
    display: block;
    width: 64px;
    height: 3px;
    margin: 14px auto 0;
    background: var(--ri-gold);
    border-radius: 99px;
}

.ri-country-stack {
    display: grid;
    gap: 14px;
}

.ri-country-row {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    padding: 18px;
    border: 1px solid rgba(217,166,66,.30);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(9, 43, 67, .88), rgba(8, 62, 57, .50));
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.ri-country-info {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 15px;
    align-content: start;
}

.ri-country-flag {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255,255,255,.12);
}

.ri-country-info h3 {
    margin: 2px 0 8px;
    color: #fff;
    font-size: 1.55rem;
    line-height: 1.1;
}

.ri-country-info p {
    margin: 0;
    color: var(--ri-muted);
    font-size: .94rem;
    line-height: 1.45;
}

.ri-country-card-area {
    display: grid;
    gap: 12px;
}

.ri-country-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ri-service-tile {
    min-height: 88px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    gap: 13px;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff, var(--ri-card));
    color: var(--ri-ink);
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.70);
}

.ri-service-tile:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(0,0,0,.24);
}

.ri-service-tile img {
    width: 48px;
    height: 48px;
}

.ri-service-tile strong {
    display: block;
    font-size: .96rem;
    line-height: 1.25;
}

.ri-service-arrow {
    font-size: 1.7rem;
    line-height: 1;
    color: #18344d;
    opacity: .9;
}

.ri-see-all-bar {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid rgba(217,166,66,.60);
    border-radius: 10px;
    color: var(--ri-gold-2);
    background: rgba(4, 19, 34, .50);
    text-decoration: none;
    font-weight: 900;
}

.ri-benefits {
    padding: 24px 0 22px;
}

.ri-benefit-panel {
    border: 1px solid rgba(217,166,66,.33);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(10, 61, 57, .72), rgba(8, 30, 48, .85));
    padding: 26px;
}

.ri-benefit-panel h2 {
    margin: 0 0 22px;
    text-align: center;
    font-size: clamp(1.75rem, 2.4vw, 2.55rem);
}

.ri-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ri-benefit-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 6px 14px;
    border-right: 1px solid rgba(255,255,255,.10);
}

.ri-benefit-item:last-child {
    border-right: none;
}

.ri-benefit-item img {
    width: 48px;
    height: 48px;
}

.ri-benefit-item h3 {
    margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.15;
}

.ri-benefit-item p {
    margin: 0;
    color: var(--ri-muted);
    font-size: .88rem;
    line-height: 1.42;
}

.ri-home-contact-strip {
    padding: 0 0 46px;
}

.ri-contact-box {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border: 1px solid rgba(217,166,66,.35);
    border-radius: 16px;
    padding: 20px 24px;
    background: rgba(7, 29, 49, .76);
}

.ri-contact-box img {
    width: 58px;
    height: 58px;
}

.ri-contact-box h2 {
    margin: 0 0 4px;
    font-size: 1.35rem;
}

.ri-contact-box p {
    margin: 0;
    color: var(--ri-muted);
}

@media (max-width: 980px) {
    .ri-hero-grid,
    .ri-country-row,
    .ri-contact-box {
        grid-template-columns: 1fr;
    }

    .ri-map-card {
        min-height: 330px;
    }

    .ri-feature-row,
    .ri-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ri-benefit-item {
        border-right: none;
    }
}

@media (max-width: 720px) {
    .ri-container {
        width: min(100% - 24px, 1160px);
    }

    .ri-hero-country {
        padding: 42px 0 28px;
    }

    .ri-hero-actions {
        flex-direction: column;
    }

    .ri-home-btn {
        width: 100%;
    }

    .ri-feature-row,
    .ri-country-card-grid,
    .ri-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ri-country-row {
        padding: 14px;
    }

    .ri-country-info {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .ri-country-flag {
        width: 54px;
        height: 54px;
    }

    .ri-map-card {
        min-height: 300px;
    }

    .ri-map-pin {
        font-size: .78rem;
        padding-right: 9px;
    }

    .ri-map-pin img {
        width: 28px;
        height: 28px;
    }

    .ri-pin-belize { left: 7%; top: 31%; }
    .ri-pin-curacao { left: 10%; top: 62%; }
    .ri-pin-uk { right: 6%; top: 23%; }
    .ri-pin-usa { right: 5%; top: 67%; }

    .ri-contact-box {
        text-align: center;
        justify-items: center;
        padding: 22px 16px;
    }
}


/* A8.3 luxury world map image replacement START */
.ri-map-card {
    aspect-ratio: 3 / 2;
    min-height: 0;
    border-color: rgba(217, 166, 66, .42);
    box-shadow: 0 35px 95px rgba(0, 0, 0, .34);
}

.ri-map-card .ri-world-map {
    opacity: 1;
    object-fit: cover;
    object-position: center center;
}
/* A8.3 luxury world map image replacement END */


/* A8.4 balanced desktop hero START */
@media (min-width: 981px) {
    .ri-hero-country {
        padding-top: 42px;
        padding-bottom: 36px;
    }

    .ri-hero-grid {
        grid-template-columns: minmax(430px, .92fr) minmax(540px, 1.08fr);
        align-items: center;
        column-gap: 54px;
    }

    .ri-hero-copy {
        align-self: center;
    }

    .ri-hero-title {
        font-size: clamp(3rem, 3.25vw, 3.85rem);
        line-height: .98;
        letter-spacing: -.035em;
        max-width: 660px;
    }

    .ri-hero-text {
        max-width: 650px;
        margin-top: 22px;
        font-size: clamp(1.05rem, 1.18vw, 1.22rem);
        line-height: 1.55;
    }

    .ri-map-card {
        width: 100%;
        align-self: center;
    }

    .ri-hero-grid > .ri-hero-actions {
        grid-column: 1 / -1;
        justify-content: center;
        margin-top: 26px;
        margin-bottom: 0;
        width: 100%;
    }

    .ri-hero-grid > .ri-hero-actions .ri-home-btn {
        min-width: 260px;
    }

    .ri-feature-row {
        display: none !important;
    }
}

@media (max-width: 980px) {
    .ri-hero-grid > .ri-hero-actions {
        justify-content: center;
        margin-top: 24px;
    }

    .ri-feature-row {
        display: none !important;
    }
}
/* A8.4 balanced desktop hero END */


/* A8.5 real country flag JPG images START */
.ri-country-flag,
.ri-map-pin img {
    object-fit: cover;
    object-position: center center;
    background: #ffffff;
}
/* A8.5 real country flag JPG images END */


/* A8.6 Belize service card photo icons START */
.ri-service-tile img.ri-service-icon-photo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    background: #ffffff;
    box-shadow:
        0 0 0 3px rgba(217, 166, 66, .18),
        0 8px 18px rgba(0, 0, 0, .16);
}
/* A8.6 Belize service card photo icons END */


/* A8.9 UK service card photo icons START */
.ri-service-tile img.ri-service-icon-photo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    background: #ffffff;
    box-shadow:
        0 0 0 3px rgba(217, 166, 66, .18),
        0 8px 18px rgba(0, 0, 0, .16);
}
/* A8.9 UK service card photo icons END */


/* A8.10 US service card photo icons START */
.ri-service-tile img.ri-service-icon-photo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    background: #ffffff;
    box-shadow:
        0 0 0 3px rgba(217, 166, 66, .18),
        0 8px 18px rgba(0, 0, 0, .16);
}
/* A8.10 US service card photo icons END */


/* A8.13 contact strip photo START */
.ri-contact-box img.ri-contact-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    background: #ffffff;
    box-shadow:
        0 0 0 3px rgba(217, 166, 66, .20),
        0 10px 24px rgba(0, 0, 0, .20);
}
/* A8.13 contact strip photo END */

/* A9.7 country public pages START */
.ri-country-public-page {
    background:
        radial-gradient(circle at 14% 0%, rgba(198, 166, 89, 0.14), transparent 34%),
        linear-gradient(180deg, #07151f 0%, #061017 100%);
    color: #f6f1e4;
}

.ri-country-public-hero {
    padding: 92px 0 72px;
}

.ri-country-public-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 40px;
    align-items: center;
}

.ri-country-public-hero-copy h1 {
    max-width: 860px;
    margin: 0 0 22px;
    color: #fff8e7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 6vw, 5.6rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.ri-country-public-hero-text {
    max-width: 780px;
    margin: 0 0 30px;
    color: rgba(250, 246, 235, 0.88);
    font-size: clamp(1.08rem, 1.6vw, 1.35rem);
    line-height: 1.68;
}

.ri-country-public-panel {
    border: 1px solid rgba(198, 166, 89, 0.42);
    border-radius: 28px;
    padding: 28px;
    background: rgba(8, 39, 57, 0.88);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30);
}

.ri-country-public-flag {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 999px;
    border: 4px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
    margin-bottom: 20px;
}

.ri-country-public-panel h2 {
    margin: 0 0 12px;
    color: #fff8e7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.3rem;
    line-height: 1;
}

.ri-country-public-panel p {
    margin: 0 0 18px;
    color: rgba(250, 246, 235, 0.82);
    line-height: 1.65;
}

.ri-country-public-count {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(198, 166, 89, 0.46);
    border-radius: 999px;
    padding: 9px 14px;
    color: #f1d58f;
    background: rgba(198, 166, 89, 0.10);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ri-country-public-services {
    padding: 76px 0 96px;
    background: rgba(4, 12, 18, 0.52);
}

.ri-country-public-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ri-country-public-service-card {
    border: 1px solid rgba(198, 166, 89, 0.28);
    border-radius: 26px;
    padding: 28px;
    background: rgba(8, 39, 57, 0.84);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.ri-country-public-service-icon {
    width: 86px;
    height: 86px;
    object-fit: cover;
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, 0.78);
    margin-bottom: 18px;
}

.ri-country-public-service-card h2 {
    margin: 0 0 12px;
    color: #fff8e7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.85rem;
    line-height: 1.08;
}

.ri-country-public-service-card p {
    color: rgba(250, 246, 235, 0.80);
    line-height: 1.65;
}

.ri-country-public-subtitle {
    color: rgba(241, 213, 143, 0.92) !important;
    font-weight: 700;
}

.ri-country-public-service-card .card-link {
    color: #f1d58f;
}

@media (max-width: 980px) {
    .ri-country-public-hero-grid,
    .ri-country-public-service-grid {
        grid-template-columns: 1fr;
    }

    .ri-country-public-hero {
        padding: 68px 0 52px;
    }
}
/* A9.7 country public pages END */

/* HOMEPAGE PROFESSIONAL INTRO — 20260727 */
.ri-home-professional-intro {
    padding: 0 0 34px;
}

.ri-professional-intro-box {
    padding: clamp(26px, 4vw, 46px);
    border: 1px solid rgba(205, 155, 43, 0.52);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(7, 33, 55, 0.98),
            rgba(8, 42, 55, 0.96)
        );
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.ri-professional-intro-box h2 {
    margin: 0 0 18px;
    font-size: clamp(1.6rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

.ri-professional-intro-box p {
    max-width: 1180px;
    margin: 0 0 18px;
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

.ri-professional-intro-box p:last-child {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .ri-home-professional-intro {
        padding-bottom: 24px;
    }

    .ri-professional-intro-box {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .ri-professional-intro-box p {
        text-align: justify;
        text-justify: inter-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        overflow-wrap: break-word;
        word-break: normal;
    }
}
