html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

body {
    font-family: Inter, sans-serif;
}

header ul,
header ol,
footer ul,
footer ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-logo-link img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.hero-pattern {
    background-color: #1e3a8a;
    background-image: linear-gradient(rgba(30, 58, 138, 0.8), rgba(30, 58, 138, 0.9)), url('https://images.unsplash.com/photo-1544644181-1484b3fdfc62?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.line-clamp-2,
.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.drtc-editor-section .drtc-block-content > * + * {
    margin-top: 1.25rem;
}

.drtc-block-content {
    color: #334155;
}

.drtc-block-content h1,
.drtc-block-content h2,
.drtc-block-content h3,
.drtc-block-content h4,
.drtc-block-content h5,
.drtc-block-content h6 {
    color: #0f172a;
    font-weight: 800;
    line-height: 1.2;
}

.drtc-block-content p,
.drtc-block-content li {
    line-height: 1.8;
}

.drtc-block-content ul,
.drtc-block-content ol {
    list-style: revert;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.drtc-block-content a {
    color: #1e40af;
}

.drtc-block-content .wp-block-button__link {
    border-radius: 0.5rem;
    font-weight: 700;
}

.drtc-block-content .alignwide {
    max-width: 100%;
}

.drtc-block-content .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.drtc-block-content img {
    border-radius: 1rem;
}

.drtc-block-content .wp-block-group.has-white-background-color,
.drtc-block-content .wp-block-cover,
.drtc-block-content .wp-block-columns {
    box-shadow: 0 10px 25px -12px rgba(15, 23, 42, 0.18);
}

.drtc-block-content .wp-block-details {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1rem 1.25rem;
}

.drtc-block-content .wp-block-details + .wp-block-details {
    margin-top: 1rem;
}

.drtc-block-content .wp-block-details summary {
    cursor: pointer;
    font-weight: 700;
    color: #0f172a;
}

.drtc-block-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
    border-radius: 1rem;
}

.drtc-block-content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
}

.drtc-block-content th,
.drtc-block-content td {
    border: 1px solid #e2e8f0;
    padding: 0.875rem 1rem;
    text-align: left;
}

.drtc-block-content th {
    background: #eff6ff;
    color: #1e3a8a;
    font-weight: 700;
}

::-webkit-scrollbar {
    width: 8px;
}

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

::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}
