.eprf-footer {
    background: var(--eprf-bg, #14151b);
    color: var(--eprf-text, #ffffff);
    font-family: var(--eprf-family, inherit);
    font-size: var(--eprf-font, 18px);
    font-style: var(--eprf-style, normal);
    font-weight: var(--eprf-weight, 800);
    line-height: 1.45;
    text-transform: var(--eprf-transform, none);
    width: 100%;
    margin: var(--eprf-mt, 0) var(--eprf-mr, 0) var(--eprf-mb, 0) var(--eprf-ml, 0);
}

.eprf-footer.eprf-footer-boxed {
    max-width: min(100%, var(--eprf-boxed-width, 1320px));
    margin-top: var(--eprf-mt, 0);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: max(24px, var(--eprf-mb, 0px));
    border-radius: var(--eprf-boxed-radius, 18px);
    overflow: hidden;
}

.eprf-footer * {
    box-sizing: border-box;
}

.eprf-custom-html {
    width: 100%;
    max-width: 100%;
}

.eprf-logo.eprf-custom-html,
.eprf-phone.eprf-custom-html {
    display: block;
}

.eprf-custom-html img,
.eprf-custom-html video,
.eprf-custom-html iframe {
    max-width: 100%;
}

.eprf-inner {
    max-width: var(--eprf-max, 1430px);
    margin: 0 auto;
    padding: var(--eprf-pad-top, 14px) 24px var(--eprf-pad-bottom, 34px);
}

.eprf-top {
    display: flex;
    gap: 56px;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 0;
}

.eprf-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 min(38%, var(--eprf-logo-width, 480px));
    width: min(100%, var(--eprf-logo-width, 480px));
    min-height: 96px;
    color: var(--eprf-button, #155fe8);
    text-decoration: none;
}

.eprf-newsletter {
    flex: 1 1 660px;
    max-width: 660px;
    margin-left: auto;
}

.eprf-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.eprf-logo-mark {
    width: 146px;
    height: 104px;
    border: 16px solid #ff6900;
    border-top: 0;
    border-radius: 0 0 64px 64px;
    position: relative;
    margin-right: 18px;
}

.eprf-logo-mark::before {
    content: "";
    position: absolute;
    right: -34px;
    top: -45px;
    width: 84px;
    height: 84px;
    border: 16px solid #ff6900;
    border-radius: 50%;
}

.eprf-logo-mark::after {
    content: "";
    position: absolute;
    right: 9px;
    top: -22px;
    width: 18px;
    height: 18px;
    background: #ff6900;
    border-radius: 50%;
    box-shadow: -36px 48px 0 #ff6900;
}

.eprf-logo-word {
    color: var(--eprf-button, #155fe8);
    font-size: clamp(54px, 6vw, 96px);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: 0;
}

.eprf-logo-suffix {
    align-self: flex-start;
    color: var(--eprf-button, #155fe8);
    font-size: clamp(24px, 2.4vw, 42px);
    font-style: italic;
    margin-left: 4px;
    margin-top: 18px;
}

.eprf-newsletter label,
.eprf-contact h3,
.eprf-link-column h3 {
    display: block;
    margin: 0 0 26px;
    color: var(--eprf-text, #ffffff);
    font-size: var(--eprf-heading, 24px);
    font-weight: var(--eprf-weight, 800);
    letter-spacing: 0;
}

.eprf-newsletter-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
}

.eprf-newsletter input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 66px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: var(--eprf-panel, #202129);
    color: var(--eprf-text, #ffffff);
    padding: 0 32px;
    font: inherit;
}

.eprf-newsletter input:disabled,
.eprf-newsletter input[readonly] {
    opacity: 1;
    -webkit-text-fill-color: currentColor;
}

.eprf-newsletter button {
    flex: 0 0 156px;
    min-width: 132px;
    width: 156px;
    height: 66px;
    border: 0;
    border-radius: 8px;
    background: var(--eprf-button, #155fe8);
    color: var(--eprf-button-text, #ffffff);
    font: inherit;
    font-weight: var(--eprf-weight, 800);
    cursor: pointer;
    white-space: nowrap;
}

.eprf-newsletter-input-success {
    border-color: rgba(121, 216, 139, 0.35) !important;
    background: rgba(121, 216, 139, 0.14) !important;
    color: #249d5e !important;
    font-weight: 700;
}

.eprf-newsletter-input-error {
    border-color: rgba(255, 143, 143, 0.45) !important;
    background: rgba(255, 143, 143, 0.12) !important;
    color: #d45353 !important;
    font-weight: 700;
}

.eprf-columns {
    display: grid;
    grid-template-columns: minmax(280px, 340px) repeat(var(--eprf-link-cols, 4), minmax(132px, 1fr));
    gap: 54px;
}

.eprf-columns-contact-only {
    grid-template-columns: minmax(280px, 340px);
}

.eprf-columns-phone-right {
    grid-template-columns: minmax(260px, 320px) minmax(220px, 280px) repeat(var(--eprf-link-cols, 4), minmax(120px, 1fr));
    gap: 32px;
}

.eprf-columns-phone-only {
    grid-template-columns: minmax(260px, 320px) minmax(220px, 280px);
    justify-content: start;
}

.eprf-columns-phone-right .eprf-contact {
    align-content: start;
}

.eprf-columns-phone-right .eprf-contact-apps {
    grid-column: 1;
}

.eprf-columns-phone-right .eprf-contact-phone-column {
    grid-column: 2;
}

.eprf-contact-phone-column h3 {
    display: none;
}

.eprf-contact h3,
.eprf-link-column h3 {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--eprf-border, #2a2c34);
}

.eprf-app-group {
    display: grid;
    grid-auto-rows: min-content;
    align-content: start;
    width: 100%;
    gap: 0;
    margin: 8px 0 8px;
    padding: 8px;
    border-radius: 14px;
    background: var(--eprf-panel, #202129);
    border: 1px solid color-mix(in srgb, var(--eprf-border, #2a2c34) 82%, white 18%);
}

.eprf-app {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 60px;
    padding: 8px 10px;
    color: var(--eprf-muted, #a8abb4);
    text-decoration: none;
    font-weight: var(--eprf-weight, 800);
    min-width: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    transition: background-color .2s ease, transform .2s ease;
    overflow: hidden;
}

.eprf-app + .eprf-app {
    margin-top: 0;
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.eprf-app:hover {
    background: rgba(255, 255, 255, 0.06);
}

.eprf-app-copy {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: auto;
    min-width: 96px;
}

.eprf-app-text {
    display: block;
    color: var(--eprf-text, #ffffff);
    font-size: clamp(14px, 0.9vw, 16px);
    font-weight: 700;
    line-height: 1.18;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    text-transform: none;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.eprf-app-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid color-mix(in srgb, var(--eprf-border, #2a2c34) 84%, white 16%);
    border-radius: 18px;
    flex: 0 0 auto;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.eprf-app-icon .fa {
    font-family: FontAwesome;
    font-style: normal;
    text-transform: none;
}

.eprf-app-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eprf-app-action {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    padding-left: 12px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.eprf-app-arrow {
    color: var(--eprf-button, #155fe8);
    font-size: 16px;
    line-height: 1;
}

.eprf-app,
.eprf-app *,
.eprf-phone,
.eprf-phone * {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.eprf-phone br,
.eprf-phone-copy br {
    display: none;
}

.eprf-phone {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 76px;
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--eprf-panel, #202129);
    color: var(--eprf-text, #ffffff);
    text-decoration: none;
    border: 1px solid color-mix(in srgb, var(--eprf-border, #2a2c34) 82%, white 18%);
}

.eprf-phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--eprf-accent, #f7a900);
    font-size: 22px;
    line-height: 1;
}

.eprf-phone-icon .fa {
    font-family: FontAwesome;
    font-style: normal;
    text-transform: none;
}

.eprf-phone-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eprf-phone-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.eprf-columns-phone-right .eprf-phone-copy {
    justify-content: center;
}

.eprf-phone-copy small {
    display: block;
    color: var(--eprf-muted, #a8abb4);
    font-size: 11px;
    font-weight: var(--eprf-weight, 800);
    letter-spacing: .18em;
    text-transform: uppercase;
}

.eprf-phone-copy strong {
    display: block;
    color: var(--eprf-text, #ffffff);
    font-size: 19px;
    line-height: 1.25;
    margin-top: 0;
}

.eprf-link-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.eprf-link-column li + li {
    margin-top: 18px;
}

.eprf-link-column a {
    color: var(--eprf-muted, #a8abb4);
    text-decoration: none;
    font-weight: var(--eprf-weight, 800);
}

.eprf-link-column a:hover {
    color: var(--eprf-text, #ffffff);
}

.eprf-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--eprf-border, #2a2c34);
}

.eprf-bottom p {
    margin: 0;
    color: var(--eprf-muted, #a8abb4);
    font-weight: var(--eprf-weight, 800);
    flex: 1 1 auto;
}

.eprf-socials {
    display: flex;
    gap: 12px;
    margin-left: auto;
    justify-content: flex-end;
    width: max-content;
    justify-self: end;
}

.eprf-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--eprf-panel, #202129);
    color: var(--eprf-text, #ffffff);
    text-decoration: none;
    font-weight: var(--eprf-weight, 800);
}

.eprf-socials .fa {
    font-family: FontAwesome;
    font-style: normal;
    text-transform: none;
}

.eprf-lenskart-view {
    display: none;
}

.eprf-lenskart-image-zone a,
.eprf-lenskart-image-zone img {
    display: block;
}

.eprf-lenskart-image-zone img {
    width: 100%;
    height: auto;
    border-radius: var(--eprf-lens-radius, 0);
    margin-bottom: -1px;
    vertical-align: bottom;
}

@media (max-width: 1100px) {
    .eprf-columns {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .eprf-top {
        gap: 32px;
    }

    .eprf-logo {
        flex-basis: min(35%, var(--eprf-logo-width, 480px));
    }

    .eprf-newsletter {
        flex-basis: 520px;
        max-width: 620px;
    }

    .eprf-contact {
        grid-column: 1 / -1;
    }

    .eprf-columns-phone-right .eprf-contact,
    .eprf-columns-phone-right .eprf-contact-phone-column {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .eprf-footer {
        font-size: var(--eprf-mobile-font, 15px);
        margin: var(--eprf-mobile-mt, 0) var(--eprf-mobile-mr, 0) var(--eprf-mobile-mb, 0) var(--eprf-mobile-ml, 0);
    }

    .eprf-mobile-lenskart .eprf-patoku-view {
        display: none;
    }

    .eprf-mobile-lenskart .eprf-lenskart-view {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 112px var(--eprf-mobile-pad, 22px) 0;
        background: linear-gradient(180deg, var(--eprf-lens-bg-top, #14232b) 0%, var(--eprf-lens-bg-mid, #243c47) 45%, var(--eprf-lens-bg-bottom, #b8dce5) 100%);
    }

    .eprf-lenskart-arc {
        position: absolute;
        top: -82px;
        left: -16%;
        z-index: 0;
        width: 132%;
        height: 150px;
        border-radius: 0 0 50% 50%;
        background: var(--eprf-lens-arc, #ffffff);
    }

    .eprf-lenskart-copy,
    .eprf-lenskart-image-zone {
        position: relative;
        z-index: 1;
    }

    .eprf-lenskart-copy {
        max-width: 520px;
        margin: 0 auto;
    }

    .eprf-lenskart-copy p {
        margin: 0 0 16px;
        color: var(--eprf-lens-kicker, #ffffff);
        font-size: 28px;
        font-weight: var(--eprf-weight, 800);
        line-height: 1.1;
    }

    .eprf-lenskart-copy h2 {
        margin: 0;
        color: var(--eprf-lens-heading, #b8c3cb);
        font-size: clamp(42px, 11vw, 64px);
        font-weight: var(--eprf-weight, 800);
        line-height: .62;
        letter-spacing: 0;
    }

    .eprf-lenskart-copy h2 span {
        position: relative;
        display: block;
    }

    .eprf-lenskart-copy h2 span + span {
        margin-top: -.08em;
    }

    .eprf-lenskart-copy h2 span:first-child {
        z-index: 4;
    }

    .eprf-lenskart-copy h2 span:last-child {
        z-index: 1;
    }

    .eprf-lenskart-image-zone {
        position: relative;
        z-index: 2;
        max-width: 610px;
        margin: 18px auto 0;
        line-height: 0;
    }

    .eprf-lenskart-image-zone img {
        width: 100%;
    }

    .eprf-lenskart-overlap-second .eprf-lenskart-view {
        min-height: 690px;
    }

    .eprf-lenskart-overlap-second .eprf-lenskart-image-zone {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        z-index: 3;
        margin: 0 auto;
    }

    .eprf-inner {
        padding: var(--eprf-mobile-pad, 22px);
    }

    .eprf-top,
    .eprf-columns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 32px;
    }

    .eprf-logo {
        flex-basis: auto;
        width: min(100%, var(--eprf-mobile-logo, 230px));
        min-height: 68px;
    }

    .eprf-newsletter {
        max-width: none;
        margin-left: 0;
    }

    .eprf-logo-mark {
        width: 70px;
        height: 50px;
        border-width: 8px;
        border-radius: 0 0 32px 32px;
        margin-right: 10px;
    }

    .eprf-logo-mark::before {
        right: -18px;
        top: -23px;
        width: 42px;
        height: 42px;
        border-width: 8px;
    }

    .eprf-logo-mark::after {
        right: 4px;
        top: -11px;
        width: 9px;
        height: 9px;
        box-shadow: -18px 24px 0 #ff6900;
    }

    .eprf-logo-word {
        font-size: 44px;
    }

    .eprf-logo-suffix {
        font-size: 19px;
        margin-top: 8px;
    }

    .eprf-newsletter label,
    .eprf-contact h3,
    .eprf-link-column h3 {
        margin-bottom: 14px;
        padding-bottom: 14px;
        font-size: var(--eprf-mobile-heading, 18px);
    }

    .eprf-newsletter input,
    .eprf-newsletter button {
        height: 52px;
        padding: 0 16px;
    }

    .eprf-app,
    .eprf-phone {
        max-width: none;
    }

    .eprf-app-group {
        max-width: none;
        gap: 0;
        padding: 8px;
    }

    .eprf-app {
        gap: 12px;
        min-height: 56px;
        padding: 8px 10px;
    }

    .eprf-app + .eprf-app {
        padding-top: 4px;
    }

    .eprf-app-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .eprf-app-icon img {
        width: 100%;
        height: 100%;
    }

    .eprf-app-text {
        font-size: 13px;
        max-width: 100%;
    }

    .eprf-app-action {
        padding-left: 10px;
    }

    .eprf-app-arrow {
        font-size: 15px;
    }

    .eprf-phone {
        gap: 12px;
        padding: 14px 16px;
    }

    .eprf-phone-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 0;
    }

    .eprf-phone-copy strong {
        font-size: 17px;
    }

    .eprf-bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 36px;
        padding-top: 22px;
    }

    .eprf-socials {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .eprf-newsletter-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .eprf-app {
        gap: 10px;
    }

    .eprf-app-action {
        padding-left: 10px;
    }

    .eprf-newsletter button {
        flex: 0 0 116px;
        min-width: 116px;
    }
}
