/**
 * MY SEC Material — frontend (aligned with frontend-preview.html)
 */
:root {
    --green-900: #0b3d2e;
    --green-800: #0f5132;
    --green-700: #14693f;
    --green-600: #1a8049;
    --green-500: #22a05a;
    --green-400: #3cc06f;
    --green-100: #e6f4ec;
    --green-50: #f3faf5;
    --gold-900: #7a5800;
    --gold-700: #a17a07;
    --gold-600: #c89e2a;
    --gold-500: #d4af37;
    --gold-400: #e2c25a;
    --gold-300: #f0d77d;
    --gold-100: #fbf4dd;
    --ink: #1c2a23;
    --muted: #5c6b63;
    --line: #e6ece8;
    --bg: #ffffff;
    --bg-soft: #f6faf7;
    --grad-primary: linear-gradient(135deg, var(--green-700) 0%, var(--green-500) 60%, var(--gold-500) 100%);
    --shadow-sm: 0 4px 14px rgba(11, 61, 46, 0.08);
    --shadow-md: 0 10px 30px rgba(11, 61, 46, 0.12);
}

body.mysec-front {
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--ink);
    background: var(--bg);
    font-size: 15px;
    line-height: 1.65;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}
/* Landing + auth: sections use Bootstrap .container (boxed, aligned with top bar / nav — frontend-preview.html) */
body.mysec-front h1,
body.mysec-front h2,
body.mysec-front h3,
body.mysec-front h4,
body.mysec-front .hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--green-900);
    font-weight: 700;
    letter-spacing: -0.3px;
}
body.mysec-front a:not(.btn):not(.dropdown-item) {
    color: var(--green-700);
}
body.mysec-front a:not(.btn):not(.dropdown-item):hover {
    color: var(--gold-600);
}

/* Top bar (matches frontend-preview.html: .container + space-between) */
body.mysec-front .top-bar {
    background: var(--green-900);
    color: #cfe3d6;
    font-size: 13px;
    padding: 7px 0;
}
body.mysec-front .top-bar .mf-top-bar-inner {
    min-height: 32px;
}
body.mysec-front .top-bar a {
    color: #cfe3d6;
}
body.mysec-front .top-bar a:hover {
    color: var(--gold-400);
}
body.mysec-front .top-bar i {
    color: var(--gold-400);
    margin-right: 6px;
}
body.mysec-front .top-bar-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    background: rgba(255, 255, 255, 0.06);
    color: var(--gold-300) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
}
body.mysec-front .top-bar-lang-switch:hover {
    background: var(--gold-500);
    color: var(--green-900) !important;
    border-color: var(--gold-500);
}
body.mysec-front .top-bar-lang-switch i {
    margin-right: 0;
    color: inherit;
}

/* Page preloader (green / gold; overrides style.css .se-pre-con gif) */
body.mysec-front .se-pre-con.mf-preloader-overlay {
    /* No display:!important — jQuery .fadeOut() sets display:none inline; !important would block that and leave a full-screen click trap */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, var(--green-900) 0%, #072a1f 55%, #0b3d2e 100%) !important;
    background-image: none !important;
}
body.mysec-front .mf-preloader-inner {
    position: relative;
    width: 92px;
    height: 92px;
}
body.mysec-front .mf-preloader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(212, 175, 55, 0.22);
    border-top-color: var(--gold-500);
    border-right-color: rgba(34, 160, 90, 0.55);
    animation: mf-preloader-spin 0.9s linear infinite;
}
@keyframes mf-preloader-spin {
    to {
        transform: rotate(360deg);
    }
}
body.mysec-front .mf-preloader-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-400);
    font-size: 34px;
    text-shadow: 0 0 22px rgba(212, 175, 55, 0.35);
}

/* Main nav — same structure as frontend-preview.html (not Bootstrap navbar row) */
body.mysec-front .navbar-custom.mf-navbar {
    background: #fff;
    padding: 14px 0;
    box-shadow: 0 2px 18px rgba(11, 61, 46, 0.06);
    border-bottom: 3px solid var(--gold-500);
}
body.mysec-front .navbar-custom .brand {
    display: flex;
    align-items: center;
    gap: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--green-800);
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}
body.mysec-front .navbar-custom .brand .mf-nav-logo {
    display: block;
    max-height: 46px;
    width: auto;
    max-width: min(220px, 52vw);
    height: auto;
    object-fit: contain;
}
body.mysec-front .mf-top-bar-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    min-width: 0;
}
body.mysec-front .mf-topbar-logo-link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    text-decoration: none !important;
}
body.mysec-front .mf-topbar-logo {
    display: block;
    height: 30px;
    width: auto;
    max-width: min(180px, 42vw);
    object-fit: contain;
}
body.mysec-front .navbar-custom .brand:hover {
    color: var(--green-800);
}
/* Boxed bar: Bootstrap .container + flex row like preview */
body.mysec-front .mf-navbar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 992px) {
    body.mysec-front .mf-navbar-inner {
        flex-wrap: nowrap;
    }
}
body.mysec-front .mf-navbar-inner > .brand {
    order: 1;
    flex: 0 0 auto;
}
body.mysec-front .mf-navbar-inner > .navbar-toggler-mf {
    order: 2;
    margin-inline-start: auto;
}
body.mysec-front .mf-navbar-inner > .mf-navbar-collapse {
    order: 3;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
}
body.mysec-front .mf-navbar-mid {
    width: 100%;
}
body.mysec-front .mf-navbar-mid .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
}
body.mysec-front .mf-navbar-mid .nav-menu > li {
    width: 100%;
    border-bottom: 1px solid rgba(230, 236, 232, 0.9);
}
body.mysec-front .mf-navbar-mid .nav-menu > li:last-child {
    border-bottom: none;
}
body.mysec-front .mf-navbar-mid .nav-menu a {
    display: block;
    padding: 12px 0;
}
body.mysec-front .mf-nav-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}
body.mysec-front .mf-nav-cta .btn-signup {
    margin-left: 0;
}
@media (min-width: 992px) {
    body.mysec-front .mf-navbar-inner > .navbar-toggler-mf {
        display: none !important;
    }
    body.mysec-front .mf-navbar-inner > .mf-navbar-collapse {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex: 1 1 auto;
        width: auto;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        min-width: 0;
    }
    body.mysec-front .mf-navbar-mid {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        width: auto;
        min-width: 0;
    }
    body.mysec-front .mf-navbar-mid .nav-menu {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 28px;
        width: auto;
    }
    body.mysec-front .mf-navbar-mid .nav-menu > li {
        width: auto;
        border-bottom: none;
    }
    body.mysec-front .mf-navbar-mid .nav-menu a {
        display: inline-block;
        padding: 6px 0;
    }
    body.mysec-front .mf-nav-cta {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        justify-content: flex-end;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        margin-inline-start: 16px;
    }
}
body.mysec-front .mf-nav-cta .btn-login.dropdown-toggle::after {
    margin-left: 0.35em;
    vertical-align: 0.15em;
}
body.mysec-front .brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--grad-primary);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
}
body.mysec-front .nav-menu {
    display: flex;
    gap: 28px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
body.mysec-front .nav-menu li {
    list-style: none;
}
body.mysec-front .nav-menu a {
    color: var(--ink);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding: 6px 0;
    text-decoration: none;
}
body.mysec-front .nav-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--gold-500);
    transition: 0.3s;
}
body.mysec-front .nav-menu a:hover {
    color: var(--green-700);
}
body.mysec-front .nav-menu a:hover::after {
    width: 100%;
}
body.mysec-front .btn-login {
    border: 2px solid var(--green-600);
    color: var(--green-700);
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
}
body.mysec-front .btn-login:hover {
    background: var(--green-600);
    color: #fff !important;
    text-decoration: none;
}
body.mysec-front .btn-signup {
    background: var(--grad-primary);
    color: #fff !important;
    padding: 9px 24px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    margin-inline-start: 0;
    box-shadow: 0 6px 18px rgba(26, 128, 73, 0.3);
    display: inline-block;
}
body.mysec-front .btn-signup:hover {
    transform: translateY(-2px);
    color: #fff !important;
    text-decoration: none;
}
body.mysec-front .navbar-toggler-mf {
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 10px;
    padding: 8px 12px;
    background: var(--green-50);
}

/* Hero */
body.mysec-front .hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f3faf5 0%, #fff 50%, #fbf4dd 100%);
    padding: 90px 0 120px;
}
body.mysec-front .hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.25), transparent 70%);
    pointer-events: none;
}
body.mysec-front .hero::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26, 128, 73, 0.18), transparent 70%);
    pointer-events: none;
}
body.mysec-front .hero .content {
    position: relative;
    z-index: 2;
}
body.mysec-front .eyebrow {
    display: inline-block;
    background: var(--gold-100);
    color: var(--gold-700);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    border: 1px solid var(--gold-300);
}
body.mysec-front .hero h1 {
    font-size: clamp(1.85rem, 4.5vw, 46px);
    line-height: 1.15;
    margin-bottom: 22px;
}
body.mysec-front .hero h1 .accent {
    color: var(--gold-600);
    font-style: italic;
}
body.mysec-front .hero p {
    color: var(--muted);
    font-size: 16px;
    max-width: 560px;
    margin-bottom: 30px;
}
body.mysec-front .btn-primary-cta {
    background: var(--grad-primary);
    color: #fff !important;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    font-size: 15px;
    box-shadow: 0 10px 24px rgba(26, 128, 73, 0.35);
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
body.mysec-front .btn-primary-cta:hover {
    transform: translateY(-3px);
    color: #fff !important;
    text-decoration: none;
}
body.mysec-front .btn-secondary-cta {
    background: #fff;
    color: var(--green-700) !important;
    padding: 14px 28px;
    border: 2px solid #cde6d6;
    border-radius: 50px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
body.mysec-front .btn-secondary-cta:hover {
    border-color: var(--gold-500);
    color: var(--gold-700) !important;
    text-decoration: none;
}
body.mysec-front .hero-visual {
    position: relative;
    text-align: center;
    z-index: 2;
}
body.mysec-front .hero-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
}
body.mysec-front .hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--grad-primary);
}
body.mysec-front .barcode-demo {
    background: var(--green-50);
    padding: 20px;
    border-radius: 14px;
    border: 2px dashed var(--green-400);
    text-align: center;
}
body.mysec-front .barcode-bars {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin: 14px auto;
    height: 60px;
    align-items: center;
}
body.mysec-front .barcode-bars span {
    display: block;
    background: var(--green-900);
    width: 3px;
    height: 100%;
}
body.mysec-front .barcode-bars span:nth-child(odd) {
    width: 2px;
    height: 85%;
}
body.mysec-front .barcode-bars span:nth-child(3n) {
    width: 4px;
}
body.mysec-front .qr-mock {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    background: linear-gradient(45deg, var(--green-900) 25%, transparent 25%) 0 0/12px 12px,
        linear-gradient(-45deg, var(--green-900) 25%, transparent 25%) 0 0/12px 12px, var(--gold-100);
    border: 4px solid var(--green-900);
    border-radius: 8px;
}
body.mysec-front .stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 50px;
    padding: 8px 18px;
    margin: 6px 5px 6px 0;
    box-shadow: var(--shadow-sm);
    font-size: 13px;
    font-weight: 600;
}
body.mysec-front .stat-pill i {
    color: var(--gold-500);
}

/* Sections */
body.mysec-front .section {
    padding: 45px 0;
}
body.mysec-front .section-head {
    text-align: center;
    max-width: min(960px, 100%);
    margin: 0 auto 60px;
    padding: 0 8px;
}
body.mysec-front .section-head .eyebrow {
    margin-bottom: 14px;
}
body.mysec-front .section-head h2 {
    font-size: clamp(1.75rem, 3vw, 38px);
    margin-bottom: 14px;
}
body.mysec-front .section-head p {
    color: var(--muted);
}

body.mysec-front .about {
    background: var(--bg-soft);
    position: relative;
}
body.mysec-front .about-info h4 {
    color: var(--gold-600);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
body.mysec-front .about-info h2 {
    font-size: 34px;
    margin-bottom: 18px;
}
body.mysec-front .about-info p {
    color: var(--muted);
}
body.mysec-front .check-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
body.mysec-front .check-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    align-items: flex-start;
}
body.mysec-front .check-list li i {
    color: #fff;
    background: var(--green-600);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(26, 128, 73, 0.25);
}
body.mysec-front .check-list li span {
    font-size: 14.5px;
}

body.mysec-front .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
body.mysec-front .feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    border: 1px solid var(--line);
    transition: 0.35s;
    position: relative;
    overflow: hidden;
}
body.mysec-front .feature-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--grad-primary);
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.35s;
}
body.mysec-front .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-300);
}
body.mysec-front .feature-card:hover::before {
    transform: scaleY(1);
}
body.mysec-front .feature-card .icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--green-100), var(--gold-100));
    display: grid;
    place-items: center;
    font-size: 24px;
    color: var(--green-700);
    margin-bottom: 16px;
}
body.mysec-front .feature-card:hover .icon-wrap {
    color: var(--gold-600);
}
body.mysec-front .feature-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--green-800);
}
body.mysec-front .feature-card p {
    color: var(--muted);
    font-size: 13.5px;
    margin: 0;
}

/* Clients */
body.mysec-front .clients-strip {
    background: var(--green-900);
    padding: 50px 0;
    color: #fff;
    background-image: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(34, 160, 90, 0.2), transparent 50%);
}
body.mysec-front .clients-strip h4 {
    color: var(--gold-300);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
body.mysec-front .client-logos {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
body.mysec-front .client-logo {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 14px 22px;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    text-align: center;
    max-width: 220px;
    line-height: 1.25;
    word-break: break-word;
}

/* Overview tabs */
body.mysec-front .overview {
    background: #fff;
}
body.mysec-front .tab-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    background: var(--green-50);
    padding: 8px;
    border-radius: 50px;
    max-width: 720px;
    margin: 0 auto 40px;
    border: 1px solid var(--line);
    flex-wrap: wrap;
}
body.mysec-front .tab-nav .tab-nav-btn {
    flex: 1;
    min-width: 120px;
    padding: 14px 18px;
    border: none;
    background: transparent;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    color: var(--muted);
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
body.mysec-front .tab-nav .tab-nav-btn.active {
    background: var(--grad-primary);
    color: #fff;
    box-shadow: 0 6px 16px rgba(26, 128, 73, 0.3);
}
body.mysec-front .tab-panel-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
}
body.mysec-front .tab-mock {
    min-height: 380px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--green-50), var(--gold-100));
    border: 2px dashed var(--gold-400);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--green-700);
    padding: 2rem 1.5rem;
    text-align: center;
}
body.mysec-front .tab-mock .mf-tab-mock-icon {
    font-size: clamp(3rem, 12vw, 5rem);
    opacity: 0.45;
    line-height: 1;
}
body.mysec-front .tab-mock-caption {
    max-width: 480px;
    margin: 1.25rem 0 0;
    font-size: 15px;
    color: var(--muted);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Contact */
body.mysec-front .contact-area {
    background: var(--bg-soft);
}
body.mysec-front .contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    height: 100%;
}
body.mysec-front .contact-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--gold-600);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 18px;
}
body.mysec-front .contact-card .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.mysec-front .contact-card .info-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}
body.mysec-front .contact-card .info-list i {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--green-100), var(--gold-100));
    color: var(--green-700);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
body.mysec-front .contact-card .info-list span {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
}
body.mysec-front .map-box {
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid var(--line);
}
body.mysec-front .map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
body.mysec-front .form-control-custom {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    font-size: 14px;
    background: #fff;
    transition: 0.25s;
    font-family: 'Poppins', sans-serif;
}
body.mysec-front .form-control-custom:focus {
    outline: none;
    border-color: var(--gold-500);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15);
}
body.mysec-front textarea.form-control-custom {
    min-height: 130px;
    resize: vertical;
}
body.mysec-front .form-label-mf {
    font-size: 13px;
    font-weight: 600;
    color: var(--green-800);
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
body.mysec-front .btn-send {
    background: var(--grad-primary);
    color: #fff !important;
    border: none;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(26, 128, 73, 0.3);
    transition: 0.3s;
}
body.mysec-front .btn-send:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

/* Footer */
body.mysec-front footer.site-footer-mf {
    background: var(--green-900);
    color: #cfe3d6;
    padding: 60px 0 0;
    background-image: radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.08), transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(34, 160, 90, 0.15), transparent 50%);
}
body.mysec-front footer.site-footer-mf h5 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}
body.mysec-front footer.site-footer-mf h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--gold-500);
}
body.mysec-front footer.site-footer-mf .footer-col-links a,
body.mysec-front footer.site-footer-mf .contact-block-mf a {
    color: #cfe3d6;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    line-height: 1.45;
    text-decoration: underline;
    text-decoration-color: rgba(212, 175, 55, 0.45);
    text-underline-offset: 3px;
    transition: color 0.2s, text-decoration-color 0.2s;
}
body.mysec-front footer.site-footer-mf .footer-col-links a:hover,
body.mysec-front footer.site-footer-mf .contact-block-mf a:hover {
    color: var(--gold-400);
    text-decoration-color: var(--gold-400);
}
body.mysec-front footer.site-footer-mf .contact-block-mf a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
body.mysec-front footer.site-footer-mf .contact-block-mf a i {
    color: var(--gold-400);
    margin-top: 3px;
    flex-shrink: 0;
    text-decoration: none;
}
body.mysec-front footer.site-footer-mf .contact-block-mf .footer-address-line {
    font-size: 14px;
    color: #a5beb0;
    line-height: 1.5;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
body.mysec-front footer.site-footer-mf .contact-block-mf .footer-address-line span {
    color: #a5beb0;
}
body.mysec-front footer.site-footer-mf .contact-block-mf .footer-address-line i {
    color: var(--gold-400);
    margin-top: 3px;
    flex-shrink: 0;
}
body.mysec-front .footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}
body.mysec-front footer.site-footer-mf .footer-tagline {
    font-size: 14px;
    color: #a5beb0;
    line-height: 1.65;
    margin: 0 0 4px;
}
body.mysec-front footer.site-footer-mf .footer-social-mf.social-links,
body.mysec-front footer.site-footer-mf .footer-social-mf {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
/* Footer social — white icons; golden hover */
body.mysec-front footer.site-footer-mf .footer-social-mf a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: grid;
    place-items: center;
    margin: 0;
    color: #fff;
    text-decoration: none !important;
    transition: background 0.28s, border-color 0.28s, box-shadow 0.28s, transform 0.22s;
}
body.mysec-front footer.site-footer-mf .footer-social-mf a .fab {
    font-family: 'Font Awesome 6 Brands', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff !important;
}
/* X logo — inline SVG (fa-x-twitter is not in bundled Font Awesome 5.x local CSS) */
body.mysec-front footer.site-footer-mf .footer-social-mf a .mf-social-x-icon {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
    color: #fff;
}
body.mysec-front footer.site-footer-mf .footer-social-mf a:hover .mf-social-x-icon {
    filter: drop-shadow(0 1px 2px rgba(11, 61, 46, 0.35));
}
body.mysec-front footer.site-footer-mf .footer-social-mf a:hover {
    background: linear-gradient(145deg, var(--gold-500) 0%, var(--gold-600) 100%);
    border-color: var(--gold-300);
    box-shadow: 0 6px 22px rgba(212, 175, 55, 0.45);
    transform: translateY(-2px);
}
body.mysec-front footer.site-footer-mf .footer-social-mf a:hover .fab {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(11, 61, 46, 0.45);
}
body.mysec-front .footer-bottom-mf {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
    padding: 22px 0;
    text-align: center;
    color: #a5beb0;
    font-size: 13px;
}
body.mysec-front .footer-bottom-mf span {
    color: var(--gold-400);
    font-weight: 600;
}
body.mysec-front .footer-bottom-mf a.footer-credit-mf {
    color: var(--gold-400);
    font-weight: 600;
    text-decoration: none;
}
body.mysec-front .footer-bottom-mf a.footer-credit-mf:hover {
    color: var(--gold-300);
    text-decoration: underline;
}

/* Auth pages */
body.mysec-front.mysec-auth-page {
    background: linear-gradient(160deg, var(--green-50) 0%, #fff 42%, var(--gold-100) 100%);
    min-height: 100vh;
}
body.mysec-front.mysec-auth-page .se-pre-con {
    background: var(--green-50);
}

body.mysec-front .mf-auth-wrap {
    padding: 48px 0 72px;
    min-height: calc(100vh - 40px);
    display: flex;
    align-items: center;
}
body.mysec-front .mf-auth-panel {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
    background: #fff;
    min-height: 520px;
}
body.mysec-front .mf-auth-brand-col {
    background: var(--grad-primary);
    color: #fff;
    padding: 48px 40px;
    position: relative;
}
body.mysec-front .mf-auth-brand-col::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255,255,255,.12) 0%, transparent 55%);
    pointer-events: none;
}
body.mysec-front .mf-auth-brand-inner {
    position: relative;
    z-index: 1;
    max-width: 360px;
}
body.mysec-front .mf-auth-brand-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 20px;
}
body.mysec-front .mf-auth-brand-col h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.25;
}
body.mysec-front .mf-auth-brand-col p {
    color: rgba(255,255,255,.9);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
}
body.mysec-front .mf-auth-brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.mysec-front .mf-auth-brand-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    color: rgba(255,255,255,.95);
}
body.mysec-front .mf-auth-brand-list li i {
    color: var(--gold-300);
}

body.mysec-front .mf-auth-form-col {
    padding: 40px 36px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.mysec-front .mf-auth-card {
    width: 100%;
}
body.mysec-front .mf-auth-card-head {
    text-align: center;
    margin-bottom: 28px;
}
body.mysec-front .mf-auth-logo-link {
    display: inline-block;
    margin-bottom: 18px;
}
body.mysec-front .mf-auth-logo {
    max-height: 64px;
    width: auto;
}
body.mysec-front .mf-auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--green-50);
    color: var(--green-700);
    border: 1px solid var(--line);
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}
body.mysec-front .mf-auth-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--green-900);
    margin: 0 0 8px;
    line-height: 1.25;
}
body.mysec-front .mf-auth-subtitle {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

body.mysec-front .mf-auth-form .mf-auth-field {
    margin-bottom: 18px;
}
body.mysec-front .mf-auth-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--green-900);
    margin-bottom: 7px;
}
body.mysec-front .mf-auth-input-wrap {
    position: relative;
}
body.mysec-front .mf-auth-input-wrap > i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
}
body.mysec-front .mf-auth-input-wrap .form-control {
    border-radius: 12px;
    border: 1.5px solid var(--line);
    padding: 12px 16px 12px 42px;
    height: auto;
    font-size: 14px;
    box-shadow: none;
    background: #fff;
}
body.mysec-front .mf-auth-input-wrap .form-control:focus {
    border-color: var(--gold-500);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
}
body.mysec-front .mf-auth-field-error {
    display: block;
    color: #c0392b;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 500;
}

body.mysec-front .mf-auth-row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}
body.mysec-front .mf-auth-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    color: var(--muted);
    cursor: pointer;
    user-select: none;
}
body.mysec-front .mf-auth-check input {
    accent-color: var(--green-600);
}
body.mysec-front .mf-auth-link {
    color: var(--green-700);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
body.mysec-front .mf-auth-link:hover {
    color: var(--gold-700);
    text-decoration: underline;
}

body.mysec-front .mf-auth-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: var(--grad-primary);
    color: #fff !important;
    border: none;
    border-radius: 50px;
    padding: 13px 24px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(26, 128, 73, 0.25);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}
body.mysec-front .mf-auth-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(26, 128, 73, 0.32);
}

body.mysec-front .mf-auth-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    padding: 11px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 1.5px solid var(--line);
    color: var(--ink);
    background: #fff;
}
body.mysec-front .mf-auth-social:hover {
    text-decoration: none;
    border-color: var(--gold-500);
    color: var(--green-800);
}
body.mysec-front .mf-auth-social-google i { color: #ea4335; }
body.mysec-front .mf-auth-social-facebook i { color: #1877f2; }

body.mysec-front .mf-auth-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.5;
}
body.mysec-front .mf-auth-alert-success {
    background: var(--green-50);
    border: 1px solid #b8dfc8;
    color: var(--green-800);
}
body.mysec-front .mf-auth-alert-danger {
    background: #fef2f2;
    border: 1px solid #f5c6c6;
    color: #922b21;
}
body.mysec-front .mf-auth-recaptcha {
    margin-bottom: 18px;
}
body.mysec-front .mf-auth-foot-note {
    margin: 18px 0 0;
    font-size: 13px;
    color: var(--muted);
}
body.mysec-front .mf-auth-card-foot {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    text-align: center;
}
body.mysec-front .mf-auth-back-home {
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
body.mysec-front .mf-auth-back-home:hover {
    color: var(--green-700);
    text-decoration: none;
}
body.mysec-front .mf-auth-back-home i {
    margin-right: 6px;
}

/* Override legacy login-area styles from style.css */
body.mysec-front.mysec-auth-page .login-area,
body.mysec-front.mysec-auth-page .login-area div {
    height: auto;
}

@media (max-width: 991px) {
    body.mysec-front .mf-nav-cta .btn-login,
    body.mysec-front .mf-nav-cta .btn-signup {
        flex: 1 1 auto;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    body.mysec-front .mf-auth-wrap {
        padding: 28px 0 48px;
    }
    body.mysec-front .mf-auth-form-col {
        padding: 28px 22px 20px;
    }
    body.mysec-front .mf-auth-title {
        font-size: 24px;
    }
    body.mysec-front .mf-auth-panel {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    body.mysec-front .hero {
        padding: 50px 0 70px;
    }
    body.mysec-front .section {
        padding: 30px 0;
    }
    body.mysec-front .feature-grid {
        grid-template-columns: 1fr;
    }
    body.mysec-front .client-logos {
        justify-content: center;
        margin-top: 20px;
    }
    body.mysec-front .tab-nav {
        flex-direction: column;
        border-radius: 18px;
    }
    body.mysec-front .tab-nav .tab-nav-btn {
        justify-content: flex-start;
    }
    body.mysec-front .btn-secondary-cta {
        margin-left: 0;
        margin-top: 12px;
    }
}
