@import url('inter.css');
/* ====== ULC TRUST — FULLY ISOLATED & REFINED COMPONENT ====== */


.ulc-contact-wrapper-final-isolated {
  --ulc-black: #000000;
  --ulc-gold: #C5A059;
  --ulc-white: #FFFFFF;
  --ulc-gray: #B0B0B0;
  --ulc-border: rgba(197, 160, 89, 0.12);
  --ulc-gold-glow: rgba(197, 160, 89, 0.22);

  background-color: var(--ulc-black);
  color: var(--ulc-white);
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
  padding: 100px 20px 80px;
}

.ulc-contact-wrapper-final-isolated::before {
  content: "";
  position: absolute;
  top: -40%; left: -20%;
  width: 120%; height: 120%;
  background: radial-gradient(circle, var(--ulc-gold-glow) 0%, transparent 60%);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  animation: bgGlowMove 45s infinite alternate ease-in-out;
}

.ulc-contact-wrapper-final-isolated::after {
  content: "";
  position: absolute;
  bottom: -30%; right: -20%;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, var(--ulc-gold-glow) 70%, transparent 90%);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
  animation: bgLightDrift 60s infinite alternate ease-in-out;
}

@keyframes bgGlowMove {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-8%, 12%) scale(1.03); }
}

@keyframes bgLightDrift {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(6%, -8%); }
}

.ulc-contact-wrapper-final-isolated .ulc-serif { font-family: 'Cormorant Garamond', serif; font-weight: 500; }
.ulc-contact-wrapper-final-isolated .ulc-contact-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.ulc-contact-wrapper-final-isolated .ulc-header { text-align: center; margin-bottom: 70px; }
.ulc-contact-wrapper-final-isolated .ulc-eyebrow { color: var(--ulc-gold); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; margin-bottom: 20px; opacity: 0; transform: translateY(15px); animation: ulcStagger 0.6s ease-out 0.2s forwards; }
.ulc-contact-wrapper-final-isolated .ulc-title { font-size: clamp(36px, 5.5vw, 56px); line-height: 1.15; opacity: 0; transform: translateY(20px); animation: ulcStagger 0.6s ease-out 0.4s forwards; }
.ulc-contact-wrapper-final-isolated .ulc-title span { color: var(--ulc-gold); position: relative; display: inline-block; }
.ulc-contact-wrapper-final-isolated .ulc-title span::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent); transform: translateX(-100%); opacity: 0; transition: transform 1.4s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.3s; }
.ulc-contact-wrapper-final-isolated .ulc-title:hover span::after { transform: translateX(100%); opacity: 1; }
.ulc-contact-wrapper-final-isolated .ulc-subtitle { max-width: 680px; margin: 24px auto 0; font-size: 18px; color: var(--ulc-gray); line-height: 1.6; opacity: 0; transform: translateY(15px); animation: ulcStagger 0.6s ease-out 0.6s forwards; }
.ulc-contact-wrapper-final-isolated .ulc-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 50px; }
@media (max-width: 992px) { .ulc-contact-wrapper-final-isolated .ulc-grid { grid-template-columns: 1fr; } }
.ulc-contact-wrapper-final-isolated .ulc-card { background: rgba(255, 255, 255, 0.012); border: 1px solid var(--ulc-border); padding: 56px 48px; opacity: 0; transform: translateY(30px); animation: ulcStagger 0.7s ease-out 0.8s forwards; }
.ulc-contact-wrapper-final-isolated .ulc-form-group { margin-bottom: 32px; }
.ulc-contact-wrapper-final-isolated .ulc-label { display: block; font-size: 11px; color: var(--ulc-gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.ulc-contact-wrapper-final-isolated .ulc-input { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.15); padding: 14px 0; color: var(--ulc-white); font-size: 17px; transition: border-color 0.4s ease, padding 0.3s ease; }
.ulc-contact-wrapper-final-isolated .ulc-input::placeholder { color: var(--ulc-gray); opacity: 0.6; }
.ulc-contact-wrapper-final-isolated .ulc-input:focus { outline: none; border-bottom-color: var(--ulc-gold); padding-left: 4px; }
.ulc-contact-wrapper-final-isolated textarea.ulc-input { min-height: 120px; resize: vertical; }

.ulc-contact-wrapper-final-isolated .ulc-btn { background: transparent !important; border: 1px solid #C5A059 !important; color: #C5A059 !important; padding: 18px 42px !important; font-size: 13px !important; text-transform: uppercase !important; letter-spacing: 2px !important; font-weight: 500 !important; cursor: pointer !important; overflow: hidden !important; display: inline-flex !important; align-items: center !important; gap: 10px !important; margin-top: 10px !important; position: relative !important; z-index: 1 !important; outline: none !important; box-shadow: none !important; transition: all 0.4s ease !important; font-family: 'Inter', sans-serif !important; }
.ulc-contact-wrapper-final-isolated .ulc-btn:hover { background: #C5A059 !important; color: #000000 !important; border-color: #C5A059 !important; }
.ulc-contact-wrapper-final-isolated .ulc-btn:disabled { opacity: 0.5 !important; cursor: not-allowed !important; }
.ulc-contact-wrapper-final-isolated .ulc-btn::before { content: "" !important; position: absolute !important; top: 0 !important; left: 0 !important; width: 0 !important; height: 100% !important; background: #C5A059 !important; z-index: -1 !important; transition: width 0.5s cubic-bezier(0.2, 0.8, 0.4, 1) !important; }
.ulc-contact-wrapper-final-isolated .ulc-btn:hover::before { width: 100% !important; }
.ulc-contact-wrapper-final-isolated .ulc-btn:focus,
.ulc-contact-wrapper-final-isolated .ulc-btn:focus-visible { outline: none !important; box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.3) !important; background: #C5A059 !important; color: #000000 !important; }
.ulc-contact-wrapper-final-isolated .ulc-btn span,
.ulc-contact-wrapper-final-isolated .ulc-btn svg { color: inherit !important; fill: none !important; stroke: currentColor !important; }
.ulc-contact-wrapper-final-isolated .ulc-info-panel { opacity: 0; transform: translateX(30px); animation: ulcStagger 0.7s ease-out 1.0s forwards; }
.ulc-contact-wrapper-final-isolated .ulc-info-item { margin-bottom: 48px; }
.ulc-contact-wrapper-final-isolated .ulc-info-label { font-size: 11px; color: var(--ulc-gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; display: block; }
.ulc-contact-wrapper-final-isolated .ulc-info-text { font-size: 20px; line-height: 1.5; font-family: 'Cormorant Garamond', serif; }
.ulc-contact-wrapper-final-isolated .ulc-info-text a { color: inherit; text-decoration: none; position: relative; }
.ulc-contact-wrapper-final-isolated .ulc-info-text a::after { content: ""; position: absolute; bottom: 2px; left: 0; width: 0; height: 1px; background: var(--ulc-gold); transition: width 0.4s ease; }
.ulc-contact-wrapper-final-isolated .ulc-info-text a:hover::after { width: 100%; }
.ulc-contact-wrapper-final-isolated .ulc-divider { height: 1px; background: linear-gradient(90deg, transparent, var(--ulc-gold), transparent); margin: 40px 0; opacity: 0.6; }
.ulc-contact-wrapper-final-isolated .ulc-footer-note { font-size: 12px; color: var(--ulc-gray); line-height: 1.7; margin-top: 40px; font-style: italic; }

/* Status messages */
.ulc-contact-wrapper-final-isolated .ulc-status-message {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.ulc-contact-wrapper-final-isolated .ulc-status-message.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.ulc-contact-wrapper-final-isolated .ulc-status-success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #86efac;
}
.ulc-contact-wrapper-final-isolated .ulc-status-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #fca5a5;
}

/* Honeypot (hidden) */
.ulc-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

@keyframes ulcStagger { to { opacity: 1; transform: translateY(0) translateX(0); } }

.ulc-contact-wrapper-final-isolated .ulc-card:hover { border-color: rgba(197, 160, 89, 0.3); transform: translateY(-4px); transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.ulc-contact-wrapper-final-isolated .cursor-glow { position: fixed; width: 40px; height: 40px; border-radius: 50%; background: radial-gradient(circle, rgba(197, 160, 89, 0.3) 0%, transparent 70%); pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease; mix-blend-mode: screen; opacity: 0; }
.ulc-contact-wrapper-final-isolated .squiggle-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; overflow: hidden; }
.ulc-contact-wrapper-final-isolated .squiggle { position: absolute; width: 200%; height: 100%; opacity: 0.04; }
.ulc-contact-wrapper-final-isolated .squiggle path { fill: none; stroke: var(--ulc-gold); stroke-width: 0.5; stroke-linecap: round; }
.ulc-contact-wrapper-final-isolated .squiggle-1 { top: 15%; animation: squiggle-move 30s linear infinite; }
.ulc-contact-wrapper-final-isolated .squiggle-2 { top: 35%; animation: squiggle-move 45s linear infinite reverse; }
.ulc-contact-wrapper-final-isolated .squiggle-3 { top: 65%; animation: squiggle-move 35s linear infinite; }

@keyframes squiggle-move { from { transform: translateX(-50%); } to { transform: translateX(0%); } }
