/* ── HERO ── */
#contact-hero {
  position: relative; min-height: 380px; overflow: hidden;
  background: linear-gradient(150deg, #061a0a 0%, #0a3318 35%, #0b4a30 60%, #006974 100%);
  display: flex; align-items: center;
}
.ch-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; }
.ch-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.05); }
.ch-ring1 { width: 600px; height: 600px; top: -220px; right: -140px; }
.ch-ring2 { width: 380px; height: 380px; bottom: -160px; left: -80px; border-color: rgba(193,228,27,.07); }
.ch-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(0,148,62,.2) 0%, transparent 70%); top: -100px; left: -60px; }
.ch-arabic { position: absolute; right: 4%; top: 50%; transform: translateY(-50%); font-family: 'Amiri', serif; font-size: 180px; color: rgba(255,255,255,.025); user-select: none; line-height: 1; }
.ch-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 70px 20px; width: 100%; }
.ch-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ch-eyebrow .line { width: 36px; height: 2px; background: var(--gold); border-radius: 1px; }
.ch-eyebrow span { font-size: 11px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }
.ch-title { font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 800; color: #fff; line-height: 1.18; margin-bottom: 16px; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.ch-title em { font-style: italic; color: var(--gold); }
.ch-desc { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.8; max-width: 520px; margin-bottom: 28px; }
.ch-quick { display: flex; gap: 12px; flex-wrap: wrap; }
.ch-qbtn { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 22px; font-size: 12px; font-weight: 700; text-decoration: none; transition: all .25s; }
.ch-qbtn.solid { background: var(--gradient-h); color: #fff; border: 2px solid rgba(255,255,255,.15); }
.ch-qbtn.solid:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,148,62,.4); }
.ch-qbtn.outline { background: rgba(255,255,255,.08); color: rgba(255,255,255,.85); border: 2px solid rgba(255,255,255,.2); }
.ch-qbtn.outline:hover { background: rgba(255,255,255,.14); }

/* ── BREADCRUMB ── */
#breadcrumb { background: #fff; border-bottom: 1px solid var(--border); padding: 10px 0; }
#breadcrumb .bw { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-muted); }
#breadcrumb a { color: var(--green-1); text-decoration: none; }

/* ── MAIN WRAP ── */
.pw { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ── QUICK CONTACT STRIP ── */
#quick-strip { background: #fff; border-bottom: 1px solid var(--border); padding: 0; }
.qs-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.qs-item { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--border); transition: background .2s; text-decoration: none; color: inherit; }
.qs-item:last-child { border-right: none; }
.qs-item:hover { background: var(--light-bg); }
.qs-icon { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.qs-item:nth-child(1) .qs-icon { background: rgba(0,148,62,.1); color: var(--green-1); }
.qs-item:nth-child(2) .qs-icon { background: rgba(37,211,102,.1); color: #1a8a4a; }
.qs-item:nth-child(3) .qs-icon { background: rgba(0,121,112,.1); color: var(--green-3); }
.qs-item:nth-child(4) .qs-icon { background: rgba(47,72,88,.1); color: var(--green-6); }
.qs-info .qs-label { font-size: 10px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 2px; }
.qs-info .qs-value { font-size: 13px; font-weight: 700; color: var(--text-dark); }
.qs-info .qs-sub { font-size: 11px; color: var(--text-muted); }

/* ── MAIN SECTION ── */
#main-contact { padding: 60px 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: start; }

/* ── CONTACT FORM ── */
.form-card { background: var(--card-bg); border-radius: 20px; border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); }
.form-header { background: var(--gradient-h); padding: 28px 32px; }
.form-header h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.form-header p { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.6; }
.form-body { padding: 32px; }

/* Styled form elements */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 0; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; color: var(--text-mid); margin-bottom: 7px; display: flex; align-items: center; gap: 5px; }
.form-group label ion-icon { font-size: 14px; color: var(--green-1); }
.form-group label .req { color: var(--green-1); margin-left: 2px; }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; font-family: 'Poppins', sans-serif; font-size: 13px;
  padding: 11px 14px; border: 1.5px solid var(--border);
  border-radius: 10px; outline: none; background: #fff;
  color: var(--text-dark); transition: border-color .2s, box-shadow .2s;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green-1);
  box-shadow: 0 0 0 3px rgba(0,148,62,.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #aec8b8; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a7a6a' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; cursor: pointer; }
.form-group textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.form-group .char-count { text-align: right; font-size: 10px; color: var(--text-muted); margin-top: 4px; }

/* Input with icon */
.input-wrap { position: relative; }
.input-wrap ion-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-size: 16px; color: var(--text-muted); pointer-events: none; }
.input-wrap input { padding-left: 38px; }
.input-wrap.textarea-wrap ion-icon { top: 14px; transform: none; }
.input-wrap.textarea-wrap textarea { padding-left: 38px; }

/* Radio / Checkbox group */
.radio-group { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.radio-item { display: flex; align-items: center; gap: 6px; }
.radio-item input[type="radio"],
.radio-item input[type="checkbox"] { display: none; }
.radio-item label {
  display: flex; align-items: center; gap: 6px; cursor: pointer;
  padding: 7px 14px; border-radius: 20px; font-size: 12px; font-weight: 600;
  border: 1.5px solid var(--border); color: var(--text-muted);
  transition: all .2s; background: #fff; user-select: none;
}
.radio-item input[type="radio"]:checked + label,
.radio-item input[type="checkbox"]:checked + label {
  border-color: var(--green-1); color: var(--green-1);
  background: rgba(0,148,62,.07);
}
.radio-item label ion-icon { font-size: 14px; }

/* File upload */
.file-upload-area {
  border: 2px dashed var(--border); border-radius: 12px;
  padding: 20px; text-align: center; cursor: pointer;
  transition: all .2s; background: var(--light-bg);
}
.file-upload-area:hover { border-color: var(--green-1); background: rgba(0,148,62,.04); }
.file-upload-area ion-icon { font-size: 28px; color: var(--text-muted); display: block; margin: 0 auto 8px; }
.file-upload-area p { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.file-upload-area span { font-size: 11px; color: var(--green-1); font-weight: 700; }
.file-upload-area input { display: none; }

/* Form divider */
.form-divider { display: flex; align-items: center; gap: 12px; margin: 24px 0; }
.form-divider .fl { flex: 1; height: 1px; background: var(--border); }
.form-divider span { font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; }

/* Privacy check */
.privacy-check { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 24px; }
.privacy-check input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--green-1); margin-top: 1px; flex-shrink: 0; cursor: pointer; }
.privacy-check label { font-size: 12px; color: var(--text-muted); line-height: 1.6; cursor: pointer; }
.privacy-check label a { color: var(--green-1); text-decoration: underline; text-decoration-style: dotted; }

/* Submit button */
.submit-btn {
  width: 100%; padding: 14px; border-radius: 12px;
  background: var(--gradient-h); color: #fff; border: none;
  font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  gap: 8px; transition: all .25s;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,148,62,.35); }
.submit-btn:active { transform: translateY(0); }

/* Success state */
.form-success {
  display: none; text-align: center; padding: 40px 32px;
}
.form-success .fs-icon { width: 72px; height: 72px; border-radius: 50%; background: rgba(0,148,62,.1); display: flex; align-items: center; justify-content: center; font-size: 36px; color: var(--green-1); margin: 0 auto 18px; }
.form-success h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.form-success p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ── RIGHT SIDEBAR ── */
.contact-sidebar { display: flex; flex-direction: column; gap: 22px; }

/* Info card */
.info-card { background: var(--card-bg); border-radius: 18px; border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); }
.ic-header { background: var(--gradient-v); padding: 20px 22px; display: flex; align-items: center; gap: 12px; }
.ic-header-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; flex-shrink: 0; }
.ic-header-text h3 { font-size: 15px; font-weight: 700; color: #fff; }
.ic-header-text p { font-size: 11px; color: rgba(255,255,255,.65); margin-top: 2px; }
.ic-body { padding: 18px 22px; }

/* Contact detail list */
.cd-list { list-style: none; }
.cd-item { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid var(--border); }
.cd-item:last-child { border-bottom: none; }
.cd-icon { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.cd-icon.green { background: rgba(0,148,62,.1); color: var(--green-1); }
.cd-icon.teal { background: rgba(0,121,112,.1); color: var(--green-3); }
.cd-icon.navy { background: rgba(47,72,88,.1); color: var(--green-6); }
.cd-icon.wa { background: rgba(37,211,102,.1); color: #1a8a4a; }
.cd-content .cd-label { font-size: 10px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .4px; margin-bottom: 2px; }
.cd-content .cd-value { font-size: 13px; font-weight: 600; color: var(--text-dark); line-height: 1.4; }
.cd-content .cd-sub { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.cd-content a { color: var(--green-2); text-decoration: none; }
.cd-content a:hover { text-decoration: underline; }

/* Office hours */
.hours-list { list-style: none; }
.hours-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 12px; }
.hours-item:last-child { border-bottom: none; }
.hours-item .day { color: var(--text-mid); font-weight: 500; }
.hours-item .time { font-weight: 700; color: var(--text-dark); }
.hours-item .badge { font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 8px; }
.badge-open { background: rgba(0,148,62,.1); color: var(--green-1); }
.badge-closed { background: rgba(180,30,30,.08); color: #c0392b; }
.badge-half { background: rgba(193,164,0,.1); color: #a07800; }

/* Social media card */
.social-card { background: var(--card-bg); border-radius: 18px; border: 1px solid var(--border); padding: 22px; box-shadow: var(--shadow-sm); }
.social-card h3 { font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.social-card h3 ion-icon { color: var(--green-1); font-size: 16px; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.soc-btn { display: flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 12px; text-decoration: none; transition: all .2s; }
.soc-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.soc-btn .sb-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; flex-shrink: 0; }
.soc-btn .sb-info .sb-name { font-size: 12px; font-weight: 700; color: var(--text-dark); }
.soc-btn .sb-info .sb-handle { font-size: 10px; color: var(--text-muted); }
.soc-btn.fb { background: rgba(24,119,242,.07); border: 1px solid rgba(24,119,242,.15); }
.soc-btn.fb .sb-icon { background: #1877F2; }
.soc-btn.ig { background: rgba(225,48,108,.07); border: 1px solid rgba(225,48,108,.15); }
.soc-btn.ig .sb-icon { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.soc-btn.yt { background: rgba(255,0,0,.06); border: 1px solid rgba(255,0,0,.14); }
.soc-btn.yt .sb-icon { background: #FF0000; }
.soc-btn.tw { background: rgba(29,161,242,.07); border: 1px solid rgba(29,161,242,.15); }
.soc-btn.tw .sb-icon { background: #1DA1F2; }
.soc-btn.tk { background: rgba(0,0,0,.04); border: 1px solid rgba(0,0,0,.1); }
.soc-btn.tk .sb-icon { background: #000; }
.soc-btn.wa-s { background: rgba(37,211,102,.07); border: 1px solid rgba(37,211,102,.2); }
.soc-btn.wa-s .sb-icon { background: #25D366; }

/* ── KANTOR SECTION ── */
#kantor { padding: 0 0 72px; }
.kantor-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.kantor-eyebrow::before { content: ''; display: block; width: 4px; height: 20px; background: var(--gradient-v); border-radius: 2px; }
.kantor-eyebrow span { font-size: 11px; font-weight: 700; color: var(--green-1); text-transform: uppercase; letter-spacing: 1px; }
.kantor-title { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 800; color: var(--text-dark); margin-bottom: 8px; }
.kantor-title em { font-style: italic; color: var(--green-2); }
.kantor-lead { font-size: 14px; color: var(--text-muted); margin-bottom: 36px; max-width: 600px; line-height: 1.7; }
.kantor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.kantor-card { background: var(--card-bg); border-radius: 18px; border: 1px solid var(--border); overflow: hidden; transition: all .3s; }
.kantor-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.kc-top { padding: 22px 22px 16px; display: flex; gap: 14px; align-items: flex-start; }
.kc-num { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 800; color: var(--border); line-height: 1; flex-shrink: 0; transition: color .3s; }
.kantor-card:hover .kc-num { color: var(--green-1); }
.kc-info { flex: 1; }
.kc-type { font-size: 10px; font-weight: 700; color: var(--green-1); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.kc-name { font-size: 16px; font-weight: 800; color: var(--text-dark); line-height: 1.3; margin-bottom: 6px; font-family: 'Playfair Display', serif; }
.kc-divider { height: 1px; background: var(--border); margin: 0 22px 16px; }
.kc-details { padding: 0 22px 16px; }
.kc-detail-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; font-size: 12px; color: var(--text-mid); line-height: 1.5; }
.kc-detail-row:last-child { margin-bottom: 0; }
.kc-detail-row ion-icon { font-size: 15px; color: var(--green-1); flex-shrink: 0; margin-top: 1px; }
.kc-map-thumb { height: 130px; background: linear-gradient(135deg, #0c742e, #047b3e, #006974); display: flex; align-items: center; justify-content: center; font-size: 36px; color: rgba(255,255,255,.2); cursor: pointer; position: relative; overflow: hidden; transition: opacity .2s; }
.kc-map-thumb::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0, rgba(255,255,255,.03) 1px, transparent 0, transparent 50%); background-size: 20px 20px; }
.kc-map-thumb:hover { opacity: .88; }
.kc-map-thumb .map-label { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,.5); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 10px; white-space: nowrap; display: flex; align-items: center; gap: 5px; }
.kc-footer { padding: 14px 22px; border-top: 1px solid var(--border); display: flex; gap: 8px; }
.kc-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 8px; border-radius: 10px; font-size: 11px; font-weight: 700; text-decoration: none; border: 1.5px solid var(--border); color: var(--text-mid); transition: all .2s; background: #fff; font-family: 'Poppins',sans-serif; cursor: pointer; }
.kc-btn:hover { border-color: var(--green-1); color: var(--green-1); }
.kc-btn.primary { background: var(--gradient-h); border: none; color: #fff; }
.kc-btn.primary:hover { opacity: .88; }

/* ── MAP SECTION ── */
#map-section { background: var(--green-6); padding: 64px 0; }
.map-layout { display: grid; grid-template-columns: 360px 1fr; gap: 36px; align-items: start; }
.map-info-col h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 10px; line-height: 1.25; }
.map-info-col h2 em { font-style: italic; color: var(--gold); }
.map-info-col p { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 24px; }
.map-filter-tabs { display: flex; flex-direction: column; gap: 6px; }
.mft { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 12px; cursor: pointer; border: 1px solid rgba(255,255,255,.1); transition: all .2s; background: rgba(255,255,255,.05); color: rgba(255,255,255,.7); font-size: 12px; font-weight: 600; }
.mft:hover { background: rgba(255,255,255,.1); }
.mft.active { background: rgba(0,148,62,.25); border-color: rgba(0,148,62,.5); color: #fff; }
.mft ion-icon { font-size: 16px; }
.mft .mft-count { margin-left: auto; background: rgba(255,255,255,.15); padding: 2px 8px; border-radius: 8px; font-size: 10px; }
.mft.active .mft-count { background: rgba(0,148,62,.4); }
.map-placeholder { background: linear-gradient(135deg, #0c742e, #047b3e, #006974); border-radius: 18px; min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); cursor: pointer; }
.map-placeholder::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0, rgba(255,255,255,.03) 1px, transparent 0, transparent 50%); background-size: 28px 28px; }
.mp-pins { display: flex; gap: 16px; margin-bottom: 16px; }
.mp-pin { width: 40px; height: 40px; border-radius: 50%; border: 2px solid rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; font-size: 18px; color: rgba(255,255,255,.7); animation: pulsePing 2.5s infinite; }
.mp-pin:nth-child(2) { animation-delay: .5s; }
.mp-pin:nth-child(3) { animation-delay: 1s; }
.mp-pin.rs-pin { background: rgba(192,57,43,.4); }
.mp-pin.pp-pin { background: rgba(108,52,131,.4); }
.mp-pin.sk-pin { background: rgba(26,82,118,.4); }
@keyframes pulsePing { 0%,100%{transform:scale(1); opacity:.8} 50%{transform:scale(1.12); opacity:1} }
.mp-label { font-size: 15px; font-weight: 700; color: rgba(255,255,255,.85); margin-bottom: 6px; position: relative; z-index: 1; }
.mp-sub { font-size: 12px; color: rgba(255,255,255,.5); position: relative; z-index: 1; display: flex; align-items: center; gap: 6px; }
.mp-open-btn { margin-top: 16px; background: var(--gold); color: var(--text-dark); padding: 10px 22px; border-radius: 20px; font-size: 12px; font-weight: 800; display: flex; align-items: center; gap: 6px; position: relative; z-index: 1; transition: opacity .2s; }
.mp-open-btn:hover { opacity: .88; }

/* ── FAQ ── */
#faq-section { padding: 72px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: 340px 1fr; gap: 48px; align-items: start; }
.faq-intro h2 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 800; color: var(--text-dark); line-height: 1.25; margin-bottom: 12px; }
.faq-intro h2 em { color: var(--green-2); font-style: italic; }
.faq-intro p { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }
.faq-contact-nudge { background: var(--light-bg); border: 1px solid var(--border); border-radius: 14px; padding: 18px; }
.faq-contact-nudge p { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.faq-contact-nudge a { display: flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 10px; background: #25D366; color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; transition: opacity .2s; }
.faq-contact-nudge a:hover { opacity: .88; }
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--border); overflow: hidden; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; gap: 16px; user-select: none; }
.faq-q-text { font-size: 14px; font-weight: 700; color: var(--text-dark); line-height: 1.4; transition: color .2s; }
.faq-item.open .faq-q-text { color: var(--green-1); }
.faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--light-bg); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--text-muted); flex-shrink: 0; transition: all .3s; border: 1px solid var(--border); }
.faq-item.open .faq-toggle { background: var(--green-1); color: #fff; border-color: var(--green-1); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; padding: 0; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 18px; }
.faq-a p { font-size: 13px; color: var(--text-muted); line-height: 1.75; }
.faq-a a { color: var(--green-1); text-decoration: underline; text-decoration-style: dotted; }

/* ── CTA ── */
#contact-cta { background: var(--green-6); padding: 72px 0; }
.cta-inner { text-align: center; }
.cta-arabic { font-family: 'Amiri', serif; font-size: 26px; color: rgba(255,255,255,.22); margin-bottom: 12px; }
.cta-h { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.cta-h em { color: var(--gold); font-style: italic; }
.cta-p { font-size: 14px; color: rgba(255,255,255,.6); max-width: 480px; margin: 0 auto 28px; line-height: 1.75; }
.cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn-p { display: flex; align-items: center; gap: 7px; padding: 12px 24px; border-radius: 26px; background: var(--gradient-h); color: #fff; font-weight: 700; font-size: 13px; text-decoration: none; border: 2px solid rgba(255,255,255,.15); transition: all .25s; }
.btn-p:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,148,62,.4); }
.btn-o { display: flex; align-items: center; gap: 7px; padding: 12px 24px; border-radius: 26px; background: transparent; color: rgba(255,255,255,.8); font-weight: 700; font-size: 13px; text-decoration: none; border: 2px solid rgba(255,255,255,.22); transition: all .25s; }
.btn-o:hover { background: rgba(255,255,255,.08); }

/* ── FOOTER ── */
#footer { background: var(--gradient-v); padding: 36px 0 0; }
#footer .fi { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-top { display: flex; gap: 40px; padding-bottom: 28px; border-bottom: 1px solid rgba(0,0,0,.1); }
.footer-brand { flex: 1.5; }
.flogo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.flogo .fe { width: 44px; height: 44px; border-radius: 50%; background: rgba(0,0,0,.15); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 800; }
.flogo .fn .main { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.flogo .fn .sub { font-size: 10px; color: var(--text-mid); }
.footer-brand p { font-size: 12px; color: var(--text-mid); line-height: 1.7; max-width: 240px; }
.fsoc { display: flex; gap: 6px; margin-top: 12px; }
.fsoc a { width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,.15); display: flex; align-items: center; justify-content: center; color: var(--text-dark); font-size: 13px; text-decoration: none; transition: background .2s; }
.fsoc a:hover { background: rgba(0,0,0,.3); }
.fcol { flex: 1; }
.fcol h4 { font-size: 12px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; padding-bottom: 7px; border-bottom: 2px solid rgba(0,0,0,.12); }
.fcol ul { list-style: none; }
.fcol ul li { margin-bottom: 6px; }
.fcol ul li a { font-size: 12px; color: var(--text-mid); text-decoration: none; display: flex; align-items: center; gap: 5px; }
.fcol ul li a::before { content: '›'; color: var(--text-dark); font-weight: 700; }
.fcol ul li a:hover { color: var(--text-dark); }
#bottombar { background: var(--green-6); padding: 12px 0; }
#bottombar .bi { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
#bottombar p { font-size: 11px; color: rgba(255,255,255,.65); }
#bottombar a { color: var(--gold); text-decoration: none; }

/* WA */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 9999; }
.wa-main-btn { width: 52px; height: 52px; border-radius: 50%; background: #25D366; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.4); color: #fff; font-size: 26px; transition: transform .2s; }
.wa-main-btn:hover { transform: scale(1.08); }
.wa-options { position: absolute; bottom: 64px; right: 0; display: flex; flex-direction: column; gap: 8px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: all .25s; }
.wa-options.open { opacity: 1; pointer-events: all; transform: translateY(0); }
.wa-option { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 28px; padding: 7px 14px 7px 7px; box-shadow: 0 4px 14px rgba(0,0,0,.12); cursor: pointer; text-decoration: none; color: var(--text-dark); white-space: nowrap; transition: transform .2s; }
.wa-option:hover { transform: translateX(-4px); }
.wa-option .wa-i { width: 32px; height: 32px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; }
.wa-option .wa-n { font-size: 12px; font-weight: 700; }
.wa-option .wa-s { font-size: 10px; color: #888; }

@media (max-width: 1024px) {
  .contact-layout { grid-template-columns: 1fr; }
  .kantor-grid { grid-template-columns: repeat(2, 1fr); }
  .map-layout { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  nav { display: none; }
  .ch-title { font-size: 32px; }
  .qs-grid { grid-template-columns: repeat(2, 1fr); }
  .qs-item:nth-child(2) { border-right: none; }
  .qs-item:nth-child(3) { border-top: 1px solid var(--border); }
  .kantor-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; }
}