/* ============================================================
   WizBrand Contact page — themed + creative (external)
   ============================================================ */
.cn { font-family: 'Inter', system-ui, -apple-system, Arial, sans-serif; color: #41506b; }
.cn * { box-sizing: border-box; }
.cn-container { max-width: 1140px; margin: 0 auto; padding: 0 1.4rem; }

/* Hero */
.cn-hero { position: relative; overflow: hidden; background: linear-gradient(125deg, #0b2350 0%, #1d4ed8 60%, #3b7dff 100%); color: #fff; padding: 3rem 1.4rem 3.4rem; text-align: center; }
.cn-hero::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; top: -190px; right: -120px; background: radial-gradient(circle, rgba(59, 130, 246, .5), transparent 70%); animation: cnFloat 9s ease-in-out infinite; }
.cn-hero .inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cn-eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #cfe0ff; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); padding: .42rem .9rem; border-radius: 999px; }
.cn-hero h1 { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; font-weight: 800; color: #fff; font-size: clamp(2rem, 4.4vw, 3rem); letter-spacing: -.02em; margin: 1rem 0 .8rem; }
.cn-hero p { color: #dbe6f7; font-size: 1.1rem; max-width: 600px; margin: 0 auto; }
@keyframes cnFloat { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(22px) scale(1.05); } }

/* Layout */
.cn-section { padding: 0 0 4rem; }
.cn-grid { position: relative; z-index: 2; margin-top: -2.2rem; display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.5rem; align-items: stretch; }
@media (max-width: 860px) { .cn-grid { grid-template-columns: 1fr; } }

/* Form card */
.cn-form-card { background: #fff; border: 1px solid #e6ecf5; border-radius: 20px; padding: 2rem; box-shadow: 0 14px 34px rgba(15, 27, 52, .1); }
.cn-form-card h2 { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; color: #0f1b34; font-weight: 800; font-size: 1.45rem; margin: 0 0 .4rem; }
.cn-form-card .sub { color: #6b7894; margin: 0 0 1.4rem; }
.cn-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .cn-row { grid-template-columns: 1fr; } }
.cn-field { margin-bottom: 1rem; }
.cn-field label { display: block; font-weight: 600; color: #0f1b34; font-size: .9rem; margin-bottom: .4rem; }
.cn-field .form-control { width: 100%; padding: .8rem 1rem; border: 1px solid #dbe4f0; border-radius: 11px; font: inherit; color: #1f2a3d; background: #f9fbff; transition: border-color .2s, box-shadow .2s; }
.cn-field .form-control:focus { outline: none; border-color: #1d4ed8; box-shadow: 0 0 0 3px rgba(29, 78, 216, .12); background: #fff; }
.cn-field textarea.form-control { resize: vertical; min-height: 120px; }
.cn-field .text-danger { color: #e11d48; font-size: .85rem; display: block; margin-top: .3rem; }
.cn-form-card .btn-primary, .cn-submit { display: inline-flex; align-items: center; gap: .5rem; background: #1d4ed8; color: #fff; font-weight: 700; padding: .9rem 1.8rem; border: none; border-radius: 11px; cursor: pointer; box-shadow: 0 10px 22px rgba(29, 78, 216, .28); transition: transform .18s, background .18s; font-size: 1rem; }
.cn-form-card .btn-primary:hover, .cn-submit:hover { background: #1741b6; transform: translateY(-2px); color: #fff; }
.cn-cap { margin: .4rem 0 1.2rem; }
.cn-cap .help-block strong { display: inline-block; margin-top: .4rem; }

/* Info card */
.cn-info { background: linear-gradient(135deg, #0b2350, #1d4ed8); color: #fff; border-radius: 20px; padding: 2rem; box-shadow: 0 14px 34px rgba(15, 27, 52, .14); }
.cn-info h3 { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; color: #fff; font-weight: 800; font-size: 1.3rem; margin: 0 0 .4rem; }
.cn-info .lead { color: #dbe6f7; margin: 0 0 1.6rem; }
.cn-info .row-item { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1.2rem; }
.cn-info .row-item .ic { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: rgba(255, 255, 255, .12); color: #fff; font-size: 1.05rem; }
.cn-info .row-item b { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: #9fc0ff; }
.cn-info .row-item span.val, .cn-info .row-item a { color: #fff; text-decoration: none; word-break: break-word; }
.cn-info .row-item a:hover { text-decoration: underline; }
.cn-info .social { display: flex; gap: .7rem; margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .15); }
.cn-info .social a { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: rgba(255, 255, 255, .12); color: #fff; font-size: 1.1rem; transition: background .2s, transform .2s; }
.cn-info .social a:hover { background: rgba(255, 255, 255, .22); transform: translateY(-2px); }

/* ============================================================
   Activate Account page (enterprise, themed) — shared file
   ============================================================ */
.ac { font-family: 'Inter', system-ui, -apple-system, Arial, sans-serif; color: #41506b; }
.ac * { box-sizing: border-box; }
.ac-stage {
    position: relative; overflow: hidden; min-height: 82vh;
    display: grid; place-items: center; padding: 3rem 1.2rem 4rem;
    background:
        radial-gradient(1100px 480px at 85% -10%, rgba(59,130,246,.18), transparent 60%),
        radial-gradient(900px 420px at 8% 110%, rgba(99,102,241,.16), transparent 60%),
        linear-gradient(180deg, #f4f7fc 0%, #eaf0fb 100%);
}
.ac-stage::after {
    content: ""; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(15,27,52,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,27,52,.035) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(circle at 50% 35%, #000, transparent 78%);
    mask-image: radial-gradient(circle at 50% 35%, #000, transparent 78%);
    pointer-events: none;
}
.ac-card {
    position: relative; z-index: 1; width: 100%; max-width: 1040px; margin: 0 auto;
    display: grid; grid-template-columns: 360px 1fr;
    background: #fff; border: 1px solid #e6ecf5; border-radius: 22px; overflow: hidden;
    box-shadow: 0 36px 84px rgba(7,16,38,.16); text-align: left;
}
/* Left visual panel */
.ac-aside {
    position: relative; overflow: hidden; padding: 2.6rem 2rem; color: #fff;
    background: linear-gradient(160deg, #0b2350 0%, #15326e 55%, #1d4ed8 120%);
    display: flex; flex-direction: column; justify-content: space-between; gap: 1.4rem;
}
.ac-aside::before {
    content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
    top: -110px; left: -110px; background: radial-gradient(circle, rgba(59,130,246,.4), transparent 70%);
    animation: acFloat 9s ease-in-out infinite;
}
.ac-aside::after {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 38px 38px;
    -webkit-mask-image: radial-gradient(circle at 30% 20%, #000, transparent 75%);
    mask-image: radial-gradient(circle at 30% 20%, #000, transparent 75%);
}
@keyframes acFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(18px) scale(1.05); } }
@media (prefers-reduced-motion: reduce) { .ac-aside::before { animation: none; } }
.ac-brandrow { position: relative; z-index: 1; display: flex; align-items: center; gap: .6rem; font-weight: 800; }
.ac-brandrow img { height: 34px; width: auto; }
.ac-brandrow span { font-family: 'Plus Jakarta Sans','Inter',sans-serif; font-size: 1.05rem; }
.ac-aside h2 { position: relative; z-index: 1; font-family: 'Plus Jakarta Sans','Inter',sans-serif; font-weight: 800; color: #fff; font-size: 1.4rem; margin: 0 0 .5rem; letter-spacing: -.01em; }
.ac-aside .ac-asub { position: relative; z-index: 1; color: #cbd9f3; font-size: .95rem; line-height: 1.6; margin: 0; }
.ac-points { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.ac-points li { display: flex; align-items: center; gap: .6rem; color: #dbe6f7; font-size: .92rem; }
.ac-points i { color: #34d399; flex: 0 0 auto; }
/* Right form panel */
.ac-body { padding: 2.4rem 2.3rem; }
.ac-head { text-align: left; margin-bottom: 1.4rem; }
.ac-eyebrow {
    display: inline-flex; align-items: center; gap: .45rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
    color: #1d4ed8; background: #ecf2ff; border: 1px solid #d8e4ff; padding: .36rem .82rem; border-radius: 999px;
}
.ac-head h1 {
    font-family: 'Plus Jakarta Sans','Inter',sans-serif; font-weight: 800; letter-spacing: -.02em;
    color: #0f1b34; font-size: clamp(1.5rem, 3vw, 1.9rem); margin: .7rem 0 .3rem;
}
.ac-head p { color: #6b7894; font-size: .96rem; margin: 0; }
.ac-form .ac-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem 1.1rem; }
.ac-field { display: flex; flex-direction: column; gap: .4rem; }
.ac-field label { font-size: .82rem; font-weight: 700; color: #41506b; display: inline-flex; align-items: center; gap: .4rem; }
.ac-field label i { color: #1d4ed8; font-size: .9rem; }
.ac-form .form-control,
.ac-form select.form-control {
    width: 100%; height: auto; background: #f7f9fd !important; color: #0f1b34 !important;
    border: 1.5px solid #e2e8f3 !important; border-radius: 11px !important;
    padding: .8rem .95rem !important; font-size: .96rem !important; line-height: 1.5 !important; font-family: inherit;
    transition: border-color .18s, box-shadow .18s, background .18s; box-shadow: none !important; appearance: auto;
}
.ac-form .form-control:focus,
.ac-form select.form-control:focus {
    outline: none; background: #fff !important; border-color: #2563eb !important; box-shadow: 0 0 0 4px rgba(37,99,235,.14) !important;
}
.ac-form .form-control:disabled { background: #eef2f8 !important; color: #7c8aa6 !important; cursor: not-allowed; }
.ac-form select.form-control { cursor: pointer; }
.ac-form .text-danger,
.ac-form label.error,
.ac-form .alert-danger {
    color: #dc2626 !important; background: none; border: none; padding: 0; font-size: .82rem; font-weight: 600; margin-top: .15rem;
}
.ac-actions { margin-top: 1.6rem; }
.ac-submit {
    width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
    background: linear-gradient(135deg, #1d4ed8, #2563eb); color: #fff !important; font-weight: 700; font-size: 1.02rem;
    border: none; cursor: pointer; padding: .95rem 1.6rem; border-radius: 12px; box-shadow: 0 16px 34px rgba(29,78,216,.32);
    transition: transform .18s, box-shadow .18s, filter .18s;
}
.ac-submit:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 20px 42px rgba(29,78,216,.42); color: #fff !important; }
.ac-note { margin-top: 1.1rem; text-align: center; color: #8693ab; font-size: .86rem; }
.ac-note i { color: #34d399; }

/* Responsive: stack the two panels */
@media (max-width: 860px) {
    .ac-card { grid-template-columns: 1fr; max-width: 600px; }
    .ac-aside { padding: 1.6rem 1.6rem; gap: .9rem; }
    .ac-points { display: none; }
}
@media (max-width: 620px) { .ac-form .ac-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ac-body { padding: 1.8rem 1.4rem; } }

/* Select2 searchable dropdowns — themed to match the form inputs */
.ac-form .select2-container { width: 100% !important; }
.ac-form .select2-container--default .select2-selection--single {
    height: auto; background: #f7f9fd; border: 1.5px solid #e2e8f3; border-radius: 11px; padding: .55rem .95rem;
    transition: border-color .18s, box-shadow .18s, background .18s;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0f1b34; line-height: 1.7; padding: 0; font-size: .96rem;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #8693ab; }
.ac-form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; top: 0; right: 10px; }
.ac-form .select2-container--default.select2-container--focus .select2-selection--single,
.ac-form .select2-container--default.select2-container--open .select2-selection--single {
    background: #fff; border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37,99,235,.14);
}
/* dropdown panel (appended to body) */
.select2-dropdown { border: 1.5px solid #e2e8f3; border-radius: 11px; box-shadow: 0 18px 40px rgba(15,27,52,.16); overflow: hidden; }
.select2-search--dropdown .select2-search__field {
    border: 1.5px solid #e2e8f3 !important; border-radius: 8px; padding: .5rem .7rem; outline: none;
}
.select2-search--dropdown .select2-search__field:focus { border-color: #2563eb !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted { background: #2563eb !important; color: #fff !important; }
.select2-container--default .select2-results__option[aria-selected=true] { background: #eef3ff; color: #1d4ed8; }
