/* =========================================================
   WEBLINKUS
   ENGLISH HOME PAGE
   PREMIUM CORPORATE WEBSITE
   Compatible with page-enhome.php
========================================================= */


/* =========================================================
   01. GLOBAL
========================================================= */

.en-home {
    width: 100%;
    overflow: hidden;
    direction: ltr;
    text-align: left;
    background: #ffffff;
    color: #03142d;
    font-family: Arial, Helvetica, sans-serif;
}

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

.en-home-container {
    width: min(1200px, 92%);
    margin: 0 auto;
}


/* =========================================================
   02. HERO
========================================================= */

.en-hero {
    position: relative;
    width: 100%;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 82% 30%,
            rgba(21, 94, 239, .16),
            transparent 34%
        ),
        radial-gradient(
            circle at 15% 90%,
            rgba(21, 94, 239, .06),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #ffffff 55%,
            #eef5ff 100%
        );
}


/* Decorative circles */

.en-hero::before {
    content: "";
    position: absolute;

    width: 620px;
    height: 620px;

    right: -250px;
    top: -260px;

    border-radius: 50%;

    border: 1px solid rgba(21, 94, 239, .08);

    box-shadow:
        0 0 0 70px rgba(21, 94, 239, .025),
        0 0 0 140px rgba(21, 94, 239, .018);

    pointer-events: none;
}

.en-hero::after {
    content: "";
    position: absolute;

    width: 260px;
    height: 260px;

    left: -140px;
    bottom: -140px;

    border-radius: 50%;

    background: rgba(3, 20, 45, .035);

    pointer-events: none;
}


/* =========================================================
   03. HERO GRID
========================================================= */

.en-hero-grid {
    position: relative;
    z-index: 2;

    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    align-items: center;

    gap: 70px;
}


/* =========================================================
   04. HERO CONTENT
========================================================= */

.en-hero-content {
    max-width: 650px;
}


.en-hero-label {
    display: inline-flex;

    align-items: center;
    gap: 9px;

    margin-bottom: 24px;

    padding: 9px 15px;

    color: #155eef;

    background: #eef4ff;

    border: 1px solid #dbe7ff;

    border-radius: 50px;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1px;
}


.en-hero-label::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #155eef;

    box-shadow:
        0 0 0 5px rgba(21, 94, 239, .10);
}


/* Hero title */

.en-hero-content h1 {
    margin: 0 0 25px;

    color: #03142d;

    font-size: clamp(46px, 5.3vw, 72px);

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -2.8px;
}


.en-hero-content h1 span {
    color: #155eef;
}


/* Description */

.en-hero-description {
    max-width: 590px;

    margin: 0 0 32px;

    color: #667085;

    font-size: 18px;

    line-height: 1.8;

    font-weight: 400;
}


/* =========================================================
   05. HERO BUTTONS
========================================================= */

.en-hero-buttons {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 13px;

    margin-bottom: 38px;
}


.en-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 52px;

    padding: 0 25px;

    border-radius: 8px;

    font-size: 14px;

    font-weight: 800;

    text-decoration: none;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}


.en-btn span {
    font-size: 18px;

    line-height: 1;

    transition:
        transform .25s ease;
}


.en-btn:hover span {
    transform: translateX(4px);
}


/* Primary */

.en-btn-primary {
    color: #ffffff;

    background: #155eef;

    border: 1px solid #155eef;

    box-shadow:
        0 12px 30px rgba(21, 94, 239, .22);
}


.en-btn-primary:hover {
    color: #ffffff;

    background: #0b4dcc;

    border-color: #0b4dcc;

    transform: translateY(-3px);

    box-shadow:
        0 18px 35px rgba(21, 94, 239, .30);
}


/* Outline */

.en-btn-outline {
    color: #03142d;

    background: #ffffff;

    border: 1px solid #d9e2ee;
}


.en-btn-outline:hover {
    color: #155eef;

    border-color: #155eef;

    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(3, 20, 45, .08);
}


/* =========================================================
   06. HERO TRUST
========================================================= */

.en-hero-trust {
    display: flex;

    align-items: center;

    gap: 22px;

    padding-top: 3px;
}


.en-trust-item {
    display: flex;

    flex-direction: column;

    gap: 3px;
}


.en-trust-item strong {
    color: #03142d;

    font-size: 20px;

    line-height: 1;

    font-weight: 800;
}


.en-trust-item span {
    color: #98a2b3;

    font-size: 11px;

    line-height: 1.4;

    font-weight: 600;
}


.en-trust-divider {
    width: 1px;

    height: 34px;

    background: #dfe6ef;
}


/* =========================================================
   07. HERO VISUAL
========================================================= */

.en-hero-visual {
    position: relative;

    min-height: 540px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* Blue glow */

.en-hero-glow {
    position: absolute;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(21, 94, 239, .20) 0%,
            rgba(21, 94, 239, .08) 42%,
            transparent 72%
        );

    filter: blur(5px);

    pointer-events: none;
}


/* =========================================================
   08. DEVICE
========================================================= */

.en-device {
    position: relative;
    z-index: 2;

    width: min(530px, 100%);

    padding: 11px;

    background: #071a36;

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 20px;

    box-shadow:
        0 35px 80px rgba(3, 20, 45, .22),
        0 10px 25px rgba(21, 94, 239, .10);

    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}


/* Browser */

.en-device-browser {
    height: 35px;

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 0 13px;

    background: #0d274b;

    border-radius: 13px 13px 0 0;
}


.en-device-browser span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #7890ad;
}


.en-device-screen {
    position: relative;

    min-height: 350px;

    overflow: hidden;

    padding: 28px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(21,94,239,.35),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f3f7fc 100%
        );

    border-radius: 0 0 13px 13px;
}


/* Screen header */

.en-screen-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 65px;
}


.en-screen-logo {
    color: #03142d;

    font-size: 16px;

    font-weight: 800;
}


.en-screen-menu {
    display: flex;

    align-items: center;

    gap: 5px;
}


.en-screen-menu span {
    width: 25px;
    height: 3px;

    border-radius: 5px;

    background: #155eef;
}


/* Screen content */

.en-screen-content {
    position: relative;
    z-index: 3;

    max-width: 330px;
}


.en-screen-small {
    display: block;

    margin-bottom: 12px;

    color: #155eef;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.2px;
}


.en-screen-content strong {
    display: block;

    margin-bottom: 22px;

    color: #03142d;

    font-size: 34px;

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -1px;
}


.en-screen-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 38px;

    padding: 0 18px;

    color: #ffffff;

    background: #155eef;

    border-radius: 7px;

    font-size: 11px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(21,94,239,.20);
}


/* Screen shapes */

.en-screen-shapes {
    position: absolute;

    right: -20px;

    bottom: -35px;

    width: 260px;
    height: 260px;
}


.en-screen-shapes span {
    position: absolute;

    display: block;

    border-radius: 50%;
}


.en-screen-shapes span:nth-child(1) {
    width: 180px;
    height: 180px;

    right: 0;
    bottom: 0;

    background: rgba(21,94,239,.12);
}


.en-screen-shapes span:nth-child(2) {
    width: 120px;
    height: 120px;

    right: 55px;
    bottom: 55px;

    background: rgba(21,94,239,.16);
}


.en-screen-shapes span:nth-child(3) {
    width: 65px;
    height: 65px;

    right: 85px;
    bottom: 85px;

    background: #155eef;
}


/* =========================================================
   09. FLOATING CARDS
========================================================= */

.en-floating-card {
    position: absolute;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 12px;

    width: 210px;

    padding: 15px;

    background: rgba(255,255,255,.96);

    border: 1px solid #e1e8f1;

    border-radius: 13px;

    box-shadow:
        0 20px 45px rgba(3,20,45,.13);

    backdrop-filter: blur(10px);
}


.en-floating-card-top {
    top: 55px;

    right: -20px;

    transform: rotate(3deg);
}


.en-floating-card-bottom {
    left: -25px;

    bottom: 55px;

    transform: rotate(-3deg);
}


.en-floating-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 38px;
    height: 38px;

    color: #155eef;

    background: #eef4ff;

    border-radius: 10px;

    font-size: 17px;

    font-weight: 800;
}


.en-floating-card strong {
    display: block;

    margin-bottom: 3px;

    color: #03142d;

    font-size: 12px;

    font-weight: 800;
}


.en-floating-card small {
    display: block;

    color: #98a2b3;

    font-size: 10px;

    line-height: 1.4;
}


/* =========================================================
   10. INTRO
========================================================= */

.en-intro {
    padding: 100px 0;

    background: #ffffff;

    border-bottom: 1px solid #edf1f5;
}


.en-intro-grid {
    display: grid;

    grid-template-columns: .65fr 1.35fr;

    gap: 70px;

    align-items: start;
}


.en-section-label span {
    display: inline-block;

    color: #155eef;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.2px;
}


.en-intro-content {
    max-width: 780px;
}


.en-intro-content h2 {
    margin: 0 0 22px;

    color: #03142d;

    font-size: clamp(32px, 4vw, 50px);

    line-height: 1.15;

    letter-spacing: -1.5px;

    font-weight: 800;
}


.en-intro-content h2 span {
    color: #155eef;
}


.en-intro-content p {
    max-width: 720px;

    margin: 0 0 25px;

    color: #667085;

    font-size: 17px;

    line-height: 1.9;
}


.en-text-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #155eef;

    font-size: 13px;

    font-weight: 800;

    text-decoration: none;
}


.en-text-link span {
    font-size: 17px;

    transition: transform .25s ease;
}


.en-text-link:hover {
    color: #0b4dcc;
}


.en-text-link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   11. SECTION HEADINGS
========================================================= */

.en-section-heading {
    max-width: 720px;

    margin: 0 auto 55px;

    text-align: center;
}


.en-section-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #155eef;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.3px;
}


.en-section-heading h2 {
    margin: 0 0 15px;

    color: #03142d;

    font-size: clamp(32px, 4vw, 46px);

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -1.2px;
}


.en-section-heading p {
    margin: 0;

    color: #667085;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   12. SERVICES
========================================================= */

.en-services {
    padding: 110px 0;

    background: #f8faff;
}


.en-services-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


.en-service-card {
    position: relative;

    min-height: 330px;

    padding: 30px 25px;

    background: #ffffff;

    border: 1px solid #e5ebf3;

    border-radius: 16px;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.en-service-card:hover {
    transform: translateY(-8px);

    border-color: #d5e2f8;

    box-shadow:
        0 22px 50px rgba(3,20,45,.09);
}


.en-service-number {
    position: absolute;

    top: 20px;
    right: 20px;

    color: #dce5f2;

    font-size: 11px;

    font-weight: 800;
}


.en-service-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 54px;
    height: 54px;

    margin-bottom: 23px;

    color: #155eef;

    background: #eef4ff;

    border-radius: 13px;

    font-size: 18px;

    font-weight: 800;
}


.en-service-card h3 {
    margin: 0 0 12px;

    color: #03142d;

    font-size: 19px;

    line-height: 1.35;

    font-weight: 800;
}


.en-service-card p {
    margin: 0;

    color: #667085;

    font-size: 13px;

    line-height: 1.8;
}


.en-service-card > a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 23px;

    color: #155eef;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;
}


.en-service-card > a span {
    transition: transform .25s ease;
}


.en-service-card > a:hover span {
    transform: translateX(5px);
}


/* =========================================================
   13. WORK
========================================================= */

.en-work {
    padding: 110px 0;

    background: #ffffff;
}


.en-work-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


.en-work-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5ebf2;

    border-radius: 16px;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.en-work-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 45px rgba(3,20,45,.09);
}


.en-work-image {
    height: 250px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #03142d,
            #155eef
        );
}


.en-work-placeholder {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    color: rgba(255,255,255,.75);

    font-size: 14px;

    font-weight: 800;

    letter-spacing: .5px;
}


.en-work-content {
    padding: 22px;
}


.en-work-content > span {
    display: block;

    margin-bottom: 9px;

    color: #155eef;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


.en-work-content h3 {
    margin: 0 0 16px;

    color: #03142d;

    font-size: 18px;

    line-height: 1.45;

    font-weight: 800;
}


.en-work-content a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #155eef;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;
}


.en-work-content a span {
    transition: transform .25s ease;
}


.en-work-content a:hover span {
    transform: translateX(5px);
}


.en-work-button {
    margin-top: 40px;

    text-align: center;
}


.en-btn-dark {
    color: #ffffff;

    background: #03142d;

    border: 1px solid #03142d;
}


.en-btn-dark:hover {
    color: #ffffff;

    background: #155eef;

    border-color: #155eef;

    transform: translateY(-3px);
}


/* =========================================================
   14. WHY
========================================================= */

.en-why {
    padding: 110px 0;

    background: #f8faff;
}


.en-why-grid {
    display: grid;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);

    gap: 90px;

    align-items: center;
}


.en-why-content {
    max-width: 580px;
}


.en-why-content h2 {
    margin: 0 0 20px;

    color: #03142d;

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.15;

    letter-spacing: -1.4px;

    font-weight: 800;
}


.en-why-content h2 span {
    color: #155eef;
}


.en-why-content p {
    margin: 0 0 25px;

    color: #667085;

    font-size: 16px;

    line-height: 1.85;
}


.en-why-features {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}


.en-feature {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 25px;

    background: #ffffff;

    border: 1px solid #e5ebf2;

    border-radius: 14px;
}


.en-feature-number {
    flex-shrink: 0;

    color: #155eef;

    font-size: 11px;

    font-weight: 800;
}


.en-feature h3 {
    margin: 0 0 8px;

    color: #03142d;

    font-size: 15px;

    line-height: 1.4;

    font-weight: 800;
}


.en-feature p {
    margin: 0;

    color: #667085;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================================
   15. PROCESS
========================================================= */

.en-process {
    padding: 110px 0;

    background: #ffffff;
}


.en-process-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 25px;
}


.en-process-item {
    position: relative;

    padding: 20px;

    text-align: center;
}


.en-process-number {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 58px;
    height: 58px;

    margin: 0 auto 20px;

    color: #ffffff;

    background: #03142d;

    border-radius: 50%;

    font-size: 13px;

    font-weight: 800;
}


.en-process-item h3 {
    margin: 0 0 10px;

    color: #03142d;

    font-size: 18px;

    font-weight: 800;
}


.en-process-item p {
    margin: 0;

    color: #667085;

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   16. INSIGHTS / BLOG
========================================================= */

.en-insights {
    padding: 110px 0;

    background: #f8faff;
}


.en-insights-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


.en-insight-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5ebf2;

    border-radius: 16px;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.en-insight-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 45px rgba(3,20,45,.09);
}


.en-insight-image {
    display: block;

    width: 100%;
    height: 220px;

    overflow: hidden;

    background: #eaf0f7;
}


.en-insight-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .5s ease;
}


.en-insight-card:hover .en-insight-image img {
    transform: scale(1.05);
}


.en-insight-placeholder {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #155eef;

    background:
        linear-gradient(
            135deg,
            #eef4ff,
            #dfeaff
        );

    font-size: 14px;

    font-weight: 800;
}


.en-insight-content {
    padding: 22px;
}


.en-insight-date {
    display: block;

    margin-bottom: 9px;

    color: #98a2b3;

    font-size: 10px;

    font-weight: 600;
}


.en-insight-content h3 {
    margin: 0 0 18px;

    color: #03142d;

    font-size: 18px;

    line-height: 1.5;

    font-weight: 800;
}


.en-insight-content h3 a {
    color: inherit;

    text-decoration: none;
}


.en-insight-content h3 a:hover {
    color: #155eef;
}


.en-insight-read {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #155eef;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;
}


.en-insight-read span {
    transition: transform .25s ease;
}


.en-insight-read:hover span {
    transform: translateX(5px);
}


.en-no-posts {
    grid-column: 1 / -1;

    padding: 50px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e5ebf2;

    border-radius: 14px;

    color: #667085;
}


.en-insights-button {
    margin-top: 40px;

    text-align: center;
}


/* =========================================================
   17. FINAL CTA
========================================================= */

.en-final-cta {
    padding: 80px 0;

    background: #ffffff;
}


.en-final-cta-inner {
    position: relative;

    overflow: hidden;

    padding: 85px 50px;

    background:
        linear-gradient(
            135deg,
            #03142d 0%,
            #082c5c 100%
        );

    border-radius: 24px;
}


.en-final-cta-inner::before {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    right: -170px;
    top: -200px;

    border-radius: 50%;

    background: rgba(21,94,239,.20);
}


.en-final-cta-inner::after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    left: -120px;
    bottom: -150px;

    border-radius: 50%;

    background: rgba(255,255,255,.035);
}


.en-final-cta-content {
    position: relative;

    z-index: 3;

    max-width: 700px;

    margin: 0 auto;

    text-align: center;
}


.en-final-cta-content > span {
    display: block;

    margin-bottom: 13px;

    color: #8db5ff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.2px;
}


.en-final-cta-content h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.15;

    letter-spacing: -1px;

    font-weight: 800;
}


.en-final-cta-content h2 strong {
    color: #6fa0ff;

    font-weight: 800;
}


.en-final-cta-content p {
    max-width: 610px;

    margin: 0 auto 28px;

    color: #cbd8ea;

    font-size: 15px;

    line-height: 1.8;
}


.en-btn-light {
    color: #03142d;

    background: #ffffff;

    border: 1px solid #ffffff;
}


.en-btn-light:hover {
    color: #155eef;

    background: #eef4ff;

    border-color: #eef4ff;

    transform: translateY(-3px);
}


/* CTA decoration */

.en-final-cta-decoration {
    position: absolute;

    right: 45px;
    bottom: 35px;

    width: 120px;
    height: 120px;
}


.en-final-cta-decoration span {
    position: absolute;

    display: block;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.13);
}


.en-final-cta-decoration span:nth-child(1) {
    width: 120px;
    height: 120px;

    right: 0;
    bottom: 0;
}


.en-final-cta-decoration span:nth-child(2) {
    width: 80px;
    height: 80px;

    right: 20px;
    bottom: 20px;
}


.en-final-cta-decoration span:nth-child(3) {
    width: 40px;
    height: 40px;

    right: 40px;
    bottom: 40px;

    background: #155eef;

    border: none;
}


/* =========================================================
   18. TABLET
========================================================= */

@media (max-width: 1100px) {

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

    .en-hero-grid {
        gap: 45px;
    }

    .en-floating-card-top {
        right: -5px;
    }

    .en-floating-card-bottom {
        left: -5px;
    }
}


/* =========================================================
   19. TABLET
========================================================= */

@media (max-width: 991px) {

    .en-hero {
        min-height: auto;

        padding: 90px 0;
    }

    .en-hero-grid {
        grid-template-columns: 1fr;

        gap: 70px;

        text-align: center;
    }

    .en-hero-content {
        max-width: 750px;

        margin: 0 auto;
    }

    .en-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .en-hero-buttons {
        justify-content: center;
    }

    .en-hero-trust {
        justify-content: center;
    }

    .en-hero-visual {
        min-height: 480px;

        max-width: 650px;

        width: 100%;

        margin: 0 auto;
    }

    .en-intro-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .en-why-grid {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .en-why-content {
        max-width: 700px;

        margin: 0 auto;

        text-align: center;
    }

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

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


/* =========================================================
   20. MOBILE
========================================================= */

@media (max-width: 767px) {

    .en-home-container {
        width: 94%;
    }

    .en-hero {
        padding: 70px 0 80px;
    }

    .en-hero-grid {
        gap: 55px;
    }

    .en-hero-label {
        font-size: 9px;

        letter-spacing: .7px;
    }

    .en-hero-content h1 {
        font-size: 40px;

        letter-spacing: -1.5px;
    }

    .en-hero-description {
        font-size: 15px;

        line-height: 1.75;
    }

    .en-hero-buttons {
        flex-direction: column;

        width: 100%;
    }

    .en-btn {
        width: 100%;
    }

    .en-hero-trust {
        gap: 13px;
    }

    .en-trust-item strong {
        font-size: 17px;
    }

    .en-trust-item span {
        font-size: 9px;
    }

    .en-hero-visual {
        min-height: 360px;
    }

    .en-device {
        width: 100%;

        transform: none;

        border-radius: 15px;
    }

    .en-device-screen {
        min-height: 270px;

        padding: 20px;
    }

    .en-screen-header {
        margin-bottom: 40px;
    }

    .en-screen-content strong {
        font-size: 26px;
    }

    .en-screen-shapes {
        transform: scale(.75);

        transform-origin: bottom right;
    }

    .en-floating-card {
        width: 175px;

        padding: 12px;
    }

    .en-floating-card-top {
        top: 15px;

        right: -3px;
    }

    .en-floating-card-bottom {
        left: -3px;

        bottom: 15px;
    }

    .en-floating-card strong {
        font-size: 10px;
    }

    .en-floating-card small {
        font-size: 8px;
    }

    .en-floating-icon {
        width: 32px;
        height: 32px;

        font-size: 14px;
    }

    .en-intro,
    .en-services,
    .en-work,
    .en-why,
    .en-process,
    .en-insights {
        padding: 75px 0;
    }

    .en-intro-content h2,
    .en-why-content h2 {
        font-size: 31px;
    }

    .en-intro-content p,
    .en-why-content p {
        font-size: 14px;
    }

    .en-section-heading {
        margin-bottom: 38px;
    }

    .en-section-heading h2 {
        font-size: 30px;
    }

    .en-section-heading p {
        font-size: 14px;
    }

    .en-services-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .en-service-card {
        min-height: auto;

        padding: 25px 22px;
    }

    .en-work-grid {
        grid-template-columns: 1fr;
    }

    .en-work-image {
        height: 220px;
    }

    .en-why-features {
        grid-template-columns: 1fr;
    }

    .en-process-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .en-insights-grid {
        grid-template-columns: 1fr;
    }

    .en-insight-image {
        height: 220px;
    }

    .en-final-cta {
        padding: 50px 0;
    }

    .en-final-cta-inner {
        padding: 65px 22px;

        border-radius: 17px;
    }

    .en-final-cta-content h2 {
        font-size: 30px;
    }

    .en-final-cta-content p {
        font-size: 14px;
    }

    .en-final-cta-decoration {
        display: none;
    }
}


/* =========================================================
   21. VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .en-hero-content h1 {
        font-size: 34px;
    }

    .en-hero-trust {
        gap: 9px;
    }

    .en-trust-divider {
        height: 28px;
    }

    .en-screen-content strong {
        font-size: 23px;
    }

    .en-floating-card {
        width: 150px;
    }

    .en-section-heading h2 {
        font-size: 27px;
    }

    .en-final-cta-content h2 {
        font-size: 27px;
    }
}


/* =========================================================
   22. WORDPRESS SAFETY
========================================================= */

.en-home a {
    text-decoration: none;
}

.en-home img {
    max-width: 100%;
    height: auto;
}

.en-home button,
.en-home input,
.en-home textarea,
.en-home select {
    font-family: inherit;
}


/* =========================================================
   23. PREVENT THEME RTL FROM BREAKING ENGLISH PAGE
========================================================= */

html[dir="rtl"] .en-home,
body.rtl .en-home {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] .en-home .en-hero-grid,
body.rtl .en-home .en-hero-grid {
    direction: ltr;
}

html[dir="rtl"] .en-home .en-hero-content,
body.rtl .en-home .en-hero-content {
    text-align: left;
}


/* =========================================================
   24. FOOTER SAFETY
========================================================= */

.en-home {
    margin-bottom: 0;
}

.en-home + * {
    margin-top: 0;
}