/* Contact → reach section (channels + embedded webform). Ported verbatim from
   the mockup (Kalameh Web Contact[ EN].html). Brand-cyan accent. */

.pg-reach { padding: 72px 0; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.pg-reach .wrap { max-width: 1100px; }
.reach-head { text-align: center; margin-bottom: 36px; }
.reach-head .eyebrow { color: var(--brand); font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
[dir="rtl"] .reach-head .eyebrow { letter-spacing: 0.4px; }
.reach-head h2 { font-family: var(--serif); font-weight: 500; font-size: 38px; line-height: 1.15; letter-spacing: -0.6px; margin: 10px 0 10px; color: var(--ink); }
[dir="rtl"] .reach-head h2 { font-family: var(--farsi); font-weight: 600; letter-spacing: 0; }
.reach-head p { font-size: 16px; line-height: 1.65; color: var(--ink-2); margin: 0 auto; max-width: 560px; }

.reach-options { max-width: 620px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.reach-channel { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; transition: all 0.18s ease; }
.reach-channel:hover { border-color: rgba(75,187,221,0.55); background: linear-gradient(180deg, #F4FBFD, #fff); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(75,187,221,0.14); }
.reach-channel .ic { width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; }
.reach-channel .meta { flex: 1; min-width: 0; }
.reach-channel .meta strong { display: block; font-weight: 700; font-size: 14.5px; color: var(--ink); }
.reach-channel .meta em { display: block; font-style: normal; font-size: 12.5px; color: var(--ink-3); margin-top: 1px; }
.reach-channel .arrow { color: var(--ink-3); flex-shrink: 0; transition: transform 0.18s ease, color 0.18s ease; }
.reach-channel:hover .arrow { color: var(--brand); transform: translateX(3px); }
[dir="rtl"] .reach-channel .arrow { transform: scaleX(-1); }
[dir="rtl"] .reach-channel:hover .arrow { transform: scaleX(-1) translateX(3px); }

details.reach-channel { display: block; padding: 0; }
details.reach-channel summary { display: flex; align-items: center; gap: 14px; padding: 14px 16px; cursor: pointer; list-style: none; }
details.reach-channel summary::-webkit-details-marker, details.reach-channel summary::marker { display: none; }
details.reach-channel[open] summary { border-bottom: 1px solid var(--line); }
details.reach-channel summary .chev { color: var(--ink-3); flex-shrink: 0; transition: transform 0.18s ease, color 0.18s ease; }
details.reach-channel[open] summary .chev { transform: rotate(90deg); color: var(--brand); }
[dir="rtl"] details.reach-channel summary .chev { transform: scaleX(-1); }
[dir="rtl"] details.reach-channel[open] summary .chev { transform: rotate(90deg); }
.reach-form-wrap { padding: 18px 16px 18px; }

/* Embedded Drupal webform — styled to match the mockup's form look. */
.reach-form-wrap form { display: flex; flex-direction: column; gap: 12px; }
.reach-form-wrap .js-form-item, .reach-form-wrap .form-item { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.reach-form-wrap label { font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.reach-form-wrap input[type="text"], .reach-form-wrap input[type="email"], .reach-form-wrap input[type="tel"], .reach-form-wrap select, .reach-form-wrap textarea {
  width: 100%; padding: 11px 14px; border-radius: 10px; border: 1px solid var(--line); background: #fff; font-family: inherit; font-size: 14.5px; color: var(--ink); transition: border-color 0.15s, box-shadow 0.15s; box-sizing: border-box;
}
.reach-form-wrap input:focus, .reach-form-wrap select:focus, .reach-form-wrap textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(75,187,221,0.18); }
.reach-form-wrap textarea { min-height: 96px; resize: vertical; }
.reach-form-wrap .form-actions, .reach-form-wrap .webform-actions { margin-top: 4px; }
.reach-form-wrap .button, .reach-form-wrap button[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border-radius: 999px; background: var(--brand); color: #fff; font-family: inherit; font-weight: 700; font-size: 14.5px; border: none; cursor: pointer; box-shadow: 0 8px 18px rgba(75,187,221,0.32); transition: transform 0.15s, box-shadow 0.15s; text-decoration: none;
}
.reach-form-wrap .button:hover, .reach-form-wrap button[type="submit"]:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(75,187,221,0.42); }

@media (max-width: 720px) { .pg-reach { padding: 48px 0; } .reach-head h2 { font-size: 30px; } }
