﻿/* ===============================
   ifrsEMENT ACADEMY – GLOBAL
================================ */

.ifrs-section {
    padding: 90px 0;
    /*background: #0b1220;
    color: #e5e7eb;*/
}

/*.ifrs-section .section-head {
        max-width: 780px;
        margin-bottom: 48px;
    }

        .ifrs-section .section-head h3 {
            font-size: 34px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

        .ifrs-section .section-head p {
            font-size: 16px;
            opacity: .75;
        }*/

/* ===============================
   HERO
================================ */
/* YALNIZ IFRS HERO daxilində */
.ifrs-hero [class*="overlay"],
.ifrs-hero [class*="glow"] {
    pointer-events: none !important;
}

.ifrs-hero {
    position: relative;
    padding: 110px 0 120px;
    background: radial-gradient(900px 420px at 12% -10%, rgba(16,185,129,.18), transparent), linear-gradient(180deg, #0b1220, #070c16);
    overflow: hidden;
}

.ifrs-hero-inner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
}

.ifrs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(16,185,129,.15);
    color: #6ee7b7;
    font-size: 13px;
    margin-bottom: 18px;
    color: #fff;
}

.ifrs-left h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #fff;
}

.ifrs-left h2 {
    font-size: 20px;
    font-weight: 500;
    opacity: .85;
    margin-bottom: 18px;
    color: #fff;
}

.ifrs-subtitle {
    font-size: 16px;
    max-width: 560px;
    line-height: 1.65;
    opacity: .9;
    color: #fff;
}

.ifrs-actions {
    display: flex;
    gap: 14px;
    margin: 28px 0;
}

/* Buttons */
.btn-ifrs-primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #04120c;
    border-radius: 14px;
    padding: 14px 22px;
    font-weight: 600;
}

.btn-ifrs-outline {
    border: 1px solid rgba(16,185,129,.4);
    color: #6ee7b7;
    border-radius: 14px;
    padding: 14px 22px;
    background: transparent;
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .15s ease;
}

    /* Hover */
    .btn-ifrs-outline:hover {
        background: rgba(16,185,129,.12);
        color: #ecfdf5;
        box-shadow: 0 8px 24px rgba(16,185,129,.25);
        transform: translateY(-1px);
    }

    /* Klik zamanı (press effekti) */
    .btn-ifrs-outline:active {
        transform: translateY(0);
        box-shadow: 0 4px 14px rgba(16,185,129,.18);
    }

    /* Keyboard istifadəçilər üçün */
    .btn-ifrs-outline:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(16,185,129,.35), 0 8px 24px rgba(16,185,129,.25);
    }

}

.ifrs-metrics {
    display: flex;
    gap: 22px;
    margin-top: 20px;
}

    .ifrs-metrics .mx-metric .top {
        font-weight: 600;
        color: #d1fae5;
    }

    .ifrs-metrics .mx-metric .bottom {
        font-size: 13px;
        opacity: .65;
    }

/* ===============================
   RIGHT CARD + PRICE
================================ */

.ifrs-cred-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 28px;
    backdrop-filter: blur(8px);
}

    .ifrs-cred-card .head {
        display: flex;
        gap: 14px;
        margin-bottom: 18px;
        color: #fff;
    }

    .ifrs-cred-card .icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: rgba(16,185,129,.18);
        display: grid;
        place-items: center;
        color: #6ee7b7;
    }

.ifrs-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

    .ifrs-grid .pill {
        background: rgba(255,255,255,.05);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 14px;
        padding: 14px;
    }

    .ifrs-grid .k {
        font-weight: 700;
        color: #fff;
        padding: 4px;
    }

    .ifrs-grid .v {
        font-size: 13px;
        font-weight: 500;
        color: rgba(255,255,255,.6);
    }

/* PRICE */
.ifrs-price-card {
    margin-top: 18px;
    padding: 20px;
    border-radius: 18px;
    background: radial-gradient(500px 260px at 10% -10%, rgba(16,185,129,.2), transparent), linear-gradient(180deg, #0b1220, #070c16);
    border: 1px solid rgba(16,185,129,.35);
}

    .ifrs-price-card .tag {
        font-size: 12px;
        color: #6ee7b7;
    }

    .ifrs-price-card h4 {
        margin: 6px 0 12px;
        font-size: 18px;
        color: #fff;
    }

    .ifrs-price-card .price-value {
        display: flex;
        align-items: baseline;
        gap: 6px;
        margin-bottom: 14px;
    }

    .ifrs-price-card strong {
        font-size: 36px;
        color: #6ee7b7;
    }

.price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

    .price-features li {
        display: flex;
        gap: 8px;
        font-size: 14px;
        padding: 4px 0;
        opacity: .85;
        color: #fff;
    }

.price-note {
    font-size: 12px;
    text-align: center;
    opacity: .6;
    margin-top: 8px;
}

/* ===============================
   ACCORDION
================================ */
/* ===============================
   ifrs – STRUCTURE / ACCORDION
   =============================== */

/* ===============================
   ACCORDION CONTAINER
   =============================== */

.ifrs-accordion {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ===============================
   ITEM
   =============================== */

.ifrs-item {
    border-radius: 18px;
    background: linear-gradient(180deg, #0f172a, #020617);
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
    transition: box-shadow .4s ease, border-color .4s ease;
}

    .ifrs-item.open {
        border-color: rgba(16,185,129,.45);
        box-shadow: 0 30px 70px rgba(16,185,129,.22);
        transform: translateY(-1px);
    }

/* ===============================
   HEADER
   =============================== */

.ifrs-header {
    width: 100%;
    background: transparent;
    border: 0;
    color: #f9fafb;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

    .ifrs-header .n {
        min-width: 38px;
        height: 38px;
        border-radius: 12px;
        background: rgba(16,185,129,.18);
        color: #6ee7b7;
        display: grid;
        place-items: center;
        font-weight: 800;
        font-size: 14px;
    }

    .ifrs-header .t {
        line-height: 1.4;
    }

    .ifrs-header i {
        margin-left: auto;
        transition: transform .6s cubic-bezier(.4,0,.2,1), opacity .3s ease;
        opacity: .6;
    }

.ifrs-item.open .ifrs-header i {
    transform: rotate(180deg);
    opacity: 1;
}

/* ===============================
   BODY
   =============================== */

.ifrs-body {
    padding: 0 22px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .7s cubic-bezier(.4,0,.2,1), opacity .3s ease;
}

.ifrs-item.open .ifrs-body {
    opacity: 1;
}

.ifrs-body ul {
    list-style: none;
    padding: 18px 0 22px;
    margin: 0;
}

.ifrs-body li {
    position: relative;
    padding-left: 22px;
    margin: 10px 0;
    color: #e5e7eb;
    font-size: 14px;
    line-height: 1.6;
}

    .ifrs-body li::before {
        content: "▸";
        position: absolute;
        left: 0;
        color: #6ee7b7;
        font-weight: 800;
    }

/* ===============================
   HOVER POLISH
   =============================== */

.ifrs-header:hover {
    background: rgba(255,255,255,.03);
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 768px) {
    .ifrs-section {
        padding: 70px 0;
    }

        .ifrs-section .section-head h3 {
            font-size: 30px;
        }

    .ifrs-header {
        font-size: 14px;
    }
}


/* ===============================
   CTA
================================ */

.ifrs-cta {
    background: radial-gradient(800px 300px at 10% -20%, rgba(16,185,129,.2), transparent), linear-gradient(180deg, #070c16, #05080f);
}

    .ifrs-cta .cta-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 28px;
        background: rgba(255,255,255,.04);
        border-radius: 22px;
        padding: 36px;
        border: 1px solid rgba(255,255,255,.08);
    }

    .ifrs-cta h2 {
        font-size: 28px;
        color: #fff;
    }

    .ifrs-cta p {
        max-width: 520px;
        opacity: .8;
        color: #fff;
    }

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
    .ifrs-hero-inner {
        grid-template-columns: 1fr;
    }

    .ifrs-metrics {
        flex-wrap: wrap;
    }

    .ifrs-cta .cta-box {
        flex-direction: column;
        text-align: center;
    }
}

.ifrse-currency {
    color: #fff
}
/* ===============================
   AUDIT HERO – IFRS VARIANT
================================ */

.audit-hero {
    background: radial-gradient( 900px 500px at 20% 20%, rgba(255,255,255,.16), transparent 60% ), linear-gradient(135deg, #0b1220, #111827, #020617);
}

/* ---------- PARTNER LOGOS ---------- */
.partner-strip {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255,255,255,.2);
}

.partner-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    color: rgba(255,255,255,.7);
    margin-bottom: 10px;
}

.partner-logos {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

    .partner-logos img {
        max-height: 67px;
        opacity: .85;
        filter: grayscale(10%);
        transition: opacity .25s ease, filter .25s ease;
    }

        .partner-logos img:hover {
            opacity: 1;
            filter: grayscale(0%);
        }

/* Responsive */
@media (max-width: 992px) {
    .partner-logos {
        justify-content: flex-start;
    }
}

























/* ===============================
   HR INFO SECTION – PREMIUM
   =============================== */

.ifrs-section {
    position: relative;
}

/* grid balansı */
.ifrs-grid-2 {
    gap: 36px;
}

/* ===============================
   CARD – BASE
   =============================== */
.ifrs-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-radius: 26px;
    padding: 36px 38px;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 30px 60px rgba(2,6,23,.08), inset 0 1px 0 rgba(255,255,255,.9);
    transition: transform .35s ease, box-shadow .35s ease;
    margin-top: 30px;
    width: 481px;
}

    .ifrs-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 45px 90px rgba(2,6,23,.14), inset 0 1px 0 rgba(255,255,255,.95);
    }

    /* başlıq */
    .ifrs-card h3 {
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 16px;
        letter-spacing: -.2px;
        color: #0f172a;
    }

    /* mətn */
    .ifrs-card p {
        font-size: 15px;
        line-height: 1.75;
        color: #334155;
        margin-bottom: 22px;
    }

/* ===============================
   LIST – ICON + PREMIUM ROW
   =============================== */
.ifrs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

    .ifrs-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 18px;
        border-radius: 16px;
        font-size: 14.5px;
        font-weight: 600;
        color: #0f172a;
        background: rgba(15,23,42,.04);
        border: 1px solid rgba(15,23,42,.08);
        transition: background .25s ease, transform .25s ease;
    }

        .ifrs-list li i {
            font-size: 18px;
            color: #16a34a;
            flex-shrink: 0;
        }

        .ifrs-list li:hover {
            background: linear-gradient( 90deg, rgba(22,163,74,.12), rgba(22,163,74,.02) );
            transform: translateX(4px);
        }

/* ===============================
   SOFT CARD – RIGHT SIDE
   =============================== */
.ifrs-card-soft {
    background: radial-gradient( 120% 120% at 100% 0%, rgba(22,163,74,.12), transparent 60% ), linear-gradient(180deg, #ffffff, #f1f5f9);
    border: 1px solid rgba(22,163,74,.25);
}

    /* fərqləndirici xətt */
    .ifrs-card-soft::before {
        content: "";
        position: absolute;
        left: 0;
        top: 28px;
        bottom: 28px;
        width: 5px;
        border-radius: 4px;
        background: linear-gradient(180deg, #16a34a, #22c55e);
    }

/* ===============================
   HIGHLIGHT BOX
   =============================== */
.ifrs-highlight {
    margin-top: 26px;
    padding: 18px 20px;
    border-radius: 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.7;
    color: #064e3b;
    background: linear-gradient( 135deg, rgba(22,163,74,.18), rgba(22,163,74,.06) );
    border: 1px solid rgba(22,163,74,.35);
}

    .ifrs-highlight i {
        font-size: 20px;
        margin-top: 2px;
        color: #16a34a;
    }

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 992px) {
    .ifrs-card {
        padding: 28px 26px;
    }

        .ifrs-card h3 {
            font-size: 20px;
        }
}


/* ===============================
   MOBILE CENTER ALIGN – IFRS SECTIONS
   =============================== */

/* ===============================
   IFRS – MOBILE CENTER ALIGN
   ONLY IFRS SCOPE
   =============================== */

@media (max-width: 992px) {

    /* HERO GRID */
    .ifrs-hero-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .ifrs-left,
    .ifrs-right {
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    /* ACTION BUTTONS */
    .ifrs-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* METRICS */
    .ifrs-metrics {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* INFO SECTIONS GRID */
    .ifrs-grid,
    .ifrs-grid-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* CARDS */
    .ifrs-card,
    .ifrs-card-soft,
    .ifrs-cred-card {
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    /* ACCORDION */
    .ifrs-accordion {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    /* CTA */
    .ifrs-cta .cta-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}



/* mobil də 2x2 qalsın */
@media (max-width: 768px) {
    .ifrs-right .ifrs-cred-card .ifrs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

/* çox balaca ekranlarda 1 sütun (istəsən sil) */
@media (max-width: 380px) {
    .ifrs-right .ifrs-cred-card .ifrs-grid {
        grid-template-columns: 1fr !important;
    }
}

/* yalnız sağdakı cred-card içindəki pill grid */
.ifrs-right .ifrs-cred-card .ifrs-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch;
}

    /* pill içi daşmasın */
    .ifrs-right .ifrs-cred-card .ifrs-grid .pill {
        min-width: 0;
    }




/* =========================================
   IFRS – DOWNLOAD CARD (PDF)
   ========================================= */

.download-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    margin-top: 56px;
    border-radius: 20px;
    background: radial-gradient(400px 200px at 10% -20%, rgba(16,185,129,.18), transparent), linear-gradient(180deg, #0b1220, #070c16);
    border: 1px solid rgba(16,185,129,.35);
    box-shadow: 0 20px 45px rgba(2,6,23,.45);
    transition: transform .35s ease, box-shadow .35s ease;
}

    .download-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 30px 70px rgba(16,185,129,.35);
    }

/* LEFT SIDE */
.download-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* ICON */
.download-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(16,185,129,.18);
    border: 1px solid rgba(16,185,129,.45);
    color: #6ee7b7;
    font-size: 20px;
    flex-shrink: 0;
}

/* TEXT */
.download-title {
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
}

.download-sub {
    font-size: 13px;
    color: rgba(255,255,255,.65);
}

/* BUTTON OVERRIDE (local only) */
.download-card .btn-ifrs-outline {
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    color : #ffffff;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 768px) {
    .download-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

        .download-card .btn-ifrs-outline {
            width: 100%;
            text-align: center;
        }
}



.partner-strip {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255,255,255,.25);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.partner-label {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .7;
}

.partner-logos {
    display: flex;
    gap: 14px;
    align-items: center;
}

    .partner-logos img {
        height: 34px;
        filter: grayscale(100%);
        opacity: .85;
    }






