/* ============================================================
   Technologia — Aide & Contact (page claire, rassurante). Mobile-first.
   Utilise les tokens --tec-* (technologia-tokens.css).
   ============================================================ */

.tec-contact { background: #F4F7FB; color: var(--tec-navy-900); font-family: var(--tec-font-sans); }
.tec-contact * { box-sizing: border-box; }

/* En-tête */
.tec-c-head { max-width: 760px; margin: 0 auto; padding: clamp(24px,5vw,44px) clamp(16px,5vw,40px) 0; text-align: center; }
.tec-node-l { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 6px; }
.tec-node-l-core { position: relative; z-index: 2; height: 24px; width: auto; filter: drop-shadow(0 0 4px rgba(0,194,255,.5)); animation: tec-breathe 3.4s ease-in-out infinite; }
.tec-node-l-halo { position: absolute; left: 50%; top: 50%; width: 52px; height: 52px; border-radius: 50%; background: radial-gradient(circle,rgba(0,194,255,.35),rgba(0,194,255,0) 68%); transform: translate(-50%,-50%); animation: tec-halo 3.4s ease-in-out infinite; }
.tec-c-title { font-family: var(--tec-font-display); font-weight: 800; letter-spacing: -.02em; font-size: clamp(24px,4.4vw,34px); margin: 6px 0 8px; color: var(--tec-navy-900); }
.tec-c-sub { max-width: 520px; margin: 0 auto; font-size: 14.5px; color: var(--tec-ink-500); line-height: 1.55; }

.tec-c-wrap { max-width: 760px; margin: 0 auto; padding: clamp(18px,3vw,26px) clamp(16px,5vw,40px) clamp(34px,6vw,56px); display: flex; flex-direction: column; gap: 14px; }

/* Canaux */
.tec-c-channels { display: grid; grid-template-columns: 1fr; gap: 10px; }
.tec-c-channel { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; background: var(--tec-white); border: 1px solid var(--tec-line-200); border-radius: var(--tec-radius-lg); padding: 14px 16px; text-decoration: none; min-height: 64px; transition: border-color var(--tec-dur-base), transform var(--tec-dur-base); }
.tec-c-channel:hover { border-color: #9AD5F1; transform: translateY(-2px); }
.tec-c-channel--off { opacity: .55; pointer-events: none; }
.tec-c-dot { grid-row: 1/3; width: 12px; height: 12px; border-radius: 50%; }
.tec-c-ch-name { font-size: 15px; font-weight: 800; color: var(--tec-navy-900); }
.tec-c-ch-sub { font-size: 12.5px; color: var(--tec-ink-400); font-weight: 600; }

/* Réassurance */
.tec-c-trustgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tec-c-trust { background: var(--tec-white); border: 1px solid var(--tec-line-200); border-radius: var(--tec-radius-md); padding: 12px 13px; display: flex; flex-direction: column; gap: 2px; }
.tec-c-trust strong { font-size: 13.5px; font-weight: 800; color: var(--tec-navy-900); }
.tec-c-trust span { font-size: 12px; color: var(--tec-ink-400); font-weight: 600; }

/* FAQ */
.tec-c-faq { background: var(--tec-white); border: 1px solid var(--tec-line-200); border-radius: 18px; padding: clamp(16px,3vw,22px); }
.tec-h2-l { font-family: var(--tec-font-display); font-weight: 800; letter-spacing: -.01em; font-size: 19px; margin: 0 0 12px; color: var(--tec-navy-900); }
.tec-c-q { border-top: 1px solid #F0F3F7; padding: 4px 0; }
.tec-c-q:first-of-type { border-top: 0; }
.tec-c-q summary { list-style: none; cursor: pointer; padding: 12px 0; font-size: 14.5px; font-weight: 700; color: var(--tec-navy-900); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.tec-c-q summary::-webkit-details-marker { display: none; }
.tec-c-q summary::after { content: "+"; color: var(--tec-agent-ink); font-size: 20px; font-weight: 700; flex: none; }
.tec-c-q[open] summary::after { content: "–"; }
.tec-c-q p { margin: 0 0 14px; font-size: 13.5px; color: var(--tec-ink-500); line-height: 1.55; }

/* CTA */
.tec-c-cta { display: flex; flex-direction: column; gap: 14px; background: linear-gradient(120deg,#0B1730,#0A1426); border-radius: 18px; padding: clamp(18px,3vw,24px); color: #fff; }
.tec-c-cta-title { font-family: var(--tec-font-display); font-weight: 800; font-size: 18px; }
.tec-c-cta-sub { font-size: 13.5px; color: rgba(255,255,255,.72); margin-top: 3px; }
.tec-btn-l { display: inline-flex; align-items: center; justify-content: center; border-radius: var(--tec-radius-md); padding: 14px 22px; font-weight: 800; font-size: 15px; text-decoration: none; min-height: 52px; }
.tec-btn-l--primary { background: var(--tec-cta-grad, linear-gradient(135deg,#4BA9DE,#273F7E)); color: #fff; }
.tec-btn-l--primary:hover { filter: brightness(1.07); }

/* Keyframes (nœud) — locales à cette page (home.css non chargé ici). */
@keyframes tec-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@keyframes tec-halo { 0%,100% { opacity: .5; transform: translate(-50%,-50%) scale(1); } 50% { opacity: .9; transform: translate(-50%,-50%) scale(1.14); } }

@media (min-width: 640px) {
	.tec-c-channels { grid-template-columns: 1fr 1fr; }
	.tec-c-cta { flex-direction: row; align-items: center; justify-content: space-between; }
}
@media (min-width: 900px) {
	.tec-c-channels { grid-template-columns: 1fr 1fr 1fr; }
	.tec-c-trustgrid { grid-template-columns: repeat(4,1fr); }
}
@media (prefers-reduced-motion: reduce) {
	.tec-node-l-core, .tec-node-l-halo { animation: none !important; }
}
