/* Start Root */
:root {
    --page-width: 1320px;
    --bg-main: #ffffff;
    --main-color: #000000;
    --bg-card: #f1f1f1;
    --white-color: #ffffff;
    --paragraph-color: #888888;
    --icon-color: #71717a;
    --border-color: #1e1e2e;
    --main-hover-border-color: #f4f4f566;
    --auth-primary: #0391ff;
    --auth-primary-dark: #0a4e96;
    --auth-primary-darker: #1d273b;
    --auth-primary-rgb: 8, 145, 178;
    --auth-bg-page: #f7fbff;
    --auth-bg-input: #f2f8ff;
    --auth-border: #c7e6ff;
    --auth-border-subtle: #f2f8ff;
    --auth-text: #0c1a2e;
    --auth-text-muted: #6b7280;
    --auth-text-label: #374151;
    --auth-text-hint: #9ca3af;
    --auth-placeholder: #0a4e9666;
}

body {
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* End Root */

/* Start Reset Tag */
a {
    color: var(--main-color);
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* End Reset Tag */

/* Start Var */
.layout-fluid .container,
.layout-fluid [class*=" container-"],
.layout-fluid [class^=container-] {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: var(--page-width);
}

#languages_app a {
    padding: 0.75rem;
    font-size: 1rem;
}

.pagination {
    justify-content: end;
}

.sm_block {
    display: none;
}

.btn-primary,
.bg-custom {
    background-color: var(--bg-main);
    background-image: unset;
}

.btn-primary:hover,
.bg-custom:hover {
    background-color: var(--bg-main);
}

/* End Bar */

/* Start Reset Tags */
body {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 400;
    --tw-bg-opacity: 1;
    background-color: var(--bg-main);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: var(--bg-main);
    scroll-behavior: smooth;
    font-family: "Outfit", sans-serif;
}

section {
    margin-bottom: 5rem;
    padding: 0 6rem;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    border: none;
    color: var(--white-color)
}

button:hover,
a:hover {
    text-decoration: none !important;
}

a,
button {
    outline: none !important;
    box-shadow: none !important;
}

p {
    color: var(--paragraph-color);
    font-weight: 400;
}

select,
textarea,
input.phone,
input:not(.form-check-input) {
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.90rem !important;
    border-radius: 8px !important;
}

textarea::placeholder,
input::placeholder {
    font-size: 0.80rem;
    color: var(--paragraph-color) !important;
}

select,
textarea,
input:not(.form-check-input) {
    background-color: transparent !important;
    color: var(--white-color) !important;
    border: 1px solid var(--border-color) !important;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

input:is(.form-check-input):checked {
    background-color: var(--aous-aw-gray-700) !important;
    border: none !important;
    outline: none;
    box-shadow: none;
}

label,
.col-form-label,
.form-label {
    color: var(--paragraph-color) !important;
}

select:focus,
textarea:focus,
textarea:focus,
input.phone:focus,
input:focus {
    border-color: var(--main-hover-border-color) !important;
}

.container-xl,
.container {
    padding-right: calc(var(--aous-aw-gutter-x) * 1.5);
    padding-left: calc(var(--aous-aw-gutter-x) * 1.5);
}

hr {
    margin: 1rem;
}

/* End Reset Tags */

/* Start Var */

.w-120 {
    min-width: 120px;
}

.w-140 {
    min-width: 140px;
}

.w-160 {
    min-width: 160px;
}

.w-180 {
    min-width: 180px;
}

.w-200 {
    min-width: 200px;
}

.text_gradient {
    color: transparent;
    background-clip: text;
    --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
    background-image: linear-gradient(135deg, #ffffff 30%, #a5b4fc 70%, #8b5cf6 100%);
    line-height: 1.07 !important;
}

.n-resize {
    resize: none;
}

.header_description {
    margin: 1rem auto;
    line-height: 1.5;
    font-size: 1rem;
    color: var(--paragraph-color);
}

.lg-none {
    display: none !important;
}

.provider_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.provider_links a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.btn-main {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
    padding-block: 0.75rem;
}

.text_paragraph {
    color: var(--paragraph-color);
    font-size: 0.85rem;
    line-height: 1.6;
}

/* End Var */

/* Start Auth  */

.auth_page {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    background-color: var(--white-color);
}

.auth_brand_side {
    width: 42%;
    min-height: 100vh;
    background: linear-gradient(150deg, var(--auth-primary) 0%, var(--auth-primary-dark) 45%, var(--auth-primary-darker) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem 3rem;
    position: relative;
    overflow: hidden;
}

.auth_brand_side::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.auth_brand_side::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -60px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.auth_brand_side_dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.auth_brand_logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    z-index: 1;
}

.auth_brand_logo img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 4px;
}

.auth_brand_logo span {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: -0.02em;
}

.auth_brand_content {
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
}

.auth_brand_content h2 {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--white-color);
    line-height: 1.18;
    margin-bottom: 0.85rem;
    letter-spacing: -0.03em;
}

.auth_brand_content h2 span {
    color: rgba(255, 255, 255, 0.6);
}

.auth_brand_content>p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    max-width: 320px;
    margin-bottom: 2.5rem;
}

.auth_brand_features {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.auth_brand_feature {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 0.75rem 1rem;
}

.auth_brand_feature_icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white-color);
    font-size: 0.9rem;
}

.auth_brand_feature span {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    line-height: 1.4;
}

.auth_brand_footer {
    z-index: 1;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.35);
}

.auth_form_side {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    background-color: var(--auth-bg-page);
}

.auth_form_card {
    width: 100%;
    max-width: 430px;
    background: var(--white-color);
    border-radius: 20px;
    padding: 2.5rem 2.25rem;
    box-shadow: 0 4px 6px -1px rgba(var(--auth-primary-rgb), 0.05),
        0 20px 60px -10px rgba(var(--auth-primary-rgb), 0.1);
    border: 1px solid var(--auth-border-subtle);
}

.auth_form_header {
    margin-bottom: 1.75rem;
}

.auth_form_header h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--auth-text);
    letter-spacing: -0.025em;
    margin-bottom: 0.35rem;
}

.auth_form_header p {
    font-size: 0.875rem;
    color: var(--auth-text-muted);
    margin: 0;
    line-height: 1.5;
}

.auth_field {
    margin-bottom: 1rem;
}

.auth_field label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--auth-text-label) !important;
    margin-bottom: 0.4rem;
}

.auth_field .field_input {
    width: 100%;
    background: var(--auth-bg-input) !important;
    border: 1.5px solid var(--auth-border) !important;
    border-radius: 10px !important;
    padding: 0.72rem 1rem !important;
    font-size: 0.9rem !important;
    color: var(--auth-text) !important;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.auth_field .field_input:focus {
    border-color: var(--auth-primary) !important;
    background: var(--white-color) !important;
    box-shadow: 0 0 0 3px rgba(var(--auth-primary-rgb), 0.12) !important;
}

.auth_field .field_input::placeholder {
    color: var(--auth-placeholder) !important;
    font-size: 0.85rem;
}

.auth_field_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.auth_field_row label {
    font-size: 0.82rem;
    color: var(--auth-text-muted) !important;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
}

.auth_field_row label input[type="checkbox"] {
    accent-color: var(--auth-primary);
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.auth_forgot_link {
    font-size: 0.82rem;
    color: var(--auth-primary) !important;
    font-weight: 500;
    text-decoration: none;
}

.auth_forgot_link:hover {
    color: var(--auth-primary-dark) !important;
    text-decoration: underline !important;
}

.auth_btn_submit {
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, var(--auth-primary) 0%, var(--auth-primary-dark) 100%);
    color: var(--white-color);
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
    box-shadow: 0 4px 14px rgba(var(--auth-primary-rgb), 0.35);
}

.auth_btn_submit:hover {
    box-shadow: 0 6px 20px rgba(var(--auth-primary-rgb), 0.45);
    transform: translateY(-1px);
}

.auth_btn_submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(var(--auth-primary-rgb), 0.3);
}

.auth_divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.35rem 0;
    color: var(--auth-text-hint);
    font-size: 0.78rem;
    font-weight: 500;
}

.auth_divider::before,
.auth_divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--auth-border-subtle);
}

.auth_social_btns {
    display: flex;
    gap: 0.65rem;
}

.auth_social_btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: var(--white-color);
    border: 1.5px solid var(--auth-border);
    color: var(--auth-text-label) !important;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth_social_btn:hover {
    border-color: var(--auth-primary);
    box-shadow: 0 2px 8px rgba(var(--auth-primary-rgb), 0.12);
    color: var(--auth-text) !important;
}

.auth_footer_link {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: var(--auth-text-hint);
}

.auth_footer_link a {
    color: var(--auth-primary) !important;
    font-weight: 600;
    text-decoration: none;
    margin-left: 0.25rem;
}

.auth_footer_link a:hover {
    color: var(--auth-primary-dark) !important;
    text-decoration: underline !important;
}

.auth_wizard_steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 1.75rem;
}

.auth_wizard_step {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.auth_wizard_step_num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--auth-border);
    background: var(--white-color);
    color: var(--auth-text-hint);
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
    position: relative;
    z-index: 1;
}

.auth_wizard_step_line {
    flex: 1;
    height: 2px;
    background: var(--auth-border-subtle);
    transition: background 0.25s ease;
    min-width: 24px;
}

.auth_wizard_step.active .auth_wizard_step_num {
    border-color: var(--auth-primary);
    background: var(--auth-primary);
    color: var(--white-color);
    box-shadow: 0 0 0 4px rgba(var(--auth-primary-rgb), 0.15);
}

.auth_wizard_step.done .auth_wizard_step_num {
    border-color: var(--auth-primary);
    background: var(--white-color);
    color: var(--auth-primary);
}

.auth_wizard_step.done+.auth_wizard_step_line {
    background: var(--auth-primary);
}

.auth_wizard_pane {
    display: none;
}

.auth_wizard_pane.active {
    display: block;
}

.auth_wizard_actions {
    display: flex;
    gap: 0.65rem;
    margin-top: 0.25rem;
}

.auth_btn_back {
    flex: 0 0 auto;
    padding: 0.8rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
    border: 1.5px solid var(--auth-border);
    background: var(--white-color);
    color: var(--auth-text-muted);
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.auth_btn_back:hover {
    border-color: var(--auth-primary);
    color: var(--auth-primary);
}

.auth_wizard_actions .auth_btn_submit {
    flex: 1;
}

.auth_phone_row {
    display: flex;
    gap: 0.5rem;
}

.auth_phone_code {
    flex: 0 0 auto;
    width: 130px;
    background: var(--auth-bg-input) !important;
    border: 1.5px solid var(--auth-border) !important;
    border-radius: 10px !important;
    padding: 0.72rem 0.75rem !important;
    font-size: 0.85rem !important;
    color: var(--auth-text) !important;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.auth_phone_code:focus {
    border-color: var(--auth-primary) !important;
    outline: none;
}

.auth_phone_row .field_input {
    flex: 1;
}

.auth_field_hint {
    display: block;
    font-size: 0.75rem;
    color: var(--auth-text-hint);
    margin-top: 0.3rem;
}

.auth_step_label {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--auth-primary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
    margin-top: 0;
}

/* --- Auth Password Field --- */
.auth_field_password {
    position: relative;
}

.auth_field_password .field_input {
    padding-right: 3rem !important;
}

.auth_eye_btn {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--auth-placeholder);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    box-shadow: none !important;
    outline: none !important;
}

.auth_eye_btn:hover {
    color: var(--auth-primary);
}

.auth_eye_btn .icon {
    --aous-aw-icon-size: 1.25rem;
    color: var(--aous-aw-primary);
}

.auth_otp_row {
    display: flex;
    gap: 0.5rem;
}

.auth_otp_input {
    width: 3rem !important;
    height: 3rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0 !important;
    flex: 1;
}

/* End Auth  */


/* Star Sweet Alerts */
#toast-container {
    margin-top: 1rem;
}

#toast-container>div {
    padding: 15px;
}

#toast-container .toast {
    min-width: 250px;
    border-radius: 7px;
}

#toast-container .toast .toast-message {
    font-size: 14px;
    font-weight: 400;
}

#toast-container>.toast-success,
#toast-container>.toast-warning,
#toast-container>.toast-primary,
#toast-container>.toast-info,
#toast-container>.toast-error {
    background-image: unset !important;
    box-shadow: none;
    opacity: 1;
    font-size: 0.9rem;
}

#toast-container>.toast-error {
    background-color: var(--aous-aw-danger);
}

#toast-container>.toast-success {
    background-color: var(--aous-aw-success);
}

#toast-container>.toast-warning {
    background-color: var(--aous-aw-warning);
}

#toast-container>.toast-primary {
    background-color: var(--main-color);
}

#toast-container>.toast-info {
    background-color: var(--main-color);
}

/* End Sweet Alerts */

/* ============================================================
   LANDING PAGE
   ============================================================ */
:root {
    --ws-primary: #0391ff;
    --ws-primary-hover: #0277e0;
    --ws-primary-light: #e0f2ff;
    --ws-text: #111827;
    --ws-muted: #6b7280;
    --ws-border: #e5e7eb;
    --ws-bg-soft: #f9fafb;
    --ws-container: 1160px;
    --ws-radius: 16px;
}

.page_outer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
}

.page_inner {
    flex: 1;
}

.container {
    max-width: var(--ws-container);
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- Navbar ---- */
.nav_wrap {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 8px 24px;
    pointer-events: none;
}

.nav {
    max-width: 1124px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 9999px;
    pointer-events: all;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.nav_wrap.nav_scrolled .nav {
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
}

.nav_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    padding: 0 16px 0 20px;
    width: 100%;
}

.nav_left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav_sep {
    width: 1px;
    height: 18px;
    background: var(--ws-border);
    opacity: 0.6;
    flex-shrink: 0;
}

.nav_brand {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    flex-shrink: 0;
}

.nav_brand_name {
    font-size: 16px;
    font-weight: 800;
    color: var(--ws-text);
    letter-spacing: -0.3px;
}

.nav_links {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.nav_link {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ws-muted);
    text-decoration: none;
    border-radius: 8px;
    transition: color 0.15s, background 0.15s;
}

.nav_link:hover {
    color: var(--ws-text);
    background: var(--ws-bg-soft);
}

.nav_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.nav_login {
    font-size: 14px;
    font-weight: 500;
    color: var(--ws-muted);
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 8px;
    transition: color 0.15s;
}

.nav_login:hover {
    color: var(--ws-text);
}

/* Language switcher */
.nav_lang_wrap {
    position: relative;
}

.nav_lang_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: none;
    border: 1px solid var(--ws-border);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--ws-muted);
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
    white-space: nowrap;
}

.nav_lang_btn:hover {
    color: var(--ws-text);
    border-color: #c0c0c8;
    background: var(--ws-bg-soft);
}

.nav_lang_icon {
    --aous-aw-icon-size: 14px;
    opacity: 0.6;
}

.nav_lang_arrow {
    opacity: 0.5;
    transition: transform 0.2s;
}

.nav_lang_wrap.is_open .nav_lang_arrow {
    transform: rotate(180deg);
}

.nav_lang_dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 160px;
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
    padding: 6px;
    display: none;
    z-index: 200;
}

.nav_lang_wrap.is_open .nav_lang_dropdown {
    display: block;
    animation: langDropIn 0.15s ease;
}

@keyframes langDropIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav_lang_item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--ws-muted);
    text-decoration: none;
    transition: background 0.12s, color 0.12s;
}

.nav_lang_item:hover {
    background: var(--ws-bg-soft);
    color: var(--ws-text);
}

.nav_lang_item.is_active {
    color: var(--ws-primary);
    background: var(--ws-primary-light);
}

.nav_lang_flag {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
}

.nav_lang_check {
    margin-left: auto;
    color: var(--ws-primary);
}

.nav_burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.nav_burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ws-text);
    border-radius: 2px;
    transition: all 0.2s;
}

.nav_burger.is_open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav_burger.is_open span:nth-child(2) {
    opacity: 0;
}

.nav_burger.is_open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.nav_mobile {
    display: none;
    flex-direction: column;
    gap: 2px;
    padding: 12px 16px 16px;
    border-top: 1px solid var(--ws-border);
    background: #fff;
}

.nav_mobile.is_open {
    display: flex;
}

.nav_mobile_link {
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--ws-text);
    text-decoration: none;
    border-radius: 8px;
}

.nav_mobile_link:hover {
    background: var(--ws-bg-soft);
}

.nav_mobile_actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--ws-border);
}

/* ---- Buttons ---- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.18s;
    border: none;
    white-space: nowrap;
}

.btn_primary {
    background: var(--ws-primary);
    color: #fff;
    box-shadow: 0 2px 14px rgba(3, 145, 255, 0.25);
}

.btn_primary:hover {
    background: var(--ws-primary-hover);
    color: #fff;
    box-shadow: 0 4px 20px rgba(3, 145, 255, 0.35);
    transform: translateY(-1px);
}

.btn_ghost {
    background: transparent;
    color: var(--ws-text);
    border: 1.5px solid var(--ws-border);
}

.btn_ghost:hover {
    border-color: #c4b5fd;
    color: var(--ws-primary);
    background: var(--ws-primary-light);
}

.btn_sm {
    font-size: 13px;
    padding: 7px 16px;
}

.btn_lg {
    font-size: 15px;
    padding: 13px 26px;
}

.btn_xl {
    font-size: 16px;
    padding: 15px 34px;
    border-radius: 12px;
}

/* ---- Section base ---- */
.section {
    padding: 5rem 0;
}

.section_head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px;
}

.eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ws-primary);
    background: var(--ws-primary-light);
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
    width: fit-content;
}

.eyebrow_blue {
    color: #0391ff;
    background: #e0f0ff;
}

.eyebrow_green {
    color: #00b894;
    background: #d6f5ef;
}

.eyebrow_red {
    color: #e17055;
    background: #fdecea;
}

.eyebrow_purple {
    color: #6c5ce7;
    background: #ede9ff;
}

.faqs_eyebrow {
    text-align: center;
    font-size: clamp(28px, 4vw, 32px);
    font-weight: 800;
    color: var(--ws-text);
    letter-spacing: -0.8px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section_sub {
    font-size: 17px;
    color: var(--ws-muted);
    line-height: 1.7;
    margin: 0;
}

/* ---- Hero ---- */
.hero {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 4rem;
    background: linear-gradient(180deg,
            rgba(3, 145, 255, 0.055) 0%,
            rgba(3, 145, 255, 0.025) 40%,
            transparent 75%);
    margin: 0;
    min-height: 100vh;
}

.hero_glow {
    display: none;
}

.hero_body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 40px;
    align-items: center;
}

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

.hero_title {
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 800;
    color: var(--ws-text);
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.hero_title .accent {
    color: var(--ws-primary);
}

.hero_sub {
    font-size: 18px;
    color: var(--ws-muted);
    line-height: 1.7;
    margin: 0 0 32px;
    max-width: 480px;
}

.hero_actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.hero_note {
    font-size: 13px;
    color: #9ca3af;
    margin: 0;
}

.hero_visual {
    position: relative;
    padding: 28px 36px 36px 8px;
}

/* ---- App Mockup ---- */
.app_mockup {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.9) inset,
        0 28px 80px rgba(3, 145, 255, 0.1),
        0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    backdrop-filter: blur(2px);
}

.app_topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: #f9fafb;
    border-bottom: 1px solid var(--ws-border);
}

.app_dots {
    display: flex;
    gap: 5px;
}

.app_dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e7eb;
}

.app_dots span:nth-child(1) {
    background: #fc5c65;
}

.app_dots span:nth-child(2) {
    background: #f7b731;
}

.app_dots span:nth-child(3) {
    background: #20bf6b;
}

.app_topbar_title {
    font-size: 12px;
    font-weight: 600;
    color: var(--ws-muted);
    flex: 1;
    text-align: center;
}

.app_body {
    display: grid;
    grid-template-columns: 180px 1fr;
    min-height: 320px;
}

.app_sidebar_mock {
    background: #f9fafb;
    border-right: 1px solid var(--ws-border);
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.app_mock_nav_item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--ws-muted);
    cursor: default;
    --aous-aw-icon-size: 14px;
}

.app_mock_nav_item.is_active {
    font-weight: 600;
}

.app_mock_nav_item:hover,
.app_mock_nav_item.is_active {
    background: var(--ws-primary-light);
    color: var(--ws-primary);
}

.app_mock_nav_item i {
    font-size: 13px;
}

.app_mock_divider {
    height: 1px;
    background: var(--ws-border);
    margin: 8px 4px;
}

.app_mock_space {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
    color: var(--ws-text);
    border-radius: 7px;
    cursor: default;
}

.app_mock_space:hover {
    background: rgba(0, 0, 0, 0.04);
}

.app_mock_space_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sc, #0391ff);
    flex-shrink: 0;
}

.app_main_mock {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.app_mock_header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.app_mock_header_title {
    font-size: 13px;
    font-weight: 600;
    color: var(--ws-text);
}

.app_mock_badge {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
}

.badge_purple {
    background: #e0f2ff;
    color: #0391ff;
}

.badge_green {
    background: #d1fae5;
    color: #059669;
}

.badge_blue {
    background: #dbeafe;
    color: #2563eb;
}

.badge_gray {
    background: #f3f4f6;
    color: #6b7280;
}

.app_mock_task_list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.app_mock_task {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f9fafb;
    border: 1px solid var(--ws-border);
    transition: background 0.1s;
}

.app_mock_task.is_done {
    opacity: 0.6;
}

.app_mock_task_check {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.app_mock_task_check.is_done {
    background: #0391ff;
    border-color: #0391ff;
}

.app_mock_task_check.is_done::after {
    content: '';
    width: 6px;
    height: 4px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(-45deg) translateY(-1px);
}

.app_mock_task_title {
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    color: var(--ws-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app_mock_avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--av, #0391ff);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Float cards */
.hero_float {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 14px;
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.8) inset,
        0 12px 40px rgba(0, 0, 0, 0.10);
    padding: 11px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 12px;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

.hero_float strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--ws-text);
}

.hero_float span {
    color: var(--ws-muted);
    font-size: 11px;
}

.hero_float_1 {
    bottom: 6px;
    right: 0;
}

.hero_float_2 {
    top: -25px;
    left: 0;
}

.float_icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
}

.float_icon_blue {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

/* ---- Hero Orbs ---- */
.hero_orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero_orb_1 {
    width: 340px;
    height: 340px;
    top: 10px;
    right: 10px;
    background: radial-gradient(circle at 50% 50%,
            rgba(3, 145, 255, 0.08) 0%,
            transparent 65%);
    animation: orbFloat 10s ease-in-out infinite;
}

.hero_orb_2 {
    width: 220px;
    height: 220px;
    bottom: 20px;
    right: 30px;
    background: radial-gradient(circle at 50% 50%,
            rgba(139, 92, 246, 0.06) 0%,
            transparent 65%);
    animation: orbFloat 13s ease-in-out infinite reverse;
}

.hero_orb_3 {
    width: 160px;
    height: 160px;
    top: 30%;
    left: 10px;
    background: radial-gradient(circle at 50% 50%,
            rgba(0, 184, 148, 0.06) 0%,
            transparent 65%);
    animation: orbFloat 16s ease-in-out infinite;
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-18px) scale(1.03);
    }
}

/* ---- Hero Solutions strip ---- */
.hero_solutions {
    padding: 16px 0 36px;
    margin-top: 3rem;
}

.hero_solutions_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero_solutions_label {
    font-size: 12.5px;
    font-weight: 500;
    color: var(--ws-muted);
    opacity: 0.65;
    white-space: nowrap;
}

.hero_solutions_tags {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.hero_sol_tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 11px 4px 8px;
    border-radius: 9999px;
    border: 1px solid var(--ws-border);
    background: #fff;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--ws-muted);
    --aous-aw-icon-size: 12px;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.hero_sol_tag:hover {
    border-color: var(--ws-primary);
    color: var(--ws-primary);
    background: var(--ws-primary-light);
}

/* ---- Problem ---- */
.problem_section {
    background: var(--ws-bg-soft);
}

.problem_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.problem_card {
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: var(--ws-radius);
    padding: 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.problem_card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.problem_icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--ws-primary-light);
    color: var(--ws-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    --aous-aw-icon-size: 22px;
}

.problem_card h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--ws-text);
    margin: 0 0 8px;
}

.problem_card p {
    font-size: 14.5px;
    color: var(--ws-muted);
    line-height: 1.65;
    margin: 0;
}

/* ---- Features Grid ---- */
.features_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.feature_card {
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: var(--ws-radius);
    padding: 24px 20px;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.feature_card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
    border-color: #c4b5fd;
    transform: translateY(-2px);
}

.feature_icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: color-mix(in srgb, var(--fi, #0391ff) 12%, #fff);
    color: var(--fi, #0391ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
    --aous-aw-icon-size: 22px;
}

.feature_card h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--ws-text);
    margin: 0 0 6px;
}

.feature_card p {
    font-size: 13.5px;
    color: var(--ws-muted);
    line-height: 1.6;
    margin: 0;
}

/* ---- Spotlight ---- */
.spotlight_section {
    overflow: hidden;
}

.spotlight_alt {
    background: var(--ws-bg-soft);
}

.spotlight_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.spotlight_row_reverse {
    direction: rtl;
}

.spotlight_row_reverse>* {
    direction: ltr;
}

.spotlight_title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 800;
    color: var(--ws-text);
    letter-spacing: -0.7px;
    line-height: 1.2;
    margin: 12px 0 16px;
}

.spotlight_desc {
    font-size: 16px;
    color: var(--ws-muted);
    line-height: 1.75;
    margin: 0 0 28px;
}

.spotlight_list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.spotlight_list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16.5px;
    font-weight: 500;
    color: var(--ws-text);
    --aous-aw-icon-size: 11px;
}

.spotlight_list li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d1fae5;
    color: #059669;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

/* ---- Visual Cards ---- */
.visual_card {
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.vc_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid var(--ws-border);
    background: var(--ws-bg-soft);
}

.vc_title {
    font-size: 13px;
    font-weight: 600;
    color: var(--ws-text);
}

.vc_badges {
    display: flex;
    gap: 6px;
}

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

.vc_task {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    border-bottom: 1px solid #f9fafb;
    transition: background 0.1s;
}

.vc_task:hover {
    background: #fafbff;
}

.vc_task_status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid #d1d5db;
}

.status_done {
    background: #0391ff;
    border-color: #0391ff;
}

.status_progress {
    background: #0391ff;
    border-color: #0391ff;
}

.status_todo {
    background: transparent;
}

.vc_task_name {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: var(--ws-text);
}

.vc_task_meta {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vc_priority {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 999px;
}

.priority_high {
    background: #fdecea;
    color: #e17055;
}

.priority_med {
    background: #fff8e1;
    color: #f59e0b;
}

.priority_low {
    background: #d1fae5;
    color: #059669;
}

.vc_footer {
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--ws-bg-soft);
}

.vc_progress {
    flex: 1;
    height: 5px;
    background: var(--ws-border);
    border-radius: 999px;
    overflow: hidden;
}

.vc_progress_bar {
    height: 100%;
    background: var(--ws-primary);
    border-radius: 999px;
}

.vc_progress_label {
    font-size: 11px;
    color: var(--ws-muted);
    white-space: nowrap;
}

/* ---- Docs Visual ---- */
.doc_card {
    display: grid;
    grid-template-columns: 140px 1fr;
}

.doc_card_sidebar {
    background: var(--ws-bg-soft);
    border-right: 1px solid var(--ws-border);
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.doc_page_link {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--ws-muted);
    border-radius: 7px;
    cursor: default;
}

.doc_page_link.is_active {
    background: var(--ws-primary-light);
    color: var(--ws-primary);
}

.doc_card_body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc_mock_title {
    font-size: 15px;
    font-weight: 800;
    color: var(--ws-text);
}

.doc_mock_meta {
    display: flex;
    align-items: center;
    gap: 7px;
}

.doc_mock_meta_text {
    font-size: 11px;
    color: var(--ws-muted);
}

.doc_mock_line {
    height: 9px;
    background: var(--ws-border);
    border-radius: 999px;
}

.line_full {
    width: 100%;
}

.line_3q {
    width: 75%;
}

.line_half {
    width: 50%;
}

.doc_mock_badge_row {
    display: flex;
    gap: 6px;
}

/* ---- Teams Visual ---- */
.teams_card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.team_card_head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team_card_head strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--ws-text);
}

.team_card_head span {
    font-size: 12px;
    color: var(--ws-muted);
}

.team_avatar_lg {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: color-mix(in srgb, var(--tc, #0391ff) 15%, #fff);
    color: var(--tc, #0391ff);
    font-size: 18px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.team_members_row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.team_chip {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--tc, #0391ff) 18%, #fff);
    color: var(--tc, #0391ff);
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.team_chip_sm {
    width: 26px;
    height: 26px;
    font-size: 10px;
}

.team_chip_more {
    background: var(--ws-bg-soft);
    color: var(--ws-muted);
    border-color: var(--ws-border);
    font-size: 10px;
}

.team_stats_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 14px;
    background: var(--ws-bg-soft);
    border-radius: 12px;
}

.team_stat {
    text-align: center;
}

.team_stat strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--ws-text);
}

.team_stat span {
    font-size: 11px;
    color: var(--ws-muted);
}

.team_activity {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team_activity_row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.team_activity_text {
    font-size: 12px;
    color: var(--ws-muted);
}

/* ---- CTA Strip ---- */
.cta_strip {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1040 0%, #0f0a28 50%, #0a0520 100%);
    text-align: center;
    overflow: hidden;
}

.cta_glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(3, 145, 255, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.cta_strip .container {
    position: relative;
    z-index: 1;
}

.cta_title {
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.8px;
    line-height: 1.15;
    margin: 0 0 16px;
}

.cta_sub {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 36px;
}

.cta_strip .btn_primary {
    background: #fff;
    color: var(--ws-primary);
    box-shadow: 0 4px 24px rgba(255, 255, 255, 0.15);
}

.cta_strip .btn_primary:hover {
    background: var(--ws-primary-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
}

.cta_note {
    margin: 16px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

/* ---- Footer ---- */
.footer {
    background: var(--ws-bg-soft);
    border-top: 1px solid var(--ws-border);
    padding: 60px 0 32px;
}

.footer_top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--ws-border);
    margin-bottom: 28px;
}

.footer_brand {
    text-decoration: none;
    margin-bottom: 14px;
    display: inline-flex;
}

.footer_tagline {
    font-size: 14px;
    color: var(--ws-muted);
    margin: 0;
    max-width: 240px;
    line-height: 1.6;
}

.footer_links_col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_links_col h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ws-text);
    margin: 0 0 6px;
}

.footer_links_col a {
    font-size: 14px;
    color: var(--ws-muted);
    text-decoration: none;
    transition: color 0.15s;
}

.footer_links_col a:hover {
    color: var(--ws-text);
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #9ca3af;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .features_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero_body {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero_content {
        text-align: center;
        align-items: center;
    }

    .hero_sub {
        max-width: 100%;
    }

    .hero_visual {
        max-width: 540px;
        margin: 0 auto;
    }

    .footer_top {
        grid-template-columns: 1fr 1fr;
    }

    .footer_brand_col {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {

    .nav_links,
    .nav_actions {
        display: none;
    }

    .nav_burger {
        display: flex;
    }

    .section {
        padding: 64px 0;
    }

    .hero {
        padding: 56px 0 64px;
    }

    .problem_grid {
        grid-template-columns: 1fr;
    }

    .testimonials_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats_inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .stat_item {
        border-right: none;
        border-bottom: 1px solid var(--ws-border);
        padding: 24px;
    }

    .stat_item:nth-child(odd) {
        border-right: 1px solid var(--ws-border);
    }

    .stat_item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .spotlight_row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .spotlight_row_reverse {
        direction: ltr;
    }

    .features_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_top {
        grid-template-columns: 1fr;
    }

    .footer_brand_col {
        grid-column: span 1;
    }

    .hero_float {
        display: none;
    }

    .testimonials_grid {
        grid-template-columns: 1fr;
    }

    .app_body {
        grid-template-columns: 120px 1fr;
    }
}

@media (max-width: 480px) {
    .features_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero_title {
        letter-spacing: -0.8px;
    }

    .hero_actions {
        flex-direction: column;
        width: 100%;
    }

    .hero_actions .btn {
        width: 100%;
        justify-content: center;
    }

    .app_sidebar_mock {
        display: none;
    }

    .app_body {
        grid-template-columns: 1fr;
    }
}


/* ==============================
   Legal Pages (Privacy + TOS)
   ============================== */
.legal_page {
    min-height: 70vh;
}

.legal_hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 40%, #f0fdf4 100%);
    border-bottom: 1px solid var(--ws-border);
    padding: 60px 0 64px;
}

.legal_hero_tos {
    background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 40%, #fdf4ff 100%);
}

.legal_hero_inner {
    max-width: 720px;
}

.legal_hero_badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    background: var(--ws-primary-light);
    color: var(--ws-primary);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.legal_hero_badge_tos {
    background: #ede9fe;
    color: #7c3aed;
}

.legal_hero_title {
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    color: var(--ws-text);
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 16px;
}

.legal_hero_sub {
    font-size: 16px;
    color: var(--ws-muted);
    line-height: 1.75;
    max-width: 580px;
    margin: 0 0 20px;
}

.legal_updated {
    display: inline-block;
    font-size: 12.5px;
    color: var(--ws-muted);
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid var(--ws-border);
    padding: 4px 12px;
    border-radius: 6px;
}

/* Layout */
.legal_layout {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 64px;
    padding: 60px 0 100px;
    align-items: start;
}

/* Sidebar */
.legal_sidebar {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.legal_toc {
    background: var(--ws-bg-soft);
    border: 1px solid var(--ws-border);
    border-radius: 14px;
    padding: 18px 16px;
}

.legal_toc_title {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ws-muted);
    margin: 0 0 10px;
    padding: 0 4px;
}

.legal_toc_nav {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.legal_toc_link {
    display: block;
    padding: 6px 10px;
    font-size: 12.5px;
    color: var(--ws-muted);
    text-decoration: none;
    border-radius: 7px;
    transition: background 0.15s, color 0.15s;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.legal_toc_link:hover {
    background: rgba(3, 145, 255, 0.06);
    color: var(--ws-primary);
    text-decoration: none;
}

.legal_toc_link.is_active {
    background: rgba(3, 145, 255, 0.1);
    color: var(--ws-primary);
    font-weight: 600;
}

.legal_sibling_link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: 10px;
    font-size: 12.5px;
    color: var(--ws-muted);
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s;
    --aous-aw-icon-size: 15px;
}

.legal_sibling_link:hover {
    border-color: var(--ws-primary);
    color: var(--ws-primary);
    text-decoration: none;
}

/* Content */
.legal_content {
    min-width: 0;
}

.legal_section {
    padding-bottom: 52px;
    margin-bottom: 52px;
    border-bottom: 1px solid var(--ws-border);
    scroll-margin-top: 100px;
}

.legal_section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.legal_section_title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 21px;
    font-weight: 800;
    color: var(--ws-text);
    letter-spacing: -0.3px;
    margin: 0 0 20px;
    line-height: 1.3;
}

.legal_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    background: var(--ws-primary-light);
    color: var(--ws-primary);
    border-radius: 9px;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
    letter-spacing: 0;
}

.legal_sub_title {
    font-size: 14px;
    font-weight: 600;
    color: var(--ws-text);
    margin: 24px 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.legal_section p {
    font-size: 15px;
    color: #374151;
    line-height: 1.85;
    margin: 0 0 14px;
}

.legal_section p:last-child {
    margin-bottom: 0;
}

/* Lists */
.legal_list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.legal_list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: #374151;
    line-height: 1.7;
    padding: 10px 14px;
    background: var(--ws-bg-soft);
    border-radius: 8px;
    border-left: 3px solid rgba(3, 145, 255, 0.2);
}

.legal_list li::before {
    content: '–';
    color: var(--ws-primary);
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 1px;
}

.legal_list_prohibited li {
    border-left-color: rgba(239, 68, 68, 0.25);
}

.legal_list_prohibited li::before {
    content: '✕';
    color: #ef4444;
    font-size: 11px;
}

/* Callouts */
.legal_callout {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-left: 4px solid #f97316;
    border-radius: 10px;
    padding: 16px 20px;
    font-size: 14px;
    color: #7c2d12;
    line-height: 1.75;
    margin: 16px 0 0;
}

.legal_callout_warning {
    background: #fef2f2;
    border-color: #fecaca;
    border-left-color: #ef4444;
    color: #7f1d1d;
}

.legal_disclaimer {
    background: var(--ws-bg-soft);
    border: 1px solid var(--ws-border);
    border-radius: 10px;
    padding: 20px 22px;
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.8;
    font-style: italic;
}

/* Contact Card */
.legal_contact_card {
    margin-top: 20px;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border: 1px solid #bae6fd;
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.legal_contact_icon {
    width: 44px;
    height: 44px;
    background: var(--ws-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    --aous-aw-icon-size: 22px;
}

.legal_contact_label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ws-primary);
    margin: 0 0 4px;
}

.legal_contact_value {
    font-size: 15px;
    color: var(--ws-text);
    font-weight: 600;
    text-decoration: none;
}

.legal_contact_value:hover {
    text-decoration: underline;
    color: var(--ws-primary);
}

/* Responsive */
@media (max-width: 960px) {
    .legal_layout {
        grid-template-columns: 200px 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .legal_layout {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 0 80px;
    }

    .legal_sidebar {
        position: relative;
        top: 0;
    }

    .legal_toc_nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }

    .legal_hero {
        padding: 70px 0 48px;
    }
}

@media (max-width: 480px) {
    .legal_toc_nav {
        grid-template-columns: 1fr;
    }

    .legal_section_title {
        font-size: 18px;
    }
}

/* ---- Hero Trust Bar ---- */
.hero_trust_bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 16px;
    background: var(--ws-bg-soft);
    border: 1px solid var(--ws-border);
    border-radius: 50px;
    width: fit-content;
    max-width: 100%;
}

.hero_trust_item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--ws-muted);
    font-weight: 500;
    white-space: nowrap;
}

.hero_trust_sep {
    color: var(--ws-border);
    font-size: 14px;
    user-select: none;
}

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

.hero_trust_dot_blue {
    background: var(--ws-primary);
    box-shadow: 0 0 6px rgba(3, 145, 255, 0.5);
}

.hero_trust_dot_green {
    background: #10b981;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.5);
}

.hero_trust_stars {
    color: #f59e0b;
    font-size: 11px;
    letter-spacing: 1px;
}

/* ---- Hero Text Animation ---- */
.hero_cycle_wrap {
    display: inline-block;
    position: relative;
    min-width: 320px;
    height: 1.15em;
    vertical-align: bottom;
    overflow: hidden;
}

.hero_cycle_word {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.45s cubic-bezier(.4, 0, .2, 1), transform 0.45s cubic-bezier(.4, 0, .2, 1);
    color: var(--ws-primary);
    white-space: nowrap;
}

.hero_cycle_word.is_active {
    opacity: 1;
    transform: translateY(0);
}

.hero_cycle_word.is_leaving {
    opacity: 0;
    transform: translateY(-100%);
}

/* ---- Stats Strip ---- */
.stats_strip {
    padding: 0 0 80px;
}

.stats_inner {
    background: var(--ws-bg-soft);
    border: 1px solid var(--ws-border);
    border-radius: 20px;
    padding: 40px 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.stat_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    border-right: 1px solid var(--ws-border);
}

.stat_item:last-child {
    border-right: none;
}

.stat_num {
    font-size: 40px;
    font-weight: 800;
    color: var(--ws-text);
    letter-spacing: -1.5px;
    line-height: 1;
    margin-bottom: 8px;
}

.stat_num span {
    color: var(--ws-primary);
}

.stat_label {
    font-size: 14px;
    color: var(--ws-muted);
    font-weight: 500;
}

/* ---- Testimonials Section ---- */
.testimonials_section {
    background: var(--ws-bg-soft);
    border-top: 1px solid var(--ws-border);
    border-bottom: 1px solid var(--ws-border);
}

.testimonials_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.testimonial_card {
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: 16px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.testimonial_card:hover {
    border-color: rgba(3, 145, 255, 0.3);
    box-shadow: 0 8px 32px rgba(3, 145, 255, 0.08);
    transform: translateY(-3px);
}

.testimonial_stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0.9rem;
}

.testimonial_text {
    color: var(--ws-text);
    font-size: 0.9rem;
    line-height: 1.75;
    margin: 0 0 1.25rem;
    flex: 1;
}

.testimonial_author {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding-top: 1rem;
    border-top: 1px solid var(--ws-border);
}

.testimonial_avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ta, #0391ff);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testimonial_author strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ws-text);
    line-height: 1.3;
}

.testimonial_author span {
    font-size: 0.75rem;
    color: var(--ws-muted);
}

/* ---- Problem Section Redesign ---- */
.problem_section {
    background: linear-gradient(135deg, #1a1040 0%, #0f0a28 50%, #0a0520 100%);
    padding: 100px 0;
}

.problem_section .section_title {
    color: #fff;
}

.problem_section .section_sub {
    color: rgba(255, 255, 255, 0.5);
}

.problem_card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

.problem_card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(3, 145, 255, 0.3);
    box-shadow: 0 0 40px rgba(3, 145, 255, 0.08);
}

.problem_card h3 {
    color: #fff;
}

.problem_card p {
    color: rgba(255, 255, 255, 0.5);
}

.problem_number {
    font-size: 64px;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
    color: #b8e0ff26;
    margin-bottom: 16px;
    font-variant-numeric: tabular-nums;
}

.problem_stat {
    font-size: 13px;
    font-weight: 600;
    color: var(--ws-primary);
    background: rgba(3, 145, 255, 0.12);
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 12px;
}

/* ---- How It Works ---- */
.howit_section {
    background: #fff;
}

.steps_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    position: relative;
}

.steps_row::before {
    display: none;
}

.step_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: 18px;
    padding: 28px 24px 24px;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.step_item:hover {
    border-color: rgba(3, 145, 255, 0.3);
    box-shadow: 0 8px 32px rgba(3, 145, 255, 0.08);
    transform: translateY(-3px);
}

.step_icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--ws-primary-light);
    color: var(--ws-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    --aous-aw-icon-size: 24px;
    position: relative;
}

.step_num {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--ws-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.step_item h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--ws-text);
    margin: 0;
}

.step_item p {
    font-size: 14.5px;
    color: var(--ws-muted);
    line-height: 1.65;
    margin: 0;
}

/* ---- Uses Section ---- */
.uses_section {
    background: var(--ws-bg-soft);
}

.uses_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.uses_card {
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: var(--ws-radius);
    padding: 24px;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.uses_card:hover {
    box-shadow: 0 8px 32px rgba(3, 145, 255, 0.08);
    border-color: #93c5fd;
    transform: translateY(-2px);
}

.uses_card_head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.uses_icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: var(--ws-primary-light);
    color: var(--ws-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    --aous-aw-icon-size: 20px;
}

.uses_card_head strong {
    font-size: 15px;
    font-weight: 600;
    color: var(--ws-text);
}

.uses_card ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.uses_card ul li {
    font-size: 13.5px;
    color: var(--ws-muted);
    display: flex;
    align-items: center;
    gap: 7px;
}

.uses_card ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ws-primary);
    flex-shrink: 0;
}

/* ---- Responsive extras ---- */
@media (max-width: 1024px) {
    .stats_inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat_item:nth-child(2) {
        border-right: none;
    }

    .stat_item:nth-child(3) {
        border-top: 1px solid var(--ws-border);
        padding-top: 24px;
        margin-top: 24px;
        border-right: 1px solid var(--ws-border);
    }

    .stat_item:nth-child(4) {
        border-top: 1px solid var(--ws-border);
        padding-top: 24px;
        margin-top: 24px;
    }

    .uses_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps_row::before {
        display: none;
    }

    .steps_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .steps_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .stats_inner {
        grid-template-columns: 1fr 1fr;
        padding: 28px 20px;
        gap: 16px;
    }

    .stat_item {
        border-right: none;
        border-bottom: 1px solid var(--ws-border);
        padding: 16px 0;
    }

    .stat_item:last-child {
        border-bottom: none;
    }

    .stat_num {
        font-size: 32px;
    }

    .uses_grid {
        grid-template-columns: 1fr;
    }

    .hero_cycle_wrap {
        min-width: 180px;
    }
}

/* ---- Comparison Section ---- */
.compare_section {
    background: var(--ws-bg-soft);
}

.compare_grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
    max-width: 860px;
    margin: 0 auto;
    border: 1px solid var(--ws-border);
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.compare_card {
    padding: 36px 36px 40px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.compare_card_new {
    background: #fff;
}

.compare_card_head {
    display: flex;
    align-items: center;
}

.compare_badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.compare_badge_old {
    background: #f3f4f6;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

.compare_badge_new {
    background: var(--ws-primary-light);
    color: var(--ws-primary);
    border: 1px solid rgba(3, 145, 255, 0.18);
}

.compare_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.compare_list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: var(--ws-text);
    line-height: 1.55;
}

.compare_x {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fee2e2;
    color: #ef4444;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.compare_check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.compare_divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    background: #fff;
    position: relative;
}

.compare_divider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--ws-border);
}

.compare_vs {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid var(--ws-border);
    border-radius: 9999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 800;
    color: var(--ws-muted);
    letter-spacing: 0.05em;
}

.compare_cta {
    align-self: flex-start;
    margin-top: 4px;
}

/* ---- FAQ Section ---- */
.faq_section {
    background: #fff;
}

.faq_section .questions_area {
    max-width: 740px;
    margin: 0 auto;
}

/* ---- Notifications Spotlight Card ---- */
.notif_card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notif_card_head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.notif_card_head .icon {
    width: 22px;
    height: 22px;
    color: #6c5ce7;
    flex-shrink: 0;
}

.notif_card_head strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--ws-text);
}

.notif_item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--ws-border);
    background: var(--ws-bg);
    transition: transform 0.15s ease;
}

.notif_item:hover {
    transform: translateX(-2px);
}

.notif_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}

.notif_dot_purple {
    background: #6c5ce7;
}

.notif_dot_blue {
    background: #0391ff;
}

.notif_dot_amber {
    background: #f59e0b;
}

.notif_dot_green {
    background: #00b894;
}

.notif_item_purple {
    border-left: 3px solid #6c5ce7;
}

.notif_item_blue {
    border-left: 3px solid #0391ff;
}

.notif_item_amber {
    border-left: 3px solid #f59e0b;
}

.notif_item_green {
    border-left: 3px solid #00b894;
}

.notif_body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.notif_body strong {
    font-size: 12px;
    font-weight: 600;
    color: var(--ws-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notif_body span {
    font-size: 11px;
    color: var(--ws-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notif_time {
    font-size: 10px;
    color: var(--ws-muted);
    flex-shrink: 0;
    align-self: center;
}

/* ---- Cloud Storage Spotlight Card ---- */
.storage_card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.storage_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.storage_card_head div:first-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.storage_card_head span {
    font-size: 11px;
    font-weight: 800;
    color: var(--ws-muted);
    text-transform: uppercase;
}

.storage_card_head strong {
    color: var(--ws-text);
    font-size: 15px;
}

.storage_meter {
    width: 96px;
    height: 9px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.storage_meter span {
    display: block;
    width: 58%;
    height: 100%;
    border-radius: inherit;
    background: var(--ws-primary);
}

.storage_drop_area {
    min-height: 118px;
    border: 1.5px dashed rgba(3, 145, 255, .35);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(3, 145, 255, .09), rgba(3, 145, 255, .03));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
}

.storage_drop_area .icon {
    width: 28px;
    height: 28px;
    color: var(--ws-primary);
}

.storage_drop_area strong {
    font-size: 14px;
    color: var(--ws-text);
}

.storage_drop_area span {
    font-size: 12px;
    color: var(--ws-muted);
}

.storage_action_stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.storage_action_stack .notif_item {
    background: #fff;
}

.storage_action_stack .notif_body strong,
.storage_action_stack .notif_body span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* End Landing Page */
