/* =========================================================
   1. RESET DASAR
========================================================= */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #17263f;
    background:
        radial-gradient(circle at top left, rgba(217, 145, 43, 0.16), transparent 24%),
        radial-gradient(circle at top right, rgba(15, 95, 140, 0.18), transparent 26%),
        linear-gradient(180deg, #f7f2e8 0%, #f6f4ec 52%, #f1efe8 100%);
}

a {
    color: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================================
   2. HEADER BERANDA
========================================================= */
.header {
    min-height: 500px;
    height: auto;
    background:
        linear-gradient(135deg, rgba(255, 245, 220, 0.80), rgba(220, 240, 238, 0.78)),
        url("../images/background.jpg") center/cover no-repeat;
    position: relative;
    overflow: hidden;
    color: #14213d;
}

.header::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    pointer-events: none;
}

.header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -80px;
    bottom: -90px;
    border-radius: 50%;
    background: rgba(182, 75, 92, 0.10);
    pointer-events: none;
}

.header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 33, 61, 0.18), rgba(20, 33, 61, 0.08));
}

/* =========================================================
   FIX LOGO NAVBAR
========================================================= */
.topnav .brand-text {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.topnav .brand-text img,
.topnav .brand img,
.topnav .brand .logo,
.topnav .brand-text .logo {
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    min-width: 52px !important;
    object-fit: contain;
    display: block;
    margin: 0 !important;
    flex-shrink: 0;
}

.topnav .brand-text b {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}

@media (max-width: 760px) {
    .topnav .brand-text img,
    .topnav .brand img,
    .topnav .brand .logo,
    .topnav .brand-text .logo {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        min-width: 44px !important;
    }

    .topnav .brand-text b {
        font-size: 20px;
    }
}

/* =========================================================
   3. NAVBAR / TOPNAV
========================================================= */
.topnav {
    max-width: 1180px;
    margin: 20px auto 0;
    padding: 16px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.92);
    border: 1px solid rgba(230, 221, 200, 0.9);
    box-shadow: 0 16px 38px rgba(23, 38, 63, 0.06);
    position: relative;
    z-index: 20;
}

.brand {
    display: flex;
    align-items: center;
    min-width: 0;
}

.brand-text {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #14213d;
    font-family: Georgia, "Palatino Linotype", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.brand-text img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    margin-right: 0 !important;
    flex-shrink: 0;
}


.brand-text b {
    font-size: 24px;
    line-height: 1;
    color: #14213d;
}

.brand-text small,
.brand-text span {
    font-size: 12px;
    color: #617087;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.topnav nav,
.topnav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.topnav nav a,
.topnav-links a {
    color: #0c4260;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 10px 14px;
    border-radius: 999px;
    margin: 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.topnav nav a:hover,
.topnav-links a:hover {
    background: rgba(15, 95, 140, 0.08);
    color: #14213d;
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: rgba(15, 95, 140, 0.10);
    color: #14213d;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-cta {
    background: linear-gradient(135deg, #0f5f8c, #b64b5c);
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(15, 95, 140, 0.18);
}

.nav-cta:hover {
    background: linear-gradient(135deg, #0c4260, #a13e4f);
    color: #ffffff !important;
}


/* =========================================================
   4. HERO BERANDA
========================================================= */
.hero-text {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 80px auto 0;
    padding: 0 20px 90px;
    text-align: center;
    left: auto;
    bottom: auto;
}

.hero-text h1 {
    margin: 0 0 14px;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 0.95;
    color: #14213d;
    font-family: Georgia, "Palatino Linotype", serif;
    text-shadow: none;
}

.tagline {
    display: inline-block;
    max-width: 760px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #617087;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    margin-top: 15px;
}


/* =========================================================
   5. KONTEN UTAMA BERANDA / UMUM
========================================================= */
.main-content {
    padding: 56px 0 90px;
    background: transparent;
}

.content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.95fr);
    gap: 24px;
    align-items: start;
}


/* =========================================================
   6. KARTU KONTEN UTAMA
========================================================= */
.about,
.widget,
.post {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 24px;
    border: 1px solid rgba(230, 221, 200, 0.82);
    box-shadow: 0 18px 42px rgba(23, 38, 63, 0.08);
    overflow: hidden;
}

.about,
.post {
    padding: 32px 28px;
}

.widget {
    padding: 24px 22px;
    margin-bottom: 0;
}

.about::before,
.widget::before,
.post::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(135deg, #0f5f8c, #b64b5c);
}


/* =========================================================
   7. TYPOGRAFI KONTEN
========================================================= */
.about h2,
.post h2 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.15;
    color: #14213d;
    font-family: Georgia, "Palatino Linotype", serif;
    border-bottom: none;
    padding-bottom: 0;
}

.about h2:not(:first-child) {
    margin-top: 28px;
}

.about p,
.about li,
.post p,
.post li {
    color: #617087;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.about ul,
.about ol,
.widget ul {
    margin: 0;
}

.about ul,
.about ol {
    padding-left: 20px;
}

.about li,
.widget ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.read-more {
    color: #0f5f8c;
    text-decoration: none;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.read-more:hover {
    text-decoration: underline;
}


/* =========================================================
   8. SIDEBAR / WIDGET
========================================================= */
.sidebar {
    display: grid;
    gap: 20px;
}

.widget h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    font-size: 22px;
    color: #122036;
    font-family: Georgia, "Palatino Linotype", serif;
    border-bottom: none;
    padding-bottom: 0;
}

.widget p,
.widget li,
.widget a {
    color: #617087;
    font-family: "Trebuchet MS", Arial, sans-serif;
    line-height: 1.8;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.widget a:hover {
    color: #0f5f8c;
}

.widget input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d9d0be;
    border-radius: 10px;
    background: #fffefb;
}


/* =========================================================
   9. WIDGET KONTAK LPKA
========================================================= */
.location-widget {
    background: linear-gradient(160deg, rgba(15, 95, 140, 0.96), rgba(182, 75, 92, 0.90));
    border-left: none;
    padding: 24px 22px;
}

.location-widget h3,
.location-widget .location-info,
.location-widget .location-info p,
.location-widget .location-info strong,
.location-widget .location-info a {
    color: #ffffff !important;
    position: relative;
    z-index: 2;
}

.location-widget h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.location-info {
    background: rgba(255, 255, 255, 0.08);
    padding: 15px;
    border-radius: 14px;
    margin-bottom: 0;
    line-height: 1.8;
}

.location-info p {
    margin: 8px 0;
    font-size: 14px;
}

.location-info strong {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.location-widget a {
    text-decoration: underline;
}


/* =========================================================
   10. SOSIAL MEDIA
========================================================= */
.social-links {
    margin-top: 0;
}

.social-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 0;
    padding: 10px 12px;
    border-radius: 14px;
    background: #eef6f8;
    color: #0c4260;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.social-links a i {
    font-size: 20px;
}

.social-links a:hover {
    color: #0c4260;
    transform: translateY(-2px);
    background: #e4f1f4;
}


/* =========================================================
   11. MAP / ORGANISASI
========================================================= */
.map-container {
    width: 100%;
    max-width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: 0;
}

.org-chart {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin: 20px 0;
    border: 1px solid #e0e0e0;
}

.org-image {
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   12. HALAMAN LAYANAN
========================================================= */
.layanan-main {
    padding: 56px 0 90px;
}

.services,
.services-editorial,
.services-news-style {
    max-width: 1180px;
    margin: 0 auto;
}

.services-heading,
.section-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.services-eyebrow,
.section-badge {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #b64b5c;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services-heading h2,
.section-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    color: #14213d;
    font-family: Georgia, "Palatino Linotype", serif;
}

.services-heading p,
.section-heading p {
    margin: 0;
    color: #617087;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.services-center .service-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 560px;
    margin: 0 auto;
}

.service-item {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 24px;
    padding: 26px 24px;
    border: 1px solid rgba(230, 221, 200, 0.82);
    box-shadow: 0 18px 42px rgba(23, 38, 63, 0.08);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    text-align: left;
}

.services-center .service-item {
    text-align: center;
}

.service-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(135deg, #0f5f8c, #b64b5c);
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 48px rgba(23, 38, 63, 0.12);
}

.service-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef6f8, #fff1d9);
    font-size: 28px;
}

.service-label,
.service-meta {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef6f8;
    color: #0c4260;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.service-item h3 {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 1.15;
    color: #122036;
    font-family: Georgia, "Palatino Linotype", serif;
}

.service-item p {
    margin: 0 0 20px;
    color: #617087;
    font-family: "Trebuchet MS", Arial, sans-serif;
    line-height: 1.75;
}

.service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(135deg, #0f5f8c, #b64b5c);
    color: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.service-link:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}


/* =========================================================
   13. HERO HALAMAN LAYANAN
========================================================= */
.layanan-hero {
    padding: 24px 20px 8px;
}

.layanan-hero-shell {
    max-width: 1180px;
    margin: 0 auto;
    background:
        linear-gradient(135deg, rgba(255, 245, 220, 0.96), rgba(220, 240, 238, 0.96)),
        linear-gradient(135deg, #f9e3b2, #d5edf1);
    border-radius: 32px;
    padding: 32px 28px;
    box-shadow: 0 26px 60px rgba(23, 38, 63, 0.10);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.layanan-hero-shell::before,
.layanan-hero-shell::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.layanan-hero-shell::before {
    width: 260px;
    height: 260px;
    right: -90px;
    top: -120px;
    background: rgba(255, 255, 255, 0.36);
}

.layanan-hero-shell::after {
    width: 180px;
    height: 180px;
    left: -80px;
    bottom: -90px;
    background: rgba(182, 75, 92, 0.10);
}

.layanan-hero-top,
.layanan-hero-stats {
    position: relative;
    z-index: 1;
}

.layanan-eyebrow {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: #b64b5c;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.layanan-hero-copy h1 {
    margin: 0;
    max-width: 620px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 0.95;
    color: #14213d;
    font-family: Georgia, "Palatino Linotype", serif;
}

.layanan-hero-copy p {
    margin: 12px 0 0;
    max-width: 620px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #617087;
    line-height: 1.7;
    font-size: 16px;
}

.layanan-hero-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.layanan-hero-links a {
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #0c4260;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, sans-serif;
    border: 1px solid rgba(15, 95, 140, 0.10);
    transition: transform 0.2s ease, background 0.2s ease;
}

.layanan-hero-links a:hover {
    transform: translateY(-2px);
    background: #ffffff;
}

.layanan-hero-stats {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.layanan-hero-stat {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    min-height: 96px;
}

.layanan-hero-stat strong {
    display: block;
    font-size: 28px;
    color: #0c4260;
    margin-bottom: 4px;
    font-family: Georgia, "Palatino Linotype", serif;
}

.layanan-hero-stat span {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #617087;
    line-height: 1.5;
}


/* =========================================================
   14. FOOTER UMUM
========================================================= */
.footer,
.footer-editorial {
    background: linear-gradient(135deg, rgba(18, 32, 54, 0.98), rgba(15, 95, 140, 0.96));
    color: #f8f5ef;
    padding: 64px 0 24px;
    position: relative;
    overflow: hidden;
}

.footer::before,
.footer::after,
.footer-editorial::before,
.footer-editorial::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.footer::before,
.footer-editorial::before {
    width: 220px;
    height: 220px;
    right: -80px;
    top: -90px;
    background: rgba(255, 255, 255, 0.05);
}

.footer::after,
.footer-editorial::after {
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: -80px;
    background: rgba(217, 145, 43, 0.14);
}

.footer-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-bottom: 28px;
}

.footer-section h3 {
    margin: 0 0 14px;
    font-size: 22px;
    color: #ffffff;
    font-family: Georgia, "Palatino Linotype", serif;
}

.footer-section p,
.footer-section a {
    margin: 0 0 10px;
    color: rgba(248, 245, 239, 0.82);
    font-family: "Trebuchet MS", Arial, sans-serif;
    line-height: 1.8;
    text-decoration: none;
    display: block;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(248, 245, 239, 0.72);
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
}


/* =========================================================
   15. RESPONSIVE
========================================================= */
@media (max-width: 900px) {
    .content-wrapper,
    .footer-content,
    .service-grid,
    .layanan-hero-stats {
        grid-template-columns: 1fr;
    }

    .topnav {
        flex-direction: column;
        align-items: flex-start;
    }

    .topnav nav,
    .topnav-links {
        width: 100%;
        justify-content: flex-start;
    }

    .org-image {
        max-width: 100%;
        max-height: none;
    }
}

@media (max-width: 760px) {
    .topnav {
        margin: 12px;
        padding: 12px 14px;
        border-radius: 18px;
        gap: 12px;
    }

    .brand-text {
        font-size: 18px;
        white-space: normal;
    }

    .brand-text b {
        font-size: 18px;
    }

    .brand-text img {
        width: 50px;
    }

    .topnav nav a,
    .topnav-links a {
        padding: 8px 10px;
        font-size: 12px;
    }

    .nav-toggle {
        display: inline-flex;
        align-self: flex-end;
        margin-top: -50px;
    }

    .topnav nav,
    .topnav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding-top: 4px;
    }

    .topnav.nav-open nav,
    .topnav.nav-open .topnav-links {
        display: flex;
    }

    .topnav nav a,
    .topnav-links a {
        width: 100%;
        text-align: center;
    }

    .topnav.nav-open .nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .topnav.nav-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .topnav.nav-open .nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .hero-text {
        margin-top: 42px;
        padding: 0 12px 56px;
    }

    .hero-text h1 {
        font-size: clamp(30px, 8vw, 36px);
        line-height: 1.02;
    }

    .tagline {
        padding: 9px 14px;
        font-size: 13px;
        line-height: 1.6;
    }

    .main-content,
    .layanan-main {
        padding: 34px 0 56px;
    }

    .about,
    .post {
        padding: 20px 16px;
    }

    .widget,
    .location-widget {
        padding: 18px 16px;
    }

    .about h2,
    .post h2,
    .services-heading h2,
    .section-heading h2 {
        font-size: 24px;
    }

    .about p,
    .about li,
    .post p,
    .post li,
    .services-heading p,
    .section-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .service-item {
        padding: 18px 16px;
    }

    .service-grid {
        gap: 16px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
        font-size: 24px;
    }

    .service-item h3 {
        font-size: 20px;
    }

    .service-item p {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.65;
    }

    .service-link {
        width: 100%;
        padding: 11px 14px;
        font-size: 13px;
    }

    .layanan-hero {
        padding: 14px 12px 6px;
    }

    .layanan-hero-shell {
        padding: 18px 16px;
        border-radius: 24px;
    }

    .layanan-hero-copy h1 {
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.02;
    }

    .layanan-hero-copy p {
        font-size: 14px;
        line-height: 1.6;
    }

    .layanan-hero-links {
        gap: 10px;
    }

    .layanan-hero-links a {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 10px 14px;
        font-size: 13px;
    }

    .layanan-hero-stat {
        min-height: auto;
        padding: 14px;
    }

    .layanan-hero-stat strong {
        font-size: 24px;
    }

    .layanan-hero-stat span {
        font-size: 14px;
    }

    .footer,
    .footer-editorial {
        padding: 42px 0 20px;
    }

    .container {
        padding: 0 12px;
    }

    .map-container {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .topnav {
        margin: 8px;
        padding: 10px 11px;
        border-radius: 16px;
    }

    .brand-text,
    .brand-text b {
        font-size: 16px;
    }

    .hero-text h1 {
        font-size: 24px;
        line-height: 1.08;
    }

    .tagline {
        border-radius: 16px;
        font-size: 12px;
        line-height: 1.55;
    }

    .hero-text {
        margin-top: 34px;
        padding-bottom: 46px;
    }

    .about h2,
    .post h2,
    .services-heading h2,
    .section-heading h2,
    .layanan-hero-copy h1 {
        font-size: 22px;
    }

    .about,
    .post,
    .widget,
    .location-widget,
    .service-item {
        padding: 16px 14px;
    }

    .about,
    .post,
    .widget,
    .location-widget,
    .service-item,
    .layanan-hero-shell {
        border-radius: 16px;
    }

    .service-item h3 {
        font-size: 18px;
    }

    .service-item p,
    .about p,
    .about li,
    .post p,
    .post li,
    .layanan-hero-copy p,
    .layanan-hero-stat span {
        font-size: 13px;
    }

    .layanan-hero-shell {
        padding: 16px 14px;
    }

    .layanan-hero-stat strong {
        font-size: 22px;
    }

    .map-container {
        height: 120px;
    }
}

body .topnav .brand-text img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

@media (max-width: 760px) {
    body .topnav .brand-text img {
        width: 44px;
        height: 44px;
    }
}
