/* TITAN BRAND ARCHITECTURE */
:root {
  --titan-navy: #1E3A5F;
  --titan-copper: #C17F59;
}

/* Force standard Zoho sections to be Full Width */
.zs-container, .container { max-width: 100% !important; padding: 0 !important; }

/* Global Font Setup */
body, h1, h2, h3, p { font-family: 'Inter', sans-serif !important; }

/* The "Pro" Split Layout - Apply this class to your Embed elements */
.titan-split {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: var(--titan-navy);
}
.titan-text { flex: 1; padding: 60px 8%; color: white; display: flex; flex-direction: column; justify-content: center; }
.titan-form { flex: 1; background: #fff; padding: 40px; border-radius: 40px 0 0 40px; }

@media (max-width: 768px) { .titan-form { border-radius: 0; } }