:root {
    --meral-ink: #071c16;
    --meral-ink-soft: #17352b;
    --meral-lime: #97d82e;
    --meral-lime-dark: #6eab16;
    --meral-mint: #eaf7da;
    --meral-canvas: #fbfaf6;
    --meral-white: #ffffff;
    --meral-blue: #5f7cff;
    --meral-muted: #65736c;
    --meral-border: rgba(7, 28, 22, 0.11);
    --meral-shadow: 0 24px 70px rgba(7, 28, 22, 0.12);
    --meral-radius-xl: 38px;
    --meral-radius-lg: 26px;
    --meral-radius-md: 18px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body.meral-home-v2 {
    overflow-x: hidden;
    background: var(--meral-canvas);
    color: var(--meral-ink);
    font-family: "Manrope", "Noto Kufi Arabic", "Segoe UI", sans-serif;
    text-rendering: optimizeLegibility;
}

body.meral-home-v2 * {
    box-sizing: border-box;
}

body.meral-home-v2 ::selection {
    color: var(--meral-white);
    background: var(--meral-ink);
}

body.meral-home-v2 a,
body.meral-home-v2 button,
body.meral-home-v2 input,
body.meral-home-v2 textarea,
body.meral-home-v2 select {
    font: inherit;
}

body.meral-home-v2 a:focus-visible,
body.meral-home-v2 button:focus-visible,
body.meral-home-v2 input:focus-visible,
body.meral-home-v2 textarea:focus-visible,
body.meral-home-v2 summary:focus-visible {
    outline: 3px solid rgba(95, 124, 255, 0.45);
    outline-offset: 4px;
}

body.meral-home-v2 h1,
body.meral-home-v2 h2,
body.meral-home-v2 h3,
body.meral-home-v2 h4 {
    color: var(--meral-ink);
    font-family: "Manrope", "Noto Kufi Arabic", "Segoe UI", sans-serif;
    letter-spacing: -0.045em;
}

body.meral-home-v2 .container {
    width: min(100% - 32px, 1220px);
    max-width: 1220px;
}

body.meral-home-v2.meral-motion-ready [data-meral-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.75, 0.25, 1);
}

body.meral-home-v2.meral-motion-ready [data-meral-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Header */
body.meral-home-v2 .header {
    position: sticky;
    top: 0;
    z-index: 1050;
    padding: 14px 0 0;
    background: transparent;
    transition: padding 0.3s ease;
}

body.meral-home-v2 .header .container {
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    background: rgba(251, 250, 246, 0.82);
    box-shadow: 0 14px 40px rgba(7, 28, 22, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: box-shadow 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

body.meral-home-v2 .header.meral-header-scrolled {
    padding-top: 8px;
}

body.meral-home-v2 .header.meral-header-scrolled .container {
    background: rgba(251, 250, 246, 0.96);
    box-shadow: 0 18px 50px rgba(7, 28, 22, 0.13);
}

body.meral-home-v2 .navbar-brand {
    display: inline-flex;
    height: 52px !important;
    align-items: center;
}

body.meral-home-v2 .navbar-brand img {
    width: auto !important;
    max-height: 52px;
    object-fit: contain;
}

body.meral-home-v2 .header .navbar-nav {
    gap: 4px;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.meral-home-v2 .header .navbar {
    padding: 0;
}

body.meral-home-v2 .header .nav-link,
body.meral-home-v2 .header .dropdown-toggle {
    position: relative;
    padding: 11px 13px !important;
    border: 0;
    border-radius: 12px;
    color: var(--meral-ink) !important;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

body.meral-home-v2 .header .nav-link:hover,
body.meral-home-v2 .header .nav-link.active,
body.meral-home-v2 .header .dropdown-toggle:hover {
    color: var(--meral-ink) !important;
    background: var(--meral-mint);
    transform: translateY(-1px);
}

body.meral-home-v2 .header .navbar-nav > .nav-item:last-child .btn,
body.meral-home-v2 .header .navbar-nav .btn-primary,
body.meral-home-v2 .header .navbar-nav .btn-success,
body.meral-home-v2 .header .navbar-nav .btn-white,
body.meral-home-v2 .header a.btn.btn-white {
    min-height: 44px;
    padding-inline: 20px !important;
    border: 1px solid var(--meral-ink) !important;
    border-radius: 13px !important;
    color: var(--meral-white) !important;
    background: var(--meral-ink) !important;
    box-shadow: none !important;
}

body.meral-home-v2 .header .dropdown-menu {
    padding: 10px !important;
    border: 1px solid var(--meral-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--meral-shadow);
}

/* Shared typography and buttons */
body.meral-home-v2 .section-heading h2,
body.meral-home-v2 .meral-section-heading h2 {
    margin: 0;
    font-size: clamp(2.1rem, 3.45vw, 3.65rem);
    font-weight: 800;
    line-height: 1.14;
}

body.meral-home-v2 .section-heading h2::after,
body.meral-home-v2 .section-heading h2::before {
    display: none !important;
}

.meral-eyebrow,
.meral-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(110, 171, 22, 0.25);
    border-radius: 999px;
    color: var(--meral-ink-soft);
    background: rgba(234, 247, 218, 0.86);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.meral-kicker__pulse {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--meral-lime-dark);
    box-shadow: 0 0 0 0 rgba(151, 216, 46, 0.5);
    animation: meralPulse 2.2s infinite;
}

.meral-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.meral-btn:hover {
    transform: translateY(-3px);
}

.meral-btn--primary {
    color: var(--meral-white) !important;
    background: var(--meral-ink);
    box-shadow: 0 14px 30px rgba(7, 28, 22, 0.2);
}

.meral-btn--primary:hover {
    background: var(--meral-ink-soft);
    box-shadow: 0 18px 36px rgba(7, 28, 22, 0.26);
}

.meral-btn--ghost {
    border-color: var(--meral-border);
    color: var(--meral-ink) !important;
    background: rgba(255, 255, 255, 0.78);
}

.meral-btn--ghost:hover {
    border-color: rgba(7, 28, 22, 0.22);
    background: var(--meral-white);
}

.meral-btn--lime {
    color: var(--meral-ink) !important;
    background: var(--meral-lime);
    box-shadow: 0 16px 36px rgba(151, 216, 46, 0.2);
}

.meral-section-intro {
    max-width: 680px;
    margin: 20px auto 0;
    color: var(--meral-muted);
    font-size: 16px;
    line-height: 1.85;
}

body.meral-home-v2 .vcard-template-section .meral-section-intro {
    color: rgba(255, 255, 255, 0.64);
}

/* Hero */
body.meral-home-v2 .hero-section {
    position: relative;
    min-height: 760px;
    margin-top: -80px;
    padding: 150px 0 70px !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 12%, rgba(151, 216, 46, 0.2), transparent 31%),
        radial-gradient(circle at 5% 70%, rgba(95, 124, 255, 0.09), transparent 25%),
        linear-gradient(135deg, #fbfaf6 0%, #f6faef 56%, #eef8e3 100%);
}

body.meral-home-v2 .hero-section::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image: radial-gradient(rgba(7, 28, 22, 0.12) 0.8px, transparent 0.8px);
    background-size: 24px 24px;
    opacity: 0.25;
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

body.meral-home-v2 .hero-section .hero-bg-img,
body.meral-home-v2 .hero-section .main-banner {
    display: none !important;
}

body.meral-home-v2 .hero-section .row {
    min-height: 600px;
}

body.meral-home-v2 .hero-content {
    position: relative;
    z-index: 2;
    max-width: 610px;
}

body.meral-home-v2 .hero-content h1 {
    max-width: 650px;
    margin-bottom: 20px !important;
    color: var(--meral-ink) !important;
    font-size: clamp(3.2rem, 4.7vw, 5.45rem);
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: -0.048em;
}

body.meral-home-v2 .hero-content > p {
    max-width: 560px;
    margin-bottom: 28px !important;
    color: var(--meral-muted) !important;
    font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
    font-weight: 500;
    line-height: 1.85;
}

body.meral-home-v2 .vcard-alias-search {
    max-width: 570px;
    padding: 7px;
    border: 1px solid var(--meral-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 46px rgba(7, 28, 22, 0.09);
}

body.meral-home-v2 .vcard-alias-search .form-control {
    min-height: 54px;
    padding: 10px 150px 10px 18px;
    border: 0 !important;
    color: var(--meral-ink);
    background: transparent !important;
    box-shadow: none !important;
}

body.meral-home-v2 .vcard-alias-search .btn {
    position: absolute;
    top: 7px !important;
    right: 7px !important;
    bottom: 7px;
    min-width: 132px;
    margin: 0 !important;
    border: 0;
    border-radius: 13px;
    color: var(--meral-white) !important;
    background: var(--meral-ink) !important;
    transform: none !important;
}

body.meral-home-v2 .home1-rtl .vcard-alias-search .form-control {
    padding-right: 18px;
    padding-left: 150px;
}

body.meral-home-v2 .home1-rtl .vcard-alias-search .btn {
    right: auto !important;
    left: 7px !important;
}

.meral-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.meral-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 22px 0 0;
    padding: 0;
    color: var(--meral-muted);
    font-size: 12px;
    font-weight: 700;
    list-style: none;
}

.meral-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.meral-trust-list i {
    color: var(--meral-lime-dark);
}

body.meral-home-v2 .hero-img {
    position: relative;
    z-index: 2;
    width: min(100%, 630px);
    height: 570px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 44px 44px 120px 44px;
    background: var(--meral-white);
    box-shadow: var(--meral-shadow);
    transform: translate3d(var(--meral-x, 0), var(--meral-y, 0), 0) rotate(1.2deg);
    transition: transform 0.2s ease-out;
}

body.meral-home-v2 .hero-img::after {
    position: absolute;
    right: 26px;
    bottom: 24px;
    width: 84px;
    height: 84px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 50%;
    content: "";
    background: rgba(151, 216, 46, 0.72);
    box-shadow: 0 0 0 14px rgba(151, 216, 46, 0.11);
    backdrop-filter: blur(8px);
    animation: meralOrbit 5s ease-in-out infinite;
}

body.meral-home-v2 .hero-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 65% center;
    animation: none !important;
}

/* Template showcase */
body.meral-home-v2 .vcard-template-section {
    position: relative;
    padding: 76px 0 82px !important;
    overflow: hidden;
    color: var(--meral-white);
    background:
        radial-gradient(circle at 10% 20%, rgba(151, 216, 46, 0.14), transparent 27%),
        linear-gradient(135deg, #061812, #0a281f 72%, #11382c);
}

body.meral-home-v2 .vcard-template-section::after {
    position: absolute;
    inset: auto -15% -50% 40%;
    width: 760px;
    height: 760px;
    border: 1px solid rgba(151, 216, 46, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body.meral-home-v2 .vcard-template-section .vcard-bg,
body.meral-home-v2 .vcard-template-section [class*="plus-vector"] {
    display: none !important;
}

body.meral-home-v2 .vcard-template-section .vcard-section {
    position: relative;
    z-index: 2;
    padding-bottom: 0 !important;
}

body.meral-home-v2 .vcard-template-section .section-heading h2 {
    color: var(--meral-white);
}

body.meral-home-v2 .center-slider {
    margin: 10px -8px 0;
}

body.meral-home-v2 .center-slider .slick-list {
    height: 410px !important;
    min-height: 410px;
    padding-top: 28px !important;
    padding-bottom: 38px !important;
}

body.meral-home-v2 .center-slider .slick-track {
    display: flex !important;
    align-items: center;
}

body.meral-home-v2 .center-slider .slick-slide {
    height: auto !important;
    min-height: 0 !important;
    padding: 26px 9px 34px;
    opacity: 0.56;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

body.meral-home-v2 .center-slider .slick-center {
    z-index: 3;
    opacity: 1;
    transform: translateY(-14px) scale(1.06);
}

body.meral-home-v2 .vcard-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

body.meral-home-v2 .vcard-card:hover {
    border-color: rgba(151, 216, 46, 0.55);
    transform: translateY(-8px);
}

body.meral-home-v2 .vcard-card img {
    display: block;
    width: 100% !important;
    aspect-ratio: 0.72;
    object-fit: cover;
    object-position: top;
}

body.meral-home-v2 .center-slider .slide-arrow,
body.meral-home-v2 .feature-slider .slide-arrow,
body.meral-home-v2 .testimonial-slider .slide-arrow {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    color: var(--meral-ink);
    background: var(--meral-lime);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

body.meral-home-v2 .vcard-template-section .btn,
body.meral-home-v2 .vcard-template-section a[role="button"] {
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 14px !important;
    color: var(--meral-ink) !important;
    background: var(--meral-lime) !important;
    box-shadow: none !important;
}

/* Existing feature cards */
body.meral-home-v2 .features-section {
    padding: 88px 0 !important;
    background: var(--meral-canvas);
}

body.meral-home-v2 .features-section .section-heading {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

body.meral-home-v2 .features-section .feature-slider .slick-list {
    padding-bottom: 48px !important;
}

body.meral-home-v2 .features-section .feature-slider .slick-track {
    display: flex !important;
}

body.meral-home-v2 .features-section .feature-slider .slick-slide,
body.meral-home-v2 .features-section .feature-slider .slick-slide > div {
    height: auto !important;
}

body.meral-home-v2 .features-section .feature-card,
body.meral-home-v2 .features-section .card {
    height: 100%;
    min-height: 300px;
    padding: 30px !important;
    border: 1px solid var(--meral-border) !important;
    border-radius: var(--meral-radius-lg) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 18px 48px rgba(7, 28, 22, 0.07) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.meral-home-v2 .features-section .feature-card:hover,
body.meral-home-v2 .features-section .card:hover {
    border-color: rgba(151, 216, 46, 0.6) !important;
    box-shadow: 0 26px 64px rgba(7, 28, 22, 0.12) !important;
    transform: translateY(-8px);
}

body.meral-home-v2 .features-section .feature-img,
body.meral-home-v2 .features-section .feature-image,
body.meral-home-v2 .features-section img {
    border-radius: 18px;
}

.meral-feature-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 52px;
    place-items: center;
    border-radius: 18px;
    color: var(--meral-ink);
    background: var(--meral-mint);
    font-size: 21px;
    transition: transform 0.3s ease, background 0.3s ease;
}

body.meral-home-v2 .features-section .feature-card:hover .meral-feature-icon {
    background: var(--meral-lime);
    transform: rotate(-5deg) scale(1.06);
}

body.meral-home-v2 .features-section h3 {
    font-weight: 800;
}

body.meral-home-v2 .features-section p {
    color: var(--meral-muted) !important;
    line-height: 1.75;
}

/* Existing interface section */
body.meral-home-v2 .modern-interface-section {
    position: relative;
    padding: 96px 0 !important;
    background: linear-gradient(145deg, #eaf7da, #f5faec 60%, #e7f4d4);
}

body.meral-home-v2 .modern-interface-section .section-heading {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

body.meral-home-v2 .modern-interface-section .interface-card {
    margin-bottom: 28px !important;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--meral-radius-xl);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 70px rgba(7, 28, 22, 0.09);
    backdrop-filter: blur(10px);
}

body.meral-home-v2 .modern-interface-section .interface-card:nth-of-type(2) {
    background: var(--meral-ink);
}

body.meral-home-v2 .modern-interface-section .interface-card:nth-of-type(2) h3,
body.meral-home-v2 .modern-interface-section .interface-card:nth-of-type(2) p {
    color: var(--meral-white) !important;
}

body.meral-home-v2 .modern-interface-section .interface-img {
    min-height: 300px;
    overflow: hidden;
    border-radius: 26px;
    background: var(--meral-canvas);
}

body.meral-home-v2 .modern-interface-section .interface-img img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

body.meral-home-v2 .modern-interface-section .card-desc {
    max-width: 490px;
    padding: 34px !important;
}

body.meral-home-v2 .modern-interface-section .card-title {
    font-size: clamp(1.5rem, 2vw, 2.2rem) !important;
    font-weight: 800 !important;
}

body.meral-home-v2 .modern-interface-section .card-text {
    color: var(--meral-muted) !important;
    font-size: 16px;
    line-height: 1.85;
}

.meral-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    min-height: 600px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 28px 80px rgba(7, 28, 22, 0.11);
    backdrop-filter: blur(12px);
}

.meral-showcase__copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 54px;
}

.meral-showcase__number {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 36px;
    place-items: center;
    border: 1px solid rgba(7, 28, 22, 0.14);
    border-radius: 15px;
    color: var(--meral-ink);
    background: var(--meral-mint);
    font-size: 13px;
    font-weight: 900;
}

.meral-showcase__copy h3 {
    max-width: 520px;
    margin: 0 0 20px;
    font-size: clamp(2rem, 3.1vw, 3.6rem);
    font-weight: 850;
    line-height: 1.08;
}

.meral-showcase__copy > p {
    margin: 0;
    color: var(--meral-muted);
    font-size: 16px;
    line-height: 1.85;
}

.meral-showcase__copy ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 34px;
    padding: 0;
    list-style: none;
}

.meral-showcase__copy li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--meral-ink-soft);
    font-size: 14px;
    font-weight: 750;
}

.meral-showcase__copy li i {
    color: var(--meral-lime-dark);
}

.meral-showcase__gallery {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 44%, rgba(151, 216, 46, 0.26), transparent 35%),
        linear-gradient(145deg, #061812, #0b2b21 78%);
}

.meral-showcase__gallery::before {
    position: absolute;
    inset: 0;
    content: "";
    background-image: radial-gradient(rgba(255, 255, 255, 0.13) 0.7px, transparent 0.7px);
    background-size: 22px 22px;
    opacity: 0.34;
}

.meral-showcase__gallery img {
    position: absolute;
    top: 82px;
    left: 50%;
    width: 230px;
    height: 442px;
    object-fit: cover;
    object-position: top;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 26px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.meral-showcase__gallery img:nth-child(1) {
    z-index: 3;
    transform: translateX(-50%) translateY(-14px);
}

.meral-showcase__gallery img:nth-child(2) {
    z-index: 2;
    transform: translateX(-112%) rotate(-8deg) scale(0.88);
    opacity: 0.86;
}

.meral-showcase__gallery img:nth-child(3) {
    z-index: 1;
    transform: translateX(12%) rotate(8deg) scale(0.88);
    opacity: 0.86;
}

/* New workflow */
.meral-workflow {
    position: relative;
    padding: 100px 0;
    background: var(--meral-canvas);
}

.meral-workflow__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 74px;
    align-items: center;
}

.meral-workflow__visual {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--meral-border);
    border-radius: 44px 44px 120px 44px;
    background: var(--meral-white);
    box-shadow: var(--meral-shadow);
    aspect-ratio: 3 / 2;
}

.meral-workflow__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meral-orbit-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid var(--meral-white);
    border-radius: 50%;
    background: var(--meral-lime);
    box-shadow: 0 0 0 8px rgba(151, 216, 46, 0.18);
}

.meral-orbit-dot--one {
    top: 21%;
    right: 13%;
    animation: meralOrbit 4.8s ease-in-out infinite;
}

.meral-orbit-dot--two {
    bottom: 18%;
    left: 12%;
    background: var(--meral-blue);
    box-shadow: 0 0 0 8px rgba(95, 124, 255, 0.16);
    animation: meralOrbit 4.8s 1.3s ease-in-out infinite;
}

.meral-workflow__content h2 {
    margin: 0 0 22px;
    font-size: clamp(2.35rem, 3.8vw, 4rem);
    font-weight: 850;
    line-height: 1.12;
}

.meral-lead {
    margin: 0 0 32px;
    color: var(--meral-muted);
    font-size: 17px;
    line-height: 1.85;
}

.meral-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.meral-steps li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    padding: 17px 18px;
    border: 1px solid var(--meral-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 28px rgba(7, 28, 22, 0.035);
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.meral-steps li:hover {
    border-color: var(--meral-border);
    background: var(--meral-white);
    transform: translateX(6px);
}

.home1-rtl .meral-steps li:hover {
    transform: translateX(-6px);
}

.meral-step-number {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--meral-ink);
    background: var(--meral-mint);
    font-size: 13px;
    font-weight: 900;
}

.meral-steps h3 {
    margin: 1px 0 6px;
    font-size: 18px;
    font-weight: 800;
}

.meral-steps p {
    margin: 0;
    color: var(--meral-muted);
    font-size: 14px;
    line-height: 1.65;
}

/* Bento benefits */
.meral-benefits {
    padding: 100px 0 108px;
    color: var(--meral-white);
    background: var(--meral-ink);
}

.meral-benefits .meral-eyebrow {
    border-color: rgba(151, 216, 46, 0.24);
    color: var(--meral-lime);
    background: rgba(151, 216, 46, 0.09);
}

.meral-section-heading {
    max-width: 810px;
    margin: 0 auto 54px;
    text-align: center;
}

.meral-benefits .meral-section-heading h2 {
    color: var(--meral-white);
}

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

.meral-benefit-card {
    display: flex;
    min-height: 235px;
    justify-content: flex-end;
    flex-direction: column;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.meral-benefit-card:hover {
    border-color: rgba(151, 216, 46, 0.45);
    background: rgba(255, 255, 255, 0.085);
    transform: translateY(-7px);
}

.meral-benefit-card__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: auto;
    place-items: center;
    border-radius: 16px;
    color: var(--meral-ink);
    background: var(--meral-lime);
    font-size: 19px;
}

.meral-benefit-card h3 {
    margin: 0 0 10px;
    color: var(--meral-white) !important;
    font-size: 21px;
    font-weight: 800;
}

.meral-benefit-card p {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.7;
}

/* Pricing */
body.meral-home-v2 .pricing-plan-section {
    padding: 96px 0 !important;
    background: var(--meral-canvas);
}

body.meral-home-v2 .pricing-plan-section .section-heading {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

body.meral-home-v2 .pricing-slider {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

body.meral-home-v2 .pricing-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

body.meral-home-v2 .pricing-slider .slick-slide {
    height: auto !important;
    padding: 12px;
}

body.meral-home-v2 .pricing-slider .slick-slide > div {
    height: 100%;
}

body.meral-home-v2 .pricing-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--meral-border) !important;
    border-radius: 28px !important;
    background: var(--meral-white) !important;
    box-shadow: 0 20px 52px rgba(7, 28, 22, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.meral-home-v2 .pricing-card:hover {
    box-shadow: 0 28px 70px rgba(7, 28, 22, 0.14) !important;
    transform: translateY(-8px);
}

body.meral-home-v2 .pricing-card .card-title,
body.meral-home-v2 .pricing-card .text-primary {
    color: var(--meral-ink) !important;
    font-weight: 850;
}

body.meral-home-v2 .pricing-card .price {
    color: var(--meral-ink) !important;
    font-weight: 850 !important;
}

body.meral-home-v2 .pricing-card .pricing-card-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 32px !important;
}

body.meral-home-v2 .pricing-card .pricing-plan-list {
    min-height: 0 !important;
    margin-bottom: 22px !important;
}

body.meral-home-v2 .pricing-card .pricing-plan-list li {
    min-height: 0 !important;
    margin-bottom: 9px !important;
    line-height: 1.6;
}

body.meral-home-v2 .pricing-card .check-box,
body.meral-home-v2 .pricing-card .check-box svg,
body.meral-home-v2 .pricing-card .check-box i,
body.meral-home-v2 .pricing-card .show-plan-icon-btn,
body.meral-home-v2 .pricing-card .less-plan-icon-btn {
    color: var(--meral-lime-dark) !important;
}

body.meral-home-v2 .pricing-card .trial-plan-lable span {
    border: 1px solid rgba(110, 171, 22, 0.28);
    border-radius: 0 0 0 18px;
    color: var(--meral-ink) !important;
    background: var(--meral-mint) !important;
    font-size: 13px;
    font-weight: 800;
}

body.meral-home-v2 .pricing-card .show-plan-features,
body.meral-home-v2 .pricing-card .less-plan-features {
    display: inline-flex !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: center;
    margin: 8px auto 0 !important;
    padding: 8px 16px;
    border: 1px solid var(--meral-border);
    border-radius: 999px;
    color: var(--meral-ink);
    background: var(--meral-white);
    cursor: pointer;
}

body.meral-home-v2 .pricing-card .show-plan-features.d-none,
body.meral-home-v2 .pricing-card .less-plan-features.d-none {
    display: none !important;
}

body.meral-home-v2 .pricing-card .show-plan-features svg,
body.meral-home-v2 .pricing-card .less-plan-features svg {
    width: 20px;
    height: 20px;
    font-size: 20px !important;
}

.meral-plan-toggle-label {
    font-size: 12px;
    font-weight: 800;
}

body.meral-home-v2 .pricing-card .btn-primary,
body.meral-home-v2 .pricing-card .btn-success,
body.meral-home-v2 .pricing-card .btn-info {
    min-height: 48px;
    border: 0 !important;
    border-radius: 14px !important;
    color: var(--meral-white) !important;
    background: var(--meral-ink) !important;
    box-shadow: none !important;
}

body.meral-home-v2 .pricing-plan-section .slick-dots li button::before {
    color: var(--meral-ink);
}

body.meral-home-v2 .pricing-plan-section .slick-dots li.slick-active button::before {
    color: var(--meral-lime-dark);
}

/* FAQ and closing CTA */
.meral-faq {
    position: relative;
    padding: 118px 0;
    background: linear-gradient(180deg, #eef8e3, #fbfaf6 74%);
}

.meral-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 1040px;
    margin: 0 auto;
}

.meral-faq-item {
    border: 1px solid var(--meral-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.83);
    box-shadow: 0 12px 32px rgba(7, 28, 22, 0.05);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.meral-faq-item[open] {
    border-color: rgba(151, 216, 46, 0.65);
    background: var(--meral-white);
}

.meral-faq-item summary {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    color: var(--meral-ink);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.meral-faq-item summary::-webkit-details-marker {
    display: none;
}

.meral-faq-item summary i {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    color: var(--meral-ink);
    background: var(--meral-mint);
    transition: transform 0.3s ease, background 0.3s ease;
}

.meral-faq-item[open] summary i {
    background: var(--meral-lime);
    transform: rotate(45deg);
}

.meral-faq-item p {
    margin: -2px 0 0;
    padding: 0 20px 22px;
    color: var(--meral-muted);
    font-size: 14px;
    line-height: 1.75;
}

.meral-cta {
    display: flex;
    max-width: 1100px;
    min-height: 260px;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    margin: 78px auto 0;
    padding: 46px 52px;
    overflow: hidden;
    border-radius: 36px;
    color: var(--meral-white);
    background:
        radial-gradient(circle at 90% 0, rgba(151, 216, 46, 0.2), transparent 36%),
        var(--meral-ink);
    box-shadow: var(--meral-shadow);
}

.meral-cta h2 {
    max-width: 700px;
    margin: 0 0 12px;
    color: var(--meral-white) !important;
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    font-weight: 850;
    line-height: 1.07;
}

.meral-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
}

.meral-cta .meral-btn {
    flex: 0 0 auto;
}

/* Contact and footer */
body.meral-home-v2 .contact-section {
    position: relative;
    padding: 112px 0 !important;
    color: var(--meral-white);
    background: #061812;
}

body.meral-home-v2 .contact-section h2,
body.meral-home-v2 .contact-section h3,
body.meral-home-v2 .contact-section p,
body.meral-home-v2 .contact-section label,
body.meral-home-v2 .contact-section a {
    color: var(--meral-white) !important;
}

body.meral-home-v2 .contact-section .contact-info,
body.meral-home-v2 .contact-section form,
body.meral-home-v2 .contact-section .contact-form {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.055);
}

body.meral-home-v2 .contact-section .form-control {
    min-height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 14px !important;
    color: var(--meral-white) !important;
    background: rgba(255, 255, 255, 0.07) !important;
    box-shadow: none !important;
}

body.meral-home-v2 .contact-section textarea.form-control {
    min-height: 150px;
}

body.meral-home-v2 .contact-section .form-control::placeholder {
    color: rgba(255, 255, 255, 0.52);
}

body.meral-home-v2 .contact-section .btn {
    min-height: 50px;
    border: 0 !important;
    border-radius: 14px !important;
    color: var(--meral-ink) !important;
    background: var(--meral-lime) !important;
}

body.meral-home-v2 footer,
body.meral-home-v2 .footer {
    color: rgba(255, 255, 255, 0.68);
    background: #03100c !important;
}

body.meral-home-v2 footer a,
body.meral-home-v2 .footer a {
    color: rgba(255, 255, 255, 0.72) !important;
}

body.meral-home-v2 footer a:hover,
body.meral-home-v2 .footer a:hover {
    color: var(--meral-lime) !important;
}

/* RTL */
body.meral-home-v2 .home1-rtl,
body.meral-home-v2 .home1-rtl input,
body.meral-home-v2 .home1-rtl textarea {
    font-family: "Noto Kufi Arabic", "Manrope", "Segoe UI", sans-serif;
}

body.meral-home-v2 .home1-rtl h1,
body.meral-home-v2 .home1-rtl h2,
body.meral-home-v2 .home1-rtl h3,
body.meral-home-v2 .home1-rtl h4 {
    letter-spacing: 0 !important;
}

body.meral-home-v2 .home1-rtl .hero-content h1 {
    font-size: clamp(3rem, 4.35vw, 5rem);
    line-height: 1.18;
}

body.meral-home-v2 .home1-rtl .section-heading h2,
body.meral-home-v2 .home1-rtl .meral-section-heading h2 {
    font-size: clamp(2.15rem, 3.15vw, 3.45rem);
    line-height: 1.28;
}

body.meral-home-v2 .home1-rtl .meral-workflow__content h2 {
    font-size: clamp(2.35rem, 3.4vw, 3.65rem);
    line-height: 1.28;
}

body.meral-home-v2 .home1-rtl .hero-content,
body.meral-home-v2 .home1-rtl .meral-workflow__content,
body.meral-home-v2 .home1-rtl .meral-benefit-card,
body.meral-home-v2 .home1-rtl .meral-faq-item,
body.meral-home-v2 .home1-rtl .feature-card,
body.meral-home-v2 .home1-rtl .pricing-card,
body.meral-home-v2 .home1-rtl .meral-showcase__copy {
    text-align: right;
}

body.meral-home-v2 .home1-rtl .pricing-plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    direction: rtl;
    text-align: right !important;
}

body.meral-home-v2 .home1-rtl .pricing-plan-list li .check-box {
    order: -1;
    flex: 0 0 20px;
    margin: 3px 0 0 !important;
}

body.meral-home-v2 .home1-rtl .pricing-plan-list li label {
    flex: 1;
}

body.meral-home-v2 .home1-rtl .pricing-card .trial-plan-lable span {
    border-radius: 0 0 18px 0;
}

body.meral-home-v2.meral-motion-ready .slick-slider [data-meral-reveal] {
    opacity: 1 !important;
    transform: none !important;
}

body.meral-home-v2 .home1-rtl .meral-btn i,
body.meral-home-v2 .home1-rtl .meral-cta .meral-btn i {
    transform: rotate(180deg);
}

@keyframes meralPulse {
    0% { box-shadow: 0 0 0 0 rgba(151, 216, 46, 0.48); }
    70% { box-shadow: 0 0 0 10px rgba(151, 216, 46, 0); }
    100% { box-shadow: 0 0 0 0 rgba(151, 216, 46, 0); }
}

@keyframes meralOrbit {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -13px, 0); }
}

@media (max-width: 1199px) {
    body.meral-home-v2 .hero-content h1 {
        font-size: clamp(3rem, 5.4vw, 4.9rem);
    }

    body.meral-home-v2 .hero-img {
        height: 520px;
    }

    .meral-workflow__grid {
        gap: 44px;
    }
}

@media (max-width: 991px) {
    body.meral-home-v2 .header {
        padding-top: 8px;
    }

    body.meral-home-v2 .header .container {
        padding: 8px 14px;
        border-radius: 18px;
    }

    body.meral-home-v2 .header .navbar-collapse {
        position: absolute;
        top: 72px;
        right: 16px;
        left: 16px;
        max-height: calc(100vh - 100px);
        padding: 14px;
        overflow-y: auto;
        border: 1px solid var(--meral-border);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--meral-shadow);
    }

    body.meral-home-v2 .header .navbar-nav {
        align-items: stretch !important;
    }

    body.meral-home-v2 .hero-section {
        margin-top: -72px;
        padding-top: 150px !important;
        text-align: center;
    }

    body.meral-home-v2 .hero-section .row {
        min-height: auto;
    }

    body.meral-home-v2 .hero-content,
    body.meral-home-v2 .hero-content > p,
    body.meral-home-v2 .vcard-alias-search {
        margin-right: auto;
        margin-left: auto;
    }

    .meral-kicker,
    .meral-hero-actions,
    .meral-trust-list {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    body.meral-home-v2 .hero-img {
        width: min(100%, 720px);
        height: 560px;
        margin-top: 36px;
    }

    .meral-workflow__grid {
        grid-template-columns: 1fr;
    }

    .meral-showcase {
        grid-template-columns: 1fr;
    }

    .meral-showcase__gallery {
        min-height: 560px;
    }

    .meral-workflow__visual {
        max-width: 760px;
        margin: 0 auto;
    }

    .meral-workflow__content {
        max-width: 760px;
        margin: 0 auto;
    }

    .meral-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .meral-benefit-card,
    .meral-benefit-card--1,
    .meral-benefit-card--2,
    .meral-benefit-card--5,
    .meral-benefit-card--6 {
        grid-column: auto;
    }

    .meral-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    body.meral-home-v2 .container {
        width: min(100% - 24px, 1220px);
    }

    body.meral-home-v2 .hero-section {
        min-height: auto;
        padding: 132px 0 60px !important;
    }

    body.meral-home-v2 .hero-content h1 {
        font-size: clamp(2.65rem, 12vw, 4.3rem);
        line-height: 1.03;
    }

    body.meral-home-v2 .hero-content > p {
        line-height: 1.72;
    }

    body.meral-home-v2 .hero-img {
        height: 440px;
        border-radius: 30px 30px 72px 30px;
    }

    body.meral-home-v2 .vcard-template-section,
    body.meral-home-v2 .features-section,
    body.meral-home-v2 .modern-interface-section,
    body.meral-home-v2 .pricing-plan-section,
    body.meral-home-v2 .contact-section,
    .meral-workflow,
    .meral-benefits,
    .meral-faq {
        padding-top: 82px !important;
        padding-bottom: 82px !important;
    }

    body.meral-home-v2 .section-heading,
    body.meral-home-v2 .meral-section-heading {
        margin-bottom: 38px !important;
    }

    body.meral-home-v2 .section-heading h2,
    body.meral-home-v2 .meral-section-heading h2,
    .meral-workflow__content h2 {
        font-size: clamp(2rem, 9vw, 3.2rem);
    }

    body.meral-home-v2 .modern-interface-section .interface-card {
        padding: 12px;
        border-radius: 26px;
    }

    body.meral-home-v2 .modern-interface-section .card-desc {
        padding: 24px 16px !important;
    }

    body.meral-home-v2 .modern-interface-section .interface-img,
    body.meral-home-v2 .modern-interface-section .interface-img img {
        min-height: 240px;
    }

    .meral-workflow__visual {
        border-radius: 28px 28px 76px 28px;
    }

    .meral-showcase {
        border-radius: 28px;
    }

    .meral-showcase__copy {
        padding: 38px 28px;
    }

    .meral-showcase__copy h3 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .meral-showcase__gallery {
        min-height: 500px;
    }

    .meral-showcase__gallery img {
        top: 66px;
        width: 196px;
        height: 380px;
    }

    .meral-benefits__grid {
        grid-template-columns: 1fr;
    }

    .meral-benefit-card,
    .meral-benefit-card--1,
    .meral-benefit-card--2,
    .meral-benefit-card--5,
    .meral-benefit-card--6 {
        grid-column: auto;
        min-height: 210px;
    }

    .meral-benefit-card__icon {
        margin-bottom: 38px;
    }

    .meral-faq__grid {
        grid-template-columns: 1fr;
    }

    .meral-cta {
        min-height: auto;
        margin-top: 54px;
        padding: 34px 26px;
        border-radius: 26px;
    }
}

@media (max-width: 575px) {
    body.meral-home-v2 .navbar-brand {
        height: 44px !important;
    }

    body.meral-home-v2 .navbar-brand img {
        max-height: 44px;
    }

    .meral-kicker {
        font-size: 10px;
    }

    body.meral-home-v2 .vcard-alias-search {
        padding-bottom: 68px;
    }

    body.meral-home-v2 .vcard-alias-search .form-control,
    body.meral-home-v2 .home1-rtl .vcard-alias-search .form-control {
        padding-right: 14px;
        padding-left: 14px;
        text-align: center;
    }

    body.meral-home-v2 .vcard-alias-search .btn,
    body.meral-home-v2 .home1-rtl .vcard-alias-search .btn {
        top: auto !important;
        right: 7px !important;
        bottom: 7px;
        left: 7px !important;
        width: calc(100% - 14px);
    }

    .meral-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .meral-btn {
        width: 100%;
    }

    .meral-trust-list {
        align-items: center;
        flex-direction: column;
    }

    body.meral-home-v2 .hero-img {
        height: 360px;
    }

    body.meral-home-v2 .center-slider .slick-list {
        height: 450px !important;
        min-height: 450px;
    }

    .meral-showcase__gallery {
        min-height: 440px;
    }

    .meral-showcase__gallery img {
        top: 58px;
        width: 174px;
        height: 336px;
    }

    .meral-showcase__gallery img:nth-child(2) {
        transform: translateX(-104%) rotate(-7deg) scale(0.82);
    }

    .meral-showcase__gallery img:nth-child(3) {
        transform: translateX(4%) rotate(7deg) scale(0.82);
    }

    body.meral-home-v2 .pricing-card .pricing-card-body {
        padding: 28px 24px !important;
    }

    .meral-steps li {
        grid-template-columns: 46px 1fr;
        padding: 13px;
    }

    .meral-step-number {
        width: 46px;
        height: 46px;
    }
}

/* Homepage refinement: slug checker, template gallery, conversion CTA and footer */
body.meral-home-v2 .vcard-alias-search {
    display: grid;
    max-width: 590px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(7, 28, 22, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 46px rgba(7, 28, 22, 0.09);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.meral-home-v2 .vcard-alias-search:focus-within {
    border-color: rgba(110, 171, 22, 0.78);
    background: var(--meral-white);
    box-shadow: 0 0 0 4px rgba(151, 216, 46, 0.16), 0 20px 50px rgba(7, 28, 22, 0.11);
}

body.meral-home-v2 .vcard-alias-search .form-control,
body.meral-home-v2 .home1-rtl .vcard-alias-search .form-control {
    min-width: 0;
    min-height: 58px;
    padding: 11px 18px !important;
    border: 0 !important;
    outline: 0 !important;
    color: var(--meral-ink);
    background: transparent !important;
    box-shadow: none !important;
}

body.meral-home-v2 .vcard-alias-search .form-control:focus-visible {
    outline: 0 !important;
}

body.meral-home-v2 .vcard-alias-search .btn,
body.meral-home-v2 .home1-rtl .vcard-alias-search .btn {
    position: static !important;
    inset: auto !important;
    display: inline-flex;
    width: auto;
    min-width: 158px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 !important;
    padding: 11px 20px;
    border: 0 !important;
    border-radius: 14px;
    color: var(--meral-white) !important;
    background: var(--meral-ink) !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow: none !important;
    transform: none !important;
}

body.meral-home-v2 .vcard-alias-search.is-available {
    border-color: rgba(110, 171, 22, 0.58);
    background: #f8fff0;
}

body.meral-home-v2 .vcard-alias-search.is-available .btn {
    color: var(--meral-ink) !important;
    background: var(--meral-lime) !important;
}

body.meral-home-v2 .vcard-alias-search.has-error {
    border-color: rgba(191, 68, 68, 0.5);
    background: #fff8f7;
}

.meral-alias-feedback {
    width: min(100%, 590px);
    margin: 9px 8px 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}

.meral-alias-feedback--success { color: #4e8b0b !important; }
.meral-alias-feedback--error { color: #b43b3b !important; }

body.meral-home-v2 .vcard-template-section {
    padding: 96px 0 104px !important;
    background:
        radial-gradient(circle at 18% 35%, rgba(151, 216, 46, 0.14), transparent 29%),
        radial-gradient(circle at 86% 8%, rgba(95, 124, 255, 0.09), transparent 24%),
        linear-gradient(142deg, #04150f 0%, #08251c 58%, #10362a 100%);
}

body.meral-home-v2 .vcard-template-section::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.14) 0.8px, transparent 0.8px);
    background-size: 24px 24px;
    opacity: 0.15;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.meral-template-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 54px;
    margin-bottom: 44px;
}

body.meral-home-v2 .meral-template-header .section-heading {
    max-width: 760px;
    margin: 0 !important;
    text-align: start !important;
}

body.meral-home-v2 .meral-template-header .section-heading h2 {
    max-width: 690px;
    font-size: clamp(2.7rem, 4.2vw, 3.55rem);
    line-height: 1.16;
}

body.meral-home-v2 .meral-template-header .meral-section-intro {
    max-width: 640px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.66);
}

.meral-template-link {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    color: var(--meral-white) !important;
    background: rgba(255, 255, 255, 0.07);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    backdrop-filter: blur(12px);
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.meral-template-link:hover {
    border-color: rgba(151, 216, 46, 0.62);
    background: rgba(151, 216, 46, 0.12);
    transform: translateY(-3px);
}

.meral-template-stage {
    position: relative;
    min-height: 552px;
    padding: 12px 54px 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 52%, rgba(151, 216, 46, 0.14), transparent 35%),
        rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 36px 90px rgba(0, 0, 0, 0.2);
}

body.meral-home-v2 .center-slider {
    position: relative;
    margin: 0;
}

body.meral-home-v2 .center-slider .slick-list {
    height: 492px !important;
    min-height: 492px;
    padding: 34px 56px 56px !important;
    overflow: hidden;
}

body.meral-home-v2 .center-slider .slick-track {
    display: block !important;
}

body.meral-home-v2 .center-slider .slick-slide {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 22px 12px 34px;
    overflow: visible !important;
    opacity: 0.46;
    transform: scale(0.86) !important;
    transition: opacity 0.42s ease, transform 0.42s cubic-bezier(.22, 1, .36, 1) !important;
}

body.meral-home-v2 .center-slider .slick-slide.slick-active {
    opacity: 0.7;
    transform: scale(0.92) !important;
}

body.meral-home-v2 .center-slider .slick-slide.slick-center {
    z-index: 4;
    opacity: 1;
    transform: translateY(-10px) scale(1.06) !important;
}

body.meral-home-v2 .vcard-card {
    width: min(100%, 286px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
}

body.meral-home-v2 .center-slider .slick-center .vcard-card {
    border-color: rgba(151, 216, 46, 0.42);
    box-shadow: 0 30px 76px rgba(0, 0, 0, 0.42), 0 0 46px rgba(151, 216, 46, 0.12);
}

body.meral-home-v2 .vcard-card img {
    display: block;
    width: 100% !important;
    height: 392px !important;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top;
}

body.meral-home-v2 .center-slider .slide-arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 7;
    display: grid !important;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    color: var(--meral-ink) !important;
    background: var(--meral-lime) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    transform: translateY(-50%) !important;
}

body.meral-home-v2 .center-slider .prev-arrow { left: -34px !important; }
body.meral-home-v2 .center-slider .next-arrow { right: -34px !important; }

body.meral-home-v2 .center-slider .slick-dots {
    position: absolute;
    right: 50%;
    bottom: 12px;
    display: flex !important;
    width: auto;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(50%);
}

body.meral-home-v2 .center-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

body.meral-home-v2 .center-slider .slick-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 99px;
    color: transparent;
    background: rgba(255, 255, 255, 0.3);
    font-size: 0;
    transition: width 0.25s ease, background 0.25s ease;
}

body.meral-home-v2 .center-slider .slick-dots .slick-active button {
    width: 28px;
    background: var(--meral-lime);
}

.meral-template-progress {
    position: absolute;
    right: 36px;
    bottom: 27px;
    display: flex;
    align-items: center;
    direction: ltr;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.meral-template-current { color: var(--meral-lime); }
.meral-template-divider { width: 30px; height: 1px; background: rgba(255, 255, 255, 0.22); }

.meral-cta {
    position: relative;
    isolation: isolate;
    display: grid;
    max-width: 1120px;
    min-height: 430px;
    grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
    align-items: center;
    gap: 54px;
    margin: 86px auto 0;
    padding: 54px 58px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 38px;
    color: var(--meral-white);
    background:
        radial-gradient(circle at 12% 15%, rgba(151, 216, 46, 0.2), transparent 31%),
        linear-gradient(135deg, #031b14 0%, #0a3024 62%, #123d2e 100%);
    box-shadow: 0 34px 90px rgba(7, 28, 22, 0.2);
}

.meral-cta::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 0.7px, transparent 0.7px);
    background-size: 22px 22px;
    opacity: 0.12;
    mask-image: linear-gradient(90deg, transparent, #000 72%);
}

.meral-cta__content { position: relative; z-index: 2; }

.meral-cta__eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(151, 216, 46, 0.3);
    border-radius: 99px;
    color: var(--meral-lime);
    background: rgba(151, 216, 46, 0.08);
    font-size: 12px;
    font-weight: 800;
}

.meral-cta h2 {
    max-width: 650px;
    margin: 0 0 17px;
    color: var(--meral-white) !important;
    font-size: clamp(2.65rem, 4vw, 3.75rem);
    font-weight: 850;
    line-height: 1.12;
}

body.meral-home-v2 .home1-rtl .meral-cta h2 { line-height: 1.28; }

.meral-cta p {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.85;
}

.meral-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.meral-cta .meral-btn {
    min-width: 168px;
    flex: 0 0 auto;
}

.meral-btn--glass {
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--meral-white) !important;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
}

.meral-btn--glass:hover { background: rgba(255, 255, 255, 0.13); }

.meral-cta__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
    margin: 22px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
    font-weight: 700;
    list-style: none;
}

.meral-cta__trust li { display: inline-flex; align-items: center; gap: 6px; }
.meral-cta__trust i { color: var(--meral-lime); }

.meral-cta__visual {
    position: relative;
    display: grid;
    min-height: 338px;
    place-items: center;
}

.meral-cta__visual::before {
    position: absolute;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(151, 216, 46, 0.24);
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgba(151, 216, 46, 0.2), transparent 66%);
    box-shadow: 0 0 70px rgba(151, 216, 46, 0.14);
}

.meral-cta__card {
    position: relative;
    z-index: 2;
    width: 226px;
    height: 326px;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    background: var(--meral-white);
    box-shadow: 0 26px 62px rgba(0, 0, 0, 0.42);
    transform: rotate(5deg);
    transition: transform 0.4s cubic-bezier(.22, 1, .36, 1);
}

.meral-cta:hover .meral-cta__card { transform: translateY(-6px) rotate(2deg); }

.meral-cta__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.meral-cta__signal {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    color: var(--meral-ink);
    background: var(--meral-lime);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    font-size: 20px;
}

.meral-cta__signal--qr { right: 3px; bottom: 34px; transform: rotate(-7deg); }
.meral-cta__signal--nfc { top: 28px; left: 8px; transform: rotate(7deg); }

body.meral-home-v2 .curve-shape { display: none !important; }

body.meral-home-v2 footer.bg-light,
body.meral-home-v2 footer {
    padding: 76px 0 24px !important;
    color: rgba(255, 255, 255, 0.7);
    background:
        radial-gradient(circle at 18% 0, rgba(151, 216, 46, 0.11), transparent 27%),
        #03100c !important;
}

body.meral-home-v2 footer > .container > .row:first-child {
    margin: 0;
    padding: 0 !important;
}

body.meral-home-v2 footer > .container > .row:first-child > .col-lg-6:first-child {
    display: grid;
    max-width: 100%;
    flex: 0 0 100%;
    grid-template-columns: minmax(260px, 0.82fr) minmax(400px, 1.18fr);
    align-items: end;
    gap: 52px;
    padding: 42px 48px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(151, 216, 46, 0.045));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 28px 70px rgba(0, 0, 0, 0.17);
}

body.meral-home-v2 footer > .container > .row:first-child > .col-lg-6:last-child {
    display: none !important;
}

body.meral-home-v2 footer .text-lg-end {
    margin: 0 !important;
    padding: 0 !important;
    text-align: start !important;
}

body.meral-home-v2 footer h3 {
    max-width: 430px;
    margin-bottom: 12px !important;
    color: var(--meral-white) !important;
    font-size: clamp(1.75rem, 2.8vw, 2.35rem) !important;
    font-weight: 800;
    line-height: 1.3;
}

body.meral-home-v2 footer h3 + p {
    max-width: 520px;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 14px !important;
    line-height: 1.8;
    text-align: start !important;
}

body.meral-home-v2 footer .email {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    background: var(--meral-white);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

body.meral-home-v2 footer .email .form-control,
body.meral-home-v2 .home1-rtl footer .email .form-control {
    min-width: 0;
    min-height: 54px;
    padding: 10px 16px !important;
    border: 0 !important;
    color: var(--meral-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.meral-home-v2 footer .email .subscribe-btn,
body.meral-home-v2 .home1-rtl footer .email .subscribe-btn {
    position: static !important;
    inset: auto !important;
    height: auto;
    margin: 0 !important;
}

body.meral-home-v2 footer .subscribeBtn {
    width: auto;
    min-width: 132px;
    min-height: 54px;
    padding: 10px 20px;
    border: 0 !important;
    border-radius: 13px !important;
    color: var(--meral-ink) !important;
    background: var(--meral-lime) !important;
    font-weight: 800;
    box-shadow: none !important;
}

body.meral-home-v2 footer .main-social-links:empty { display: none; }

body.meral-home-v2 footer .footer-bottom {
    margin-top: 34px;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

body.meral-home-v2 footer .footer-bottom .text-black {
    color: rgba(255, 255, 255, 0.58) !important;
}

body.meral-home-v2 footer .footer-bottom .d-flex {
    gap: 10px 18px;
}

body.meral-home-v2 footer .footer-bottom a {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px;
    line-height: 1.7;
}

body.meral-home-v2 .pricing-card .check-box i {
    color: var(--meral-lime-dark) !important;
}

@media (max-width: 991px) {
    .meral-template-header {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .meral-template-link { width: fit-content; }

    .meral-template-stage { padding-inline: 38px; }
    body.meral-home-v2 .center-slider .prev-arrow { left: -24px !important; }
    body.meral-home-v2 .center-slider .next-arrow { right: -24px !important; }

    .meral-cta {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .meral-cta__visual { min-height: 320px; }
}

@media (max-width: 767px) {
    body.meral-home-v2 .vcard-template-section { padding: 72px 0 78px !important; }

    .meral-template-stage {
        min-height: 514px;
        padding: 8px 20px 22px;
        border-radius: 28px;
    }

    body.meral-home-v2 .center-slider .slick-list {
        height: 454px !important;
        min-height: 454px;
        padding-top: 28px !important;
        padding-bottom: 54px !important;
    }

    body.meral-home-v2 .vcard-card img { height: 350px !important; }
    body.meral-home-v2 .center-slider .prev-arrow { left: -10px !important; }
    body.meral-home-v2 .center-slider .next-arrow { right: -10px !important; }
    .meral-template-progress { right: 24px; bottom: 25px; }

    .meral-cta {
        min-height: auto;
        margin-top: 62px;
        padding: 38px 30px;
        border-radius: 30px;
    }

    .meral-cta h2 { font-size: clamp(2.25rem, 9vw, 3.15rem); }

    body.meral-home-v2 footer > .container > .row:first-child > .col-lg-6:first-child {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 32px 26px;
        border-radius: 26px;
    }

    body.meral-home-v2 footer .footer-bottom .row { gap: 6px; }
}

@media (max-width: 575px) {
    body.meral-home-v2 .whatsapp-widget,
    body.meral-home-v2 .whatsapp-chat-btn {
        display: none !important;
    }

    body.meral-home-v2 .vcard-alias-search {
        grid-template-columns: 1fr;
        padding: 6px !important;
    }

    body.meral-home-v2 .vcard-alias-search .form-control,
    body.meral-home-v2 .home1-rtl .vcard-alias-search .form-control {
        min-height: 54px;
        padding-inline: 14px !important;
        text-align: start;
    }

    body.meral-home-v2 .vcard-alias-search .btn,
    body.meral-home-v2 .home1-rtl .vcard-alias-search .btn {
        width: 100% !important;
        min-height: 52px;
    }

    .meral-alias-feedback { margin-inline: 4px; }

    body.meral-home-v2 .meral-template-header .section-heading h2 {
        font-size: clamp(2.15rem, 10vw, 2.8rem);
    }

    .meral-template-link { width: 100%; }

    .meral-template-stage {
        min-height: 454px;
        padding-inline: 12px;
    }

    body.meral-home-v2 .center-slider .slick-list {
        height: 400px !important;
        min-height: 400px;
        padding: 22px 20px 50px !important;
    }

    body.meral-home-v2 .center-slider .slick-slide { padding-inline: 8px; }
    body.meral-home-v2 .vcard-card { width: min(100%, 240px); }
    body.meral-home-v2 .vcard-card img { height: 314px !important; }
    body.meral-home-v2 .center-slider .slide-arrow { width: 46px; height: 46px; }
    body.meral-home-v2 .center-slider .prev-arrow { left: -2px !important; }
    body.meral-home-v2 .center-slider .next-arrow { right: -2px !important; }
    .meral-template-progress { display: none; }

    .meral-cta { padding: 32px 22px; }
    .meral-cta__actions { align-items: stretch; flex-direction: column; }
    .meral-cta .meral-btn { width: 100%; }
    .meral-cta__trust { align-items: flex-start; flex-direction: column; }
    .meral-cta__visual { min-height: 292px; }
    .meral-cta__visual::before { width: 260px; height: 260px; }
    .meral-cta__card { width: 190px; height: 274px; border-width: 6px; border-radius: 24px; }
    .meral-cta__signal { width: 48px; height: 48px; border-radius: 15px; }
    .meral-cta__signal--nfc { display: none; }

    body.meral-home-v2 footer.bg-light,
    body.meral-home-v2 footer { padding-top: 58px !important; }

    body.meral-home-v2 footer .email { grid-template-columns: 1fr; }
    body.meral-home-v2 footer .subscribeBtn { width: 100%; }
    body.meral-home-v2 footer .footer-bottom .d-flex { justify-content: center !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    body.meral-home-v2 *,
    body.meral-home-v2 *::before,
    body.meral-home-v2 *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
    body.meral-home-v2.meral-motion-ready [data-meral-reveal] {
        opacity: 1;
        transform: none;
    }
}
