/* Static showcase styles */
:root {
    --navy-blue: #0d2b4d;
    --navy-deep: #07182e;
    --navy-soft: #123e6b;
    --navy-rich: #10345d;
    --sky-soft: #dcecff;
    --gold: #c7a45a;
    --gold-dark: #a88337;
    --gold-soft: #f2e3bf;
    --gold-glow: rgba(199, 164, 90, 0.24);
    --light-gray: #f6f8fc;
    --surface: #ffffff;
    --surface-soft: #f9fbff;
    --surface-tint: #f2f6fb;
    --white: #ffffff;
    --text-soft: #61748b;
    --text-deep: #20344a;
    --line-soft: rgba(255, 255, 255, 0.14);
    --line-dark: rgba(13, 43, 77, 0.08);
    --shadow-premium: 0 28px 80px rgba(4, 21, 42, 0.16);
    --shadow-soft: 0 18px 45px rgba(10, 33, 63, 0.08);
}

body {
    font-family: 'Montserrat', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(199, 164, 90, 0.07), transparent 26%),
        radial-gradient(circle at top right, rgba(18, 62, 107, 0.08), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%);
    color: var(--navy-blue);
    line-height: 1.7;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: rgba(199, 164, 90, 0.24);
    color: var(--navy-deep);
}

h1,
h2,
h3,
.luxury-font,
.navbar-brand {
    font-family: 'Playfair Display', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--navy-deep);
}

p,
li,
span {
    letter-spacing: 0.002em;
}

a {
    color: inherit;
    text-decoration: none;
}

section {
    position: relative;
}

.bg-light {
    background:
        radial-gradient(circle at top right, rgba(199, 164, 90, 0.06), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #f4f8fc 100%) !important;
}

.navbar {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(199, 164, 90, 0.18);
    box-shadow: 0 8px 32px rgba(7, 24, 46, 0.04);
    padding: 1rem 0;
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.navbar:hover {
    box-shadow: 0 18px 45px rgba(7, 24, 46, 0.08);
}

.navbar-toggler {
    border-color: rgba(0, 35, 73, 0.12);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 89, 0.22);
}

.navbar-brand {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--navy-blue) !important;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.navbar-brand .brand-logo {
    height: 44px;
    width: auto;
    object-fit: contain;
    border-radius: 12px;
}

.navbar-brand .brand-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.05;
}

.navbar-brand .brand-text span {
    color: var(--gold);
    font-size: 0.9rem;
    letter-spacing: 0.16em;
    margin-top: 0.15rem;
}

.navbar-nav {
    gap: 0.2rem;
}

.nav-link {
    color: var(--navy-blue) !important;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0.4rem;
    padding: 0.6rem 0.9rem !important;
    border-radius: 999px;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold) !important;
    background: rgba(199, 164, 90, 0.08);
}

.nav-link:hover {
    transform: translateY(-1px);
}

.btn-gold {
    background: linear-gradient(135deg, #e2ca95 0%, #d0b06c 45%, var(--gold) 100%);
    border: none;
    color: var(--white);
    border-radius: 999px;
    padding: 0.95rem 1.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 30px rgba(199, 164, 90, 0.28);
    transition: all 0.25s ease, box-shadow 0.25s ease;
}

.btn-gold:hover {
    background-color: var(--gold-dark);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 20px 34px rgba(199, 164, 90, 0.34);
}

.btn-outline-navy {
    border: 1px solid rgba(13, 43, 77, 0.18);
    color: var(--navy-blue);
    border-radius: 999px;
    padding: 0.95rem 1.7rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(13, 43, 77, 0.06);
}

.btn-outline-navy:hover {
    background-color: var(--navy-blue);
    color: var(--white);
    border-color: var(--navy-blue);
}

.btn-outline-light {
    border-radius: 999px;
    padding: 0.95rem 1.7rem;
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--white);
    transform: translateY(-3px);
}

.btn-navy {
    background: linear-gradient(135deg, var(--navy-soft), var(--navy-blue));
    color: var(--white);
    border-radius: 999px;
    padding: 0.95rem 1.75rem;
    font-weight: 600;
    box-shadow: 0 18px 34px rgba(13, 43, 77, 0.22);
}

.btn-navy:hover {
    background-color: #00162d;
    color: var(--white);
    transform: translateY(-3px);
}

.btn-soft {
    background: rgba(13, 43, 77, 0.05);
    color: var(--navy-blue);
    border: 1px solid rgba(13, 43, 77, 0.08);
    border-radius: 999px;
    padding: 0.9rem 1.35rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.btn-soft:hover {
    background: rgba(13, 43, 77, 0.1);
    color: var(--navy-blue);
}

.hero-section {
    background:
        radial-gradient(circle at top left, rgba(199, 164, 90, 0.26), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(75, 142, 214, 0.18), transparent 24%),
        linear-gradient(135deg, rgba(7, 24, 46, 0.98), rgba(13, 43, 77, 0.96));
    color: var(--white);
    padding: 150px 0 115px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 130px 130px;
    opacity: 0.24;
    pointer-events: none;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 640px;
    height: 640px;
    right: -180px;
    top: -190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199, 164, 90, 0.32), transparent 66%);
    pointer-events: none;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    line-height: 1.02;
    margin-bottom: 1.5rem;
    color: var(--white);
    letter-spacing: -0.03em;
    text-wrap: balance;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.12rem;
    max-width: 640px;
}

.text-secondary {
    color: var(--text-soft) !important;
}

.hero-shell {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.72rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold-soft);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.hero-kicker i {
    color: var(--gold);
}

.hero-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 32px;
    box-shadow: var(--shadow-premium);
    backdrop-filter: blur(16px);
    overflow: hidden;
    position: relative;
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.hero-panel img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transform: scale(1.02);
}

.hero-panel-body {
    padding: 2.1rem;
}

.hero-mini-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line-soft);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    gap: 1rem;
}

.hero-mini-stat:last-child {
    border-bottom: 0;
}

.hero-mini-stat strong {
    color: var(--white);
    font-weight: 700;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1.05rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.trust-chip i {
    color: var(--gold);
}

.page-hero {
    background:
        radial-gradient(circle at top right, rgba(199, 164, 90, 0.2), transparent 25%),
        linear-gradient(rgba(7, 24, 46, 0.78), rgba(13, 43, 77, 0.72)),
        url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
    color: var(--white);
    padding: 145px 0 102px;
    position: relative;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
    opacity: 0.08;
}

.section-label {
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.glass-card,
.feature-card,
.info-card,
.service-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 255, 0.94));
    border: 1px solid rgba(13, 43, 77, 0.06);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.glass-card {
    padding: 2rem;
}

.feature-card,
.info-card,
.service-card {
    height: 100%;
    padding: 2rem;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    position: relative;
    overflow: hidden;
}

.feature-card:hover,
.info-card:hover,
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 46px rgba(8, 31, 60, 0.12);
    border-color: rgba(199, 164, 90, 0.22);
}

.feature-card::after,
.info-card::after,
.service-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: -70px;
    right: -70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199, 164, 90, 0.12), transparent 68%);
    pointer-events: none;
}

.feature-card::before,
.info-card::before,
.service-card::before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 1.55rem;
    border-radius: 999px;
}

.feature-icon,
.icon-badge {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.92), rgba(199, 164, 90, 0.16)),
        rgba(199, 164, 90, 0.12);
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 28px rgba(199, 164, 90, 0.16);
}

.stats-card {
    border-radius: 24px;
    padding: 1.7rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    height: 100%;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.1);
}

.stats-card strong {
    display: block;
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    color: var(--gold-soft);
}

.stats-card span {
    color: rgba(255, 255, 255, 0.72);
}

.country-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 360px;
    box-shadow: 0 20px 38px rgba(0, 35, 73, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.country-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.country-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 2rem;
    color: var(--white);
    background: linear-gradient(to top, rgba(7, 24, 46, 0.94), rgba(13, 43, 77, 0.12));
}

.check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.check-list li {
    margin-bottom: 0.85rem;
    color: var(--text-soft);
}

.check-list i {
    color: var(--gold);
    margin-right: 0.6rem;
}

.timeline {
    border-left: 2px solid rgba(199, 164, 90, 0.45);
    margin-left: 0.8rem;
    padding-left: 1.8rem;
}

.timeline-step {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-step::before {
    content: '';
    position: absolute;
    left: -2.35rem;
    top: 0.35rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 6px rgba(199, 164, 90, 0.12);
}

.faq-item {
    border: 1px solid rgba(13, 43, 77, 0.08);
    border-radius: 22px;
    padding: 1.55rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    margin-bottom: 1rem;
    box-shadow: 0 14px 30px rgba(13, 43, 77, 0.05);
}

.article-card {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 35, 73, 0.08);
    height: 100%;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.article-card img {
    height: 240px;
    object-fit: cover;
}

.cta-band {
    background:
        radial-gradient(circle at top right, rgba(199, 164, 90, 0.28), transparent 28%),
        radial-gradient(circle at left center, rgba(90, 156, 222, 0.16), transparent 26%),
        linear-gradient(135deg, var(--navy-deep), #0d2f58);
    color: var(--white);
    border-radius: 36px;
    padding: 3.2rem;
    box-shadow: var(--shadow-premium);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer {
    background:
        radial-gradient(circle at top right, rgba(199, 164, 90, 0.14), transparent 24%),
        linear-gradient(180deg, #0b2443, #07172c);
    color: var(--white);
}

.footer a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer a:hover {
    color: var(--gold);
}

.footer-muted {
    color: rgba(255, 255, 255, 0.65);
}

.contact-block {
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    border-radius: 26px;
    padding: 1.65rem;
    height: 100%;
    border: 1px solid rgba(13, 43, 77, 0.06);
    box-shadow: 0 16px 34px rgba(13, 43, 77, 0.05);
}

.contact-block a,
.footer-contact-link {
    color: var(--navy-blue);
    text-decoration: none;
    font-weight: 600;
}

.contact-block a:hover,
.footer-contact-link:hover {
    color: var(--gold-dark);
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.contact-actions .btn {
    min-width: 180px;
}

.section-shell {
    background: linear-gradient(180deg, #ffffff, #f6faff);
    border: 1px solid rgba(13, 43, 77, 0.05);
    border-radius: 32px;
    padding: 2.4rem;
    box-shadow: 0 18px 42px rgba(13, 43, 77, 0.06);
}

.eyebrow-dark {
    color: rgba(255, 255, 255, 0.72);
}

.metric-band {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.98));
    border-top: 1px solid rgba(13, 43, 77, 0.06);
    border-bottom: 1px solid rgba(13, 43, 77, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.metric-item {
    padding: 1.45rem 0;
}

.metric-item strong {
    display: block;
    font-size: 1.7rem;
    font-family: 'Playfair Display', serif;
    color: var(--navy-blue);
    margin-bottom: 0.25rem;
}

.note-card {
    background: linear-gradient(180deg, #fbfdff, #ffffff);
    border: 1px solid rgba(13, 43, 77, 0.08);
    border-left: 4px solid var(--gold);
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 16px 30px rgba(13, 43, 77, 0.05);
}

.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.62rem 0.95rem;
    background: rgba(199, 164, 90, 0.14);
    color: var(--navy-deep);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(199, 164, 90, 0.12);
}

.country-directory-card {
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    border: 1px solid rgba(13, 43, 77, 0.08);
    border-radius: 28px;
    padding: 1.9rem;
    box-shadow: 0 18px 36px rgba(13, 43, 77, 0.06);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.country-directory-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199, 164, 90, 0.12), transparent 65%);
}

.country-directory-card h3 {
    margin-bottom: 1rem;
}

.country-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.country-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.58rem 0.95rem;
    border-radius: 999px;
    background: rgba(13, 43, 77, 0.05);
    color: var(--navy-blue);
    font-size: 0.88rem;
    font-weight: 600;
    border: 1px solid rgba(13, 43, 77, 0.05);
}

.country-pill.featured {
    background: rgba(199, 164, 90, 0.16);
    border-color: rgba(199, 164, 90, 0.18);
}

.hosting-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 1.5rem;
}

.hosting-card strong,
.hosting-card span {
    color: var(--white);
}

.form-control,
.form-select,
.form-control:focus,
.form-select:focus {
    border-radius: 18px;
}

.form-control,
.form-select {
    border-color: rgba(13, 43, 77, 0.1);
    padding: 0.95rem 1rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(199, 164, 90, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(199, 164, 90, 0.16);
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 1100;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.whatsapp-hint {
    background: rgba(255, 255, 255, 0.94);
    color: var(--navy-blue);
    border-radius: 999px;
    padding: 0.8rem 1.05rem;
    box-shadow: 0 16px 34px rgba(0, 35, 73, 0.14);
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid rgba(13, 43, 77, 0.06);
    backdrop-filter: blur(10px);
}

.whatsapp-button {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #31e26f, #18bf57);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 22px 38px rgba(37, 211, 102, 0.34);
    font-size: 1.9rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-button:hover {
    color: var(--white);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 26px 42px rgba(37, 211, 102, 0.4);
}

.animate-up {
    animation: fadeInUp 0.8s ease both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .hero-section,
    .page-hero {
        padding: 110px 0 75px;
    }

    .hero-panel img {
        height: 220px;
    }

    .country-card,
    .country-card img {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: clamp(2.4rem, 11vw, 3.25rem);
    }

    .hero-kicker {
        letter-spacing: 0.07em;
    }

    .cta-band,
    .section-shell,
    .feature-card,
    .info-card,
    .service-card,
    .country-directory-card,
    .contact-block,
    .note-card {
        border-radius: 22px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
    }

    .contact-actions .btn {
        width: 100%;
    }

    .whatsapp-hint {
        display: none;
    }

    .whatsapp-button {
        width: 58px;
        height: 58px;
        font-size: 1.7rem;
    }
}
