/* ==========================================================================
   Contact page — modern split layout (info card + CF7 form) + map.
   ========================================================================== */
.ct-page { background: #fff; color: var(--rf-ink); font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
.ct-page .container { width: min(1180px, 92%); margin-inline: auto; }

/* ---------- Hero ---------- */
.ct-hero { position: relative; text-align: center; padding: 96px 0 48px; overflow: hidden;
  background: linear-gradient(180deg, #faf7f4 0%, #fff 100%); }
.ct-hero::before { content: ""; position: absolute; top: -170px; left: 50%; transform: translateX(-50%);
  width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,123,32,.16), transparent 64%); pointer-events: none; }
.ct-eyebrow { position: relative; text-transform: uppercase; letter-spacing: .24em; font-size: .78rem;
  font-weight: 700; color: var(--rf-orange); margin-bottom: 18px; }
.ct-title { position: relative; font-family: "Sora", sans-serif; font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800; line-height: 1.08; letter-spacing: -.02em; }
.ct-title span { background: linear-gradient(120deg, var(--rf-orange), var(--rf-orange-2));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.ct-sub { position: relative; max-width: 560px; margin: 18px auto 0; color: var(--rf-muted); font-size: 1.05rem; line-height: 1.6; }

/* ---------- Main split ---------- */
.ct-main { padding: 48px 0 84px; }
.ct-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: start; }

/* info card (dark) */
.ct-info { background: var(--rf-ink); color: #fff; border-radius: 24px; padding: 44px;
  box-shadow: 0 32px 72px -34px rgba(0,0,0,.5); }
.ct-info h2 { font-family: "Sora", sans-serif; font-size: 1.5rem; margin-bottom: 8px; }
.ct-info > p { color: rgba(255,255,255,.65); margin-bottom: 30px; line-height: 1.6; }
.ct-item { display: flex; gap: 16px; align-items: center; margin-bottom: 18px; }
.ct-item__v { font-size: .98rem; word-break: break-word; }
.ct-item__ic { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 14px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; }
.ct-item__ic img { width: 18px; height: 18px; filter: brightness(0) invert(1); opacity: .9; }
.ct-item__t { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--rf-orange-2); font-weight: 700; margin-bottom: 4px; }
.ct-item__v, .ct-item__v a { color: #fff; font-weight: 500; line-height: 1.5; }
.ct-item__v a:hover { color: var(--rf-orange-2); }
.ct-info__socials { display: flex; gap: 12px; margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.ct-info__socials a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; transition: transform .3s var(--rf-ease), background .3s; }
.ct-info__socials a:hover { background: var(--rf-orange); transform: translateY(-3px); }
.ct-info__socials img { width: 16px; height: 16px; filter: brightness(0) invert(1); }

/* form card */
.ct-form { background: #fff; border: 1px solid #ececec; border-radius: 24px; padding: 44px;
  box-shadow: 0 26px 64px -38px rgba(0,0,0,.3); }
.ct-form h2 { font-family: "Sora", sans-serif; font-size: 1.5rem; margin-bottom: 8px; }
.ct-form > p { color: var(--rf-muted); margin-bottom: 24px; line-height: 1.6; }

/* Contact Form 7 fields */
.ct-form .wpcf7-form p { margin: 0 0 16px; }
.ct-form label { display: block; font-weight: 600; font-size: .85rem; margin-bottom: 6px; color: var(--rf-ink); }
.ct-form input[type="text"], .ct-form input[type="email"], .ct-form input[type="tel"],
.ct-form input[type="url"], .ct-form textarea, .ct-form select {
  width: 100%; padding: 13px 16px; border: 1.5px solid #e3e3e1; border-radius: 12px; font: inherit;
  font-size: .95rem; color: var(--rf-ink); background: #fafafa;
  transition: border-color .25s, background .25s, box-shadow .25s; }
.ct-form input:focus, .ct-form textarea:focus, .ct-form select:focus {
  outline: none; border-color: var(--rf-orange); background: #fff; box-shadow: 0 0 0 3px rgba(244,123,32,.12); }
.ct-form textarea { min-height: 150px; resize: vertical; }
.ct-form .wpcf7-submit {
  background: linear-gradient(120deg, var(--rf-orange), var(--rf-orange-2)); color: #fff; border: none;
  border-radius: 999px; padding: 14px 36px; font-weight: 700; font-size: .95rem; cursor: pointer;
  box-shadow: 0 12px 30px -10px rgba(244,123,32,.7); transition: transform .3s var(--rf-ease), box-shadow .3s; }
.ct-form .wpcf7-submit:hover { transform: translateY(-3px); box-shadow: 0 20px 38px -10px rgba(244,123,32,.85); }
.ct-form .wpcf7-spinner { margin: 10px auto 0; display: block; }
.ct-form .wpcf7-not-valid-tip { color: #e23; font-size: .8rem; margin-top: 5px; }
.ct-form .wpcf7-response-output { margin: 14px 0 0 !important; border-radius: 10px; font-size: .9rem; }

/* ---------- Map ---------- */
.ct-map { line-height: 0; }
.ct-map iframe { width: 100%; height: 440px; border: 0; display: block; filter: grayscale(.15) contrast(1.05); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .ct-grid { grid-template-columns: 1fr; gap: 26px; }
  .ct-info, .ct-form { padding: 32px 26px; }
  .ct-map iframe { height: 340px; }
}
