.ajyal-landing {
    --ajyal-dark: #001b2b;
    --ajyal-teal: #005f59;
    --ajyal-teal-2: #00766d;
    --ajyal-gold: #d9ad45;
    --ajyal-text: #ffffff;
    --ajyal-ink: #073c45;
    --ajyal-muted: #d8eef0;
    --ajyal-soft: #f7faf9;
    --ajyal-line: #dce7e7;
    direction: rtl;
    color: var(--ajyal-text);
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.5;
    background: #ffffff;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow-x: clip;
    isolation: isolate;
}

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

.ajyal-landing :where(h1, h2, h3, h4, p, ul, li, mark, strong, small, label) {
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 0;
}

.ajyal-landing :where(h1, h2, h3, p) {
    padding: 0;
}

.ajyal-landing a {
    color: inherit;
}

.ajyal-landing .ajyal-hero-shell {
    min-height: 635px;
    background:
        radial-gradient(circle at 78% 20%, rgba(0, 118, 109, 0.92), transparent 35%),
        radial-gradient(circle at 47% 62%, rgba(0, 102, 119, 0.42), transparent 24%),
        linear-gradient(125deg, #00172b 0%, #00283a 45%, #00675f 100%);
    overflow: hidden;
    padding: 0 20px 18px;
}

.ajyal-landing .ajyal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    max-width: 1500px;
    margin: 0 auto;
    min-height: 82px;
}

.ajyal-landing .ajyal-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 36px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 16px;
}

.ajyal-nav a {
    text-decoration: none;
}

.ajyal-landing .ajyal-company {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 360px;
}

.ajyal-company__text {
    display: grid;
    gap: 5px;
    text-align: right;
}

.ajyal-company__text strong,
.ajyal-company__text span {
    font-size: 14px;
    line-height: 1.35;
}

.ajyal-company__logo,
.ajyal-app-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #ffffff;
    color: var(--ajyal-teal);
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.ajyal-company__logo {
    width: 44px;
    height: 54px;
    font-size: 16px;
}

.ajyal-app-icon {
    width: 50px;
    height: 50px;
    border: 6px solid #d6f0dd;
    font-size: 12px;
}

.ajyal-landing .ajyal-hero {
    display: grid;
    grid-template-columns: minmax(500px, 560px) minmax(650px, 1fr);
    gap: 54px;
    align-items: start;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 8px;
}

.ajyal-landing .ajyal-hero__content {
    text-align: center;
    padding-top: 10px;
    min-width: 0;
}

.ajyal-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, #e7c35f, #c9972a);
    color: #061b20;
    font-weight: 800;
    box-shadow: 0 9px 22px rgba(217, 173, 69, 0.28);
}

.ajyal-landing .ajyal-hero h1 {
    max-width: 760px;
    margin: 14px auto 8px;
    color: #ffffff !important;
    background: transparent !important;
    font-size: 40px !important;
    line-height: 1.36;
    letter-spacing: 0;
    font-weight: 900 !important;
    text-shadow: none;
}

.ajyal-landing .ajyal-hero h1 mark {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent !important;
    color: var(--ajyal-gold) !important;
    font: inherit;
    line-height: inherit;
    box-decoration-break: clone;
}

.ajyal-landing .ajyal-hero__lead,
.ajyal-landing .ajyal-hero__sub {
    max-width: 760px;
    margin: 0 auto;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.75;
}

.ajyal-hero__sub {
    margin-top: 6px;
}

.ajyal-module-icons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    max-width: 760px;
    margin: 16px auto 10px;
}

.ajyal-module-icon {
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.ajyal-module-icon > span {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.11);
}

.ajyal-svg-icon {
    display: inline-grid;
    place-items: center;
    position: relative;
    width: 34px;
    height: 34px;
    color: currentColor;
}

.ajyal-svg-icon::before,
.ajyal-svg-icon::after,
.ajyal-field-icon::before,
.ajyal-field-icon::after {
    content: "";
    position: absolute;
    display: block;
}

.ajyal-svg-icon--shield::before {
    width: 21px;
    height: 25px;
    border: 5px solid currentColor;
    border-top-width: 7px;
    clip-path: polygon(50% 0, 100% 16%, 84% 78%, 50% 100%, 16% 78%, 0 16%);
}

.ajyal-svg-icon--chart::before {
    width: 26px;
    height: 22px;
    border-right: 5px solid currentColor;
    border-bottom: 5px solid currentColor;
    bottom: 5px;
}

.ajyal-svg-icon--chart::after {
    width: 5px;
    height: 21px;
    right: 9px;
    bottom: 9px;
    background: currentColor;
    box-shadow: 8px 5px 0 currentColor, 16px -4px 0 currentColor;
}

.ajyal-svg-icon--store::before {
    width: 26px;
    height: 18px;
    bottom: 4px;
    border: 5px solid currentColor;
}

.ajyal-svg-icon--store::after {
    width: 30px;
    height: 10px;
    top: 5px;
    border-radius: 3px 3px 7px 7px;
    background: currentColor;
}

.ajyal-svg-icon--cart::before {
    width: 24px;
    height: 17px;
    top: 8px;
    border-bottom: 6px solid currentColor;
    border-right: 6px solid currentColor;
    transform: skewX(-12deg);
}

.ajyal-svg-icon--cart::after {
    width: 6px;
    height: 6px;
    bottom: 2px;
    right: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 16px 0 0 currentColor;
}

.ajyal-svg-icon--box::before,
.ajyal-svg-icon--boxes::before {
    width: 24px;
    height: 24px;
    border: 5px solid currentColor;
    transform: rotate(45deg) skew(-8deg, -8deg);
}

.ajyal-svg-icon--boxes::after {
    width: 12px;
    height: 12px;
    border: 4px solid currentColor;
    right: 4px;
    top: 3px;
    background: #ffffff;
}

.ajyal-svg-icon--calc::before,
.ajyal-svg-icon--money::before {
    width: 24px;
    height: 28px;
    border: 5px solid currentColor;
    border-radius: 4px;
}

.ajyal-svg-icon--calc::after {
    width: 4px;
    height: 4px;
    background: currentColor;
    box-shadow: 8px 0 0 currentColor, 16px 0 0 currentColor, 0 8px 0 currentColor, 8px 8px 0 currentColor, 16px 8px 0 currentColor;
}

.ajyal-svg-icon--users::before {
    width: 13px;
    height: 13px;
    top: 4px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 15px 3px 0 currentColor, -15px 3px 0 currentColor;
}

.ajyal-svg-icon--users::after {
    width: 38px;
    height: 14px;
    bottom: 4px;
    border-radius: 18px 18px 4px 4px;
    background: currentColor;
}

.ajyal-svg-icon--cloud::before {
    width: 29px;
    height: 17px;
    bottom: 6px;
    border: 4px solid currentColor;
    border-radius: 16px;
}

.ajyal-svg-icon--support::before {
    width: 25px;
    height: 22px;
    top: 5px;
    border: 5px solid currentColor;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
}

.ajyal-svg-icon--support::after {
    width: 7px;
    height: 13px;
    bottom: 5px;
    left: 5px;
    background: currentColor;
    box-shadow: 17px 0 0 currentColor;
}

.ajyal-svg-icon--devices::before {
    width: 26px;
    height: 18px;
    border: 4px solid currentColor;
    bottom: 5px;
}

.ajyal-svg-icon--devices::after {
    width: 11px;
    height: 18px;
    border: 3px solid currentColor;
    left: 0;
    bottom: 2px;
    background: rgba(0, 31, 42, 0.9);
}

.ajyal-device-wrap {
    position: relative;
    max-width: 760px;
    margin: 8px auto 0;
    min-height: 222px;
}

.ajyal-laptop {
    width: 625px;
    max-width: 86%;
    margin: 0 auto;
}

.ajyal-laptop__screen {
    display: grid;
    grid-template-columns: 96px 1fr;
    height: 198px;
    border: 8px solid #121820;
    border-radius: 14px 14px 7px 7px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.ajyal-laptop__base {
    height: 15px;
    width: 690px;
    max-width: 96%;
    margin: 0 auto;
    border-radius: 0 0 50% 50%;
    background: linear-gradient(180deg, #d9e2e5, #8d999d);
}

.ajyal-dash-sidebar {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 15px 12px;
    background: #004757;
    color: #ffffff;
    text-align: right;
}

.ajyal-dash-sidebar b {
    font-size: 11px;
    margin-bottom: 8px;
}

.ajyal-dash-sidebar span {
    height: 6px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.48);
}

.ajyal-dash-main {
    display: grid;
    gap: 13px;
    padding: 16px;
    background: #f6fafb;
}

.ajyal-dash-top {
    width: 100%;
    height: 12px;
    border-radius: 99px;
    background: linear-gradient(90deg, #d9e7e9 0 55%, transparent 55% 100%);
}

.ajyal-kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.ajyal-kpis i {
    display: grid;
    gap: 2px;
    min-height: 50px;
    padding: 8px;
    border-radius: 7px;
    background: #ffffff;
    color: var(--ajyal-ink);
    font-style: normal;
    box-shadow: 0 5px 16px rgba(5, 54, 64, 0.07);
}

.ajyal-kpis strong {
    font-size: 17px;
}

.ajyal-kpis small {
    color: #6d8084;
    font-size: 9px;
}

.ajyal-dash-charts {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 14px;
}

.ajyal-line-chart,
.ajyal-donut-chart {
    min-height: 94px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(5, 54, 64, 0.07);
}

.ajyal-line-chart {
    background:
        linear-gradient(135deg, transparent 20%, rgba(0, 139, 151, 0.24) 20% 21%, transparent 21% 37%, rgba(0, 139, 151, 0.3) 37% 38%, transparent 38% 55%, rgba(0, 139, 151, 0.35) 55% 56%, transparent 56%),
        #ffffff;
}

.ajyal-donut-chart {
    background:
        radial-gradient(circle, #ffffff 0 26%, transparent 27%),
        conic-gradient(#00766d 0 34%, #d9ad45 34% 58%, #2aa6b0 58% 78%, #dce7e7 78% 100%);
    transform: scale(0.78);
}

.ajyal-phone {
    position: absolute;
    left: 54px;
    bottom: 6px;
    width: 82px;
    height: 156px;
    border: 6px solid #121820;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 28px rgba(0, 0, 0, 0.32);
    padding: 18px 9px 10px;
}

.ajyal-phone__speaker {
    position: absolute;
    top: 8px;
    right: 32px;
    width: 24px;
    height: 4px;
    border-radius: 99px;
    background: #1d2830;
}

.ajyal-phone__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.ajyal-phone__cards i {
    height: 30px;
    border-radius: 6px;
    background: #eef6f7;
}

.ajyal-phone__donut {
    width: 54px;
    height: 54px;
    margin: 12px auto 0;
    border-radius: 50%;
    background:
        radial-gradient(circle, #ffffff 0 32%, transparent 33%),
        conic-gradient(#00766d 0 34%, #d9ad45 34% 60%, #2aa6b0 60% 82%, #dce7e7 82% 100%);
}

.ajyal-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 780px;
    margin: 4px auto 0;
    min-height: 46px;
    border-radius: 99px;
    background: rgba(5, 71, 77, 0.86);
    color: var(--ajyal-gold);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.ajyal-trust span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    min-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    white-space: nowrap;
    font-weight: 800;
}

.ajyal-trust span:last-child {
    border-left: 0;
}

.ajyal-trust .ajyal-svg-icon {
    width: 26px;
    height: 26px;
}

.ajyal-landing .ajyal-form-panel {
    width: 100%;
    border-radius: 16px;
    background: #ffffff !important;
    color: var(--ajyal-ink) !important;
    padding: 24px 28px 22px;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.26);
}

.ajyal-landing .ajyal-form-panel h2 {
    margin: 0;
    text-align: center;
    color: var(--ajyal-ink) !important;
    background: transparent !important;
    font-size: 28px !important;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 900;
}

.ajyal-landing .ajyal-form-panel p {
    max-width: 280px;
    margin: 8px auto 16px;
    text-align: center;
    color: #0f2d35 !important;
    font-size: 15px;
    line-height: 1.8;
}

.ajyal-landing .ajyal-lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 9px;
}

.ajyal-landing .ajyal-lead-form label {
    display: grid;
    gap: 4px;
    color: #0b2f38 !important;
    font-size: 13px;
    font-weight: 700;
}

.ajyal-lead-form label > span {
    display: block;
    position: relative;
}

.ajyal-landing .ajyal-lead-form input,
.ajyal-landing .ajyal-lead-form textarea {
    width: 100%;
    min-height: 38px;
    border: 1px solid #d6e1e4;
    border-radius: 6px;
    background: #ffffff !important;
    color: #082d34 !important;
    padding: 8px 36px 8px 12px;
    font: inherit;
    outline: none;
}

.ajyal-landing .ajyal-lead-form label:nth-of-type(7),
.ajyal-landing .ajyal-lead-form button,
.ajyal-landing .ajyal-lead-form small {
    grid-column: 1 / -1;
}

.ajyal-lead-form textarea {
    min-height: 58px;
    resize: vertical;
}

.ajyal-lead-form input:focus,
.ajyal-lead-form textarea:focus {
    border-color: var(--ajyal-teal-2);
    box-shadow: 0 0 0 3px rgba(0, 118, 109, 0.12);
}

.ajyal-field-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 17px;
    height: 17px;
    color: #7f8f95;
    transform: translateY(-50%);
}

textarea + .ajyal-field-icon {
    top: 18px;
    transform: none;
}

.ajyal-icon-user::before,
.ajyal-icon-phone::before,
.ajyal-icon-building::before,
.ajyal-icon-pin::before,
.ajyal-icon-briefcase::before,
.ajyal-icon-branches::before,
.ajyal-icon-pen::before {
    inset: 2px;
    border: 2px solid currentColor;
}

.ajyal-icon-user::before {
    border-radius: 50% 50% 45% 45%;
}

.ajyal-icon-phone::before {
    border-radius: 6px;
    transform: rotate(-25deg);
}

.ajyal-icon-building::before {
    border-radius: 2px;
    box-shadow: inset 0 5px 0 currentColor;
}

.ajyal-icon-pin::before {
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.ajyal-icon-briefcase::before {
    border-radius: 3px;
}

.ajyal-icon-branches::before {
    border-radius: 2px;
    box-shadow: 0 7px 0 -2px currentColor;
}

.ajyal-icon-pen::before {
    width: 15px;
    height: 5px;
    top: 6px;
    border: 0;
    background: currentColor;
    transform: rotate(-35deg);
}

.ajyal-landing .ajyal-lead-form button {
    min-height: 44px;
    margin-top: 3px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, #00766d, #004c51);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(0, 95, 89, 0.22);
}

.ajyal-lead-form button:disabled {
    opacity: 0.75;
    cursor: wait;
}

.ajyal-landing .ajyal-lead-form small {
    display: block;
    text-align: center;
    color: #344d54;
    font-size: 12px;
}

.ajyal-lead-form small::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-left: 7px;
    border: 2px solid currentColor;
    border-radius: 3px;
    vertical-align: -2px;
}

.ajyal-landing .ajyal-why {
    padding: 26px 20px 54px;
    color: var(--ajyal-ink) !important;
    background: #ffffff !important;
}

.ajyal-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 auto 26px;
}

.ajyal-section-title h2 {
    margin: 0;
    color: var(--ajyal-ink);
    font-size: 26px;
    letter-spacing: 0;
}

.ajyal-section-title span {
    width: 82px;
    height: 1px;
    background: var(--ajyal-gold);
}

.ajyal-section-title span::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: -3px auto 0;
    border-radius: 50%;
    background: var(--ajyal-gold);
}

.ajyal-why__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    max-width: 1320px;
    margin: 0 auto;
}

.ajyal-why__grid article {
    display: grid;
    justify-items: center;
    min-height: 180px;
    border: 1px solid #dce4e5;
    border-radius: 10px;
    background: #ffffff;
    padding: 22px 16px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(5, 54, 64, 0.05);
}

.ajyal-why__grid .ajyal-svg-icon {
    width: 48px;
    height: 48px;
    color: var(--ajyal-teal);
}

.ajyal-why__grid h3 {
    margin: 10px 0 6px;
    color: #043f48;
    font-size: 17px;
    line-height: 1.35;
}

.ajyal-why__grid p {
    margin: 0;
    color: #1f343a;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 1180px) {
    .ajyal-landing .ajyal-hero {
        grid-template-columns: minmax(430px, 500px) minmax(0, 1fr);
        gap: 34px;
    }

    .ajyal-landing .ajyal-nav {
        gap: 20px;
    }

    .ajyal-landing .ajyal-company {
        min-width: 330px;
    }

    .ajyal-module-icons,
    .ajyal-why__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 940px) {
    .ajyal-landing .ajyal-hero-shell {
        min-height: auto;
    }

    .ajyal-landing .ajyal-topbar,
    .ajyal-landing .ajyal-hero {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .ajyal-landing .ajyal-topbar {
        padding: 22px 0;
    }

    .ajyal-landing .ajyal-nav {
        flex-wrap: wrap;
        order: 2;
    }

    .ajyal-landing .ajyal-company {
        justify-content: center;
        min-width: 0;
        width: 100%;
    }

    .ajyal-landing .ajyal-hero {
        display: flex;
        flex-direction: column-reverse;
        gap: 34px;
    }

    .ajyal-landing .ajyal-form-panel {
        max-width: 620px;
        margin: 0 auto 34px;
    }

    .ajyal-trust {
        flex-wrap: wrap;
        border-radius: 16px;
        padding: 10px;
    }
}

@media (max-width: 680px) {
    .ajyal-landing .ajyal-hero-shell {
        padding: 0 14px 24px;
    }

    .ajyal-landing .ajyal-company {
        flex-wrap: wrap;
    }

    .ajyal-landing .ajyal-company__text {
        width: 100%;
        text-align: center;
    }

    .ajyal-landing .ajyal-nav {
        gap: 14px;
        font-size: 14px;
    }

    .ajyal-landing .ajyal-hero h1 {
        font-size: 32px !important;
    }

    .ajyal-landing .ajyal-hero__lead,
    .ajyal-landing .ajyal-hero__sub {
        font-size: 16px;
    }

    .ajyal-module-icons,
    .ajyal-why__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .ajyal-module-icon > span {
        width: 56px;
        height: 56px;
    }

    .ajyal-device-wrap {
        min-height: 210px;
    }

    .ajyal-laptop__screen {
        grid-template-columns: 70px 1fr;
        height: 184px;
    }

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

    .ajyal-dash-charts {
        display: none;
    }

    .ajyal-phone {
        left: 4px;
        width: 78px;
        height: 148px;
    }

    .ajyal-landing .ajyal-form-panel {
        padding: 26px 18px;
    }

    .ajyal-landing .ajyal-lead-form {
        grid-template-columns: 1fr;
    }

    .ajyal-landing .ajyal-lead-form label:nth-of-type(7),
    .ajyal-landing .ajyal-lead-form button,
    .ajyal-landing .ajyal-lead-form small {
        grid-column: auto;
    }

    .ajyal-section-title h2 {
        font-size: 21px;
    }

    .ajyal-section-title span {
        width: 36px;
    }
}

.ajyal-thank-you {
    position: relative;
    max-width: 680px;
    margin: 56px auto;
    padding: 48px 32px 38px;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    background: #ffffff;
    color: #062a4a;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(6, 42, 74, 0.1);
}

.ajyal-thank-you::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, #0ea5e9, #22d3ee, #f6c21a);
}

.ajyal-thank-you__icon {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #22d3ee);
    color: #ffffff;
    font-size: 44px;
    font-weight: 900;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.18), 0 18px 32px rgba(14, 165, 233, 0.22);
}

.ajyal-thank-you h1 {
    margin: 0 0 8px;
    color: #062a4a;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
}

.ajyal-thank-you h2 {
    margin: 0 0 10px;
    color: #0f3760;
    font-size: 20px;
    line-height: 1.3;
}

.ajyal-thank-you p {
    max-width: 500px;
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}

.ajyal-thank-you__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    color: #64748b;
    font-size: 12px;
}

.ajyal-thank-you__status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.ajyal-thank-you__code {
    display: grid;
    gap: 6px;
    max-width: 390px;
    margin: 28px auto 24px;
    padding: 18px 16px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fafc, #ffffff);
    box-shadow: 0 10px 26px rgba(6, 42, 74, 0.04);
}

.ajyal-thank-you__code span {
    color: #64748b;
    font-size: 13px;
}

.ajyal-thank-you__code strong {
    color: #0284c7;
    font-size: 24px;
    letter-spacing: 0;
}

.ajyal-thank-you__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.ajyal-thank-you__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    background: #075985;
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(7, 89, 133, 0.12);
}

.ajyal-thank-you__actions .ajyal-thank-you__whatsapp {
    background: #25d366;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.18);
}

.ajyal-thank-you__actions .ajyal-thank-you__home {
    background: #e2e8f0;
    color: #062a4a;
    box-shadow: none;
}

.ajyal-thank-you__privacy {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
    color: #64748b;
    font-size: 12px;
}

@media (max-width: 640px) {
    .ajyal-thank-you {
        margin: 28px 14px;
        padding: 38px 18px 28px;
    }

    .ajyal-thank-you__actions {
        grid-template-columns: 1fr;
    }
}

/* Hero visual repair: stable SVG icons and dashboard mockup after performance hotfix. */
.ajyal-landing .ajyal-topbar {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.ajyal-landing .ajyal-module-icons {
    grid-template-columns: repeat(6, minmax(82px, 1fr)) !important;
    gap: 12px !important;
    max-width: 720px !important;
}

.ajyal-landing .ajyal-module-icon {
    display: grid !important;
    grid-template-rows: 52px auto;
    align-items: center;
    justify-items: center;
    min-height: 86px !important;
    padding: 9px 8px !important;
}

.ajyal-landing .ajyal-svg-icon--inline {
    display: grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    background: rgba(125, 211, 252, 0.14);
    color: #dff7ff;
}

.ajyal-landing .ajyal-svg-icon--inline::before,
.ajyal-landing .ajyal-svg-icon--inline::after {
    content: none !important;
    display: none !important;
}

.ajyal-landing .ajyal-svg-icon--inline svg {
    display: block !important;
    width: 27px !important;
    height: 27px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.ajyal-landing .ajyal-module-icon:first-child .ajyal-svg-icon--inline {
    background: #f6c21a;
    color: #06142d;
}

.ajyal-landing .ajyal-module-icon strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
}

.ajyal-landing .ajyal-device-wrap {
    width: 100%;
    max-width: 720px !important;
    min-height: 238px !important;
    margin: 8px auto 0 !important;
    overflow: visible !important;
}

.ajyal-landing .ajyal-laptop {
    position: relative;
    width: min(620px, 86%) !important;
    margin: 0 auto !important;
    z-index: 1;
}

.ajyal-landing .ajyal-laptop__screen {
    display: block !important;
    height: 218px !important;
    border: 8px solid #34435d !important;
    border-radius: 14px 14px 7px 7px !important;
    background: #071225 !important;
    overflow: hidden !important;
}

.ajyal-landing .ajyal-laptop__base {
    width: min(680px, 96%) !important;
    height: 14px !important;
    margin: 0 auto !important;
    background: linear-gradient(180deg, #c9d6df, #748696) !important;
}

.ajyal-landing .ajyal-dash-main {
    display: grid !important;
    grid-template-rows: 26px 54px 1fr;
    gap: 12px !important;
    height: 100%;
    padding: 12px !important;
    background: #071225 !important;
}

.ajyal-landing .ajyal-dash-window {
    display: flex !important;
    align-items: center !important;
}

.ajyal-landing .ajyal-kpis {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 9px !important;
}

.ajyal-landing .ajyal-kpis i {
    display: grid !important;
    align-content: center !important;
    min-height: 52px !important;
    padding: 7px !important;
    border: 1px solid rgba(14, 165, 233, 0.55) !important;
    border-radius: 7px !important;
    background: #0b1830 !important;
}

.ajyal-landing .ajyal-dash-charts {
    display: grid !important;
    grid-template-columns: 0.72fr 1.28fr !important;
    gap: 12px !important;
    min-height: 98px !important;
}

.ajyal-landing .ajyal-donut-chart,
.ajyal-landing .ajyal-bar-chart {
    min-height: 98px !important;
    border: 1px solid rgba(14, 165, 233, 0.36) !important;
    border-radius: 8px !important;
    background-color: #0b1830 !important;
}

.ajyal-landing .ajyal-bar-chart {
    position: relative;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-around !important;
    padding: 16px 18px 12px !important;
}

.ajyal-landing .ajyal-bar-chart::before,
.ajyal-landing .ajyal-bar-chart::after {
    content: "" !important;
    position: static !important;
    display: block !important;
    width: 18px !important;
    border-radius: 6px 6px 0 0 !important;
    background: #f6c21a !important;
    box-shadow: none !important;
}

.ajyal-landing .ajyal-bar-chart::before {
    height: 64px !important;
}

.ajyal-landing .ajyal-bar-chart::after {
    height: 42px !important;
    background: #22d3ee !important;
    box-shadow: 42px -16px 0 #38bdf8, 84px -2px 0 #0ea5e9, 126px 10px 0 #7dd3fc !important;
}

.ajyal-landing .ajyal-phone {
    position: absolute !important;
    left: 76px !important;
    bottom: 20px !important;
    z-index: 2 !important;
    width: 86px !important;
    height: 154px !important;
    border: 6px solid #34435d !important;
    border-radius: 18px !important;
    background: #071225 !important;
    padding: 18px 8px 9px !important;
}

.ajyal-landing .ajyal-phone b {
    margin: 6px auto 8px !important;
    color: #ffffff !important;
    font-size: 8px !important;
}

.ajyal-landing .ajyal-phone__cards {
    grid-template-columns: 1fr 1fr !important;
    gap: 5px !important;
}

.ajyal-landing .ajyal-phone__cards i {
    height: 28px !important;
    border-radius: 5px !important;
    background: #0b1830 !important;
}

.ajyal-landing .ajyal-phone__donut {
    width: 48px !important;
    height: 48px !important;
    margin-top: 9px !important;
}

@media (max-width: 680px) {
    .ajyal-landing .ajyal-module-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ajyal-landing .ajyal-device-wrap {
        min-height: 210px !important;
    }

    .ajyal-landing .ajyal-laptop__screen {
        height: 184px !important;
    }

    .ajyal-landing .ajyal-dash-window,
    .ajyal-landing .ajyal-dash-charts {
        display: none !important;
    }

    .ajyal-landing .ajyal-phone {
        left: 8px !important;
        bottom: 4px !important;
        width: 74px !important;
        height: 134px !important;
    }
}

@media (max-width: 420px) {
    .ajyal-module-icons,
    .ajyal-why__grid {
        grid-template-columns: 1fr;
    }

    .ajyal-trust span {
        width: 100%;
        border-left: 0;
    }
}

/* Blue/cyan visual refresh inspired by the reference file, while keeping the current header structure. */
.ajyal-landing {
    --ajyal-dark: #061b3a;
    --ajyal-teal: #0ea5e9;
    --ajyal-teal-2: #22d3ee;
    --ajyal-gold: #f6c21a;
    --ajyal-ink: #062a4a;
    --ajyal-muted: #dbeafe;
    --ajyal-line: #dbe7f2;
}

.ajyal-landing .ajyal-hero-shell {
    min-height: 650px;
    background:
        radial-gradient(circle at 17% 34%, rgba(14, 165, 233, 0.22), transparent 28%),
        radial-gradient(circle at 82% 17%, rgba(34, 211, 238, 0.38), transparent 34%),
        linear-gradient(125deg, #06142d 0%, #08284d 48%, #0e7490 100%) !important;
    padding-top: 32px;
}

.ajyal-landing .ajyal-hero {
    align-items: center;
    padding-top: 0;
}

.ajyal-landing .ajyal-topbar {
    display: none !important;
}

.ajyal-landing .ajyal-products {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 12px;
}

.ajyal-landing .ajyal-product-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 16px;
    border: 1px solid rgba(125, 211, 252, 0.42);
    border-radius: 999px;
    background: rgba(8, 47, 73, 0.5);
    color: #dff7ff;
    font-size: 13px;
    font-weight: 900;
}

.ajyal-landing .ajyal-product-pill.is-active {
    border-color: rgba(246, 194, 26, 0.72);
    background: linear-gradient(180deg, #f8d34b, #d6a90f);
    color: #06142d;
    box-shadow: 0 10px 22px rgba(246, 194, 26, 0.18);
}

.ajyal-landing .ajyal-pill {
    display: none;
}

.ajyal-landing .ajyal-hero h1 {
    font-size: 43px !important;
}

.ajyal-landing .ajyal-module-hint {
    margin: 12px auto 0;
    color: #f6c21a !important;
    font-size: 14px;
    font-weight: 900;
}

.ajyal-landing .ajyal-module-icons {
    margin: 12px auto 14px;
}

.ajyal-landing .ajyal-module-icon {
    min-height: 96px;
    padding: 10px 8px;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 10px;
    background: rgba(8, 47, 73, 0.32);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ajyal-landing .ajyal-module-icon:first-child {
    border-color: rgba(246, 194, 26, 0.85);
    background: rgba(14, 165, 233, 0.18);
}

.ajyal-landing .ajyal-module-icon:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 211, 238, 0.9);
    background: rgba(14, 116, 144, 0.42);
}

.ajyal-landing .ajyal-module-icon:first-child > span {
    color: #06142d;
    background: #f6c21a;
}

.ajyal-landing .ajyal-module-icon > span {
    background: rgba(125, 211, 252, 0.15);
}

.ajyal-landing .ajyal-svg-icon--inline::before,
.ajyal-landing .ajyal-svg-icon--inline::after {
    display: none !important;
}

.ajyal-landing .ajyal-svg-icon--inline svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ajyal-landing .ajyal-module-icon .ajyal-svg-icon--inline {
    color: #dff7ff;
}

.ajyal-landing .ajyal-module-icon:first-child .ajyal-svg-icon--inline {
    color: #06142d;
}

.ajyal-landing .ajyal-trust .ajyal-svg-icon--inline {
    width: 24px;
    height: 24px;
}

.ajyal-landing .ajyal-trust .ajyal-svg-icon--inline svg {
    width: 22px;
    height: 22px;
}

.ajyal-landing .ajyal-device-wrap {
    max-width: 720px;
    min-height: 238px;
}

.ajyal-landing .ajyal-laptop {
    width: 620px;
    max-width: 84%;
}

.ajyal-landing .ajyal-laptop__screen {
    display: block;
    height: 220px;
    border-color: #34435d;
    background: #071225;
}

.ajyal-landing .ajyal-dash-sidebar,
.ajyal-landing .ajyal-dash-top,
.ajyal-landing .ajyal-line-chart {
    display: none;
}

.ajyal-landing .ajyal-dash-main {
    gap: 12px;
    padding: 12px;
    background: #071225;
}

.ajyal-landing .ajyal-dash-window {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 26px;
    border-radius: 7px 7px 3px 3px;
    background: #08233b;
    color: #9cc7d8;
    font-size: 10px;
    padding: 0 10px;
}

.ajyal-landing .ajyal-dash-window span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4444;
}

.ajyal-landing .ajyal-dash-window span:nth-child(2) {
    background: #f6c21a;
}

.ajyal-landing .ajyal-dash-window span:nth-child(3) {
    background: #22c55e;
}

.ajyal-landing .ajyal-dash-window b {
    margin-right: auto;
    margin-left: auto;
    color: #bfdbfe;
}

.ajyal-landing .ajyal-kpis i {
    min-height: 54px;
    border: 1px solid rgba(14, 165, 233, 0.45);
    background: #0b1830;
    color: #ffffff;
}

.ajyal-landing .ajyal-kpis strong {
    color: #22d3ee;
}

.ajyal-landing .ajyal-kpis small {
    color: #c7d2fe;
}

.ajyal-landing .ajyal-dash-charts {
    grid-template-columns: 0.85fr 1.15fr;
}

.ajyal-landing .ajyal-donut-chart,
.ajyal-landing .ajyal-bar-chart {
    min-height: 104px;
    border: 1px solid rgba(14, 165, 233, 0.36);
    border-radius: 8px;
    background: #0b1830;
    box-shadow: none;
}

.ajyal-landing .ajyal-donut-chart {
    background:
        radial-gradient(circle, #0b1830 0 26%, transparent 27%),
        conic-gradient(#0ea5e9 0 34%, #f6c21a 34% 58%, #22d3ee 58% 78%, #dbeafe 78% 100%);
    transform: scale(0.8);
}

.ajyal-landing .ajyal-bar-chart {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: 10px;
    padding: 18px 18px 12px;
}

.ajyal-landing .ajyal-bar-chart::before {
    content: "";
    display: block;
    width: 18px;
    height: 62px;
    border-radius: 6px 6px 0 0;
    background: #f6c21a;
    box-shadow: 48px 18px 0 #0ea5e9, 96px -5px 0 #67e8f9, 144px 8px 0 #38bdf8, 192px 20px 0 #7dd3fc, 240px 34px 0 #0891b2;
}

.ajyal-landing .ajyal-phone {
    width: 92px;
    height: 168px;
    border-color: #34435d;
    background: #071225;
}

.ajyal-landing .ajyal-phone__speaker {
    background: #22d3ee;
}

.ajyal-landing .ajyal-phone b {
    display: block;
    margin: 8px auto 10px;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
}

.ajyal-landing .ajyal-phone__cards i {
    height: 34px;
    background: #0b1830;
    border: 1px solid rgba(14, 165, 233, 0.42);
}

.ajyal-landing .ajyal-phone__donut {
    background:
        radial-gradient(circle, #071225 0 32%, transparent 33%),
        conic-gradient(#0ea5e9 0 34%, #f6c21a 34% 60%, #22d3ee 60% 82%, #dbeafe 82% 100%);
}

.ajyal-landing .ajyal-form-panel {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding-top: 28px;
}

.ajyal-landing .ajyal-form-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, #0ea5e9, #22d3ee, #f6c21a);
}

.ajyal-landing .ajyal-form-panel p {
    max-width: 390px;
}

.ajyal-landing .ajyal-lead-form input,
.ajyal-landing .ajyal-lead-form textarea {
    border-color: #d9e3ea;
    border-radius: 10px;
    background: #f8fafc !important;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.ajyal-landing .ajyal-lead-form input::placeholder,
.ajyal-landing .ajyal-lead-form textarea::placeholder {
    color: #8aa2bd;
}

.ajyal-landing .ajyal-lead-form input:focus,
.ajyal-landing .ajyal-lead-form textarea:focus {
    border-color: #0ea5e9;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.14);
}

.ajyal-landing .ajyal-lead-form button {
    border-radius: 10px;
    background: linear-gradient(135deg, #075985, #0891b2);
    box-shadow: 0 16px 28px rgba(8, 145, 178, 0.2);
}

.ajyal-landing .ajyal-trust {
    background: rgba(8, 47, 73, 0.88);
}

.ajyal-landing .ajyal-why {
    padding: 58px 20px 64px;
}

.ajyal-landing .ajyal-section-title {
    margin-bottom: 16px;
}

.ajyal-landing .ajyal-section-title h2 {
    font-size: 34px;
    color: #062a4a;
}

.ajyal-landing .ajyal-section-lead {
    max-width: 760px;
    margin: 0 auto 44px;
    color: #64748b !important;
    text-align: center;
    font-size: 17px;
    line-height: 1.9;
}

.ajyal-landing .ajyal-why__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1220px;
}

.ajyal-landing .ajyal-why__grid article {
    justify-items: start;
    align-content: start;
    min-height: 250px;
    border-color: #e1e8ea;
    border-radius: 12px;
    padding: 28px 28px 24px;
    text-align: right;
    box-shadow: 0 14px 34px rgba(5, 54, 64, 0.04);
}

.ajyal-landing .ajyal-why__grid .ajyal-svg-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #eff6ff;
    color: #0ea5e9;
}

.ajyal-landing .ajyal-why__grid h3 {
    margin: 26px 0 12px;
    color: #062a4a;
    font-size: 24px;
}

.ajyal-landing .ajyal-why__grid p {
    margin: 0 0 24px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}

.ajyal-landing .ajyal-why__grid article > strong {
    align-self: end;
    width: 100%;
    border-top: 1px solid #edf2f4;
    padding-top: 16px;
    color: #0284c7;
    font-size: 14px;
}

@media (max-width: 1180px) {
    .ajyal-landing .ajyal-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .ajyal-landing .ajyal-hero h1 {
        font-size: 32px !important;
    }

    .ajyal-landing .ajyal-laptop__screen {
        height: 184px;
    }

    .ajyal-landing .ajyal-dash-window,
    .ajyal-landing .ajyal-bar-chart {
        display: none;
    }

    .ajyal-landing .ajyal-why__grid {
        grid-template-columns: 1fr;
    }

    .ajyal-landing .ajyal-section-title h2 {
        font-size: 24px;
    }
}

/* Final production visual override. Keep this at EOF so old layered rules cannot break icons/mockup. */
.ajyal-landing .ajyal-topbar {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ajyal-landing .ajyal-module-icons {
    grid-template-columns: repeat(6, minmax(82px, 1fr)) !important;
    gap: 12px !important;
    max-width: 720px !important;
    margin: 12px auto 14px !important;
}

.ajyal-landing .ajyal-module-icon {
    grid-template-rows: 52px auto !important;
    min-height: 86px !important;
    padding: 9px 8px !important;
}

.ajyal-landing .ajyal-svg-icon--inline {
    display: grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: rgba(125, 211, 252, 0.14) !important;
}

.ajyal-landing .ajyal-svg-icon--inline::before,
.ajyal-landing .ajyal-svg-icon--inline::after {
    content: none !important;
    display: none !important;
}

.ajyal-landing .ajyal-svg-icon--inline svg {
    display: block !important;
    width: 27px !important;
    height: 27px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.ajyal-landing .ajyal-module-icon:first-child .ajyal-svg-icon--inline {
    background: #f6c21a !important;
    color: #06142d !important;
}

.ajyal-landing .ajyal-device-wrap {
    max-width: 720px !important;
    min-height: 238px !important;
    overflow: visible !important;
}

.ajyal-landing .ajyal-laptop {
    width: min(620px, 86%) !important;
    max-width: 86% !important;
    margin: 0 auto !important;
}

.ajyal-landing .ajyal-laptop__screen {
    display: block !important;
    height: 218px !important;
    border: 8px solid #34435d !important;
    background: #071225 !important;
    overflow: hidden !important;
}

.ajyal-landing .ajyal-dash-main {
    display: grid !important;
    grid-template-rows: 26px 54px 1fr !important;
    gap: 12px !important;
    height: 100% !important;
    padding: 12px !important;
    background: #071225 !important;
}

.ajyal-landing .ajyal-dash-window {
    display: flex !important;
}

.ajyal-landing .ajyal-dash-charts {
    display: grid !important;
    grid-template-columns: 0.72fr 1.28fr !important;
    gap: 12px !important;
}

.ajyal-landing .ajyal-bar-chart {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-around !important;
    min-height: 98px !important;
    padding: 16px 18px 12px !important;
}

.ajyal-landing .ajyal-bar-chart::before,
.ajyal-landing .ajyal-bar-chart::after {
    content: "" !important;
    position: static !important;
    display: block !important;
    width: 18px !important;
    border-radius: 6px 6px 0 0 !important;
    box-shadow: none !important;
}

.ajyal-landing .ajyal-bar-chart::before {
    height: 64px !important;
    background: #f6c21a !important;
}

.ajyal-landing .ajyal-bar-chart::after {
    height: 42px !important;
    background: #22d3ee !important;
    box-shadow: 42px -16px 0 #38bdf8, 84px -2px 0 #0ea5e9, 126px 10px 0 #7dd3fc !important;
}

.ajyal-landing .ajyal-phone {
    left: 76px !important;
    bottom: 20px !important;
    width: 86px !important;
    height: 154px !important;
    border: 6px solid #34435d !important;
    background: #071225 !important;
    padding: 18px 8px 9px !important;
    z-index: 2 !important;
}

.ajyal-landing .ajyal-phone b {
    margin: 6px auto 8px !important;
    font-size: 8px !important;
}

.ajyal-landing .ajyal-phone__cards i {
    height: 28px !important;
}

.ajyal-landing .ajyal-phone__donut {
    width: 48px !important;
    height: 48px !important;
    margin-top: 9px !important;
}

@media (max-width: 680px) {
    .ajyal-landing .ajyal-module-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ajyal-landing .ajyal-laptop__screen {
        height: 184px !important;
    }

    .ajyal-landing .ajyal-dash-window,
    .ajyal-landing .ajyal-dash-charts {
        display: none !important;
    }

    .ajyal-landing .ajyal-phone {
        left: 8px !important;
        bottom: 4px !important;
        width: 74px !important;
        height: 134px !important;
    }
}
