.tnc-new-poag-des-org {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #fff;
    color: #0f172a;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}



img {
    max-width: 100%;
    display: block
}

a {
    color: inherit
}

/* ─── HEADER STUB ─── */
.h-code-des-pro-header-stub {
    height: 64px;
    background: #0a0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600;
}

/* ─── BREADCRUMB ─── */
.h-code-des-pro-breadcrumb {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 24px;
}

.h-code-des-pro-breadcrumb__inner {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.h-code-des-pro-breadcrumb a {
    color: #475569;
    text-decoration: none;
    transition: color .15s
}

.h-code-des-pro-breadcrumb a:hover {
    color: #e64a19
}

.h-code-des-pro-breadcrumb__sep {
    color: #cbd5e1
}

.h-code-des-pro-breadcrumb__current {
    color: #0a0e1a;
    font-weight: 600
}

/* ─── HERO ─── */
.h-code-des-pro-hero {
    position: relative;
    background:
        radial-gradient(50% 60% at 90% 0%, rgba(255, 87, 34, .06), transparent 55%),
        radial-gradient(50% 50% at 0% 100%, rgba(59, 130, 246, .10), transparent 55%),
        linear-gradient(180deg, #eef4ff, #f8fafc);
    padding: 64px 24px 72px;
    overflow: hidden;
    text-align: center;
}

.h-code-des-pro-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(59, 130, 246, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, .04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000, transparent);
    -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000, transparent);
    pointer-events: none;
}

.h-code-des-pro-hero__inner {
    max-width: 780px;
    margin: 0 auto;
    position: relative
}

.h-code-des-pro-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #e64a19;
    background: #fff;
    border: 1px solid rgba(255, 87, 34, .2);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px -6px rgba(255, 87, 34, .2);
}

.h-code-des-pro-hero__eyebrow svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0
}

.h-code-des-pro-hero h1 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(34px, 5.5vw, 56px);
    font-weight: 600;
    color: #0a0e1a;
    letter-spacing: -1.6px;
    line-height: 1.05;
    margin-bottom: 18px;
}

.h-code-des-pro-hero h1 em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.h-code-des-pro-hero__sub {
    font-size: 17px;
    color: #475569;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto 26px;
}

.h-code-des-pro-hero__meta {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12.5px;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    padding: 8px 18px;
    box-shadow: 0 4px 14px -8px rgba(15, 23, 42, .12);
}

.h-code-des-pro-hero__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.h-code-des-pro-hero__meta-item svg {
    width: 13px;
    height: 13px;
    color: #ff5722;
    flex-shrink: 0
}

.h-code-des-pro-hero__meta-sep {
    width: 1px;
    height: 14px;
    background: #e2e8f0
}

/* ─── MAIN LAYOUT ─── */
.h-code-des-pro-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 24px 72px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
    align-items: start;
}

/* ─── SIDEBAR ─── */
.h-code-des-pro-sidebar {
    position: sticky;
    top: 75px
}

.h-code-des-pro-toc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px -10px rgba(15, 23, 42, .08);
}

.h-code-des-pro-toc__head {
    background: #0a0e1a;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.h-code-des-pro-toc__head svg {
    width: 14px;
    height: 14px;
    color: #ff5722;
    flex-shrink: 0
}

.h-code-des-pro-toc__head-title {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.h-code-des-pro-toc__list {
    list-style: none;
    padding: 8px 0
}

.h-code-des-pro-toc__list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    font-size: 13px;
    color: #475569;
    text-decoration: none;
    border-left: 2px solid transparent;
    font-weight: 500;
    transition: background .15s, color .15s, border-color .15s;
}

.h-code-des-pro-toc__list a:hover,
.h-code-des-pro-toc__list a.h-code-des-pro-active {
    color: #e64a19;
    background: #fff5f1;
    border-left-color: #ff5722;
}

.h-code-des-pro-toc__num {
    font-family: 'JetBrains Mono', Menlo, monospace;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: 10.5px;
    font-weight: 600;
    background: #f8fafc;
    color: #64748b;
    flex-shrink: 0;
    transition: background .15s, color .15s;
}

.h-code-des-pro-toc__list a:hover .h-code-des-pro-toc__num,
.h-code-des-pro-toc__list a.h-code-des-pro-active .h-code-des-pro-toc__num {
    background: #ff5722;
    color: #fff;
}

.h-code-des-pro-trust {
    margin-top: 18px;
    background: linear-gradient(140deg, #fff5f1, #fff);
    border: 1px solid rgba(255, 87, 34, .2);
    border-radius: 14px;
    padding: 18px 20px;
}

.h-code-des-pro-trust__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0a0e1a;
    margin-bottom: 12px;
}

.h-code-des-pro-trust__title svg {
    width: 14px;
    height: 14px;
    color: #ff5722;
    flex-shrink: 0
}

.h-code-des-pro-trust__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.h-code-des-pro-trust__item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 12px;
    color: #475569;
    line-height: 1.5;
}

.h-code-des-pro-trust__item svg {
    width: 13px;
    height: 13px;
    color: #10b981;
    flex-shrink: 0;
    margin-top: 2px
}

.h-code-des-pro-help {
    margin-top: 18px;
    background: #0a0e1a;
    border-radius: 14px;
    padding: 20px;
}

.h-code-des-pro-help__title {
    font-size: 13.5px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.h-code-des-pro-help__sub {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.5;
    margin-bottom: 14px;
}

.h-code-des-pro-help__cta {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 8px;
    letter-spacing: .02em;
    transition: transform .15s, box-shadow .2s;
}

.h-code-des-pro-help__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px -6px rgba(255, 87, 34, .5);
}

/* ─── CONTENT ─── */
.h-code-des-pro-content {
    min-width: 0
}

.h-code-des-pro-updated {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #ff5722;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 36px;
    font-size: 13px;
    color: #475569;
}

.h-code-des-pro-updated svg {
    width: 14px;
    height: 14px;
    color: #ff5722;
    flex-shrink: 0
}

.h-code-des-pro-updated strong {
    color: #0a0e1a;
    font-weight: 600
}

.h-code-des-pro-section {
    margin-bottom: 48px;
    scroll-margin-top: 24px;
}

.h-code-des-pro-section__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.h-code-des-pro-section__num {
    font-family: 'JetBrains Mono', Menlo, monospace;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    color: #fff;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    box-shadow: 0 4px 10px -4px rgba(255, 87, 34, .5);
}

.h-code-des-pro-section__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -.6px;
    line-height: 1.2;
    padding-top: 3px;
    padding-left: 0px !important;
    margin: 0px !important;
}

.h-code-des-pro-section__title::before {
    content: '';
    background: none !important;
}

.h-code-des-pro-section__sub {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    color: #475569;
    letter-spacing: -.3px;
    line-height: 1.3;
    margin: 24px 0 14px;
}

.h-code-des-pro-prose p {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
}

.h-code-des-pro-prose p:last-child {
    margin-bottom: 0
}

.h-code-des-pro-prose strong {
    color: #0a0e1a;
    font-weight: 600
}

.h-code-des-pro-prose a {
    color: #e64a19;
    text-decoration: underline;
    text-underline-offset: 2px
}

.h-code-des-pro-prose a:hover {
    color: #ff5722
}

.h-code-des-pro-list {
    list-style: none;
    margin: 18px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.h-code-des-pro-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    background: transparent;
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    transition: background .15s;
}

.h-code-des-pro-list li:hover {
    background: #f8fafc
}

.h-code-des-pro-list li::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff5722;
    margin-top: 10px;
    box-shadow: 0 0 0 3px #fff5f1;
}

.h-code-des-pro-list li strong {
    color: #0a0e1a;
    font-weight: 600
}

.h-code-des-pro-callout {
    background: linear-gradient(140deg, #0a0e1a 0%, #111827 100%);
    border-radius: 14px;
    padding: 22px 24px;
    margin: 24px 0;
    color: rgba(255, 255, 255, .78);
    position: relative;
    overflow: hidden;
}

.h-code-des-pro-callout::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(255, 87, 34, .18), transparent 70%);
    pointer-events: none;
}

.h-code-des-pro-callout__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #ff5722;
    margin-bottom: 10px;
}

.h-code-des-pro-callout__label svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0
}

.h-code-des-pro-callout p {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 0;
}

.h-code-des-pro-callout strong {
    color: #fff;
    font-weight: 600
}

.h-code-des-pro-rule {
    border: none;
    border-top: 1px dashed #e2e8f0;
    margin: 8px 0 36px
}

.h-code-des-pro-subcard {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 22px;
    margin: 18px 0;
}

.h-code-des-pro-subcard__title {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    color: #0a0e1a;
    margin-bottom: 12px;
    letter-spacing: -.3px;
}

.h-code-des-pro-subcard .h-code-des-pro-list {
    margin: 0
}

.h-code-des-pro-subcard .h-code-des-pro-list li:hover {
    background: #fff
}

/* ─── FINAL CTA ─── */
.h-code-des-pro-final {
    background: linear-gradient(135deg, #0a0e1a, #111827);
    color: #fff;
    padding: 64px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.h-code-des-pro-final::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(255, 87, 34, .18), transparent 70%);
    pointer-events: none;
}

.h-code-des-pro-final__inner {
    position: relative;
    max-width: 680px;
    margin: 0 auto
}

.h-code-des-pro-final__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #ff5722;
    background: rgba(255, 87, 34, .12);
    border: 1px solid rgba(255, 87, 34, .25);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 18px;
}

.h-code-des-pro-final h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.15;
    margin-bottom: 14px;
}

.h-code-des-pro-final h2 em {
    font-style: italic;
    background: linear-gradient(135deg, #ff5722, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.h-code-des-pro-final p {
    font-size: 15.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 24px;
}

.h-code-des-pro-final__ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.h-code-des-pro-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 13px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    transition: transform .15s, box-shadow .2s, background .15s;
}

.h-code-des-pro-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #ff5722, #e64a19);
    box-shadow: 0 8px 22px -6px rgba(255, 87, 34, .55);
}

.h-code-des-pro-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -6px rgba(255, 87, 34, .7);
    color: #fff;
}

.h-code-des-pro-btn--ghost {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
}

.h-code-des-pro-btn--ghost:hover {
    background: rgba(255, 255, 255, .14);
    transform: translateY(-2px);
    color: #fff;
}

.h-code-des-pro-btn svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0
}

/* ─── FOOTER STUB ─── */
.h-code-des-pro-footer-stub {
    height: 80px;
    background: #0a0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

/* ─── RESPONSIVE ─── */
@media (max-width:960px) {
    .h-code-des-pro-main {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 20px 56px
    }

    .h-code-des-pro-sidebar {
        position: static;
        order: 2
    }

    .h-code-des-pro-toc {
        position: static
    }

    .h-code-des-pro-content {
        order: 1
    }
}

@media (max-width:640px) {
    .h-code-des-pro-hero {
        padding: 44px 20px 52px
    }

    .h-code-des-pro-hero__meta {
        padding: 8px 14px;
        font-size: 11.5px;
        gap: 12px
    }

    .h-code-des-pro-section__head {
        gap: 12px
    }

    .h-code-des-pro-section__num {
        width: 32px;
        height: 32px;
        font-size: 12px
    }

    .h-code-des-pro-section__title {
        font-size: 20px
    }

    .h-code-des-pro-final {
        padding: 48px 20px
    }
}


  p.ahp-pri-new-pag-hero__sub {
    font-size: 17px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto 26px;
}

.h-code-des-pro-prose ul li {
    background: #f8fafc;
}