:root {
    --ep-black: #111111;
    --ep-gray: #555555;
    --ep-light-gray: #f5f5f5;
    --ep-border: #e5e5e5;
    --ep-white: #ffffff;
    --ep-whatsapp: #25d366;
    --ep-whatsapp-dark: #1da851;
}

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

html,
body {
    max-width: 100%;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
}

input,
select,
textarea,
button {
    max-width: 100%;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
code {
    overflow-wrap: anywhere;
}

main,
.ep-footer,
.ep-footer__container,
.container {
    min-width: 0;
}

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ep-simple-home {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #ffffff;
}

.ep-simple-card {
    width: min(760px, 100%);
    text-align: center;
    padding: 50px 36px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--ep-border);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.ep-simple-logo {
    width: min(260px, 70vw);
    height: auto;
    object-fit: contain;
    margin-bottom: 28px;
}

.ep-simple-content h1 {
    color: var(--ep-black);
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.ep-simple-content p {
    max-width: 620px;
    margin: 0 auto 10px;
    color: var(--ep-gray);
    font-size: clamp(1rem, 2.5vw, 1.18rem);
    line-height: 1.75;
}

.ep-contact-links {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.ep-email-link,
.ep-whatsapp-link {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.25s ease;
}

.ep-email-link {
    color: var(--ep-black);
    border: 1px solid var(--ep-border);
    background: var(--ep-light-gray);
}

    .ep-email-link:hover {
        color: var(--ep-black);
        background: #eeeeee;
        transform: translateY(-2px);
    }

.ep-whatsapp-link {
    gap: 10px;
    color: #ffffff;
    background: var(--ep-whatsapp);
    border: 1px solid var(--ep-whatsapp);
}

    .ep-whatsapp-link:hover {
        color: #ffffff;
        background: var(--ep-whatsapp-dark);
        border-color: var(--ep-whatsapp-dark);
        transform: translateY(-2px);
    }

.ep-whatsapp-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

@media (max-width: 576px) {
    .ep-simple-home {
        padding: 35px 16px;
    }

    .ep-simple-card {
        padding: 36px 22px;
        border-radius: 22px;
        box-shadow: none;
    }

    .ep-contact-links {
        flex-direction: column;
    }

    .ep-email-link,
    .ep-whatsapp-link {
        width: 100%;
    }
}

.ep-footer {
    background: #ffffff;
    color: #555555;
    padding: 24px 20px;
    border-top: 1px solid #e5e5e5;
}

.ep-footer__container {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 575.98px) {
    .ep-footer__container {
        align-items: flex-start;
        flex-direction: column;
        padding-inline: 16px;
    }

    main > .container,
    main.container {
        width: 100%;
        padding-inline: 16px;
    }

    h1 {
        font-size: clamp(2rem, 10vw, 2.5rem);
    }
}

.ep-footer strong {
    display: block;
    color: #111111;
    font-size: 1.05rem;
}

.ep-footer span {
    color: #666666;
    font-size: 0.9rem;
}

.ep-footer p {
    margin: 0;
    font-size: 0.95rem;
}

@media (max-width: 576px) {
    .ep-footer__container {
        flex-direction: column;
        text-align: center;
    }
}
:root {
    --ep-black: #070707;
    --ep-black-soft: #0d0d0e;
    --ep-card: #111113;
    --ep-card-light: #171719;
    --ep-border: rgba(255, 255, 255, 0.09);
    --ep-border-orange: rgba(255, 111, 0, 0.34);
    --ep-orange: #ff6a00;
    --ep-orange-light: #ff8a00;
    --ep-white: #ffffff;
    --ep-text: #f5f5f5;
    --ep-muted: #a6a6aa;
}

.ep-home,
.ep-home * {
    box-sizing: border-box;
}

.ep-home {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: var(--ep-text);
    background: radial-gradient(circle at 82% 12%, rgba(255, 106, 0, 0.13), transparent 26%), radial-gradient(circle at 12% 38%, rgba(255, 106, 0, 0.07), transparent 30%), linear-gradient(145deg, #050505 0%, #0a0a0b 45%, #050505 100%);
    font-family: "Cairo", "Segoe UI", sans-serif;
}

.ep-home-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.24;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.ep-home-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
}

.ep-home-glow-one {
    top: 40px;
    right: -200px;
    width: 450px;
    height: 450px;
    background: rgba(255, 106, 0, 0.16);
}

.ep-home-glow-two {
    top: 750px;
    left: -220px;
    width: 420px;
    height: 420px;
    background: rgba(255, 106, 0, 0.08);
}

.ep-container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* Hero */

.ep-hero {
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    align-items: center;
    gap: 80px;
    padding: 90px 0 80px;
}

.ep-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    margin-bottom: 24px;
    border: 1px solid var(--ep-border-orange);
    border-radius: 999px;
    color: #d7d7da;
    background: rgba(255, 106, 0, 0.055);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.ep-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ep-orange);
    box-shadow: 0 0 14px var(--ep-orange);
}

.ep-hero-content h1 {
    max-width: 670px;
    margin: 0;
    color: var(--ep-white);
    font-size: clamp(58px, 7vw, 102px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -5px;
}

    .ep-hero-content h1 span {
        color: var(--ep-orange);
        text-shadow: 0 0 35px rgba(255, 106, 0, 0.28);
    }

.ep-hero-content > p {
    max-width: 650px;
    margin: 30px 0 0;
    color: var(--ep-muted);
    font-size: 18px;
    line-height: 1.9;
}

.ep-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
}

.ep-primary-button,
.ep-secondary-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 24px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.ep-primary-button {
    color: #080808;
    background: linear-gradient(135deg, var(--ep-orange-light), var(--ep-orange));
    border: 1px solid var(--ep-orange);
    box-shadow: 0 14px 35px rgba(255, 106, 0, 0.2);
}

    .ep-primary-button svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

    .ep-primary-button:hover {
        color: #080808;
        transform: translateY(-3px);
        box-shadow: 0 18px 45px rgba(255, 106, 0, 0.32);
    }

.ep-secondary-button {
    color: var(--ep-white);
    border: 1px solid var(--ep-border);
    background: rgba(255, 255, 255, 0.035);
}

    .ep-secondary-button:hover {
        color: var(--ep-white);
        border-color: rgba(255, 106, 0, 0.55);
        background: rgba(255, 106, 0, 0.07);
        transform: translateY(-3px);
    }

.ep-contact-info {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 48px;
}

    .ep-contact-info > div:not(.ep-contact-divider) {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .ep-contact-info span {
        color: #747478;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
    }

    .ep-contact-info a,
    .ep-contact-info strong {
        color: #dedee1;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

        .ep-contact-info a:hover {
            color: var(--ep-orange);
        }

.ep-contact-divider {
    width: 1px;
    height: 40px;
    background: var(--ep-border);
}

/* Hero Logo */

.ep-hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-logo-frame {
    position: relative;
    z-index: 4;
    width: min(460px, 100%);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px;
    border: 1px solid rgba(255, 106, 0, 0.18);
    border-radius: 38px;
    background: radial-gradient(circle at 50% 45%, rgba(255, 106, 0, 0.13), transparent 55%), linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012));
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.48), inset 0 0 50px rgba(255, 106, 0, 0.045);
    backdrop-filter: blur(14px);
}

.ep-main-logo {
    display: block;
    width: 100%;
    max-width: 365px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 25px 28px rgba(0, 0, 0, 0.42));
    animation: epLogoFloat 5s ease-in-out infinite;
}

@keyframes epLogoFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.ep-logo-corner {
    position: absolute;
    width: 42px;
    height: 42px;
    border-color: var(--ep-orange);
    opacity: 0.75;
}

.ep-logo-corner-one {
    top: 18px;
    left: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.ep-logo-corner-two {
    top: 18px;
    right: 18px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.ep-logo-corner-three {
    bottom: 18px;
    left: 18px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.ep-logo-corner-four {
    right: 18px;
    bottom: 18px;
    border-right: 2px solid;
    border-bottom: 2px solid;
}

.ep-logo-orbit {
    position: absolute;
    border: 1px solid rgba(255, 106, 0, 0.15);
    border-radius: 50%;
}

.ep-orbit-one {
    width: 510px;
    height: 510px;
    animation: epRotate 35s linear infinite;
}

.ep-orbit-two {
    width: 590px;
    height: 590px;
    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.06);
    animation: epRotate 48s linear infinite reverse;
}

@keyframes epRotate {
    to {
        transform: rotate(360deg);
    }
}

.ep-floating-card {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 185px;
    padding: 14px;
    border: 1px solid var(--ep-border);
    border-radius: 14px;
    background: rgba(13, 13, 14, 0.87);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(13px);
}

.ep-floating-card-one {
    top: 85px;
    left: -50px;
}

.ep-floating-card-two {
    right: -40px;
    bottom: 75px;
}

.ep-floating-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 10px;
    color: var(--ep-orange);
    background: rgba(255, 106, 0, 0.1);
    font-size: 14px;
    font-weight: 800;
}

.ep-floating-card strong,
.ep-floating-card small {
    display: block;
}

.ep-floating-card strong {
    color: var(--ep-white);
    font-size: 13px;
}

.ep-floating-card small {
    margin-top: 4px;
    color: #808084;
    font-size: 11px;
}

/* General Sections */

.ep-section {
    padding: 110px 0;
    border-top: 1px solid var(--ep-border);
}

.ep-section-heading {
    max-width: 720px;
    margin-bottom: 48px;
}

    .ep-section-heading > span,
    .ep-cta > div > span {
        display: block;
        margin-bottom: 13px;
        color: var(--ep-orange);
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .ep-section-heading h2,
    .ep-cta h2 {
        margin: 0;
        color: var(--ep-white);
        font-size: clamp(35px, 5vw, 55px);
        line-height: 1.22;
        letter-spacing: -2px;
    }

        .ep-section-heading h2 strong,
        .ep-cta h2 strong {
            color: var(--ep-orange);
            font-weight: inherit;
        }

    .ep-section-heading p {
        max-width: 650px;
        margin: 20px 0 0;
        color: var(--ep-muted);
        font-size: 16px;
        line-height: 1.8;
    }

/* Technologies */

.ep-technologies {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ep-tech-card {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 22px;
    min-height: 240px;
    padding: 28px;
    border: 1px solid var(--ep-border);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .ep-tech-card::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -90px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(255, 106, 0, 0.08);
        filter: blur(35px);
        transition: transform 0.35s ease;
    }

    .ep-tech-card:hover {
        transform: translateY(-6px);
        border-color: rgba(255, 106, 0, 0.48);
        box-shadow: 0 25px 65px rgba(0, 0, 0, 0.3);
    }

        .ep-tech-card:hover::after {
            transform: scale(1.3);
        }

.ep-tech-icon {
    position: relative;
    z-index: 2;
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 68px;
    border: 1px solid rgba(255, 106, 0, 0.22);
    border-radius: 17px;
    color: var(--ep-orange);
    background: linear-gradient(145deg, rgba(255, 106, 0, 0.13), rgba(255, 106, 0, 0.035));
    box-shadow: inset 0 0 22px rgba(255, 106, 0, 0.08);
}

    .ep-tech-icon span {
        font-size: 17px;
        font-weight: 800;
    }

.ep-flutter-icon span {
    font-size: 30px;
}

.ep-tech-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ep-tech-content {
    position: relative;
    z-index: 2;
}

    .ep-tech-content h3 {
        margin: 3px 0 12px;
        color: var(--ep-white);
        font-size: 22px;
    }

    .ep-tech-content p {
        margin: 0;
        color: var(--ep-muted);
        font-size: 14px;
        line-height: 1.8;
    }

.ep-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

    .ep-tech-tags span {
        padding: 6px 10px;
        border: 1px solid var(--ep-border);
        border-radius: 8px;
        color: #c5c5c8;
        background: rgba(255, 255, 255, 0.025);
        font-size: 11px;
    }

/* Clients */

.ep-clients-section {
    padding-bottom: 120px;
}

.ep-clients {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ep-client-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 125px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--ep-border);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.012));
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

    .ep-client-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 106, 0, 0.42);
        background-color: rgba(255, 106, 0, 0.025);
    }

.ep-client-logo {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    border-radius: 15px;
    color: var(--ep-orange);
    border: 1px solid rgba(255, 106, 0, 0.26);
    background: rgba(255, 106, 0, 0.08);
    font-size: 19px;
    font-weight: 800;
}

.ep-client-card h3 {
    margin: 0;
    color: var(--ep-white);
    font-size: 17px;
}

.ep-client-card p {
    margin: 5px 0 0;
    color: #838388;
    font-size: 12px;
}

.ep-client-arrow {
    margin-left: auto;
    color: #606064;
    font-size: 21px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.ep-client-card:hover .ep-client-arrow {
    color: var(--ep-orange);
    transform: translate(3px, -3px);
}

/* CTA */

.ep-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
    padding: 55px;
    border: 1px solid rgba(255, 106, 0, 0.25);
    border-radius: 24px;
    background: radial-gradient(circle at 90% 30%, rgba(255, 106, 0, 0.15), transparent 30%), linear-gradient(145deg, rgba(255, 106, 0, 0.08), rgba(255, 255, 255, 0.025));
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.27);
}

    .ep-cta h2 {
        max-width: 720px;
        font-size: clamp(32px, 4vw, 48px);
    }

.ep-cta-actions {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.ep-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c7c7ca;
    font-size: 13px;
    text-decoration: none;
}

    .ep-text-link:hover {
        color: var(--ep-orange);
    }

/* Responsive */

@media (max-width: 1100px) {
    .ep-hero {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 75px;
    }

    .ep-hero-content {
        text-align: center;
    }

        .ep-hero-content h1,
        .ep-hero-content > p {
            margin-left: auto;
            margin-right: auto;
        }

    .ep-hero-actions,
    .ep-contact-info {
        justify-content: center;
    }

    .ep-hero-visual {
        min-height: 600px;
    }

    .ep-floating-card-one {
        left: 4%;
    }

    .ep-floating-card-two {
        right: 4%;
    }

    .ep-cta {
        grid-template-columns: 1fr;
    }

    .ep-cta-actions {
        min-width: 0;
    }
}

@media (max-width: 800px) {
    .ep-container {
        width: min(100% - 28px, 1180px);
    }

    .ep-hero {
        min-height: auto;
        padding: 55px 0 75px;
    }

    .ep-hero-content h1 {
        font-size: clamp(51px, 17vw, 80px);
        letter-spacing: -3px;
    }

    .ep-hero-content > p {
        font-size: 15px;
    }

    .ep-contact-info {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .ep-contact-divider {
        width: 100%;
        height: 1px;
    }

    .ep-hero-visual {
        min-height: 480px;
    }

    .ep-logo-frame {
        width: min(400px, 92%);
        padding: 30px;
    }

    .ep-orbit-one {
        width: 420px;
        height: 420px;
    }

    .ep-orbit-two {
        width: 470px;
        height: 470px;
    }

    .ep-floating-card {
        display: none;
    }

    .ep-section {
        padding: 80px 0;
    }

    .ep-technologies,
    .ep-clients {
        grid-template-columns: 1fr;
    }

    .ep-cta {
        margin-bottom: 40px;
        padding: 34px 25px;
    }
}

@media (max-width: 520px) {
    .ep-badge {
        font-size: 11px;
    }

    .ep-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ep-primary-button,
    .ep-secondary-button {
        width: 100%;
    }

    .ep-hero-visual {
        min-height: 390px;
    }

    .ep-logo-frame {
        border-radius: 25px;
    }

    .ep-orbit-one,
    .ep-orbit-two {
        display: none;
    }

    .ep-tech-card {
        min-height: auto;
        flex-direction: column;
        padding: 23px;
    }

    .ep-section-heading h2 {
        letter-spacing: -1px;
    }

    .ep-client-card {
        padding: 18px;
    }

    .ep-cta-actions {
        width: 100%;
    }

        .ep-cta-actions .ep-primary-button {
            width: 100%;
        }
}

