body {
    padding-top: 72px;
}

.site-logo-img {
    display: block;
    width: auto;
    height: 46px;
    max-width: 178px;
    object-fit: contain;
}

.footer-logo-img {
    height: 48px;
    max-width: 190px;
}

.admin-logo-brand {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.admin-logo-img {
    display: block;
    width: 168px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.admin-logo-brand span {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.76);
}

.login-logo-img {
    display: block;
    width: min(240px, 78%);
    height: auto;
    margin: 0 auto 18px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .site-logo-img {
        height: 40px;
        max-width: 150px;
    }
}

.hero-section-dynamic {
    position: relative;
    min-height: 88vh;
    background: linear-gradient(rgba(6, 33, 26, 0.56), rgba(6, 33, 26, 0.72)), url('/images/slide-1.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-section-dynamic .hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.section-spacer {
    padding: 80px 0;
}

.services-marquee {
    padding: 80px 0;
    background: #fdfdfd;
    overflow: hidden;
}

.services-marquee .section-header {
    text-align: center;
    margin-bottom: 44px;
}

.services-marquee .section-header h2 {
    color: #064e3b;
}

.services-marquee .section-subtitle {
    color: #4b5563;
    font-size: 1.08rem;
}

.services-marquee .marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-marquee .marquee-fade-left,
.services-marquee .marquee-fade-right {
    position: absolute;
    top: 0;
    width: min(150px, 18vw);
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.services-marquee .marquee-fade-left {
    left: 0;
    background: linear-gradient(to right, #fdfdfd, rgba(253, 253, 253, 0));
}

.services-marquee .marquee-fade-right {
    right: 0;
    background: linear-gradient(to left, #fdfdfd, rgba(253, 253, 253, 0));
}

.services-marquee .marquee-track {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: scroll 30s linear infinite;
    will-change: transform;
}

.services-marquee .marquee-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
    min-width: 235px;
    padding: 22px 38px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(212, 175, 55, 0.22);
    box-shadow: 0 10px 30px rgba(6, 78, 59, 0.06);
    white-space: nowrap;
}

.services-marquee .m-icon {
    font-size: 1.75rem;
    line-height: 1;
}

.services-marquee .marquee-item span {
    color: #064e3b;
    font-size: 1.08rem;
    font-weight: 700;
}

.services-marquee .marquee-track:hover {
    animation-play-state: paused;
}

.home-about-section {
    padding: 92px 0 86px;
    background: linear-gradient(180deg, #fffdf7 0%, #fffaf0 100%);
}

.home-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 64px;
    align-items: center;
}

.home-about-images {
    position: relative;
    min-height: 500px;
}

.home-about-image-main,
.home-about-image-secondary {
    position: absolute;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 55px rgba(6, 78, 59, 0.12);
}

.home-about-image-main {
    top: 0;
    left: 0;
    width: 68%;
    height: 360px;
    border-radius: 18px;
}

.home-about-image-secondary {
    right: 0;
    bottom: 0;
    width: 54%;
    height: 275px;
    border-radius: 18px;
    border: 6px solid #fff;
}

.home-about-image-main img,
.home-about-image-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-experience-badge {
    position: absolute;
    right: 9%;
    top: 38%;
    transform: translateY(-50%);
    width: 108px;
    min-height: 148px;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 4px;
    padding: 20px 12px;
    background: #fff;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(6, 78, 59, 0.13);
    z-index: 3;
}

.home-experience-badge strong {
    color: #d4af37;
    font-family: var(--font-serif);
    font-size: 2.1rem;
    line-height: 1;
}

.home-experience-badge span {
    color: #52637a;
    font-size: 0.92rem;
    line-height: 1.45;
}

.home-about-content h2 {
    color: #17324a;
    font-size: clamp(2.15rem, 4vw, 3rem);
    margin-bottom: 24px;
}

.home-about-content p {
    color: #52637a;
    font-size: 1.04rem;
    line-height: 1.9;
    margin: 0 0 22px;
}

.home-about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.home-about-stats div {
    padding: 26px 18px;
    text-align: center;
    background: #e7f4ea;
    border-radius: 18px;
}

.home-about-stats strong {
    display: block;
    color: #d4af37;
    font-family: var(--font-serif);
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 10px;
}

.home-about-stats span {
    color: #52637a;
    font-size: 0.9rem;
}

.home-about-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 56px;
}

.home-feature-card {
    min-height: 166px;
    padding: 26px;
    background: #fff;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(6, 78, 59, 0.06);
}

.home-feature-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    color: #d4af37;
    background: #f6f0e6;
    border-radius: 12px;
}

.home-feature-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-feature-card h3 {
    color: #17324a;
    font-size: 1rem;
    margin: 0 0 8px;
}

.home-feature-card p {
    color: #52637a;
    font-size: 0.92rem;
    margin: 0;
}

@media (max-width: 768px) {
    .services-marquee {
        padding: 64px 0;
    }

    .services-marquee .marquee-track {
        gap: 18px;
        animation-duration: 24s;
    }

    .services-marquee .marquee-item {
        min-width: 190px;
        padding: 16px 24px;
    }
}

@media (max-width: 992px) {
    .home-about-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .home-about-images {
        min-height: 430px;
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }

    .home-about-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-about-section {
        padding: 64px 0;
    }

    .home-about-images {
        min-height: 360px;
    }

    .home-about-image-main {
        width: 76%;
        height: 260px;
    }

    .home-about-image-secondary {
        width: 62%;
        height: 205px;
        border-width: 4px;
    }

    .home-experience-badge {
        right: 7%;
        top: 42%;
        width: 92px;
        min-height: 118px;
        padding: 14px 10px;
    }

    .home-experience-badge strong {
        font-size: 1.65rem;
    }

    .home-about-stats,
    .home-about-features {
        grid-template-columns: 1fr;
    }
}

.mini-grid,
.admin-stats,
.blog-grid {
    display: grid;
    gap: 24px;
}

.mini-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.info-box,
.blog-card,
.admin-card,
.contact-message-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(6, 78, 59, 0.08);
    box-shadow: 0 14px 30px rgba(12, 24, 20, 0.08);
}

.info-box {
    padding: 28px;
}

.info-box h3,
.blog-card h3,
.content-card h1,
.content-card h2,
.content-card h3 {
    color: #064e3b;
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
}

.blog-card-content {
    padding: 24px;
}

.blog-meta,
.text-muted {
    color: #6b7280;
}

.content-card {
    background: #fff;
    border-radius: 22px;
    padding: 36px;
    border: 1px solid rgba(6, 78, 59, 0.08);
    box-shadow: 0 20px 40px rgba(9, 30, 21, 0.07);
}

.rich-content img {
    max-width: 100%;
    border-radius: 16px;
    margin: 20px 0;
}

.rich-content ul,
.rich-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.page-banner {
    padding: 80px 0 50px;
    background: linear-gradient(135deg, #f3f9f4, #fff7e8);
    text-align: center;
}

.page-banner h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 12px;
}

.page-banner p {
    max-width: 760px;
    margin: 0 auto;
    color: #4b5563;
}

.package-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.package-badge {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.12);
    color: #8b6a0c;
    font-size: 0.85rem;
    font-weight: 700;
}

.flash-message {
    margin-bottom: 20px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #e8fff2;
    color: #0b5f32;
    border: 1px solid #b6edc9;
}

.empty-state {
    padding: 40px;
    text-align: center;
    color: #6b7280;
    background: #fff;
    border-radius: 18px;
    border: 1px dashed #cbd5e1;
}

.admin-layout {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
    background: #f5f7f8;
}

.admin-sidebar {
    background: #0f2f28;
    color: #fff;
    padding: 28px 22px;
    position: sticky;
    top: 0;
    height: 100vh;
}

.admin-sidebar a {
    color: rgba(255, 255, 255, 0.85);
}

.admin-sidebar .brand {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    display: block;
}

.admin-nav {
    display: grid;
    gap: 10px;
}

.admin-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    transition: 0.2s ease;
}

.admin-nav a:hover,
.admin-nav a.active {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.admin-main {
    padding: 32px;
}

.admin-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}

.admin-stats {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 24px;
}

.admin-card {
    padding: 24px;
}

.admin-card strong {
    display: block;
    font-size: 2rem;
    color: #064e3b;
    margin-top: 8px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(12, 24, 20, 0.08);
}

.admin-table th,
.admin-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    background: #f8fafc;
    color: #334155;
    font-size: 0.9rem;
}

.admin-form {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(12, 24, 20, 0.08);
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.admin-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1f2937;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
    width: 100%;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    padding: 12px 14px;
    font: inherit;
    background: #fff;
}

.admin-form textarea {
    min-height: 120px;
    resize: vertical;
}

.form-help {
    margin-top: 6px;
    color: #6b7280;
    font-size: 0.9rem;
}

.image-preview {
    margin-top: 12px;
    max-width: 260px;
    border-radius: 14px;
    border: 1px solid #dbe2ea;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.ck-editor__editable_inline {
    min-height: 260px;
}

.admin-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-secondary,
.btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.btn-secondary {
    background: #e5efe9;
    color: #064e3b;
}

.btn-danger {
    background: #ffe4e6;
    color: #be123c;
}

.login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f3f7f4, #fff7e8);
    padding: 20px;
}

.login-card {
    width: min(460px, 100%);
    background: #fff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
    .admin-layout {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: relative;
        height: auto;
    }

    .admin-main {
        padding: 20px;
    }
}

.rich-content p,
.rich-content li,
.rich-content blockquote {
    font-size: 1.06rem;
    line-height: 1.9;
    color: #334155;
}

.rich-content p {
    margin: 0 0 18px;
}

.rich-content h2,
.rich-content h3,
.rich-content h4 {
    margin: 36px 0 14px;
    line-height: 1.25;
}

.rich-content ul,
.rich-content ol {
    padding-left: 28px;
    margin: 0 0 24px;
}

.rich-content li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.rich-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 4px solid #d4af37;
    background: linear-gradient(135deg, #fff9ec, #f8fbf7);
    border-radius: 14px;
}

.blog-excerpt {
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 18px;
}

.blog-post-banner {
    position: relative;
    overflow: hidden;
}

.blog-post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.blog-post-meta span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(6, 78, 59, 0.08);
    color: #475569;
    font-size: 0.92rem;
    font-weight: 600;
}

.blog-post-shell {
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.08), transparent 24%),
        linear-gradient(180deg, #fffdf8 0%, #f8fbf9 100%);
}

.blog-post-layout {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.blog-share-card {
    position: relative;
}

.blog-share-sticky {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 10px;
}

.blog-share-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 4px;
}

.blog-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 14px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.blog-share-btn.whatsapp { background: #25d366; }
.blog-share-btn.facebook { background: #1877f2; }
.blog-share-btn.x { background: #0f172a; }
.blog-share-btn.linkedin { background: #0a66c2; }
.blog-share-btn.telegram { background: #229ed9; }

.blog-post-article {
    padding: 28px;
    border-radius: 30px;
}

.blog-post-featured-image {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 26px;
    margin: 0 0 28px;
}

.blog-post-intro {
    font-size: 1.18rem;
    line-height: 1.95;
    color: #0f172a;
    margin: 0 0 28px;
    padding: 0 0 26px;
    border-bottom: 1px solid rgba(6, 78, 59, 0.1);
}

.blog-post-body {
    max-width: 820px;
}

@media (max-width: 900px) {
    .blog-post-layout {
        grid-template-columns: 1fr;
    }

    .blog-share-sticky {
        position: static;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}

@media (max-width: 640px) {
    .blog-post-article {
        padding: 20px;
        border-radius: 22px;
    }

    .blog-post-featured-image {
        border-radius: 18px;
        margin-bottom: 20px;
    }

    .blog-post-intro,
    .rich-content p,
    .rich-content li,
    .rich-content blockquote {
        font-size: 1rem;
    }
}
