/* =============================================================
   NICHENCY — CONTACT PAGE
   pages/contact.css
   ============================================================= */

.contact-page { font-family: 'Karla', sans-serif; font-size: 17px; line-height: 1.75; color: var(--text); background: #ffffff; }
.contact-page-inner { width: 100%; }

/* ── QUALIFICATION CARDS ── */
.qualification-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 50px; }
.qualification-card { background: var(--dark-blue); color: #ffffff; padding: 24px 20px; border-radius: 10px; text-align: center; font-family: 'Karla', sans-serif; font-size: 15px; font-weight: 500; line-height: 1.5; border: 1px solid transparent; transition: background .2s, border-color .2s, transform .2s; }
.qualification-card:hover { background: transparent; color: var(--dark-blue); border-color: var(--dark-blue); transform: translateY(-4px); }

/* ── NOT FOR BOX ── */
.not-for-box { background: #ffffff; padding: 40px; border-radius: 12px; border: 1px solid var(--border); border-left: 4px solid var(--dark-blue); max-width: 800px; margin: 0 auto; }
.not-for-box h3 { font-family: 'Inter', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 20px; text-align: center; }
.not-for-box ul { list-style: none; max-width: 600px; margin: 0 auto; }
.not-for-box li { font-size: 16px; color: var(--text); padding-left: 32px; margin-bottom: 12px; position: relative; }
.not-for-box li::before { content: '✗'; position: absolute; left: 0; color: var(--muted); font-weight: 700; font-size: 18px; }

/* ── EXPECT LIST ── */
.expect-list { list-style: none; max-width: 700px; margin: 0 auto 32px; }
.expect-list li { font-size: 16px; color: var(--text); padding: 16px 20px 16px 56px; margin-bottom: 12px; background: #ffffff; border: 1px solid var(--border); border-left: 4px solid var(--dark-blue); border-radius: 8px; position: relative; }
.expect-list li::before { content: '→'; position: absolute; left: 18px; top: 16px; font-size: 18px; color: var(--dark-blue); font-weight: 700; }
.expect-outcome { background: var(--hero-bg); border: 1px solid var(--border); padding: 20px 28px; border-radius: 10px; text-align: center; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: var(--dark-blue); max-width: 700px; margin: 0 auto; }

/* ── FORM CONTAINER ── */
.form-container { background: #ffffff; padding: 50px 40px; border-radius: 12px; border: 1px solid var(--border); max-width: 700px; margin: 0 auto; }
.form-headline { font-family: 'Inter', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--dark-blue); margin-bottom: 10px; text-align: center; }
.form-subtext { font-size: 15px; color: var(--muted); text-align: center; margin-bottom: 36px; }

/* ── AUTHORITY ── */
.authority-section { background: var(--dark-blue); padding: 50px 40px; border-radius: 12px; color: #ffffff; max-width: 900px; margin: 48px auto 0; }
.authority-section h3 { font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 700; color: #ffffff; margin-bottom: 36px; text-align: center; }
.authority-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.authority-item { text-align: center; }
.authority-number { font-family: 'Inter', sans-serif; font-size: 2.2rem; font-weight: 700; color: var(--hero-bg); margin-bottom: 8px; line-height: 1; }
.authority-label { font-family: 'Karla', sans-serif; font-size: 13px; color: rgba(239,251,248,0.75); line-height: 1.4; }

/* ── RESPONSE BOX ── */
.response-box { background: #ffffff; padding: 40px; border-radius: 12px; border: 1px solid var(--border); max-width: 700px; margin: 0 auto; text-align: center; }
.response-box h3 { font-family: 'Inter', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 16px; }
.response-box p { font-size: 16px; color: var(--muted); line-height: 1.75; margin-bottom: 10px; }
.response-box .highlight { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: var(--dark-blue); }

/* ── CONTACT DETAILS ── */
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.contact-item { text-align: center; padding: 28px 24px; background: #ffffff; border: 1px solid var(--border); border-radius: 10px; transition: border-color .2s; }
.contact-item:hover { border-color: var(--dark-blue); }
.contact-item-icon { width: 48px; height: 48px; background: var(--dark-blue); border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 20px; }
.contact-item h4 { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: var(--dark-blue); margin-bottom: 8px; }
.contact-item p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.5; }
.contact-item a { color: var(--dark-blue); text-decoration: none; font-weight: 500; }
.contact-item a:hover { text-decoration: underline; }

/* ── INTERNAL LINKS ── */
.internal-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.internal-link { font-family: 'Karla', sans-serif; color: rgba(255,255,255,0.6); text-decoration: none; font-size: 15px; padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,0.25); transition: color .2s, border-color .2s; }
.internal-link:hover { color: #ffffff; border-bottom-color: #ffffff; }

/* ── BOT CONTENT (SEO, HIDDEN) ── */
.bot-content { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
