.cu-grid{display:grid;grid-template-columns:1fr}@media (min-width:1024px){.cu-grid{grid-template-columns:repeat(2,1fr)}}.cu-form-side{padding:2rem}@media (min-width:1024px){.cu-form-side{padding:3rem}}.cu-label{display:block;font-size:0.875rem;font-weight:700;color:#3D2817;margin-bottom:0.5rem}.cu-input,.cu-textarea{width:100%;padding:0.875rem 1rem;border-radius:1rem;background:#FAF8F5;border:1.5px solid transparent;font-family:inherit;font-size:0.9375rem;color:#3D2817;outline:none;transition:border-color 200ms ease,background 200ms ease,box-shadow 200ms ease;box-sizing:border-box}.cu-input:focus,.cu-textarea:focus{border-color:rgba(53,153,204,0.50);background:white;box-shadow:0 0 0 3px rgba(53,153,204,0.10)}.cu-textarea{resize:none}.cu-field{margin-bottom:1.25rem}.cu-error{color:#dc3545;font-size:0.8125rem;margin-top:0.25rem}.cu-submit{width:100%;padding:1rem;border-radius:1rem;border:none;background:linear-gradient(135deg,#3599CC 0%,#2B7BA8 100%);color:white;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 6px 24px rgba(53,153,204,0.40);transition:filter 200ms ease,transform 200ms ease,box-shadow 200ms ease;margin-top:0.5rem}.cu-submit:hover{filter:brightness(1.08);transform:scale(1.01);box-shadow:0 10px 32px rgba(53,153,204,0.50)}.cu-info-side{padding:2rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(145deg,#3D2817 0%,#1E1208 100%)}@media (min-width:1024px){.cu-info-side{padding:3rem}}.cu-info-orb-tr{position:absolute;top:0;inset-inline-end:0;width:16rem;height:16rem;border-radius:50%;background:rgba(191,169,140,0.10);filter:blur(48px);pointer-events:none}.cu-info-orb-bl{position:absolute;bottom:0;inset-inline-start:0;width:12rem;height:12rem;border-radius:50%;background:rgba(53,153,204,0.10);filter:blur(40px);pointer-events:none}.cu-info-heading{position:relative;z-index:1;color:white;font-weight:700;font-size:1.25rem;margin:0 0 2rem}.cu-info-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1}.cu-info-item{display:flex;align-items:flex-start;gap:1rem}.cu-info-icon-box{width:2.75rem;height:2.75rem;border-radius:0.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(255,255,255,0.10);color:#BFA98C;font-size:1rem}.cu-info-item-label{font-weight:700;color:#BFA98C;font-size:0.8125rem;margin:0 0 2px}.cu-info-item-value{color:rgba(255,255,255,0.80);font-size:0.875rem;margin:0}.cu-wa-btn{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.875rem 1.5rem;border-radius:1rem;background:#25D366;color:white;font-family:inherit;font-weight:700;font-size:0.875rem;text-decoration:none;box-shadow:0 4px 16px rgba(37,211,102,0.40);transition:filter 200ms ease,transform 200ms ease}.cu-wa-btn:hover{filter:brightness(1.08);transform:scale(1.02);color:white;text-decoration:none}.cu-loader{display:none;text-align:center;margin-top:0.75rem;color:#8B7355;font-size:0.875rem}