.example-shell {
    background: #f4f6f5;
    color: #18201d;
}

.example-hero {
    padding: 5rem 0 4rem;
    border-bottom: 1px solid #dce3df;
    background: #ffffff;
}

.example-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1rem;
    color: #bf4f13;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.example-hero__eyebrow::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.example-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #18201d;
    font-size: 52px;
    line-height: 1.06;
    letter-spacing: 0;
}

.example-hero__lead {
    max-width: 720px;
    margin: 1.25rem 0 0;
    color: #59635f;
    font-size: 1.1rem;
    line-height: 1.7;
}

.example-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}

.example-section {
    padding: 4.5rem 0;
}

.example-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.example-card {
    display: grid;
    min-height: 100%;
    padding: 1.6rem;
    border: 1px solid #d6ded9;
    border-radius: 6px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.example-card:hover {
    border-color: #bf4f13;
    box-shadow: 0 14px 30px rgba(24, 32, 29, .08);
    color: inherit;
    transform: translateY(-2px);
}

.example-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.example-card__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 4px;
    background: #eaf1ed;
    color: #1f6a50;
    font-size: 1.05rem;
}

.example-card__area {
    color: #707a75;
    font-size: .8rem;
    font-weight: 700;
}

.example-card h2 {
    margin: 1.3rem 0 .7rem;
    color: #18201d;
    font-size: 1.3rem;
    line-height: 1.25;
    letter-spacing: 0;
}

.example-card p {
    margin: 0;
    color: #66706b;
    line-height: 1.6;
}

.example-card__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
    margin-top: 1.3rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e6e2;
}

.example-card__meta span {
    display: block;
    color: #7a837f;
    font-size: .72rem;
}

.example-card__meta strong {
    display: block;
    margin-top: .2rem;
    color: #18201d;
    font-size: .9rem;
}

.example-detail {
    padding: 3.5rem 0 5rem;
}

.example-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 2.5rem;
    align-items: start;
}

.example-detail__main {
    min-width: 0;
}

.example-request {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.5rem;
    border-left: 3px solid #d95d18;
    background: #ffffff;
}

.example-request strong {
    display: block;
    margin-bottom: .55rem;
    color: #18201d;
    font-size: .78rem;
    text-transform: uppercase;
}

.example-request p {
    margin: 0;
    color: #4f5954;
    font-size: 1.02rem;
    line-height: 1.7;
}

.example-heading {
    margin: 0 0 1rem;
    color: #18201d;
    font-size: 1.55rem;
    letter-spacing: 0;
}

.example-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #d6ded9;
    border-radius: 6px;
    background: #ffffff;
}

.example-table {
    width: 100%;
    min-width: 660px;
    margin: 0;
    border-collapse: collapse;
}

.example-table th,
.example-table td {
    padding: .85rem 1rem;
    border-bottom: 1px solid #e2e8e4;
    text-align: left;
    vertical-align: top;
}

.example-table th {
    background: #edf2ef;
    color: #59635f;
    font-size: .72rem;
    text-transform: uppercase;
}

.example-table td {
    color: #343d39;
    font-size: .9rem;
}

.example-table th:last-child,
.example-table td:last-child {
    text-align: right;
    white-space: nowrap;
}

.example-table tbody tr:last-child td {
    border-bottom: 0;
}

.example-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-top: .85rem;
    padding: 1.1rem 1rem;
    background: #18201d;
    color: #ffffff;
}

.example-total span {
    font-weight: 700;
}

.example-total strong {
    font-size: 1.45rem;
}

.example-note-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.example-note {
    padding: 1.35rem;
    border-top: 3px solid #1f6a50;
    background: #ffffff;
}

.example-note--check {
    border-top-color: #d95d18;
}

.example-note h2 {
    margin: 0 0 .9rem;
    color: #18201d;
    font-size: 1.05rem;
    letter-spacing: 0;
}

.example-note ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #5e6863;
}

.example-note li + li {
    margin-top: .6rem;
}

.example-aside {
    position: sticky;
    top: 92px;
    padding: 1.35rem;
    border: 1px solid #d6ded9;
    border-radius: 6px;
    background: #ffffff;
}

.example-aside h2 {
    margin: 0 0 1rem;
    color: #18201d;
    font-size: 1rem;
    letter-spacing: 0;
}

.example-aside__row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 0;
    border-bottom: 1px solid #e1e7e3;
    color: #6a746f;
    font-size: .82rem;
}

.example-aside__row strong {
    color: #18201d;
    text-align: right;
}

.example-aside .ap-btn {
    width: 100%;
    margin-top: 1rem;
}

.example-disclaimer {
    margin-top: 1.25rem;
    color: #717b76;
    font-size: .76rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .example-hero h1 { font-size: 42px; }
    .example-detail__layout { grid-template-columns: 1fr; }
    .example-aside { position: static; }
}

@media (max-width: 640px) {
    .example-hero { padding: 3.5rem 0 3rem; }
    .example-hero h1 { font-size: 34px; }
    .example-grid,
    .example-note-grid { grid-template-columns: 1fr; }
    .example-section,
    .example-detail { padding: 3rem 0; }
    .example-table { min-width: 0; }
    .example-table thead { display: none; }
    .example-table,
    .example-table tbody,
    .example-table tr,
    .example-table td { display: block; width: 100%; }
    .example-table tr { padding: .65rem .8rem; border-bottom: 1px solid #dce3df; }
    .example-table tbody tr:last-child { border-bottom: 0; }
    .example-table td,
    .example-table td:last-child {
        display: grid;
        grid-template-columns: 86px minmax(0, 1fr);
        gap: .65rem;
        padding: .3rem 0;
        border: 0;
        text-align: left;
        white-space: normal;
    }
    .example-table td::before {
        color: #7a847f;
        content: attr(data-label);
        font-size: .66rem;
        font-weight: 800;
        text-transform: uppercase;
    }
    .example-table td:first-child {
        display: block;
        padding-bottom: .55rem;
        color: #18201d;
        font-weight: 750;
    }
    .example-table td:first-child::before { display: none; }
    .example-total { align-items: flex-start; flex-direction: column; }
}
