.single-post {
    overflow: hidden;
}

.single-post .post-meta {
    font-size: 0.9rem;
}

.single-post .post-meta i {
    color: #7c3aed;
    text-shadow: 0 2px 10px rgba(124, 58, 237, 0.35);
}

.post-content {
    line-height: 1.8;
    font-size: 1.05rem;
    color: #1e1b4b;
}

.post-content :is(h2, h3, h4) {
    margin-block: 2rem 1rem;
    font-weight: 700;
    color: #2e1065;
    line-height: 1.4;
}

.post-content h2 {
    font-size: 1.75rem;
    padding-bottom: var(--space-xs);
    border-bottom: 2px solid #d8b4fe;
    box-shadow: 0 14px 22px -20px rgba(46, 16, 101, 0.5);
}

.post-content h3 {
    font-size: 1.35rem;
}

.post-content :is(p, li) {
    margin-bottom: var(--space-sm);
}

.post-content blockquote {
    border-inline-start: 4px solid #db2777;
    padding: var(--space-sm) var(--space-md);
    background: linear-gradient(135deg, #fff1f2, #fdf2f8);
    border-radius: 0 28px 28px 0;
    margin-block: var(--space-md);
    color: #64748b;
    font-style: italic;
    box-shadow: 14px 14px 30px -22px rgba(190, 24, 93, 0.4);
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 22px 8px 22px 8px;
    margin-block: var(--space-sm);
    box-shadow: 8px 8px 0 rgba(124, 58, 237, 0.12), 18px 18px 45px -22px rgba(30, 27, 75, 0.25);
}

.post-content a {
    color: #7c3aed;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.post-content a:hover {
    color: #4c1d95;
}

.post-content ul,
.post-content ol {
    padding-inline-start: 1.5rem;
}

.post-content code {
    background: #fce7f3;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 0.9em;
    color: #be123c;
    box-shadow: inset 0 -1px 0 rgba(190, 18, 60, 0.12);
}

.post-content pre {
    background: linear-gradient(135deg, #0f172a, #2e1065);
    color: #fff;
    padding: var(--space-md);
    border-radius: 26px 8px 26px 8px;
    overflow-x: auto;
    margin-block: var(--space-md);
    box-shadow: 0 24px 48px -14px rgba(30, 27, 75, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.post-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-block: var(--space-md);
}

.post-content table th,
.post-content table td {
    padding: var(--space-xs) var(--space-sm);
    border: 1px solid #c4b5fd;
    text-align: start;
}

.post-content table th {
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
    font-weight: 600;
    color: #2e1065;
}

.toc-box {
    border-inline-start: 3px solid #db2777;
    box-shadow: -12px 0 24px -18px rgba(219, 39, 119, 0.45);
}

.toc-box ol {
    padding-inline-start: 1.2rem;
}

.toc-box ol li {
    margin: 0.4rem 0;
}

.toc-box ol li a {
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.toc-box ol li a:hover {
    color: #4c1d95;
    text-decoration: underline !important;
    padding-inline-start: 4px;
}

.post-tags .badge {
    background: linear-gradient(135deg, #faf5ff, #f3e8ff) !important;
    color: #4c1d95 !important;
    padding: 6px 12px;
    font-weight: 500;
    border-radius: 999px !important;
    box-shadow: 0 4px 14px -8px rgba(124, 58, 237, 0.35) !important;
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.post-tags .badge:hover {
    background: linear-gradient(135deg, #7c3aed, #db2777) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 22px -8px rgba(124, 58, 237, 0.55) !important;
}

.post-nav {
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.post-nav .btn {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-hero-section {
    background: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.14), transparent 42%), linear-gradient(125deg, #0f172a 0%, #2e1065 45%, #be185d 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.app-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.55), rgba(190, 24, 93, 0.2));
    z-index: 0;
}

.app-hero-section > .container {
    position: relative;
    z-index: 1;
}

.app-hero-section h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    text-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.app-hero-section img {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(0 24px 48px rgba(124, 58, 237, 0.4)) drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
}

.app-hero-section img:hover {
    transform: translateY(-10px) rotate(1.5deg);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.app-qr-section {
    background: linear-gradient(160deg, #faf5ff 0%, #fdf2f8 100%);
}

.qr-card {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border: 2px solid rgba(124, 58, 237, 0.15);
    border-radius: 32px 14px 32px 14px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 35px -18px rgba(30, 27, 75, 0.18);
}

.qr-card:hover {
    transform: scale(1.03) rotate(-0.75deg);
    border-color: #f59e0b;
    box-shadow: 0 28px 50px -12px rgba(245, 158, 11, 0.35), 0 12px 28px -14px rgba(30, 27, 75, 0.25);
    background: linear-gradient(135deg, #ffffff, #fef3c7);
}

.qr-card img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

.app-install-section {
    background: linear-gradient(180deg, #ecfeff 0%, #f5f3ff 100%);
}

.app-install-section .badge.rounded-circle {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0ea5e9, #7c3aed) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px -10px rgba(14, 165, 233, 0.55) !important;
}

.app-install-section .bg-white {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f8fafc) !important;
    border-radius: 24px 8px 24px 8px;
    box-shadow: 0 6px 20px -10px rgba(30, 27, 75, 0.08);
}

.app-install-section .bg-white:hover {
    transform: translateY(-8px) rotate(0.4deg);
    box-shadow: 0 30px 50px -14px rgba(30, 27, 75, 0.25), 0 12px 26px -14px rgba(2, 132, 199, 0.22);
}

.app-install-section .bg-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #f59e0b, #db2777);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.app-install-section .bg-white:hover::before {
    transform: scaleY(1);
}

.app-showcase-section {
    background: linear-gradient(145deg, #fffbeb 0%, #fef2f2 100%);
}

.app-showcase-section img {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(0 20px 35px rgba(245, 158, 11, 0.3)) drop-shadow(0 8px 18px rgba(30, 27, 75, 0.2));
}

.app-showcase-section img:hover {
    transform: translateY(-5px) rotate(-1.5deg);
}

.app-showcase-section .bg-white {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-inline-start: 3px solid rgba(245, 158, 11, 0.2);
    background: linear-gradient(145deg, #ffffff, #fffbeb) !important;
    border-radius: 20px 8px 20px 8px;
}

.app-showcase-section .bg-white:hover {
    border-inline-start-color: #f59e0b;
    transform: translateX(8px) rotate(0.3deg);
    box-shadow: 0 25px 45px -14px rgba(245, 158, 11, 0.3), 0 8px 20px -12px rgba(30, 27, 75, 0.16);
}

.contact-channels-section {
    background: linear-gradient(135deg, #ffffff, #faf5ff);
}

.contact-channels-section article {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid #e9d5ff;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 28px 12px 28px 12px;
    box-shadow: 0 6px 18px -10px rgba(30, 27, 75, 0.08);
}

.contact-channels-section article:hover {
    transform: translateY(-6px) rotate(0.3deg);
    box-shadow: 0 28px 50px -14px rgba(76, 29, 149, 0.25), 0 10px 20px -12px rgba(30, 27, 75, 0.16);
    border-color: #7c3aed;
}

.contact-channels-section article ul li {
    transition: padding 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-channels-section article ul li:hover {
    padding-inline-start: 6px;
}

.contact-quick-section {
    background: linear-gradient(160deg, #f0fdf4 0%, #fdf4ff 100%);
}

.contact-quick-section .contact-card {
    transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 30px 12px 30px 12px;
    box-shadow: 0 4px 16px -10px rgba(30, 27, 75, 0.08);
}

.contact-quick-section .contact-card:hover {
    transform: translateY(-6px) rotate(-0.5deg);
    box-shadow: 0 30px 60px -18px rgba(5, 150, 105, 0.3), 0 12px 25px -14px rgba(30, 27, 75, 0.16);
}

.contact-quick-section .contact-card i {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contact-quick-section .contact-card:hover i {
    transform: scale(1.15) rotate(-8deg);
}

.contact-form-section {
    background: linear-gradient(145deg, #ecfeff 0%, #f5f3ff 100%);
}

.contact-form-section .form-control,
.contact-form-section .form-select {
    border: 2px solid #c4b5fd;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 14px 4px 14px 4px;
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-form-section .form-control:focus,
.contact-form-section .form-select:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.15), 0 8px 20px -10px rgba(124, 58, 237, 0.3);
}

.contact-form-section button[type="submit"] {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, #7c3aed, #db2777);
    border-color: #7c3aed;
    color: #fff;
}

.contact-form-section button[type="submit"]:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 35px -12px rgba(124, 58, 237, 0.5), 0 5px 15px -6px rgba(219, 39, 119, 0.32);
}

.contact-commitments-section {
    background: linear-gradient(150deg, #fff7ed 0%, #fef2f2 100%);
}

.contact-commitments-section .bg-white {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
    background: linear-gradient(145deg, #ffffff, #fff7ed) !important;
    border-radius: 26px 10px 26px 10px;
    box-shadow: 0 6px 18px -10px rgba(30, 27, 75, 0.08);
}

.contact-commitments-section .bg-white:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 50px -14px rgba(234, 88, 12, 0.25), 0 10px 20px -12px rgba(30, 27, 75, 0.16);
}

.contact-commitments-section .bg-white i {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contact-commitments-section .bg-white:hover i {
    transform: scale(1.2) rotate(-4deg);
}

main:has(> .container > .bg-white > form) .input-group-text {
    background-color: #ede9fe;
    border-color: #c4b5fd;
    border-inline-end: none;
}

main:has(> .container > .bg-white > form) .input-group .form-control {
    border-inline-start: none;
}

main:has(> .container > .bg-white > form) .input-group:focus-within .input-group-text {
    border-color: #7c3aed;
    background-color: #f5f3ff;
}

main:has(> .container > .bg-white > form) .input-group:focus-within .form-control {
    border-color: #7c3aed;
}

main:has(> .container > .bg-white > form) .form-check-input:checked {
    background-color: #7c3aed;
    border-color: #7c3aed;
}

main:has(> .container > .bg-white > form) button[type="submit"] {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    background: linear-gradient(135deg, #7c3aed, #db2777);
    border-color: #7c3aed;
    color: #fff;
}

main:has(> .container > .bg-white > form) button[type="submit"]:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 35px -12px rgba(124, 58, 237, 0.5), 0 5px 15px -6px rgba(219, 39, 119, 0.32);
}

.icon-img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

.icon-emoji {
    display: inline-block;
    line-height: 1;
}

.hero-buttons .btn {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-buttons .btn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 20px 40px -14px rgba(30, 27, 75, 0.3), 0 8px 20px -10px rgba(124, 58, 237, 0.3);
}

.hero-buttons .btn-warning {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-color: #f59e0b;
    color: #2e1065;
    font-weight: 600;
}

.hero-buttons .btn-warning:hover {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-color: #d97706;
    color: #1e1b4b;
    box-shadow: 0 14px 26px -12px rgba(245, 158, 11, 0.55);
}

.hero-buttons .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.22);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #ede9fe;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #7c3aed, #db2777);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background: #4c1d95;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #7c3aed #ede9fe;
}

@media print {
    :is(.header,
        .footer,
        .sidebar-widgets,
        .social-share,
        #back-to-top,
        .breadcrumb-nav,
        .notice-bar,
        .cta-banner-section,
        .post-nav,
        .related-posts,
        .author-box,
        .pagination,
        .navbar-toggler,
        .nav-item) {
        display: none !important;
    }

    body {
        background: #fff !important;
        color: #000 !important;
        font-size: 12pt;
    }

    .single-post {
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
        max-width: 100% !important;
    }

    .post-content {
        font-size: 11pt;
        line-height: 1.6;
    }

    a {
        text-decoration: underline;
        color: #000 !important;
    }

    a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 9pt;
        color: #555;
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after,
    a[href^="mailto:"]::after,
    a[href^="tel:"]::after {
        content: "";
    }

    .post-content img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    :is(h1, h2, h3, h4) {
        page-break-after: avoid;
        color: #000 !important;
    }

    p, li {
        orphans: 3;
        widows: 3;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

.animate-fade-in {
    animation: fadeInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate-pulse {
    animation: pulse 2.5s infinite;
}

@media (max-width: 991.98px) {
    .post-content {
        font-size: 1rem;
    }

    .post-content h2 {
        font-size: 1.5rem;
    }

    .post-content h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    .single-post {
        padding: var(--space-md) !important;
    }

    .post-content {
        font-size: 0.95rem;
    }

    .post-content h2 {
        font-size: 1.35rem;
    }

    .post-nav {
        flex-direction: column;
    }

    .post-nav .btn {
        width: 100%;
    }

    .post-tags .badge {
        font-size: 0.8rem;
        padding: 4px 8px;
    }

    .app-hero-section h1 {
        font-size: 1.75rem;
    }

    .app-install-section .badge.rounded-circle {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .toc-box {
        padding: var(--space-sm) !important;
    }

    .qr-card img {
        max-width: 140px !important;
    }
}

@media (max-width: 575.98px) {
    .app-hero-section .row .col-lg-7 {
        text-align: center;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(255, 255, 255, 0.12) 100%);
        border-radius: 2rem 0.75rem 2rem 0.75rem;
        box-shadow: 0 1.5rem 3rem -1.5rem rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 0 1px rgba(255, 255, 255, 0.02);
        transition: background 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .app-hero-section .badge.bg-warning {
        font-size: 0.85rem;
        background: linear-gradient(90deg, #ff6a00 0%, #ffb347 25%, #ffe259 50%, #ffb347 75%, #ff6a00 100%);
        background-size: 200% 100%;
        color: #3b2200;
        border-radius: 0.75rem 0.25rem 0.75rem 0.25rem;
        box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(255, 140, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
        transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .contact-channels-section article,
    .contact-quick-section .contact-card {
        padding: var(--space-md) !important;
        background: linear-gradient(145deg, #2a1f3d 0%, #18122a 50%, #241b35 100%);
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.1);
        border-image: linear-gradient(145deg, #ff9a3c, #ff5e3a, #7c3aed, #ff9a3c) 1;
        border-radius: 1.5rem 0.5rem 1.5rem 0.5rem;
        box-shadow: 0 1.5rem 3rem -1.25rem rgba(0, 0, 0, 0.6), 0 0 2rem rgba(124, 58, 237, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
        transition: box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1), background 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    }
}