.temp-hero-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 36px;
    margin-top: -136px;
}

.main-full{
    margin-top: 30px;
}

/* Old Brand Audit Hero (.bah-*) — removed; homepage hero now reuses .bf-hero
   from stylingBrandFootprint.css and the dimensions strip uses .home-wyg. */

.nav-item{
    border: none !important;
}

.nav-tabs {
    background-color: white !important;
    font-weight: bolder;
    width: fit-content;
    border-radius: 999px;
}

.nav-pills .nav-link{
    background: #f8f9fa;
    color: var(--text-primary);
    border: none !important;
    height: 40px !important;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.nav-pills .nav-link.active{
    background: #f8f9fa;
    font-weight: bold;
    color: var(--text-primary);
    border: none !important;
    height: 40px !important;
    border-bottom: #f18805 solid 5px !important;
    outline: none;
    box-shadow: none;
}

.tabs-resources{
    margin-bottom: 15px;
}

/*Signup/login/pass reset styling start here*/

.login-wrapper, .pass-reset-wrapper{
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: white;
    overflow: hidden;
    border: solid 1px lightgray;
    border-radius: 15px;
    flex-wrap: nowrap !important;
    padding: 30px;
    max-width: max-content;
    margin: 100px auto 30px auto;
    min-width: 750px;
}

.login-title, .pass-reset-title{
    font-weight: 900;
    font-size: 20px;
    margin: 20px auto;
    text-align: center;
    color: #3F617A;
}
.signup-title{
    font-weight: 800;
    font-size: 26px;
    margin: 0 auto 6px auto;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}
.signup-subtitle{
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    color: var(--text-secondary);
    padding-bottom: 24px;
}

.signup-terms{
    font-weight: 900;
    color: var(--text-primary);
    border-bottom: 1px solid  var(--border);
}

.signup-resource-wrapper {
    background: var(--color-charcoal);
    margin-bottom: -200px;
}

.signup-header-image, .login-header-image, .pass-reset-header-image{
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: none !important;
}
.signup-header-image img, .login-header-image img, .pass-reset-header-image img{
    max-height: 130px;
    border-radius: 15px;
}

.signup-content, .login-content, .pass-reset-content{
    max-width: 500px;
}

.login-button-main, .pass-reset-button-main{
    width: 100%;
}

.signup-button-main {
    width: 100% !important;
    min-width: 100% !important;
}

/* Field group — matches login-field-group spacing */
.signup-field-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

/* Override subcomponent wrappers inside signup field group */
.signup-field-group .usernameInput-wrapper,
.signup-field-group .emailInput-wrapper,
.signup-field-group .account-pass-input-wrapper {
    padding: 0;
    margin: 0;
    display: block;
}

/* Validation messages stack cleanly below each field (matches the signup modal).
   The base rule absolutely-positions them, which here would float them 60px down
   and overlap the next field — pin them static + block + left-aligned instead. */
.signup-content .account-password-error,
.signup-content .emailInput-message,
.signup-content .usernameInput-message,
.signup-content .account-password-error-verify {
    position: static;
    display: block;
    text-align: left;
    font-size: 11.5px;
    margin-top: 7px;
    padding-left: 2px;
    line-height: 1.45;
}

/* Signup inputs — same style as login-input */
.signup-content .form-control,
.signup-content .usernameInput,
.signup-content .emailInput,
.signup-content .account-pass-input {
    height: 46px !important;
    padding: 0 14px !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    color: var(--text-primary) !important;
    background: #f9fafb !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s !important;
}

.signup-content .form-control::placeholder,
.signup-content .usernameInput::placeholder,
.signup-content .emailInput::placeholder,
.signup-content .account-pass-input::placeholder {
    color: #9ca3af !important;
}

.signup-content .form-control:focus,
.signup-content .usernameInput:focus,
.signup-content .emailInput:focus,
.signup-content .account-pass-input:focus {
    border-color: #ff4a00 !important;
    box-shadow: 0 0 0 3px rgba(255, 74, 0, 0.10) !important;
    background: #ffffff !important;
}

.signup-content .form-control.border-success,
.signup-content .usernameInput.border-success {
    border-color: #16a34a !important;
}

.agreeToTermsAndConditions-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 4px;
    font-size: 13px;
    color: #6b7280 !important;
    justify-content: center;
}

.agreeToTermsAndConditions:checked {
    accent-color: #ff4a00;
}

/* Divider below Join Free button */
.signup-divider {
    margin: 20px 0 16px;
}

.pass-reset-button-main{
    margin-bottom: 30px;
}

/* ════════════════════════════════════════════════════════════════════════
   Forgot-password / reset-password pages — modern + theme-aware (light & dark)
   Scoped to .pass-reset-* (and .bg-color-main, used only by these two pages)
   so the shared .login-wrapper / .login-title rules used by /login stay
   untouched. Mirrors the revamped change-password modal.
   ════════════════════════════════════════════════════════════════════════ */
.bg-color-main {
    background-color: var(--bg-page);
    min-height: calc(100vh - var(--navbar-height));
}

.pass-reset-wrapper {
    background-color: var(--bg-primary) !important;
    border: 1px solid var(--border) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.10);
    min-width: 0 !important;
    width: 440px;
    max-width: calc(100vw - 32px);
    padding: 0 !important;
    margin: 90px auto 60px !important;
    position: relative;
    overflow: hidden;
}
[data-theme="dark"] .pass-reset-wrapper {
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}
/* slim brand accent bar across the top */
.pass-reset-wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--accent-navy));
    z-index: 2;
}

.pass-reset-content {
    max-width: 100% !important;
    width: 100%;
    padding: 36px 34px 30px !important;
    text-align: center;
}

/* Lock badge — matches the change-password modal */
.pass-reset-badge {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    color: var(--accent);
}
.pass-reset-badge svg { width: 28px; height: 28px; }

.pass-reset-title {
    color: var(--text-primary) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em;
    margin: 0 0 6px !important;
}
.pass-reset-subtitle {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--text-secondary);
    margin: 0 auto 20px;
    max-width: 320px;
}

/* Inputs (plain field on /forgot-password and the PasswordInput fields on the
   reset page both render .form-control) — radius/spacing + accent focus ring.
   Border color is left to the dark-mode rule + validation classes. */
.pass-reset-content .form-control {
    background: var(--bg-secondary);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    color: var(--text-primary);
    padding: 12px 14px;
    font-size: 14px;
    height: auto;
    transition: border-color 0.16s, box-shadow 0.16s, background 0.16s;
}
.pass-reset-content .form-control::placeholder { color: var(--text-muted); opacity: 1; }
.pass-reset-content .form-control:focus {
    background: var(--bg-primary);
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-light);
    outline: none;
}

.pass-reset-button-main {
    width: 100% !important;
    height: 46px !important;
    font-size: 15px !important;
    margin: 14px 0 0 0 !important;
}

/* Secondary "New to BrandHunt? Join Free" — centered + visible in both themes */
.pass-reset-content .login-forgot-signup-wrapper {
    justify-content: center !important;
    align-items: center;
    padding-right: 0 !important;
    margin-top: 18px !important;
    gap: 6px;
    flex-wrap: nowrap;
}
.pass-reset-helper {
    font-size: 13px;
    color: var(--text-secondary);
}
.pass-reset-content .login-button-signup {
    transform: none !important;
}

/* Success state (after the reset link is sent) — sage-tinted badge */
.pass-reset-badge.is-success {
    background: rgba(110, 139, 116, 0.16);
    color: var(--accent-sage);
}
.pass-reset-subtitle strong { color: var(--text-primary); font-weight: 700; }

/* Inline error under the field */
.pass-reset-error {
    color: #e5484d;
    font-size: 13px;
    text-align: left;
    margin: 4px 2px 0;
}

/* Plain text link (e.g. "Use a different email") */
.pass-reset-textlink {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
    cursor: pointer;
    transition: color 0.15s;
}
.pass-reset-textlink:hover { color: var(--accent-hover); text-decoration: underline; }

.signup-login-wrapper, .login-forgot-signup-wrapper{
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    margin-top: 30px;
}

.login-button-signup, .login-button-forgot-password{
    transform: scale(0.8);

}
.signup-login-button{
    text-decoration: underline !important;
}

.sign-up-free, .header-signup {
    font-size: 12px !important;
    padding: 2px 8px !important;
    margin: 0 2px;
}

.start-here-button{
    color: #F18805 !important;
    border: none;
    font-weight: bold;
    white-space: nowrap;
}

.tags-row{
    display: block;
    overflow: hidden;
    padding: 10px 15px 0 15px;
}

.tags-row-single{
    justify-content: space-evenly;
    height: 80px;
    overflow: hidden;
    margin: 0 30px;
}

.tags-row-multi{
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0 15px !important;
}

.header-signup-learnmore-wrapper{
    place-content: center;
    padding-top: 10px;
}

.main-sidebar-content{
    min-width: fit-content;
}

.register-page-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 100vw;
    width: 100%;
    margin: 0 auto -96px;
    height: 100vh;
    overflow: hidden;
}

.signup-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-primary);
    border: solid 1px var(--border);
    border-radius: 16px;
    padding: 40px 36px 32px;
    max-width: 440px;
    min-width: 440px;
    width: 440px;
    box-shadow: 0 2px 12px rgba(44, 44, 42, 0.05), 0 8px 32px rgba(44, 44, 42, 0.04);
    position: relative;
    overflow: hidden;
    margin: auto;
}

.signup-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-hover) 100%);
}

[data-theme="dark"] .signup-wrapper::before {
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-hover) 100%);
}

.auth-logo-link {
    display: inline-block;
    line-height: 0;
    margin: 0 auto 24px;
    transition: transform 0.15s ease;
}

.auth-logo-link:hover {
    transform: translateY(-1px);
}

.auth-logo {
    height: 32px;
    width: auto;
    display: block;
}

.auth-logo.logo-dark { display: none; }
[data-theme="dark"] .auth-logo.logo-default { display: none; }
[data-theme="dark"] .auth-logo.logo-dark { display: block; }

.signup-container-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.signup-container {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 48px;
}

.signup-image-container {
    flex: 1;
    max-width: 50%;
    background: linear-gradient(160deg, #EDE8E2 0%, #E5DFD8 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
}

.signup-image {
    position: relative;
    color: white;
    width: 100%;
    margin-right: 0 ;
}

.signup-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: -45px 0 -45px 0;
}

.signup-image .image-text-content {
    width: 100%;
    margin-left: 190px;
}

.signup-image-wrapper{
    margin-left: 124px;
}

/* ── Signup Page — Right Panel (SignupShowcase) ───────────────────────────── */
.su-showcase {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 60px 48px 220px;
    box-sizing: border-box;
}

.su-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.su-glow-1 {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(255, 74, 0, 0.22) 0%, transparent 70%);
    top: -140px;
    right: -120px;
    animation: su-drift 8s ease-in-out infinite alternate;
}

.su-glow-2 {
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(26, 131, 255, 0.18) 0%, transparent 70%);
    bottom: -100px;
    left: -80px;
    animation: su-drift 10s ease-in-out infinite alternate-reverse;
}

@keyframes su-drift {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, 24px) scale(1.15); }
}

.su-inner {
    position: relative;
    z-index: 1;
    max-width: 440px;
    text-align: left;
}

.su-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FF4A00;
    margin: 0 0 14px 0;
}

.su-headline {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    color: #2C2C2A;
    margin: 0 0 16px 0;
    letter-spacing: -0.025em;
}

.su-subline {
    font-size: 15px;
    font-weight: 400;
    color: rgba(44, 44, 42, 0.6);
    margin: 0 0 36px 0;
    line-height: 1.6;
    max-width: 380px;
}

.su-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 44px;
}

.su-chip {
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--c);
    border: 1px solid var(--c);
    background: color-mix(in srgb, var(--c) 10%, transparent);
    animation: su-chip-in 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    animation-delay: calc(var(--i) * 0.07s + 0.1s);
    cursor: default;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    user-select: none;
}

.su-chip:hover {
    background: color-mix(in srgb, var(--c) 22%, transparent);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--c) 30%, transparent);
}

@keyframes su-chip-in {
    from { opacity: 0; transform: translateY(14px) scale(0.9); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.su-perks {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid rgba(44, 44, 42, 0.12);
    padding-top: 28px;
}

.su-perk {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(44, 44, 42, 0.75);
    animation: su-chip-in 0.4s ease both;
}

.su-perk:nth-child(1) { animation-delay: 0.75s; }
.su-perk:nth-child(2) { animation-delay: 0.85s; }
.su-perk:nth-child(3) { animation-delay: 0.95s; }

.su-perk-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider::before {
    margin-right: 10px;
}

.divider::after {
    margin-left: 10px;
}

.divider span {
    font-weight: bold;
    color: #555;
}

/* ── Login Page — Modernised ─────────────────────────────────────────────── */

/* Narrower card than signup — login has fewer fields */
.login-panel {
    max-width: 420px !important;
    min-width: 420px !important;
    width: 420px !important;
    margin: auto;
}

.login-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
}

.login-subtitle {
    font-size: 14px;
    color: var(--text-secondary);
    margin: 0 0 24px 0;
}

.login-link {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline !important;
    margin-left: 4px;
}

.login-link:hover {
    color: var(--accent-hover);
    text-decoration: underline;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.login-field-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.login-input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    color: var(--text-primary);
    background: #f9fafb;
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}

.login-input::placeholder {
    color: #9ca3af;
}

.login-input:focus {
    border-color: #ff4a00;
    box-shadow: 0 0 0 3px rgba(255, 74, 0, 0.10);
    background: #ffffff;
}

/* width-only override — visual style comes from global .buttons */
.login-submit-btn {
    width: 100% !important;
    transition: opacity 0.2s, transform 0.1s;
}

.login-submit-btn:disabled {
    opacity: 1;
}

.login-divider {
    margin: 22px 0;
}

.login-footer-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.login-footer-link {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.15s;
}

.login-footer-link:hover {
    color: #6b7280;
}

/* ── Login Page — Dark Mode ──────────────────────────────────────────────── */
[data-theme="dark"] .login-title {
    color: #F0EBE4;
}

[data-theme="dark"] .login-subtitle {
    color: #9A928C;
}

[data-theme="dark"] .login-link {
    color: #fb923c;
}

[data-theme="dark"] .login-link:hover {
    color: #fed7aa;
}

[data-theme="dark"] .login-input {
    background: #2C2A27;
    border-color: rgba(255, 255, 255, 0.10);
    color: #F0EBE4 !important;
}

[data-theme="dark"] .login-input::placeholder {
    color: #6E6560;
}

[data-theme="dark"] .login-input:focus {
    border-color: #ff4a00;
    box-shadow: 0 0 0 3px rgba(255, 74, 0, 0.15);
    background: #332F2C;
}


[data-theme="dark"] .login-footer-link {
    color: #6E6560;
}

[data-theme="dark"] .login-footer-link:hover {
    color: #9A928C;
}

/* ── Signup Page — Left Panel Dark Mode ──────────────────────────────────── */

/* Left half background matches dark page */
[data-theme="dark"] .signup-container-wrapper {
    background-color: #1C1A18;
}

/* Logo: hide dark-on-light, show light-on-dark */
[data-theme="dark"] .main-logo-signup.logo-default { display: none; }
[data-theme="dark"] .main-logo-signup.logo-dark    { display: inline; }

/* Card — glass-dark style instead of white box */
[data-theme="dark"] .signup-wrapper {
    background-color: #252320;
    border-color: rgba(255, 255, 255, 0.09);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

/* Title & subtitle */
[data-theme="dark"] .signup-title {
    color: #F0EBE4;
}

[data-theme="dark"] .signup-subtitle {
    color: #9A928C;
}

/* "Log in" link */
[data-theme="dark"] .signup-login-button {
    color: #93c5fd;
}

[data-theme="dark"] .signup-login-button:hover {
    color: #bfdbfe;
}

/* Signup inputs — dark mode */
[data-theme="dark"] .signup-content .form-control,
[data-theme="dark"] .signup-content .usernameInput,
[data-theme="dark"] .signup-content .emailInput,
[data-theme="dark"] .signup-content .account-pass-input {
    background: #2C2A27 !important;
    border-color: rgba(255, 255, 255, 0.10) !important;
    color: #F0EBE4 !important;
}

[data-theme="dark"] .signup-content .form-control::placeholder,
[data-theme="dark"] .signup-content .usernameInput::placeholder,
[data-theme="dark"] .signup-content .emailInput::placeholder,
[data-theme="dark"] .signup-content .account-pass-input::placeholder {
    color: #6E6560 !important;
}

[data-theme="dark"] .signup-content .form-control:focus,
[data-theme="dark"] .signup-content .usernameInput:focus,
[data-theme="dark"] .signup-content .emailInput:focus,
[data-theme="dark"] .signup-content .account-pass-input:focus {
    border-color: #ff4a00 !important;
    box-shadow: 0 0 0 3px rgba(255, 74, 0, 0.15) !important;
    background: #332F2C !important;
}

[data-theme="dark"] .agreeToTermsAndConditions-wrapper {
    color: #9A928C;
}

/* OR divider */
[data-theme="dark"] .divider::before,
[data-theme="dark"] .divider::after {
    border-bottom-color: rgba(255, 255, 255, 0.10);
}

[data-theme="dark"] .divider span {
    color: #6E6560;
}

/* Terms text + link */
[data-theme="dark"] .agreeToTermsAndConditions-wrapper {
    color: #9A928C;
}

[data-theme="dark"] .signup-terms {
    color: #93c5fd;
    border-bottom-color: #93c5fd;
}

/* Join Free button — override Bootstrap disabled grey in dark */
[data-theme="dark"] .signup-button-main:not(:disabled) {
    background-color: #ff4a00;
    border-color: #ff4a00;
    color: #ffffff;
}

[data-theme="dark"] .signup-button-main:disabled {
    background-color: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.25) !important;
}

/* ── Dark Mode — Right Showcase Panel ─────────────────────────────────────── */
[data-theme="dark"] .signup-image-container {
    background: #1C1A18;
}

[data-theme="dark"] .su-headline {
    color: #F0EBE4;
}

[data-theme="dark"] .su-subline {
    color: rgba(240, 235, 228, 0.5);
}

[data-theme="dark"] .su-perks {
    border-top-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .su-perk {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .contact-panel-item {
    color: rgba(255, 255, 255, 0.7);
}

/* ── End Dark Mode — Homepage ──────────────────────────────────────────────── */

/* ── Contact Page ──────────────────────────────────────────────────────────── */


.contact-left-panel {
    min-width: 0 !important;
    align-items: stretch !important;
    padding: 60px 80px;
    box-sizing: border-box;
}

.contact-left-panel .signup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto 0 auto auto;
    max-width: 640px;
}

.contact-form-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    align-items: stretch !important;
}

.contact-select.login-input {
    height: 46px;
    cursor: pointer;
    appearance: auto;
    padding-right: 8px;
}

.contact-textarea.login-input {
    height: 150px;
    padding: 12px 14px;
    resize: none;
    line-height: 1.5;
}

.contact-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 0;
    text-align: center;
}

.contact-success-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #10B981;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-success-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.contact-success-sub {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.contact-panel-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
}

.contact-panel-item {
    display: flex;
    /* align-items: flex-start; */
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(44, 44, 42, 0.75);
    line-height: 1.4;
    align-items: center;
}

/* Dark mode */
[data-theme="dark"] .contact-success-icon {
    background: #064e3b;
    color: #34d399;
}
[data-theme="dark"] .contact-success-title {
    color: #F0EBE4;
}
[data-theme="dark"] .contact-success-sub {
    color: #9A928C;
}
[data-theme="dark"] .contact-select.login-input {
    color-scheme: dark;
}

/* ── End Contact Page ──────────────────────────────────────────────────────── */
