/* ==========================================================================
   InfoDosar Footer – premium dark, modern, responsive
   ========================================================================== */

.idr-footer {
    margin-top: 56px;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.08), transparent 24%),
        linear-gradient(180deg, #020617 0%, #030712 100%);
    color: #e5e7eb;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.12);
}

.idr-footer,
.idr-footer *,
.idr-footer *:before,
.idr-footer *:after {
    box-sizing: border-box;
}

.idr-footer__inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 56px 28px 26px 28px;
}

.idr-footer__grid {
    display: grid;
    grid-template-columns: 1.08fr 0.95fr 0.9fr;
    gap: 56px;
    align-items: start;
}

.idr-footer__column {
    min-width: 0;
}

.idr-footer__column--brand {
    padding-right: 8px;
}

.idr-footer__brand-wrap {
    margin-bottom: 30px;
}

/* ==========================================================================
   Brand
   ========================================================================== */

.idr-footer__brand,
.idr-footer__brand:link,
.idr-footer__brand:visited {
    display: inline-block;
    margin: 0 0 14px 0;
    color: #86ceff;
    text-decoration: none;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1px;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.idr-footer__brand:hover,
.idr-footer__brand:active {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(134, 206, 255, 0.32);
}

.idr-footer__brand-dot {
    color: #5eb8ff;
}

.idr-footer__brand:hover .idr-footer__brand-dot,
.idr-footer__brand:active .idr-footer__brand-dot,
.idr-footer__brand:visited .idr-footer__brand-dot {
    color: #5eb8ff;
}

/* ==========================================================================
   Legal brand line
   ========================================================================== */

.idr-footer__legal-brand,
.idr-footer__legal-brand:link,
.idr-footer__legal-brand:visited {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.idr-footer__legal-brand:hover,
.idr-footer__legal-brand:active {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 8px rgba(242, 195, 139, 0.30);
}

.idr-footer__legal-brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    color: #f2c38b;
    flex-shrink: 0;
    opacity: 0.98;
    transition: color 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

.idr-footer__legal-brand-icon svg {
    display: block;
    width: 34px;
    height: 34px;
}

.idr-footer__legal-brand:hover .idr-footer__legal-brand-icon,
.idr-footer__legal-brand:active .idr-footer__legal-brand-icon {
    color: #ffd79d;
    transform: scale(1.05);
    filter:
        drop-shadow(0 0 6px rgba(242, 195, 139, 0.55))
        drop-shadow(0 0 12px rgba(242, 195, 139, 0.24));
}

.idr-footer__legal-brand-text {
    color: inherit;
}

/* ==========================================================================
   Generic link colors: warm light blue -> white hover, warm light blue after visited
   ========================================================================== */

.idr-footer__service-link,
.idr-footer__service-link:link,
.idr-footer__service-link:visited,
.idr-footer__nav-link,
.idr-footer__nav-link:link,
.idr-footer__nav-link:visited,
.idr-footer__facebook-action,
.idr-footer__facebook-action:link,
.idr-footer__facebook-action:visited {
    color: #8fd7ff;
}

.idr-footer__service-link:hover,
.idr-footer__service-link:active,
.idr-footer__nav-link:hover,
.idr-footer__nav-link:active,
.idr-footer__facebook-card:hover .idr-footer__facebook-action,
.idr-footer__facebook-card:active .idr-footer__facebook-action {
    color: #ffffff;
    text-shadow: 0 0 6px rgba(143, 215, 255, 0.26);
}

/* ==========================================================================
   Text blocks
   ========================================================================== */

.idr-footer__brand-tagline {
    margin: 0;
    max-width: 470px;
    color: #a9b6c5;
    font-size: 15px;
    line-height: 1.9;
}

.idr-footer__block {
    margin-bottom: 30px;
}

.idr-footer__block:last-child {
    margin-bottom: 0;
}

.idr-footer__block--apps {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.idr-footer__block--facebook {
    margin-top: 28px;
}

/* ==========================================================================
   Headings
   ========================================================================== */

.idr-footer__heading {
    position: relative;
    margin: 0 0 18px 0;
    padding-bottom: 12px;
    color: #f2c38b;
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.idr-footer__heading:after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    margin-top: 12px;
    background: linear-gradient(90deg, #f2c38b 0%, rgba(242, 195, 139, 0.15) 100%);
    border-radius: 2px;
}

/* ==========================================================================
   Lists
   ========================================================================== */

.idr-footer__service-list,
.idr-footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.idr-footer__nav-list li {
    margin: 0 0 12px 0;
}

.idr-footer__nav-list li:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Service links
   ========================================================================== */

.idr-footer__service-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.idr-footer__service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 60px;
    padding: 0;
    text-decoration: none;
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    transition: color 0.2s ease, padding-left 0.2s ease, text-shadow 0.2s ease;
}

.idr-footer__service-link:hover {
    text-decoration: none;
    padding-left: 4px;
}

.idr-footer__service-label {
    display: inline-block;
    color: inherit;
}

.idr-footer__service-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f2c38b;
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.idr-footer__service-link:hover .idr-footer__service-arrow {
    transform: translateX(3px);
    color: #ffffff;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.18));
}

/* ==========================================================================
   Standard links
   ========================================================================== */

.idr-footer__nav-link {
    display: inline-block;
    text-decoration: none;
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

.idr-footer__nav-link:hover {
    text-decoration: none;
    transform: translateX(2px);
}

/* ==========================================================================
   Facebook card
   ========================================================================== */

.idr-footer__facebook-card,
.idr-footer__facebook-card:link,
.idr-footer__facebook-card:visited {
    position: relative;
    display: block;
    padding: 24px 22px 22px 22px;
    border: 1px solid rgba(143, 215, 255, 0.34);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(143, 215, 255, 0.11) 0%, rgba(143, 215, 255, 0.05) 100%),
        rgba(255, 255, 255, 0.02);
    color: #8fd7ff;
    text-decoration: none;
    overflow: hidden;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.idr-footer__facebook-card:hover,
.idr-footer__facebook-card:active {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow:
        0 0 20px rgba(143, 215, 255, 0.12),
        0 16px 34px rgba(0, 0, 0, 0.18);
    text-decoration: none;
}

.idr-footer__facebook-card:before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 215, 255, 0.24) 0%, rgba(143, 215, 255, 0) 72%);
    pointer-events: none;
}

.idr-footer__facebook-title {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.idr-footer__facebook-card:hover .idr-footer__facebook-title,
.idr-footer__facebook-card:active .idr-footer__facebook-title,
.idr-footer__facebook-card:visited .idr-footer__facebook-title {
    color: #ffffff;
}

.idr-footer__facebook-text {
    display: block;
    color: #b4c0ce;
    font-size: 14px;
    line-height: 1.8;
    transition: color 0.2s ease;
}

.idr-footer__facebook-card:hover .idr-footer__facebook-text {
    color: #dbe7f5;
}

.idr-footer__facebook-action {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 1px solid rgba(143, 215, 255, 0.48);
    transition: border-color 0.2s ease, color 0.2s ease, text-shadow 0.2s ease;
}

.idr-footer__facebook-card:hover .idr-footer__facebook-action {
    border-color: rgba(255, 255, 255, 0.45);
}

/* ==========================================================================
   Focus states
   ========================================================================== */

.idr-footer__brand:focus-visible,
.idr-footer__legal-brand:focus-visible,
.idr-footer__service-link:focus-visible,
.idr-footer__nav-link:focus-visible,
.idr-footer__facebook-card:focus-visible {
    outline: 2px solid #8fd7ff;
    outline-offset: 3px;
    border-radius: 8px;
}

/* ==========================================================================
   Bottom
   ========================================================================== */

.idr-footer__bottom {
    margin-top: 40px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.idr-footer__copyright {
    margin: 0;
    color: #7f8b99;
    font-size: 12px;
    line-height: 1.6;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1180px) {
    .idr-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .idr-footer__column:nth-child(3) {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 820px) {
    .idr-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .idr-footer__column:nth-child(3) {
        grid-column: auto;
    }

    .idr-footer__column--brand {
        padding-right: 0;
    }

    .idr-footer__brand-tagline {
        max-width: 100%;
    }

    .idr-footer__brand {
        font-size: 38px;
    }
}

@media screen and (max-width: 640px) {
    .idr-footer {
        margin-top: 40px;
    }

    .idr-footer__inner {
        padding: 34px 16px 20px 16px;
    }

    .idr-footer__brand {
        font-size: 30px;
        line-height: 1.08;
        word-break: break-word;
    }

    .idr-footer__legal-brand,
    .idr-footer__brand-tagline,
    .idr-footer__nav-link,
    .idr-footer__facebook-text,
    .idr-footer__service-link {
        font-size: 14px;
    }

    .idr-footer__legal-brand-icon {
        width: 36px;
        height: 36px;
    }

    .idr-footer__legal-brand-icon svg {
        width: 29px;
        height: 29px;
    }

    .idr-footer__heading {
        margin-bottom: 15px;
        font-size: 17px;
    }

    .idr-footer__nav-list li {
        margin-bottom: 9px;
    }

    .idr-footer__service-link {
        min-height: 54px;
    }

    .idr-footer__facebook-card {
        padding: 18px 16px 17px 16px;
        border-radius: 14px;
    }

    .idr-footer__facebook-title {
        font-size: 19px;
    }

    .idr-footer__facebook-action {
        font-size: 13px;
    }

    .idr-footer__copyright {
        font-size: 11px;
    }
}
.idr-cookie-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(17, 17, 17, 0.96);
    color: #fff;
    padding: 10px 16px;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.18);
}

.idr-cookie-bar__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.idr-cookie-bar__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.idr-cookie-bar__text a {
    color: #fff;
    text-decoration: underline;
}

.idr-cookie-bar__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.idr-cookie-bar__btn {
    border: 0;
    border-radius: 8px;
    padding: 8px 14px;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.idr-cookie-bar__btn--accept {
    background: #ffffff;
    color: #111111;
}

.idr-cookie-bar__btn--reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.35);
}

[hidden] {
    display: none !important;
}

@media (max-width: 768px) {
    .idr-cookie-bar__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .idr-cookie-bar__actions {
        width: 100%;
    }

    .idr-cookie-bar__btn {
        flex: 1;
    }
}