.elementor-39 .elementor-element.elementor-element-a0bd328{--display:flex;}.elementor-39 .elementor-element.elementor-element-e51cd88{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e51cd88 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #080d1a;
  color: #fafafa;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #080d1a; }
::-webkit-scrollbar-thumb { background: rgba(234, 88, 12, 0.3); border-radius: 3px; }

/* ── Orbs ── */
.orb-container {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

.orb-1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.25) 0%, rgba(234, 88, 12, 0.08) 40%, transparent 70%);
  top: -200px;
  left: -100px;
  animation: float-orb-1 20s ease-in-out infinite;
}

.orb-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(217, 119, 6, 0.22) 0%, rgba(217, 119, 6, 0.06) 40%, transparent 70%);
  top: 400px;
  right: -150px;
  animation: float-orb-2 18s ease-in-out infinite;
}

.orb-3 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, rgba(245, 158, 11, 0.05) 40%, transparent 70%);
  bottom: -100px;
  left: 40%;
  animation: float-orb-3 22s ease-in-out infinite;
}

@keyframes float-orb-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%       { transform: translate(50px, -30px) scale(1.1); }
}
@keyframes float-orb-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%       { transform: translate(-40px, 40px) scale(0.95); }
}
@keyframes float-orb-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%       { transform: translate(30px, -50px) scale(1.15); }
}

/* ── Particles ── */
#particles-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(234, 88, 12, 0.4);
  pointer-events: none;
}

.particle-small  { width: 4px; height: 4px; animation: float-particle 14s ease-in-out infinite; }
.particle-medium { width: 6px; height: 6px; animation: float-particle 16s ease-in-out infinite; }
.particle-large  { width: 8px; height: 8px; animation: float-particle 12s ease-in-out infinite; }

@keyframes float-particle {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: 0.6; }
  90%  { opacity: 0.6; }
  100% { transform: translateY(-100px) translateX(20px); opacity: 0; }
}

/* ── Cursor ── */
.cursor-dot {
  position: fixed;
  width: 12px;
  height: 12px;
  background: rgba(234, 88, 12, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(234, 88, 12, 0.4);
}

/* ── Page ── */
.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 60px 24px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #EA580C;
  margin-bottom: 12px;
  text-align: center;
}

.page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 16px;
}

.gradient-text {
  background: linear-gradient(135deg, #EA580C, #F59E0B, #D97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-subtitle {
  font-size: clamp(15px, 1.8vw, 17px);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 56px;
}

/* ── Grid ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  width: 100%;
  max-width: 960px;
}

/* ── Card ── */
.card {
  padding: 36px 32px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
}

/* ── Channels ── */
.channels-card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.channels-card > p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin-bottom: 24px;
}

.channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  color: #fafafa;
  margin-bottom: 10px;
  transition: all 0.25s ease;
}

.channel:last-of-type { margin-bottom: 0; }

.channel:hover {
  border-color: rgba(234, 88, 12, 0.35);
  background: rgba(234, 88, 12, 0.06);
  box-shadow: 0 4px 20px rgba(234, 88, 12, 0.15);
  transform: translateX(4px);
}

.channel-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(234, 88, 12, 0.1);
  border: 1px solid rgba(234, 88, 12, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.channel-icon svg {
  width: 17px;
  height: 17px;
  stroke: #EA580C;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.channel-info { flex: 1; min-width: 0; }

.channel-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 2px;
}

.channel-value {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.channel-arrow {
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  transition: color 0.2s, transform 0.2s;
}

.channel:hover .channel-arrow {
  color: #EA580C;
  transform: translateX(2px);
}

.response-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.dot-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0%, 100% { box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2); }
  50%       { box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1); }
}

.response-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
}

.response-text strong { color: rgba(255, 255, 255, 0.6); }

/* ── Form ── */
.form-card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.form-card > p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin-bottom: 24px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

input, textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #fafafa;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 14px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
}

input::placeholder, textarea::placeholder { color: rgba(255, 255, 255, 0.2); }

input:focus, textarea:focus {
  border-color: rgba(234, 88, 12, 0.45);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.08);
}

textarea {
  resize: vertical;
  min-height: 100px;
}

/* ── Button ── */
.btn-submit {
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #EA580C, #C2410C);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 0 30px rgba(234, 88, 12, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(234, 88, 12, 0.4);
}

.btn-submit:active { transform: translateY(0); }

.btn-submit svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.btn-submit:hover svg { transform: translateX(3px); }

.btn-submit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.btn-submit.ripple::before { animation: ripple-anim 0.6s ease-out; }

@keyframes ripple-anim { to { width: 400px; height: 400px; opacity: 0; } }

.btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* ── Success message ── */
.success-msg {
  display: none;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(234, 88, 12, 0.25);
  background: rgba(234, 88, 12, 0.07);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.success-msg.show { display: flex; }

.success-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(234, 88, 12, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.success-icon svg {
  width: 11px;
  height: 11px;
  stroke: #EA580C;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.success-msg strong { color: #fafafa; }

/* ── Animations ── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.7s ease forwards;
}

@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

.d1 { animation-delay: 0.05s; }
.d2 { animation-delay: 0.15s; }
.d3 { animation-delay: 0.25s; }
.d4 { animation-delay: 0.35s; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
  .card { padding: 28px 20px; }
}/* End custom CSS */