:root {
    --primary-brand: #e11d48;
    --primary-brand-hover: #be123c;
    --secondary-accent: #f43f5e;
    --background-light: #ffffff;
    --background-soft-warm: #fff1f2;
    --background-card: #ffffff;
    --background-footer: #0f172a;
    --text-primary-light-bg: #0f172a;
    --text-secondary-light-bg: #475569;
    --text-muted-light-bg: #64748b;
    --text-primary-dark-bg: #f8fafc;
    --text-secondary-dark-bg: #cbd5e1;
    --border-light: #f1f5f9;
    --border-accent: #ffe4e6;
    --font-family-primary: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --border-radius-card: 16px;
    --border-radius-btn: 50px;
    --border-radius-input: 10px;
    --shadow-primary: 0 10px 25px -5px rgba(225, 29, 72, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-family-primary);
    color: var(--text-secondary-light-bg);
    background-color: var(--background-light);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-primary);
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: var(--primary-brand);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--primary-brand-hover);
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--primary-brand);
    outline-offset: 2px;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    h1 {
        font-size: clamp(1.75rem, 5vw, 2.25rem);
    }

    h2 {
        font-size: clamp(1.5rem, 4vw, 1.85rem);
    }

    h3 {
        font-size: clamp(1.25rem, 3.5vw, 1.5rem);
    }

    h4,
    h5,
    h6 {
        font-size: clamp(1rem, 3vw, 1.2rem);
    }

    a,
    p,
    span,
    input,
    select,
    textarea {
        word-break: break-word;
        overflow-wrap: break-word;
    }
}

/* ===== header ===== */
.loventiarome-header {
    background-color: var(--background-light);
    border-bottom: 1px solid var(--border-light);
    position: relative;
    z-index: 1030;
    hyphens: auto;
}

.loventiarome-header .header-logo {
    max-width: 48px;
    height: auto;
    object-fit: contain;
}

.loventiarome-header .brand-title {
    color: var(--text-primary-light-bg);
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.loventiarome-header .nav-link {
    color: var(--text-secondary-light-bg);
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

.loventiarome-header .nav-link:hover,
.loventiarome-header .nav-link:focus {
    color: var(--primary-brand);
}

.loventiarome-header .btn-primary-brand {
    background-color: var(--primary-brand);
    border-color: var(--primary-brand);
    color: var(--background-light);
    border-radius: 50rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
    min-height: 44px;
}

.loventiarome-header .btn-primary-brand:hover,
.loventiarome-header .btn-primary-brand:focus {
    background-color: var(--primary-brand-hover);
    border-color: var(--primary-brand-hover);
    color: var(--background-light);
    transform: translateY(-1px);
}

.loventiarome-header .btn-primary-brand i {
    color: var(--background-light);
}

.loventiarome-header .hamburger-icon {
    color: var(--text-primary-light-bg);
}

.loventiarome-header .navbar-toggler:focus {
    box-shadow: none;
    outline: 2px solid var(--primary-brand);
}

.loventiarome-header .mobile-dropdown-menu {
    background-color: var(--background-light);
    border-bottom: 2px solid var(--primary-brand);
    display: none;
    width: 100%;
}

.loventiarome-header .mobile-dropdown-menu.open {
    display: block;
}

.loventiarome-header .mobile-nav-link {
    color: var(--text-primary-light-bg);
    min-height: 44px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.loventiarome-header .mobile-nav-link:hover,
.loventiarome-header .mobile-nav-link:focus {
    background-color: var(--background-soft-warm);
    color: var(--primary-brand);
}

.loventiarome-header .mobile-nav-link i {
    color: var(--secondary-accent);
    width: 20px;
    text-align: center;
}

.loventiarome-header .border-light-custom {
    border-color: var(--border-light) !important;
}

@media (max-width: 767.98px) {
    .loventiarome-header .brand-title {
        font-size: 1.125rem !important;
        line-height: 1.2;
    }
}

/* ===== hero ===== */
#hero {
    overflow: hidden;
    width: 100%;
}

#hero .hero-title {
    font-size: 2.75rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    hyphens: auto;
}

#hero .hero-subtitle {
    font-size: 1.125rem;
    max-width: 520px;
}

#hero .hero-btn {
    transition: background-color 0.2s ease, transform 0.2s ease;
    font-size: 1.05rem;
    min-width: 170px;
    text-align: center;
}

#hero .hero-btn:hover {
    background-color: var(--primary-brand-hover) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

#hero .hero-image-wrapper {
    max-width: 580px;
}

#hero .hero-main-img {
    border: 4px solid var(--background-card);
}

@media (max-width: 767.98px) {
    #hero .hero-title {
        font-size: 1.125rem !important;
        line-height: 1.25 !important;
    }

    #hero .hero-subtitle {
        font-size: 0.875rem !important;
        line-height: 1.4 !important;
    }

    #hero .hero-btn {
        width: 100%;
        max-width: 280px;
        font-size: 0.95rem;
        padding: 0.75rem 1.25rem;
    }

    #hero .hero-badge {
        font-size: 0.75rem;
    }
}

/* ===== how_it_works ===== */
#how-it-works {
    overflow: hidden;
    hyphens: auto;
}

#how-it-works .card {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

#how-it-works .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(225, 29, 72, 0.12) !important;
}

#how-it-works img {
    transition: transform 0.5s ease;
}

#how-it-works .card:hover img {
    transform: scale(1.04);
}

@media(max-width:767.98px) {
    #how-it-works h2 {
        font-size: 1rem !important;
        line-height: 1.2 !important;
    }

    #how-it-works h3 {
        font-size: 0.875rem !important;
        line-height: 1.2 !important;
    }

    #how-it-works p {
        font-size: 0.875rem !important;
    }
}

/* ===== why_join ===== */
#why-join {
    overflow: hidden;
    background-color: var(--background-soft-warm);
    color: var(--text-primary-light-bg);
    width: 100%
}

#why-join .why-join-badge {
    background-color: rgba(225, 29, 72, 0.1);
    font-size: 0.875rem
}

#why-join .why-join-badge-text {
    color: var(--primary-brand)
}

#why-join .why-join-heading {
    color: var(--text-primary-light-bg);
    letter-spacing: -0.02em;
    hyphens: auto
}

#why-join .why-join-lead {
    color: var(--text-secondary-light-bg);
    font-size: 1.05rem;
    line-height: 1.6
}

#why-join .why-join-card {
    background-color: var(--background-card);
    border: 1px solid var(--border-light);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    text-align: center
}

#why-join .why-join-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(225, 29, 72, 0.08)
}

#why-join .why-join-icon-wrap {
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(225, 29, 72, 0.08)
}

#why-join .why-join-icon-wrap i {
    color: var(--primary-brand)
}

#why-join .why-join-card-title {
    color: var(--text-primary-light-bg);
    letter-spacing: -0.01em;
    hyphens: auto
}

#why-join .why-join-card-text {
    color: var(--text-secondary-light-bg);
    font-size: 0.95rem;
    line-height: 1.55
}

@media(max-width:767.98px) {
    #why-join .why-join-heading {
        font-size: 1rem;
        line-height: 1.2
    }

    #why-join .why-join-card-title {
        font-size: 0.875rem;
        line-height: 1.2
    }

    #why-join .why-join-lead {
        font-size: 0.875rem
    }

    #why-join .why-join-card-text {
        font-size: 0.8125rem
    }
}

/* ===== signup ===== */
#signup input.form-control:focus,
#signup select.form-select:focus {
    border-color: var(--primary-brand);
    box-shadow: 0 0 0 .25rem rgba(225, 29, 72, .15)
}

#signup .js-submit-btn:hover {
    background-color: var(--primary-brand-hover) !important
}

#signup input::placeholder,
#signup textarea::placeholder {
    color: #94a3b8
}

@media(max-width:767.98px) {
    #signup h2 {
        font-size: 1rem;
        line-height: 1.2
    }

    #signup p {
        font-size: .9rem
    }

    #signup .card {
        padding: 1.5rem 1rem !important
    }
}

/* ===== privacy_safety ===== */
#privacy-safety {
    overflow: hidden;
    background-color: var(--background-soft-warm);
    width: 100%;
}

.privacy-safety-section {
    color: var(--text-primary-light-bg);
}

.safety-badge {
    background-color: #ffe4e6;
}

.badge-text {
    color: var(--primary-brand);
    font-size: 0.875rem;
}

.text-primary-brand {
    color: var(--primary-brand);
}

.section-title {
    color: var(--text-primary-light-bg);
    hyphens: auto;
}

.section-subtitle {
    color: var(--text-secondary-light-bg);
}

.safety-card {
    background-color: var(--background-card);
    border: 1px solid var(--border-light);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.safety-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(225, 29, 72, 0.08);
}

.icon-wrapper {
    width: 56px;
    height: 56px;
    background-color: var(--background-soft-warm);
}

.card-title {
    color: var(--text-primary-light-bg);
    hyphens: auto;
}

.card-text {
    color: var(--text-secondary-light-bg);
    font-size: 0.95rem;
    line-height: 1.6;
}

.safety-list li {
    color: var(--text-secondary-light-bg);
    font-size: 0.9rem;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    #privacy-safety .section-title {
        font-size: 1rem;
        line-height: 1.2;
    }

    #privacy-safety .card-title {
        font-size: 0.875rem;
        line-height: 1.2;
    }
}

/* ===== community ===== */
#community {
    overflow: hidden;
}

#community .card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
}

#community .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08) !important;
}

@media (max-width: 767.98px) {
    #community h2 {
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }

    #community h3 {
        font-size: 0.875rem !important;
        line-height: 1.2 !important;
    }

    #community p,
    #community li {
        font-size: 0.875rem !important;
    }

    #community .position-relative {
        height: 220px !important;
    }
}

/* ===== faq ===== */
#faq {
    overflow: hidden;
    background-color: var(--background-soft-warm);
    hyphens: auto
}

.faq-badge {
    background-color: var(--background-light);
    color: var(--primary-brand);
    border: 1px solid var(--border-light);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em
}

.faq-title {
    color: var(--text-primary-light-bg);
    line-height: 1.2
}

.faq-subtitle {
    color: var(--text-secondary-light-bg);
    font-size: 1.0625rem
}

.faq-item {
    background-color: var(--background-card);
    border-color: var(--border-light) !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    transition: border-color 0.25s ease, box-shadow 0.25s ease
}

.faq-item:hover {
    border-color: rgba(225, 29, 72, 0.3) !important
}

.faq-btn {
    background-color: var(--background-card);
    color: var(--text-primary-light-bg);
    font-size: 1.0625rem;
    text-align: left
}

.faq-btn:not(.collapsed) {
    background-color: var(--background-card);
    color: var(--primary-brand)
}

.faq-btn::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f172a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.25s ease
}

.faq-btn:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e11d48'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.faq-icon-box {
    width: 36px;
    height: 36px;
    background-color: var(--background-soft-warm);
    flex-shrink: 0
}

.faq-accent-icon {
    color: var(--primary-brand);
    font-size: 0.9375rem
}

.faq-body-text {
    color: var(--text-secondary-light-bg);
    font-size: 0.975rem;
    line-height: 1.6
}

@media(max-width:767.98px) {
    .faq-title {
        font-size: 1rem;
        line-height: 1.2
    }

    .faq-btn {
        font-size: 0.875rem;
        padding: 0.75rem 1rem !important
    }

    .faq-icon-box {
        width: 30px;
        height: 30px
    }

    .faq-accent-icon {
        font-size: 0.8125rem
    }

    .faq-body-text {
        font-size: 0.875rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
}

/* ===== contact ===== */
#contact {
    overflow: hidden;
}

#contact input::placeholder,
#contact textarea::placeholder {
    color: #94a3b8;
    opacity: 1;
}

#contact input:focus,
#contact textarea:focus {
    border-color: var(--primary-brand);
    box-shadow: 0 0 0 0.25rem rgba(225, 29, 72, 0.2);
}

.contact-btn:hover {
    background-color: var(--primary-brand-hover) !important;
    transform: translateY(-2px);
}

.contact-btn:active {
    transform: translateY(0);
}

@media (max-width: 767.98px) {
    #contact .section-title {
        font-size: 1rem !important;
        line-height: 1.25;
        hyphens: auto;
    }

    #contact .section-subtitle {
        font-size: 0.875rem !important;
    }

    #contact h3 {
        font-size: 0.875rem !important;
    }
}

/* ===== footer ===== */
.footer-section {
    background-color: #0f172a;
    color: #cbd5e1;
    overflow: hidden;
    position: relative
}

.footer-brand {
    font-size: 1.25rem;
    transition: opacity 0.2s ease
}

.footer-brand:hover {
    opacity: 0.9
}

.footer-nav-link {
    font-size: 0.95rem;
    transition: color 0.2s ease
}

.footer-nav-link:hover {
    color: #ffffff !important
}

.legal-nav-link {
    font-size: 0.85rem;
    transition: color 0.2s ease
}

.legal-nav-link:hover {
    color: #ffffff !important
}

@media(max-width:767.88px) {
    .footer-brand span {
        font-size: 1.125rem;
        hyphens: auto;
        line-height: 1.2
    }

    .footer-nav-link {
        font-size: 0.875rem
    }
}