/*
Theme Name: NukotaBogor Modern
Theme URI: https://nukotabogor.com
Author: PCNU Kota Bogor
Description: Theme modern responsif untuk PCNU Kota Bogor.
Version: 2.0
Text Domain: nukotabogor-modern
*/

:root {
    --green-dark: #00452b;
    --green: #007a4d;
    --green-soft: #e8f5ef;
    --gold: #d7a642;
    --text: #10231d;
    --muted: #66756f;
    --white: #ffffff;
    --border: #e4ece8;
    --shadow: 0 18px 50px rgba(0, 69, 43, .12);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #f8fbf9;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* TOPBAR */
.topbar {
    background: var(--green-dark);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.topbar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.topbar-contact {
    white-space: nowrap;
}

/* HEADER */
.site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(14px);
}

.header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 250px;
}

.brand-logo {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo .custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img,
.custom-logo {
    width: 68px !important;
    height: 68px !important;
    object-fit: contain;
}

.brand-badge {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 24px;
    box-shadow: var(--shadow);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-text strong {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .4px;
    color: var(--green-dark);
    text-transform: uppercase;
}

.brand-text small {
    margin-top: 4px;
    color: var(--muted);
    font-weight: 700;
    font-size: 13px;
}

/* NAVIGATION */
.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.menu-list li {
    position: relative;
}

.menu-list a {
    display: block;
    padding: 12px 14px;
    border-radius: 999px;
    color: #19342b;
    font-size: 14px;
    font-weight: 800;
    transition: .2s ease;
}

.menu-list a:hover {
    background: var(--green-soft);
    color: var(--green-dark);
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-search input {
    width: 170px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0 14px;
    outline: none;
    background: #ffffff;
}

.header-search button {
    height: 38px;
    border: 0;
    border-radius: 999px;
    padding: 0 16px;
    background: var(--green-dark);
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: var(--green-dark);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    display: block;
}

/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0;
    background:
        radial-gradient(circle at top left, rgba(215, 166, 66, .22), transparent 32%),
        linear-gradient(135deg, #00452b 0%, #007a4d 100%);
    color: #ffffff;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: center;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 12px;
}

.hero h1 {
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
    margin: 0 0 20px;
    letter-spacing: -1.5px;
}

.hero p {
    max-width: 650px;
    font-size: 18px;
    color: rgba(255,255,255,.86);
    margin: 0 0 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 900;
}

.btn-primary {
    background: var(--gold);
    color: #1b1608;
}

.btn-outline {
    border: 1px solid rgba(255,255,255,.35);
    color: #ffffff;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 560px;
}

.hero-stats div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
}

.hero-stats strong {
    display: block;
    font-size: 24px;
}

.hero-stats span {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 700;
}

.hero-card,
.info-panel,
.feature-card,
.news-card,
.empty-state {
    background: #ffffff;
    color: var(--text);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,.7);
}

.hero-card {
    padding: 18px;
}

.hero-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--green-dark);
    font-weight: 900;
    margin-bottom: 14px;
}

.headline-thumb,
.news-thumb {
    display: block;
    aspect-ratio: 16/10;
    background: var(--green-soft);
    overflow: hidden;
    border-radius: 18px;
}

.headline-thumb img,
.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-placeholder {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
}

.headline-body,
.news-body {
    padding: 18px 6px 4px;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.headline-body h2,
.news-body h3 {
    margin: 0 0 8px;
    line-height: 1.25;
}

.headline-body h2 {
    font-size: 24px;
}

.news-body h3 {
    font-size: 19px;
}

.headline-body p,
.news-body p {
    color: var(--muted);
    margin: 0 0 12px;
}

.read-more {
    color: var(--green-dark);
    font-weight: 900;
}

/* SECTIONS */
.section {
    padding: 78px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 32px;
}

.section-heading h2,
.two-column h2,
.cta-box h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    margin: 0 0 12px;
    letter-spacing: -1px;
    color: var(--green-dark);
}

.section-heading p,
.two-column p,
.cta-box p {
    color: var(--muted);
    font-size: 17px;
    margin: 0;
}

.with-link {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.section-link {
    color: var(--green-dark);
    font-weight: 900;
}

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.info-panel {
    padding: 28px;
}

.info-panel h3 {
    margin-top: 0;
    color: var(--green-dark);
}

.info-panel ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.info-panel li {
    margin: 8px 0;
}

.program-section {
    background: #ffffff;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.feature-card {
    padding: 26px;
}

.feature-card .icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: var(--green-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
}

.feature-card h3 {
    margin: 0 0 10px;
    color: var(--green-dark);
}

.feature-card p {
    margin: 0;
    color: var(--muted);
}

.lembaga-section {
    background: var(--green-soft);
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.mini-grid div {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    font-weight: 900;
    color: var(--green-dark);
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 69, 43, .08);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.news-card {
    overflow: hidden;
    padding: 12px;
}

.empty-state {
    padding: 28px;
}

/* CTA */
.cta-section {
    padding: 70px 0;
}

.cta-box {
    background:
        radial-gradient(circle at top right, rgba(215,166,66,.28), transparent 34%),
        linear-gradient(135deg, var(--green-dark), var(--green));
    color: #ffffff;
    padding: 42px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: var(--shadow);
}

.cta-box h2 {
    color: #ffffff;
}

.cta-box p {
    color: rgba(255,255,255,.82);
}

.btn-light {
    background: #ffffff;
    color: var(--green-dark);
    white-space: nowrap;
}

/* FOOTER */
.site-footer {
    background: #06251b;
    color: #ffffff;
    padding-top: 54px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr .9fr;
    gap: 34px;
    padding-bottom: 40px;
}

.footer-logo-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.footer-badge {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: var(--gold);
    color: #1b1608;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.footer-brand strong,
.footer-column h3 {
    display: block;
    margin-bottom: 10px;
}

.footer-brand small,
.footer-brand p,
.footer-contact,
.footer-links a {
    color: rgba(255,255,255,.76);
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li,
.footer-contact li {
    margin: 8px 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
}

.footer-bottom-inner {
    min-height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255,255,255,.66);
    font-size: 14px;
}

/* SINGLE PAGE */
.site-main {
    min-height: 60vh;
}

.content-wrap {
    padding: 70px 0;
}

.entry-card {
    background: #ffffff;
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow);
}

.entry-title {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.1;
    color: var(--green-dark);
    margin: 0 0 18px;
}

.entry-content {
    font-size: 18px;
}

.entry-content p {
    margin-bottom: 20px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .header-inner {
        gap: 16px;
    }

    .header-search {
        display: none;
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mini-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-grid,
    .two-column {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .topbar-inner {
        min-height: 38px;
        justify-content: center;
        text-align: center;
        font-size: 12px;
    }

    .topbar-contact {
        display: none;
    }

    .site-header {
        top: 0;
    }

    .header-inner {
        min-height: 76px;
        justify-content: space-between;
        position: relative;
    }

    .brand {
        min-width: 0;
        gap: 10px;
    }

    .brand-logo {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .brand-logo img,
    .custom-logo {
        width: 52px !important;
        height: 52px !important;
    }

    .brand-badge {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        font-size: 19px;
    }

    .brand-text strong {
        font-size: 15px;
    }

    .brand-text small {
        font-size: 11px;
    }

    .menu-toggle {
        display: flex;
    }

    .main-navigation {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        display: none;
        background: #ffffff;
        border: 1px solid var(--border);
        box-shadow: var(--shadow);
        border-radius: 22px;
        padding: 12px;
        z-index: 1000;
    }

    body.menu-open .main-navigation {
        display: block;
    }

    .menu-list {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    .menu-list a {
        border-radius: 14px;
        padding: 14px 16px;
        background: #f8fbf9;
    }

    .hero {
        padding: 52px 0;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 54px 0;
    }

    .card-grid,
    .news-grid,
    .mini-grid {
        grid-template-columns: 1fr;
    }

    .with-link {
        display: block;
    }

    .section-link {
        display: inline-block;
        margin-top: 14px;
    }

    .cta-box {
        display: block;
        padding: 28px;
    }

    .btn-light {
        margin-top: 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 6px;
        padding: 14px 0;
        text-align: center;
    }

    .entry-card {
        padding: 22px;
    }
}

/* FORCE NAVIGATION SHOW */
.site-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e4ece8;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header-inner {
    min-height: 92px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.main-navigation {
    display: flex !important;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.menu-list {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list li {
    margin: 0;
    padding: 0;
}

.menu-list a {
    display: block;
    padding: 11px 14px;
    border-radius: 999px;
    color: #00452b;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.menu-list a:hover {
    background: #e8f5ef;
    color: #007a4d;
}

.menu-toggle {
    display: none;
}

/* MOBILE MENU */
@media (max-width: 768px) {
    .header-inner {
        min-height: 76px;
        position: relative;
    }

    .menu-toggle {
        display: flex !important;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 14px;
        background: #00452b;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .menu-toggle span {
        width: 22px;
        height: 2px;
        background: #ffffff;
        display: block;
        border-radius: 2px;
    }

    .main-navigation {
        display: none !important;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        background: #ffffff;
        border: 1px solid #e4ece8;
        border-radius: 22px;
        padding: 12px;
        box-shadow: 0 18px 50px rgba(0, 69, 43, .15);
        z-index: 99999;
    }

    body.menu-open .main-navigation {
        display: block !important;
    }

    .menu-list {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
    }

    .menu-list a {
        padding: 14px 16px;
        border-radius: 14px;
        background: #f8fbf9;
        font-size: 15px;
    }

    .header-search {
        display: none !important;
    }
}

/* =========================
   HALAMAN PROFIL KHUSUS
========================= */

.profile-page {
    background: #f8fbf9;
}

.profile-hero {
    padding: 86px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 20%, rgba(215, 166, 66, .28), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(255,255,255,.14), transparent 24%),
        linear-gradient(135deg, #003d27 0%, #007a4d 100%);
    overflow: hidden;
}

.profile-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .75fr;
    gap: 42px;
    align-items: center;
}

.profile-hero h1 {
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1;
    margin: 0 0 20px;
    letter-spacing: -2px;
}

.profile-hero p {
    font-size: 18px;
    color: rgba(255,255,255,.86);
    max-width: 680px;
    margin: 0 0 28px;
}

.profile-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.profile-identity-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 34px;
    padding: 34px;
    text-align: center;
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 70px rgba(0,0,0,.18);
}

.profile-logo-wrap {
    width: 150px;
    height: 150px;
    border-radius: 36px;
    background: #ffffff;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.profile-logo-wrap img,
.profile-logo-wrap .custom-logo {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
}

.profile-logo-fallback {
    width: 120px;
    height: 120px;
    border-radius: 28px;
    background: linear-gradient(135deg, #00452b, #007a4d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
}

.profile-identity-card h2 {
    margin: 0 0 8px;
    font-size: 26px;
}

.profile-identity-card p {
    margin: 0;
    color: rgba(255,255,255,.78);
}

.profile-badges {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.profile-badges span {
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 800;
}

.profile-section {
    padding: 76px 0;
}

.profile-two-column {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 38px;
    align-items: center;
}

.profile-two-column h2,
.profile-section-heading h2,
.profile-cta-box h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    color: #00452b;
    margin: 0 0 18px;
    letter-spacing: -1px;
}

.profile-two-column p,
.profile-section-heading p,
.profile-cta-box p {
    color: #66756f;
    font-size: 17px;
    margin: 0 0 16px;
}

.profile-panel,
.profile-content-card,
.profile-feature-card,
.profile-structure-card,
.profile-news-card {
    background: #ffffff;
    border: 1px solid #e4ece8;
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(0, 69, 43, .10);
}

.profile-panel {
    padding: 30px;
}

.profile-panel h3 {
    margin: 0 0 18px;
    color: #00452b;
    font-size: 24px;
}

.profile-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-info-list li {
    padding: 14px 0;
    border-bottom: 1px solid #e4ece8;
}

.profile-info-list li:last-child {
    border-bottom: 0;
}

.profile-info-list strong {
    display: block;
    color: #00452b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 4px;
}

.profile-info-list span {
    color: #33443e;
    font-weight: 700;
}

.profile-editor-content {
    padding-top: 0;
}

.profile-content-card {
    padding: 36px;
    font-size: 18px;
    color: #22352e;
}

.profile-content-card h2,
.profile-content-card h3 {
    color: #00452b;
}

.profile-green-section {
    background: #e8f5ef;
}

.profile-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.profile-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.profile-feature-card {
    padding: 28px;
}

.profile-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #e8f5ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 18px;
}

.profile-feature-card h3,
.profile-structure-card h3 {
    color: #00452b;
    margin: 0 0 10px;
}

.profile-feature-card p,
.profile-structure-card p {
    color: #66756f;
    margin: 0;
}

.profile-structure-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.profile-structure-card {
    padding: 28px;
}

.profile-structure-card span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #00452b;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 18px;
}

.profile-news-section {
    background: #ffffff;
}

.profile-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.profile-news-card {
    overflow: hidden;
    padding: 12px;
}

.profile-news-thumb {
    display: block;
    aspect-ratio: 16/10;
    border-radius: 22px;
    background: #e8f5ef;
    overflow: hidden;
}

.profile-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-thumb-placeholder {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00452b, #007a4d);
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
}

.profile-news-body {
    padding: 18px 8px 8px;
}

.profile-news-body span {
    color: #007a4d;
    font-size: 13px;
    font-weight: 900;
}

.profile-news-body h3 {
    margin: 8px 0;
    line-height: 1.25;
    color: #00452b;
}

.profile-news-body p {
    margin: 0;
    color: #66756f;
}

.profile-cta {
    padding: 74px 0;
}

.profile-cta-box {
    background:
        radial-gradient(circle at top right, rgba(215,166,66,.32), transparent 34%),
        linear-gradient(135deg, #00452b, #007a4d);
    color: #ffffff;
    padding: 44px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 22px 60px rgba(0, 69, 43, .18);
}

.profile-cta-box h2 {
    color: #ffffff;
}

.profile-cta-box p {
    color: rgba(255,255,255,.82);
    margin-bottom: 0;
}

/* RESPONSIVE PROFIL */
@media (max-width: 1024px) {
    .profile-hero-grid,
    .profile-two-column {
        grid-template-columns: 1fr;
    }

    .profile-card-grid,
    .profile-structure-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .profile-hero {
        padding: 54px 0;
    }

    .profile-hero p {
        font-size: 16px;
    }

    .profile-identity-card {
        padding: 24px;
        border-radius: 26px;
    }

    .profile-logo-wrap {
        width: 112px;
        height: 112px;
        border-radius: 26px;
    }

    .profile-logo-wrap img,
    .profile-logo-wrap .custom-logo {
        width: 90px !important;
        height: 90px !important;
    }

    .profile-section {
        padding: 54px 0;
    }

    .profile-card-grid,
    .profile-structure-grid,
    .profile-news-grid {
        grid-template-columns: 1fr;
    }

    .profile-content-card,
    .profile-panel,
    .profile-feature-card,
    .profile-structure-card {
        padding: 24px;
    }

    .profile-cta-box {
        display: block;
        padding: 30px;
    }

    .profile-cta-box .btn {
        margin-top: 20px;
    }
}