/* ============================================================
   france-visa-city.css
   Destination To Plan | destinationtoplan.com
   Shared stylesheet for all France visa jurisdiction city pages.
   (france-visa-delhi, france-visa-mumbai, france-visa-bangalore, etc.)

   Depends on:
     /css/nav.css          — header/nav (always loaded)
     /css/schengen-visa.css — shared visa components (vp-wrap, card,
                              steps-timeline, faq, sec-head, etc.)

   Critical above-the-fold CSS (hero, quick-nav, :root, body)
   remains inline in each city visa page.
   ============================================================ */

/* ============================================================
   SCROLL MARGIN — sticky header + quick-nav offset
   ============================================================ */
.content-section[id],
#jurisdiction, #embassy, #vfs, #appointment,
#insights, #getting-there, #faq {
    scroll-margin-top: calc(var(--header-h-desk) + var(--qnav-h-desk) + 16px);
}
@media (max-width: 768px) {
    .content-section[id],
    #jurisdiction, #embassy, #vfs, #appointment,
    #insights, #getting-there, #faq {
        scroll-margin-top: calc(var(--header-h-mob) + var(--qnav-h-mob) + 12px);
    }
}

/* ============================================================
   CONTEXT ALERT
   ============================================================ */
.context-alert {
    background: #FAF6EE; border: 1px solid #e8d9c0;
    border-radius: var(--radius-md); padding: 16px 20px; margin: 24px 0;
    display: flex; align-items: flex-start; gap: 12px;
}
.context-alert .ca-icon {
    width: 32px; height: 32px; background: #a8894e;
    border-radius: 8px; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0;
}
.context-alert p { font-size: 0.88rem; color: #6B5530; line-height: 1.7; margin: 0; }
.context-alert a { color: #854F0B; font-weight: 600; text-decoration: underline; }

/* ============================================================
   PARENT AUTHORITY BLOCK
   ============================================================ */
.parent-authority-block { margin-bottom: 28px; }
.pab-label {
    font-size: 0.68rem; font-weight: 700; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 8px; padding-left: 2px;
}
.pab-link {
    display: flex; align-items: center; gap: 14px;
    background: #07090e; border: 1px solid rgba(200,169,110,0.35);
    border-radius: var(--radius-md); padding: 16px 20px;
    text-decoration: none; position: relative; overflow: hidden;
    transition: border-color 0.2s, background 0.2s;
}
.pab-link::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200,169,110,0.4), transparent);
}
.pab-link:hover { border-color: rgba(200,169,110,0.65); background: #1a1a2e; }
.pab-icon {
    width: 40px; height: 40px; min-width: 40px;
    background: rgba(200,169,110,0.12); border: 1px solid rgba(200,169,110,0.3);
    border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pab-content { flex: 1; min-width: 0; }
.pab-title { font-size: 0.93rem; font-weight: 700; color: #c8a96e; margin-bottom: 4px; }
.pab-desc  { font-size: 0.79rem; color: rgba(200,169,110,0.65); line-height: 1.55; }
.pab-arrow { font-size: 1.1rem; color: rgba(200,169,110,0.5); flex-shrink: 0; transition: transform 0.2s, color 0.2s; }
.pab-link:hover .pab-arrow { transform: translateX(3px); color: #c8a96e; }
@media (max-width: 480px) { .pab-desc { display: none; } .pab-link { padding: 13px 16px; } }

/* ============================================================
   PAGE BADGES
   ============================================================ */
.page-badges { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.page-badge  { display: inline-flex; align-items: center; border-radius: 9999px; padding: 6px 14px; font-size: 0.78rem; font-weight: 600; }
.page-badge.cream { background: #FAF6EE; border: 1px solid #e8d9c0; color: #6B5530; }
.page-badge.gold  { background: #FAEEDA; border: 1px solid #c8a96e; color: #854F0B; }

/* ============================================================
   OPERATIONAL VERIFICATION CALLOUT
   ============================================================ */
.ops-verification-callout {
    background: #07090e; border-radius: var(--radius-md);
    padding: 16px 20px; margin-bottom: 24px;
    display: flex; align-items: flex-start; gap: 14px;
}
.ovc-icon-wrap {
    width: 38px; height: 38px; background: rgba(200,169,110,0.15);
    border: 1px solid rgba(200,169,110,0.35); border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
}
.ovc-content  { flex: 1; min-width: 0; }
.ovc-header   { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.ovc-badge    { font-size: 0.72rem; font-weight: 700; color: #c8a96e; text-transform: uppercase; letter-spacing: 0.08em; }
.ovc-date     { font-size: 0.72rem; font-weight: 600; color: rgba(200,169,110,0.6); white-space: nowrap; }
.ovc-grid     { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
@media (max-width: 640px) { .ovc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 380px) { .ovc-grid { grid-template-columns: 1fr; } }
.ovc-item       { background: rgba(200,169,110,0.06); border: 1px solid rgba(200,169,110,0.18); border-radius: 8px; padding: 8px 12px; }
.ovc-item-label { font-size: 0.65rem; font-weight: 700; color: rgba(200,169,110,0.6); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 3px; }
.ovc-item-value { font-size: 0.76rem; font-weight: 600; color: rgba(200,169,110,0.9); line-height: 1.4; }

/* ============================================================
   FEES QUICK REFERENCE
   ============================================================ */
.fees-quick-ref-wrap {
    background: var(--bg-white); border: 1px solid var(--border);
    border-radius: var(--radius-md); overflow: hidden;
    margin-bottom: 14px; box-shadow: var(--shadow-md);
}
.fees-quick-ref-header {
    background: #07090e; padding: 12px 20px;
    display: flex; align-items: center; justify-content: flex-start; gap: 10px;
}
.fees-quick-ref-header svg  { flex-shrink: 0; width: 16px; height: 16px; }
.fees-quick-ref-header span {
    font-size: 0.78rem; font-weight: 700; color: #c8a96e;
    text-transform: uppercase; letter-spacing: 0.07em; line-height: 1.3;
}
.fees-quick-ref-grid  { display: grid; grid-template-columns: 1fr 1fr; background: #FAEEDA; }
.fees-quick-ref-cell  {
    padding: 20px 12px; text-align: center;
    border-right: 1px solid rgba(200,169,110,0.3);
    display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
}
.fees-quick-ref-cell:last-child { border-right: none; }
.fees-quick-ref-label {
    font-size: 0.74rem; color: #854F0B; margin-bottom: 8px;
    text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600;
    min-height: 2.5em; display: flex; align-items: center;
    justify-content: center; text-align: center; line-height: 1.3;
}
.fees-quick-ref-value { font-size: 1.9rem; font-weight: 800; color: #633806; line-height: 1.1; }
.fees-quick-ref-note  { font-size: 0.82rem; color: var(--text-muted); margin: 0; padding: 12px 20px 16px; }
.fees-quick-ref-note a { color: #a8894e; font-weight: 600; text-decoration: underline; }
@media (max-width: 400px) { .fees-quick-ref-value { font-size: 1.5rem; } .fees-quick-ref-cell { padding: 16px 8px; } }

/* ============================================================
   JURISDICTION STATES
   ============================================================ */
.jurisdiction-states-wrap {
    background: #07090e; border-radius: 16px; padding: 24px;
    position: relative; overflow: hidden;
}
.jurisdiction-states-wrap::before {
    content: ''; position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200,169,110,0.5), transparent);
}
.states-intro {
    text-align: center; color: rgba(255,255,255,0.75); font-size: 0.88rem;
    line-height: 1.7; margin-bottom: 18px;
    max-width: 760px; margin-left: auto; margin-right: auto;
}
.states-intro strong { color: #c8a96e; }
.states-grid-dark {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
}
@media (max-width: 900px) { .states-grid-dark { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 540px) { .states-grid-dark { grid-template-columns: repeat(2, 1fr); } }
.state-pill-dark {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    background: rgba(200,169,110,0.06); border: 1px solid rgba(200,169,110,0.22);
    border-radius: 10px; padding: 12px 14px; color: #e6dcc8;
    font-size: 0.85rem; font-weight: 500; text-align: center;
    transition: border-color 0.2s, background 0.2s;
}
.state-pill-dark:hover { border-color: rgba(200,169,110,0.45); background: rgba(200,169,110,0.12); }
.state-pill-dark .sp-dot { width: 8px; height: 8px; background: #c8a96e; border-radius: 50%; flex-shrink: 0; }
.juris-note {
    margin-top: 16px; padding: 14px 18px; background: #FAEEDA;
    border: 1px solid #c8a96e; border-radius: var(--radius-md);
    display: flex; align-items: flex-start; gap: 10px;
}
.juris-note svg { flex-shrink: 0; margin-top: 2px; }
.juris-note p { font-size: 0.84rem; color: #633806; line-height: 1.7; margin: 0; text-align: justify; hyphens: auto; text-align-last: left; }
.juris-note a { color: #854F0B; font-weight: 600; text-decoration: underline; }

/* ============================================================
   LOCATION CARDS (Embassy / VFS)
   ============================================================ */
.location-card {
    background: var(--bg-white); border: 2px solid #e8d9c0;
    border-radius: var(--radius-lg); padding: 0;
    box-shadow: var(--shadow-md); overflow: hidden; display: flex; flex-direction: column;
}
.location-card h3 {
    font-size: 1rem; font-weight: 700; color: #fff; margin: 0;
    padding: 14px 22px;
    background: linear-gradient(135deg, #c8a96e 0%, #a8894e 100%);
    display: flex; align-items: center; justify-content: center;
    text-align: center; flex-wrap: wrap;
}
.location-card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.lc-timing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
.lc-timing-cell {
    background: #FAF6EE; border: 1px solid #e8d9c0; border-radius: 8px;
    padding: 8px 12px; display: flex; align-items: center; gap: 8px;
}
.lc-timing-icon {
    width: 26px; height: 26px; background: #a8894e;
    border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.lc-timing-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #854F0B; }
.lc-timing-val   { font-size: 11px; font-weight: 600; color: #4a3a1f; }
.lc-detail       { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 8px; font-size: 0.86rem; }
.lc-detail:last-child { margin-bottom: 0; }
.lc-label        { min-width: 76px; font-weight: 600; color: var(--text-primary); flex-shrink: 0; }
.lc-value        { color: var(--text-secondary); line-height: 1.6; }
.lc-value a      { color: #a8894e; text-decoration: none; word-break: break-all; }
.lc-value a:hover { text-decoration: underline; }
.lc-map { margin-top: 14px; overflow: hidden; border-radius: var(--radius-md); border: 1px solid var(--border); height: 220px; flex-shrink: 0; }
.lc-map iframe   { width: 100%; height: 100%; border: 0; display: block; }

/* ============================================================
   VFS SERVICES CHIPS
   ============================================================ */
.lc-services {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 6px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border);
}
.svc-chip {
    display: inline-flex; align-items: center; justify-content: center; gap: 4px;
    background: #FAF6EE; color: #6B5530; font-size: 0.74rem; font-weight: 600;
    padding: 5px 11px; border-radius: 9999px; border: 1px solid #e8d9c0;
    white-space: nowrap; text-align: center;
}
.svc-chip.gold { background: #FAEEDA; color: #854F0B; border-color: #c8a96e; }
.svc-micro-wrap { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--border); }
.svc-micro-head { font-size: 0.72rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 10px; }
.svc-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 10px; line-height: 1.6; padding: 8px 12px; background: #FAF6EE; border-radius: 6px; border: 1px solid #e8d9c0; }
@media (max-width: 768px) {
    .lc-services { grid-template-columns: 1fr 1fr; gap: 6px; }
    .svc-chip    { font-size: 0.72rem; padding: 6px 8px; white-space: normal; }
}
@media (min-width: 769px) { .lc-services { display: flex; flex-wrap: wrap; } }

/* ============================================================
   VFS VERIFY STRIP
   ============================================================ */
.vfs-verify-strip {
    margin-top: 12px; padding: 8px 12px;
    background: #f7f8fc; border: 1px solid var(--border); border-radius: 6px;
    display: flex; align-items: center; gap: 8px;
}
.vfs-verify-strip span { font-size: 0.72rem; color: var(--text-muted); line-height: 1.5; }
.vfs-verify-strip strong { color: var(--text-secondary); }
.vfs-verify-strip a { color: #a8894e; font-weight: 600; text-decoration: none; }
.vfs-verify-strip a:hover { text-decoration: underline; }

/* ============================================================
   VFS RELOCATION CALLOUT
   ============================================================ */
.vfs-relocation-callout {
    margin-bottom: 14px; background: #FAEEDA; border: 1px solid #c8a96e;
    border-radius: var(--radius-md); padding: 14px 18px;
    display: flex; align-items: flex-start; gap: 10px;
}
.vfs-relocation-callout svg { flex-shrink: 0; margin-top: 2px; }
.vfs-relocation-callout p { font-size: 0.84rem; color: #633806; line-height: 1.7; margin: 0; text-align: justify; hyphens: auto; text-align-last: left; }
.vfs-relocation-callout p strong { color: #854F0B; }

/* ============================================================
   IMPORTANT NOTICE BANNER
   ============================================================ */
.important-notice-banner {
    background: #07090e; padding: 18px 22px; border-radius: var(--radius-md);
    display: flex; align-items: flex-start; gap: 16px; margin-top: 14px;
}
.inb-icon-square {
    width: 40px; height: 40px; background: rgba(200,169,110,0.15);
    border: 1px solid rgba(200,169,110,0.35); border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
}
.inb-tag { font-size: 0.78rem; font-weight: 700; color: #c8a96e; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.08em; }
.important-notice-banner p { font-size: 0.9rem; color: rgba(255,255,255,0.92); line-height: 1.75; margin: 0; text-align: justify; hyphens: auto; text-align-last: left; }
.important-notice-banner p strong { color: #fff; }

/* ============================================================
   INSIGHTS GRID
   ============================================================ */
.insights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.insight-card  {
    background: #FAF6EE; border: none; border-radius: var(--radius-md);
    padding: 22px 18px; text-align: center;
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
    transition: box-shadow 0.2s;
}
.insight-icon  { width: 48px; height: 48px; background: #c8a96e; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; flex-shrink: 0; }
.insight-label { font-size: 0.68rem; color: #854F0B; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 6px; }
.insight-value { font-size: 1.25rem; font-weight: 800; color: #633806; line-height: 1.2; margin-bottom: 8px; }
.insight-note  { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.6; text-align: center; }

/* ============================================================
   GETTING THERE
   ============================================================ */
.getting-there-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.gt-card {
    display: flex; align-items: flex-start; gap: 14px;
    background: var(--bg-white); border: 0.5px solid var(--border);
    border-radius: var(--radius-md); padding: 16px;
}
.gt-icon-wrap { width: 42px; height: 42px; background: #c8a96e; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gt-text h5   { font-size: 0.87rem; font-weight: 700; color: var(--text-primary); margin-bottom: 5px; }
.gt-text p    { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.65; margin: 0; text-align: justify; hyphens: auto; text-align-last: left; }
.gt-text strong { color: var(--text-primary); }

/* ============================================================
   ACTION LINE BAR
   ============================================================ */
.action-line-bar {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 20px; padding: 11px 16px;
    background: #FAEEDA; border: 1px solid #c8a96e; border-radius: 8px;
}
.action-line-bar span { font-size: 0.8rem; font-weight: 600; color: #854F0B; line-height: 1.5; }

/* ============================================================
   INTERNAL LINKS BLOCK — V5 layout
   ============================================================ */
.internal-links-block {
    background: var(--bg-white); border: 1px solid #e8d9c0;
    border-radius: var(--radius-lg); padding: 0;
    box-shadow: var(--shadow-md); overflow: hidden;
}
.internal-links-block h3 {
    font-size: 1.05rem; font-weight: 700; color: #fff;
    padding: 16px 30px; text-align: center;
    background: linear-gradient(135deg, #c8a96e 0%, #a8894e 100%); margin: 0;
}
.internal-links-body { padding: 26px; }
.v5-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; }
@media (max-width: 768px) { .v5-grid { grid-template-columns: 1fr; } }
.v5-featured {
    background: #07090e; border: 1px solid #c8a96e; border-radius: var(--radius-md);
    padding: 22px; text-decoration: none; min-height: 160px;
    position: relative; overflow: hidden;
    display: flex; flex-direction: column; justify-content: center; gap: 10px;
    transition: background 0.2s;
}
.v5-featured:hover { background: #1a1a2e; }
.v5-featured::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200,169,110,0.5), transparent);
}
.v5-featured-row   { display: flex; align-items: center; gap: 14px; }
.v5-featured-icon  { width: 44px; height: 44px; background: rgba(200,169,110,0.18); border: 1px solid #c8a96e; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v5-featured-title { font-size: 1rem; font-weight: 700; color: #c8a96e; }
.v5-featured-desc  { font-size: 0.82rem; color: rgba(200,169,110,0.75); line-height: 1.5; padding-left: 58px; }
@media (max-width: 480px) { .v5-featured-desc { padding-left: 0; } }
.v5-side      { display: flex; flex-direction: column; gap: 10px; }
.v5-side-item {
    flex: 1; display: flex; align-items: center; gap: 12px;
    background: #f7f8fc; border: 1px solid var(--border);
    border-radius: var(--radius-md); padding: 12px 16px;
    text-decoration: none; transition: border-color 0.2s, background 0.2s;
}
.v5-side-item:hover { border-color: #a8894e; background: #FAF6EE; }
.v5-side-icon  { width: 32px; height: 32px; background: #c8a96e; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v5-side-label { font-size: 0.84rem; font-weight: 600; color: var(--text-secondary); }

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta-strip-wrap { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e8d9c0; }
.cta-strip {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    background: #07090e; border: 1px solid #c8a96e; border-radius: var(--radius-md);
    padding: 15px 22px; text-decoration: none; transition: background 0.2s;
}
.cta-strip:hover { background: #1a1a2e; }
.cta-strip-inner { display: flex; align-items: center; gap: 12px; }
.cta-strip-icon  { width: 36px; height: 36px; min-width: 36px; background: rgba(200,169,110,0.15); border: 1px solid rgba(200,169,110,0.35); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.cta-strip-title { font-size: 0.88rem; font-weight: 700; color: #c8a96e; margin-bottom: 2px; }
.cta-strip-desc  { font-size: 0.76rem; color: rgba(200,169,110,0.65); }
.cta-strip-arrow { color: #c8a96e; font-size: 1rem; flex-shrink: 0; transition: transform 0.2s; }
.cta-strip:hover .cta-strip-arrow { transform: translateX(3px); }

/* ============================================================
   JURISDICTION MESH — city interlink grid
   ============================================================ */
.jmesh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 640px) { .jmesh-grid { grid-template-columns: 1fr 1fr; } }
.jmesh-card {
    display: flex; align-items: center; gap: 10px;
    background: var(--bg-white); border: 1px solid var(--border);
    border-radius: var(--radius-md); padding: 12px 14px;
    text-decoration: none; transition: border-color 0.2s, background 0.2s;
}
.jmesh-card:hover { border-color: #a8894e; background: #FAF6EE; }
.jmesh-dot  { width: 8px; height: 8px; background: #c8a96e; border-radius: 50%; flex-shrink: 0; }
.jmesh-city { font-size: 0.82rem; font-weight: 600; color: var(--text-secondary); }
.jmesh-card:hover .jmesh-city { color: #a8894e; }
.jmesh-note { font-size: 0.7rem; color: var(--text-muted); margin-top: 2px; }

/* ============================================================
   SEARCH BAR — de-emphasis for jurisdiction pages
   ============================================================ */
[class*="visa-search"] { padding-top: 10px !important; padding-bottom: 10px !important; }
[class*="visa-search"] h2,
[class*="visa-search"] h3,
[class*="search-heading"],
[class*="search-title"]  { font-size: 0.9rem !important; font-weight: 600 !important; letter-spacing: 0 !important; }
[class*="visa-search"] .vp-wrap,
[class*="visa-search"] > .vp-wrap { padding-top: 8px !important; padding-bottom: 8px !important; }

/* ============================================================
   UNIVERSAL HOVER — city page components
   ============================================================ */
.context-alert, .ops-verification-callout, .location-card,
.insight-card, .gt-card, .fees-quick-ref-wrap,
.vfs-relocation-callout, .important-notice-banner,
.internal-links-block, .pab-link, .jmesh-card {
    transition: box-shadow 0.2s;
}
.context-alert:hover, .location-card:hover, .insight-card:hover,
.gt-card:hover, .fees-quick-ref-wrap:hover,
.vfs-relocation-callout:hover, .internal-links-block:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.10), 0 0 0 1.5px #e8d9c0;
}