/* pack.css : feuille des pages produit /pack-paraguay.html et /pack-panama.html
   (créées le 2026-08-21). Repose sur les tokens de la marque (mêmes valeurs
   que domiciliation.css). Composants spécifiques : double CTA, slot vidéo,
   diagramme d'architecture, comparateur de tiers. */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --navy: #0a1628; --navy-light: #111d35; --navy-card: #152040;
    --gold: #c69749; --gold-light: #d8bd83;
    --white: #f0f0f5; --white-dim: #b0b3c0; --white-muted: #848899;
    --green: #4ade80;
    --glass-bg: rgba(21,32,64,0.6); --glass-border: rgba(198,151,73,0.15);
    --gradient-gold: linear-gradient(135deg, #c69749 0%, #d8bd83 50%, #c69749 100%);
    --radius: 16px; --radius-sm: 10px; --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--navy); color: var(--white); line-height: 1.7; overflow-x: hidden; }

/* Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 14px 0; background: rgba(10,22,40,0.95); backdrop-filter: blur(20px); border-bottom: 1px solid var(--glass-border); }
.nav-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-size: 1.2rem; font-weight: 800; text-decoration: none; color: var(--white); display: inline-flex; align-items: center; }
.nav-logo .logo-accent { color: var(--gold); }
.nav-links { display: flex; gap: 18px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--white-dim); font-size: 0.86rem; font-weight: 500; transition: var(--transition); }
.nav-links a:hover { color: var(--gold); }
.lang-switch { display: inline-flex; align-items: center; gap: 0; border: 1px solid rgba(198,151,73,0.3); border-radius: 60px; padding: 2px; }
.lang-switch .lang-current { padding: 4px 10px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.5px; border-radius: 60px; line-height: 1; background: rgba(198,151,73,0.18); color: var(--gold); }

/* Boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; border-radius: 60px; font-family: inherit; font-size: 0.92rem; font-weight: 600; cursor: pointer; border: none; transition: var(--transition); text-decoration: none; white-space: nowrap; }
.btn-primary { background: var(--gradient-gold); color: var(--navy); box-shadow: 0 4px 20px rgba(198,151,73,0.3); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--gold); border: 1px solid rgba(198,151,73,0.4); }
.btn-secondary:hover { border-color: var(--gold); background: rgba(198,151,73,0.06); }
.btn-large { padding: 16px 32px; font-size: 1rem; }
.btn-block { width: 100%; }

.container { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* Hero */
.hero { padding: 120px 0 24px; }
.breadcrumb { font-size: 0.82rem; color: var(--white-muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--gold); text-decoration: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(198,151,73,0.1); border: 1px solid rgba(198,151,73,0.25); border-radius: 60px; padding: 6px 16px; font-size: 0.8rem; color: var(--gold); font-weight: 500; margin-bottom: 20px; }
.hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
.hero h1 .hl { background: var(--gradient-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-desc { font-size: 1.08rem; color: var(--white-dim); max-width: 720px; line-height: 1.75; margin-bottom: 0; }

/* Double CTA */
.dual-cta { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; background: var(--navy-card); border: 1px solid var(--gold); border-radius: var(--radius); padding: 28px; margin: 32px 0 40px; }
.dual-cta .cta-col { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 8px 4px; }
.dual-cta .cta-col.primary { text-align: left; }
.dual-cta .cta-col.secondary { text-align: right; }
.dual-cta .cta-label { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.dual-cta .cta-price { display: block; font-size: 1.9rem; font-weight: 800; color: var(--white); line-height: 1.1; }
.dual-cta .cta-price small { font-size: 0.55em; font-weight: 500; color: var(--white-muted); margin-left: 4px; }
.dual-cta .cta-note { display: block; font-size: 0.82rem; color: var(--white-muted); line-height: 1.5; }
.dual-cta .cta-divider { display: flex; align-items: center; justify-content: center; color: var(--white-muted); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.16em; position: relative; }
.dual-cta .cta-divider::before, .dual-cta .cta-divider::after { content: ""; display: block; width: 1px; background: rgba(198,151,73,0.2); flex: 1; }
.dual-cta .cta-divider span { padding: 6px 8px; }

/* Slot vidéo Louis + Ben (façade, remplacée par embed YouTube quand tourné) */
.video-section { margin: 48px 0; }
.video-section h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; text-align: center; }
.video-slot { background: linear-gradient(135deg, rgba(21,32,64,0.9) 0%, rgba(10,22,40,0.9) 100%); border: 1px dashed rgba(198,151,73,0.35); border-radius: var(--radius); aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; }
.video-slot .placeholder { max-width: 480px; }
.video-slot .placeholder .icon { font-size: 2rem; margin-bottom: 12px; }
.video-slot .placeholder h4 { font-size: 1.05rem; font-weight: 700; color: var(--gold-light); margin-bottom: 8px; }
.video-slot .placeholder p { color: var(--white-muted); font-size: 0.92rem; line-height: 1.6; margin: 0; }

/* Diagramme d'architecture */
.architecture { margin: 48px 0; }
.architecture h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 20px; text-align: center; }
.arch-diagram { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.arch-node { background: var(--navy-card); border: 1px solid var(--glass-border); border-radius: var(--radius-sm); padding: 20px 18px; text-align: center; position: relative; }
.arch-node.upgrade { border: 1px dashed rgba(198,151,73,0.35); background: rgba(21,32,64,0.5); }
.arch-node .arch-icon { font-size: 1.8rem; margin-bottom: 8px; display: block; }
.arch-node h4 { font-size: 0.92rem; font-weight: 700; color: var(--gold); margin-bottom: 4px; }
.arch-node p { font-size: 0.82rem; color: var(--white-dim); line-height: 1.5; margin: 0; }
.arch-node .arch-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); background: rgba(198,151,73,0.12); padding: 3px 9px; border-radius: 60px; margin-top: 8px; }
.arch-arrow { color: rgba(198,151,73,0.35); font-size: 1.6rem; display: none; }

/* Brique produit */
.article { padding-bottom: 40px; }
.article h2 { font-size: 1.6rem; font-weight: 800; margin: 48px 0 16px; padding-top: 12px; border-top: 1px solid rgba(198,151,73,0.1); }
.article h3 { font-size: 1.15rem; font-weight: 700; color: var(--gold-light); margin: 24px 0 10px; }
.article p { color: var(--white-dim); margin-bottom: 12px; font-size: 0.98rem; line-height: 1.75; }
.article ul { color: var(--white-dim); margin-bottom: 16px; list-style: none; padding-left: 0; }
.article ul li { margin-bottom: 10px; font-size: 0.96rem; position: relative; padding-left: 26px; line-height: 1.65; }
.article ul li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.article strong { color: var(--white); font-weight: 600; }
.article a { color: var(--gold); text-decoration: underline; }
.article ol { color: var(--white-dim); padding-left: 24px; margin-bottom: 16px; }
.article ol li { margin-bottom: 12px; font-size: 0.96rem; line-height: 1.7; padding-left: 8px; }

.brick { background: var(--navy-card); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 24px 26px; margin: 20px 0; }
.brick h3 { margin-top: 0; }
.brick .brick-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); background: rgba(198,151,73,0.12); padding: 3px 9px; border-radius: 60px; margin-bottom: 10px; }
.brick.upgrade { border: 1px solid rgba(198,151,73,0.4); background: linear-gradient(135deg, rgba(198,151,73,0.06) 0%, rgba(21,32,64,0.6) 100%); }

/* Comparateur de tiers */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0; }
.tier-card { background: var(--navy-card); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 26px 26px 22px; display: flex; flex-direction: column; }
.tier-card.plus { border-color: var(--gold); box-shadow: 0 6px 30px rgba(198,151,73,0.12); }
.tier-card .tier-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white-muted); margin-bottom: 8px; }
.tier-card.plus .tier-label { color: var(--gold); }
.tier-card h3 { font-size: 1.15rem; font-weight: 800; margin: 0 0 6px; color: var(--white); }
.tier-card .tier-sub { font-size: 0.88rem; color: var(--white-muted); margin-bottom: 16px; line-height: 1.55; }
.tier-card ul { list-style: none; padding: 0; margin: 0 0 20px; flex: 1; }
.tier-card ul li { font-size: 0.9rem; color: var(--white-dim); margin-bottom: 8px; padding-left: 22px; position: relative; line-height: 1.55; }
.tier-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.tier-card .tier-cta { display: flex; flex-direction: column; gap: 8px; }
.tier-card .tier-deposit { font-size: 0.82rem; color: var(--white-muted); text-align: center; margin: 4px 0 8px; }
.tier-card .tier-deposit strong { color: var(--white); font-weight: 700; }

/* Processus */
.process ol { counter-reset: step; padding-left: 0; list-style: none; }
.process ol li { counter-increment: step; position: relative; padding: 14px 14px 14px 60px; margin-bottom: 12px; background: rgba(21,32,64,0.5); border: 1px solid var(--glass-border); border-radius: var(--radius-sm); }
.process ol li::before { content: counter(step); position: absolute; left: 14px; top: 12px; width: 32px; height: 32px; border-radius: 50%; background: var(--gradient-gold); color: var(--navy); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
.process ol li strong { display: block; color: var(--white); margin-bottom: 4px; }

/* FAQ */
.faq-item { border-top: 1px solid rgba(198,151,73,0.1); padding: 20px 0; }
.faq-item h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: var(--gold-light); }
.faq-item p { color: var(--white-dim); font-size: 0.95rem; margin: 0; }

/* Footer */
.footer { border-top: 1px solid rgba(198,151,73,0.1); padding: 32px 0; text-align: center; margin-top: 40px; }
.footer p { font-size: 0.82rem; color: var(--white-muted); }
.footer a { color: var(--gold); text-decoration: none; }

/* Notice partenaire jamais nommé côté client (cf. doctrine domiciliation) */
.partner-note { font-size: 0.82rem; color: var(--white-muted); font-style: italic; margin-top: 8px; }

@media (max-width: 720px) {
    .arch-diagram { grid-template-columns: 1fr; }
    .tiers { grid-template-columns: 1fr; }
    .dual-cta { grid-template-columns: 1fr; padding: 22px; }
    .dual-cta .cta-col.secondary { text-align: left; }
    .dual-cta .cta-divider { flex-direction: row; padding: 4px 0; }
    .dual-cta .cta-divider::before, .dual-cta .cta-divider::after { height: 1px; width: auto; }
    .nav-links a:not(.btn) { display: none; }
    .lang-switch { display: inline-flex !important; }
}
