/* V61 — صفحات المعلومات والتواصل — تصميم موحد Mobile First */
.info-page{width:min(1120px,calc(100% - 24px));margin-inline:auto;padding:clamp(18px,4vw,44px) 0 64px;color:#172033;font-family:"Cairo",system-ui,-apple-system,"Segoe UI",sans-serif}
.info-hero{position:relative;overflow:hidden;display:flex;align-items:center;gap:18px;padding:clamp(22px,4vw,38px);margin-bottom:22px;border:1px solid #dbe7f5;border-radius:28px;background:linear-gradient(135deg,#fff 0%,#eff6ff 58%,#f5f3ff 100%);box-shadow:0 18px 55px rgba(15,23,42,.08)}
.info-hero::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;inset-inline-end:-70px;top:-90px;background:rgba(37,99,235,.08)}
.info-icon{position:relative;z-index:1;width:78px;height:78px;display:grid;place-items:center;flex:0 0 auto;border-radius:22px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.09);font-size:42px}
.info-hero-copy{position:relative;z-index:1}.info-kicker{display:block;margin-bottom:4px;color:#2563eb;font-size:13px;font-weight:900}.info-hero h1{margin:0;color:#173b8f;font-size:clamp(28px,5vw,44px);line-height:1.25}.info-hero p{max-width:780px;margin:8px 0 0;color:#64748b;font-size:16px;line-height:1.9}
.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:clamp(18px,3vw,27px);box-shadow:0 12px 35px rgba(15,23,42,.055)}.info-card.full{grid-column:1/-1}.info-card h2{margin:0 0 10px;color:#173b8f;font-size:clamp(19px,3vw,24px);line-height:1.5}.info-card h3{margin:18px 0 7px;color:#244b9b;font-size:17px}.info-card p,.info-card li{color:#52627a;font-size:15px;line-height:2}.info-card p{margin:0 0 10px}.info-card ul,.info-card ol{margin:0;padding-inline-start:24px}.info-card li{margin:5px 0}.info-note{display:flex;gap:12px;align-items:flex-start;margin-top:14px;padding:14px 16px;border-radius:15px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;line-height:1.9}.info-note strong{color:#173b8f}.step-list{display:grid;gap:10px;margin-top:10px}.step{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.step-number{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#2563eb;color:#fff;font-weight:900}.step p{margin:0!important}.info-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}.info-button{display:inline-flex;align-items:center;justify-content:center;min-width:175px;min-height:52px;padding:11px 20px;border-radius:15px;text-decoration:none;font-weight:900;box-shadow:0 9px 22px rgba(15,23,42,.08);transition:transform .18s ease,box-shadow .18s ease}.info-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(15,23,42,.11)}.info-button.primary{background:#2563eb;color:#fff}.info-button.secondary{background:#fff;color:#173b8f;border:1px solid #dbe4f0}
.faq-list{display:grid;gap:12px}.faq-item{border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:18px 20px;color:#173b8f;font-weight:900;font-size:17px;display:flex;align-items:center;justify-content:space-between;gap:14px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"＋";font-size:22px;color:#2563eb;flex:0 0 auto}.faq-item[open] summary::after{content:"−"}.faq-answer{padding:0 20px 19px;color:#52627a;line-height:2;font-size:15px}
.contact-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.contact-form-card,.contact-side-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:clamp(18px,3vw,28px);box-shadow:0 12px 35px rgba(15,23,42,.055)}.contact-form{display:grid;gap:16px}.form-field{display:grid;gap:7px}.form-field label{font-weight:900;color:#243b73}.form-field input,.form-field textarea,.form-field select{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:13px;background:#fff;color:#172033;padding:13px 14px;font:inherit;outline:none;transition:border-color .18s,box-shadow .18s}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.10)}.form-field textarea{min-height:150px;resize:vertical}.contact-submit{min-height:52px;border:0;border-radius:14px;background:#2563eb;color:#fff;font:inherit;font-weight:900;cursor:pointer;padding:12px 20px}.contact-submit:active{transform:translateY(1px)}.contact-side-card h2{margin:0 0 10px;color:#173b8f}.contact-side-card p,.contact-side-card li{color:#52627a;line-height:1.9;font-size:15px}.contact-side-card ul{padding-inline-start:20px}.alert{padding:14px 16px;border-radius:14px;margin-bottom:16px;font-weight:800;line-height:1.8}.alert-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#166534}.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.form-hint{color:#64748b;font-size:13px;line-height:1.7}
@media(max-width:760px){.info-grid,.contact-layout{grid-template-columns:1fr}.info-card.full{grid-column:auto}.info-hero{align-items:flex-start;padding:20px;border-radius:20px}.info-icon{width:58px;height:58px;border-radius:17px;font-size:31px}.info-hero h1{font-size:28px}.info-hero p{font-size:14px}.info-actions{flex-direction:column}.info-button{width:100%}}
@media(max-width:430px){.info-page{width:calc(100% - 16px);padding-top:14px}.info-hero{gap:12px}.info-card,.contact-form-card,.contact-side-card{padding:17px;border-radius:18px}.faq-item summary{padding:16px;font-size:15px}.faq-answer{padding:0 16px 17px;font-size:14px}.info-card p,.info-card li,.contact-side-card p,.contact-side-card li{font-size:14px}}
@media(prefers-reduced-motion:reduce){.info-button{transition:none}.info-button:hover{transform:none}}
