/* AD MAX — Esettanulmány. A statikus sablon (esettanulmany-static) 1:1. */

.am-eset,
.am-eset * {
    box-sizing: border-box;
}

.am-eset {
    font-family: 'Space Grotesk', sans-serif;
    background: #F1F7F4;
    overflow-x: clip;
}

.am-eset a {
    color: #2C8B74;
}

.am-eset a:hover {
    color: #1E3A38;
}

.am-eset img {
    display: block;
}

.am-eset .am-container {
    max-width: 1180px;
    margin: 0 auto;
}

.am-eset .am-article {
    max-width: 769px;
    margin: 0 auto;
}

/* ===== HERO ===== */
.am-eset .am-hero {
    background: #1E3A38;
    color: #f1f7f4;
    padding: 64px 0 54px;
    position: relative;
    overflow: hidden;
}

.am-eset .am-hero-glow {
    position: absolute;
    top: -125px;
    right: -89px;
    width: 411px;
    height: 411px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(95, 189, 168, 0.32), transparent 65%);
    pointer-events: none;
}

.am-eset .am-hero .am-container {
    position: relative;
}

.am-eset .am-crumb {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 12px;
    font-weight: 600;
    color: #a9cfc5;
}

.am-eset .am-crumb a {
    color: #a9cfc5;
    text-decoration: none;
}

.am-eset .am-crumb a:hover {
    color: #A7EBDD;
}

.am-eset .am-crumb-sep {
    opacity: 0.5;
}

.am-eset .am-crumb-now {
    color: #A7EBDD;
}

.am-eset .am-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 30px 0 20px;
}

.am-eset .am-tag {
    background: #A7EBDD;
    color: #1E3A38;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 13px;
    border-radius: 100px;
}

.am-eset .am-tag-ghost {
    border: 1px solid rgba(167, 235, 221, 0.4);
    color: #cfe6de;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 100px;
    white-space: nowrap;
}

.am-eset .am-h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 77px;
    line-height: 0.95;
    letter-spacing: -2.7px;
    margin: 0;
    text-transform: uppercase;
    max-width: 894px;
    color: #f1f7f4;
}

.am-eset .am-h1-accent {
    color: #5FBDA8;
}

.am-eset .am-hero-dek {
    font-size: 17px;
    line-height: 1.62;
    color: #cfe6de;
    margin: 23px 0 0;
    max-width: 554px;
    font-weight: 400;
}

.am-eset .am-sheet {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    background: rgba(167, 235, 221, 0.18);
    border: 1px solid rgba(167, 235, 221, 0.18);
    border-radius: 16px;
    overflow: hidden;
    margin: 41px 0 0;
}

.am-eset .am-sheet-cell {
    background: rgba(22, 51, 46, 0.55);
    padding: 20px 21px;
}

.am-eset .am-sheet-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8fbfb2;
    margin-bottom: 7px;
}

.am-eset .am-sheet-value {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 15px;
}

.am-eset .am-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 30px 0 0;
    position: relative;
    z-index: 2;
}

.am-eset .am-kpi {
    background: #fff;
    color: #16332E;
    border-radius: 18px;
    padding: 25px 23px;
}

.am-eset .am-kpi.is-mint {
    background: #A7EBDD;
    color: #1E3A38;
}

.am-eset .am-kpi-num {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 0.85;
    letter-spacing: -1.5px;
}

.am-eset .am-kpi-num.is-teal {
    color: #2C8B74;
}

.am-eset .am-kpi-label {
    font-size: 13px;
    font-weight: 600;
    margin-top: 11px;
}

/* ===== TÖRZS ===== */
.am-eset .am-body-sec {
    padding: 107px 0 89px;
}

.am-eset .am-body p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    line-height: 1.72;
    color: #2c4b45;
    margin: 0 0 20px;
    font-weight: 400;
}

.am-eset .am-body h2,
.am-eset .am-body .wp-block-heading {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.04;
    letter-spacing: -0.9px;
    color: #16332E;
    text-transform: uppercase;
    margin: 50px 0 16px;
}

.am-eset .am-body ul,
.am-eset .am-body .wp-block-list {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #2c4b45;
    padding-left: 20px;
    margin: 0 0 20px;
}

.am-eset .am-body li {
    margin-bottom: 8px;
}

.am-eset .am-body strong {
    color: #16332E;
    font-weight: 600;
}

.am-eset .am-body .wp-block-image {
    margin: 28px 0 32px;
}

.am-eset .am-body .wp-block-image img {
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.am-eset .am-body figcaption {
    font-size: 12px;
    color: #5c7b73;
    margin-top: 11px;
    font-weight: 500;
}

.am-eset .am-pull {
    background: #E3F3EC;
    border-radius: 18px;
    padding: 27px 29px;
    margin: 36px 0;
}

.am-eset .am-body .am-pull p,
.am-eset .am-pull p {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #16332E;
    margin: 0;
}

/* Gutenberg térközök — a sablon nyers divjeihez igazítva. */
.am-eset .am-body .wp-block-group,
.am-eset .am-body .wp-block-columns,
.am-eset .am-body .wp-block-column,
.am-eset .am-body .wp-block-buttons,
.am-eset .am-body .wp-block-button,
.am-eset .am-body .wp-block-html {
    margin: 0;
}

.am-eset .am-body .is-layout-flow > * + *,
.am-eset .am-body .is-layout-constrained > * + *,
.am-eset .am-body .wp-block-group__inner-container > * + * {
    margin-block-start: 0;
}

.am-eset .am-body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* ===== ADATTÁBLÁZAT ===== */
.am-eset .am-table-wrap,
.editor-styles-wrapper .am-table-wrap {
    overflow-x: auto;
    margin: 32px 0 39px;
    border: 1px solid #dbeae3;
    border-radius: 18px;
    background: #fff;
}

.am-eset .am-table-wrap figure,
.am-eset figure.wp-block-table {
    margin: 0;
    overflow: visible;
    border: 0;
}

.am-eset .am-table,
.am-eset .am-table-wrap table,
.am-eset .wp-block-table table,
.editor-styles-wrapper .am-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    min-width: 465px;
    border: 0;
}

.am-eset .wp-block-table thead,
.am-eset .am-table thead {
    border: 0;
}

.am-eset .am-table th,
.am-eset .am-table-wrap th,
.am-eset .wp-block-table th {
    text-align: left;
    padding: 14px 21px;
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background: #1E3A38;
    color: #eaf5f1;
    border: 0 !important;
}

.am-eset .am-table td,
.am-eset .am-table-wrap td,
.am-eset .wp-block-table td {
    padding: 13px 21px;
    border: 0 !important;
    background: transparent;
}

.am-eset .am-table tbody tr + tr,
.am-eset .am-table-wrap tbody tr + tr,
.am-eset .wp-block-table tbody tr + tr {
    border-top: 1px solid #dbeae3;
}

.am-eset .am-table tr.am-is-total,
.am-eset .wp-block-table tr.am-is-total {
    background: #E3F3EC;
}

.am-eset .am-table td:nth-child(1),
.am-eset .am-td-name {
    font-weight: 600;
    color: #16332E;
}

.am-eset .am-table td:nth-child(2),
.am-eset .am-td-muted {
    color: #5c7b73;
    font-weight: 400;
}

.am-eset .am-table td:nth-child(3),
.am-eset .am-td-now {
    font-weight: 700;
    color: #16332E;
}

.am-eset .am-table td:nth-child(4),
.am-eset .am-td-delta {
    font-weight: 800;
    color: #2C8B74;
}

.am-eset .am-table tr.am-is-total td:nth-child(1) {
    font-weight: 700;
}

.am-eset .am-table tr.am-is-total td:nth-child(3) {
    font-weight: 800;
}

/* ===== LÉPÉSEK ===== */
.am-eset .am-steps {
    margin: 21px 0 39px;
}

.am-eset .am-steps,
.am-eset .am-steps > .wp-block-group__inner-container {
    display: grid;
    gap: 12px;
}

.am-eset .am-step {
    background: #fff;
    border: 1px solid #dbeae3;
    border-radius: 16px;
    padding: 21px 23px;
}

.am-eset .am-step,
.am-eset .am-step > .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.am-eset .am-step > .wp-block-group__inner-container {
    width: 100%;
}

.am-eset .am-step > .wp-block-group,
.am-eset .am-step .wp-block-group {
    flex: 1;
    min-width: 0;
}

.am-eset .am-body p.am-step-num,
.am-eset .am-step-num {
    flex: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #A7EBDD;
    color: #1E3A38;
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.am-eset .am-body p.am-step-title,
.am-eset .am-step-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.3;
    color: #16332E;
    margin: 0 0 5px;
}

.am-eset .am-body p.am-step-p,
.am-eset .am-step-p {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #5c7b73;
}

/* ===== BÜDZSÉ MEGOSZLÁS ===== */
.am-eset .am-mix {
    background: #fff;
    border: 1px solid #dbeae3;
    border-radius: 20px;
    padding: 30px 29px;
    margin: 0 0 39px;
}

.am-eset .am-body p.am-eyebrow,
.am-eset .am-eyebrow {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2C8B74;
    line-height: 1.4;
    margin: 0 0 11px;
}

.am-eset .am-body p.am-eyebrow.is-block,
.am-eset .am-eyebrow.is-block {
    margin-bottom: 21px;
}

.am-eset .am-mix-grid,
.am-eset .am-mix-grid > .wp-block-group__inner-container {
    display: grid;
    gap: 18px;
}

.am-eset .am-mix-row > .wp-block-group__inner-container {
    display: block;
}

.am-eset .am-body p.am-mix-head,
.am-eset .am-mix-head {
    display: flex;
    justify-content: space-between;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #16332E;
    margin: 0 0 7px;
}

.am-eset .am-mix-track {
    height: 8px;
    border-radius: 100px;
    background: #E3F3EC;
    overflow: hidden;
}

.am-eset .am-mix-bar {
    height: 100%;
    border-radius: 100px;
}

.am-eset .am-mix-bar.is-teal {
    background: #2C8B74;
}

.am-eset .am-mix-bar.is-sage {
    background: #5FBDA8;
}

.am-eset .am-mix-bar.is-mint {
    background: #A7EBDD;
}

/* ===== ÜGYFÉL IDÉZET ===== */
.am-eset .am-quote {
    background: #1E3A38;
    border-radius: 21px;
    padding: 39px 38px;
    margin: 0 0 39px;
    position: relative;
    overflow: hidden;
}

.am-eset .am-quote > .wp-block-group__inner-container {
    position: relative;
}

.am-eset .am-body p.am-quote-mark,
.am-eset .am-quote-mark {
    position: absolute;
    top: -27px;
    right: 21px;
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 179px;
    line-height: 1;
    color: rgba(167, 235, 221, 0.12);
    margin: 0;
}

.am-eset .am-body p.am-quote-p,
.am-eset .am-quote-p {
    position: relative;
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.28;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0;
    max-width: 572px;
}

.am-eset .am-quote-who,
.am-eset .am-quote-who > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
    margin-top: 27px;
    position: relative;
}

.am-eset .am-quote-who {
    margin-top: 27px;
}

.am-eset .am-quote-who > .wp-block-group__inner-container {
    margin-top: 0;
    width: 100%;
}

.am-eset .am-body p.am-quote-avatar,
.am-eset .am-quote-avatar {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #A7EBDD;
    color: #1E3A38;
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin: 0;
}

.am-eset .am-body p.am-quote-name,
.am-eset .am-quote-name {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.am-eset .am-body p.am-quote-role,
.am-eset .am-quote-role {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #8fbfb2;
    font-weight: 500;
    margin: 0;
}

/* ===== TANULSÁG ===== */
.am-eset .am-lesson {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
    background: #E3F3EC;
    border-radius: 18px;
    padding: 25px 27px;
    margin: 36px 0 39px;
}

.am-eset .am-lesson::before {
    content: '';
    flex: none;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232C8B74' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M12 2a7 7 0 0 0-4 12.7c.6.5 1 1.3 1 2.1v.2h6v-.2c0-.8.4-1.6 1-2.1A7 7 0 0 0 12 2z'/%3E%3C/svg%3E") center / 20px no-repeat;
}

.am-eset .am-lesson > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.am-eset .am-body p.am-lesson-title,
.am-eset .am-lesson-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.3;
    color: #16332E;
    margin: 0 0 5px;
}

.am-eset .am-body p.am-lesson-p,
.am-eset .am-lesson-p {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 400;
    color: #2c4b45;
}

/* ===== AUDIT CTA ===== */
.am-eset .am-audit {
    background: #2C8B74;
    border-radius: 21px;
    padding: 36px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    margin: 0;
}

.am-eset .am-audit > .wp-block-group__inner-container,
.am-eset .am-audit .wp-block-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.am-eset .am-audit .wp-block-column {
    margin: 0;
}

.am-eset .am-audit .wp-block-buttons {
    margin: 0;
}

.am-eset .am-audit-title,
.am-eset .am-audit .am-audit-title,
.am-eset .am-body h3.am-audit-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 27px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.am-eset .am-body p.am-audit-note,
.am-eset .am-audit-note {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    line-height: 1.58;
    color: #dcf1ea;
    margin: 11px 0 0;
    font-weight: 400;
}

.am-eset .am-audit .wp-block-button__link,
.am-eset .am-audit-cta {
    flex: none;
    text-decoration: none;
    background: #fff;
    color: #1E3A38;
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 13px;
    padding: 14px 29px;
    border-radius: 100px;
    border: 0;
    box-shadow: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.am-eset .am-audit .wp-block-button__link:hover,
.am-eset .am-audit-cta:hover {
    background: #fff;
    color: #1E3A38;
    transform: translateY(-3px);
}

/* ===== TOVÁBBI ESETTANULMÁNYOK ===== */
.am-eset .am-more-sec {
    background: #fff;
    border-top: 1px solid #dbeae3;
    padding: 79px 0 89px;
}

.am-eset .am-more-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 34px;
}

.am-eset .am-more-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 43px;
    line-height: 1;
    letter-spacing: -1.3px;
    margin: 0;
    text-transform: uppercase;
    color: #16332E;
}

.am-eset .am-more-all {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2C8B74;
    font-weight: 800;
    font-size: 13px;
    transition: gap 0.3s ease;
}

.am-eset .am-more-all:hover {
    gap: 13px;
    color: #1E3A38;
}

.am-eset .am-more-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.am-eset .am-rel {
    text-decoration: none;
    background: #F1F7F4;
    border: 1px solid #dbeae3;
    border-radius: 20px;
    padding: 27px 25px;
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.am-eset .am-rel:hover {
    transform: translateY(-6px);
    box-shadow: 0 23px 48px rgba(22, 51, 46, 0.12);
    color: inherit;
}

.am-eset .am-rel.is-pine {
    background: #1E3A38;
    border: 0;
}

.am-eset .am-rel-cat {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2C8B74;
}

.am-eset .am-rel-cat.is-mint {
    color: #A7EBDD;
}

.am-eset .am-rel-num {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 46px;
    line-height: 0.85;
    letter-spacing: -1.3px;
    color: #16332E;
    margin: 18px 0 13px;
}

.am-eset .am-rel-num.is-mint {
    color: #A7EBDD;
}

.am-eset .am-rel-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.3;
    color: #16332E;
}

.am-eset .am-rel-title.is-white {
    color: #fff;
}

.am-eset .am-rel-p {
    font-size: 13px;
    line-height: 1.55;
    color: #5c7b73;
    margin: 9px 0 0;
    font-weight: 400;
}

.am-eset .am-rel-p.is-soft {
    color: #a9cfc5;
}

/* Megosztás a cikk végén (a sablonban nincs, a bejegyzés-kérést megtartjuk). */
.am-eset .am-body .am-sharebar {
    margin-top: 40px;
}

.am-eset .am-sharebar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 0;
    padding: 18px 0;
    border-top: 1px solid #dbeae3;
    border-bottom: 1px solid #dbeae3;
}

.am-eset .am-sharebar__label {
    font-family: 'Archivo', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5c7b73;
    flex: none;
}

.am-eset .am-sharebar__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.am-eset .am-sharebar__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbeae3;
    background: #fff;
    color: #16332E;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 100px;
    cursor: pointer;
}

.am-eset .am-sharebar__btn svg {
    display: block;
    width: 14px;
    height: 14px;
    flex: none;
}

.am-eset .am-sharebar__btn:hover {
    color: #2C8B74;
    border-color: #5FBDA8;
}

.am-eset .am-sharebar__btn.is-copied {
    border-color: #2C8B74;
    color: #2C8B74;
}

/* ===== TABLET (768–1179) ===== */
@media (max-width: 1179px) {
    .am-eset .am-container,
    .am-eset .am-article {
        padding-left: 32px;
        padding-right: 32px;
        max-width: 100%;
    }

    .am-eset .am-article {
        max-width: 769px;
    }

    .am-eset .am-hero {
        padding: 48px 0 44px;
    }

    .am-eset .am-h1 {
        font-size: 56px;
        letter-spacing: -1.8px;
    }

    .am-eset .am-hero-dek {
        font-size: 16px;
    }

    .am-eset .am-kpi-num {
        font-size: 42px;
    }

    .am-eset .am-body-sec {
        padding: 72px 0 64px;
    }

    .am-eset .am-body h2,
    .am-eset .am-body .wp-block-heading {
        font-size: 30px;
        margin: 42px 0 14px;
    }

    .am-eset .am-quote {
        padding: 32px 30px;
    }

    .am-eset .am-body p.am-quote-p,
    .am-eset .am-quote-p {
        font-size: 22px;
    }

    .am-eset .am-more-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .am-eset .am-more-grid {
        gap: 16px;
    }
}

@media (max-width: 1024px) {
    .am-eset .am-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .am-eset .am-sheet {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ===== MOBIL ===== */
@media (max-width: 767px) {
    .am-eset .am-container,
    .am-eset .am-article {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .am-eset .am-hero {
        padding: 36px 0;
    }

    .am-eset .am-hero-glow {
        width: 300px;
        height: 300px;
        top: -90px;
        right: -70px;
    }

    .am-eset .am-crumb {
        font-size: 12px;
        gap: 8px;
    }

    .am-eset .am-meta {
        gap: 8px;
        margin: 18px 0 14px;
    }

    .am-eset .am-h1 {
        font-size: 34px;
        letter-spacing: -1px;
        line-height: 1.02;
    }

    .am-eset .am-hero-dek {
        font-size: 16px;
        margin-top: 16px;
    }

    .am-eset .am-sheet {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 32px;
    }

    .am-eset .am-sheet-cell {
        padding: 16px 18px;
    }

    .am-eset .am-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 24px;
    }

    .am-eset .am-kpi {
        padding: 18px 17px;
    }

    .am-eset .am-kpi-num {
        font-size: 34px;
    }

    .am-eset .am-kpi-label {
        font-size: 12px;
        margin-top: 8px;
    }

    .am-eset .am-body-sec {
        padding: 36px 0 52px;
    }

    .am-eset .am-body p {
        font-size: 15.5px;
        margin-bottom: 16px;
    }

    .am-eset .am-body h2,
    .am-eset .am-body .wp-block-heading {
        font-size: 24px;
        letter-spacing: -0.5px;
        margin: 32px 0 12px;
    }

    .am-eset .am-body ul,
    .am-eset .am-body .wp-block-list {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .am-eset .am-table-wrap {
        margin: 24px 0 28px;
        border-radius: 14px;
    }

    .am-eset .am-table,
    .am-eset .am-table-wrap table {
        min-width: 420px;
    }

    .am-eset .am-table th,
    .am-eset .am-table-wrap th,
    .am-eset .wp-block-table th {
        padding: 11px 14px;
        font-size: 11px;
    }

    .am-eset .am-table td,
    .am-eset .am-table-wrap td,
    .am-eset .wp-block-table td {
        padding: 11px 14px;
    }

    .am-eset .am-steps {
        margin: 18px 0 28px;
    }

    .am-eset .am-steps,
    .am-eset .am-steps > .wp-block-group__inner-container {
        gap: 10px;
    }

    .am-eset .am-step {
        padding: 16px 17px;
    }

    .am-eset .am-step,
    .am-eset .am-step > .wp-block-group__inner-container {
        gap: 14px;
    }

    .am-eset .am-body p.am-step-num,
    .am-eset .am-step-num {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .am-eset .am-mix {
        padding: 22px 20px;
        margin-bottom: 28px;
    }

    .am-eset .am-quote {
        padding: 24px 22px;
        border-radius: 16px;
        margin-bottom: 28px;
    }

    .am-eset .am-body p.am-quote-mark,
    .am-eset .am-quote-mark {
        font-size: 120px;
        top: -14px;
        right: 14px;
    }

    .am-eset .am-body p.am-quote-p,
    .am-eset .am-quote-p {
        font-size: 20px;
        letter-spacing: -0.3px;
    }

    .am-eset .am-quote-who,
    .am-eset .am-quote-who > .wp-block-group__inner-container {
        margin-top: 20px;
    }

    .am-eset .am-lesson {
        padding: 20px 18px;
        gap: 14px;
        margin: 28px 0;
    }

    .am-eset .am-audit,
    .am-eset .am-audit > .wp-block-group__inner-container,
    .am-eset .am-audit .wp-block-columns {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 18px;
    }

    .am-eset .am-audit .wp-block-column {
        flex-basis: 100% !important;
        width: 100%;
    }

    .am-eset .am-audit {
        padding: 24px 22px;
        border-radius: 16px;
    }

    .am-eset .am-audit-title,
    .am-eset .am-audit .am-audit-title,
    .am-eset .am-body h3.am-audit-title {
        font-size: 22px;
    }

    .am-eset .am-audit .wp-block-buttons,
    .am-eset .am-audit .wp-block-button,
    .am-eset .am-audit .wp-block-button__link {
        width: 100%;
        text-align: center;
    }

    .am-eset .am-audit .wp-block-button__link {
        padding: 14px 22px;
    }

    .am-eset .am-more-sec {
        padding: 44px 0 52px;
    }

    .am-eset .am-more-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 22px;
    }

    .am-eset .am-more-title {
        font-size: 26px;
        letter-spacing: -0.6px;
    }

    .am-eset .am-more-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .am-eset .am-rel {
        padding: 22px 20px;
    }

    .am-eset .am-rel-num {
        font-size: 40px;
        margin: 14px 0 10px;
    }

    .am-eset .am-rel:hover {
        transform: none;
        box-shadow: none;
    }
}
