body {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    background: radial-gradient(circle at 20% 20%, #fefcf7, #f8f7f4 38%, #f3efe6 100%);
    color: #0b1220;
    overflow-x: hidden;
}

.qmod-prose {
    color: rgba(11, 18, 32, .8);
    font-size: 16px;
    line-height: 1.8;
}

.qmod-prose>*:first-child {
    margin-top: 0;
}

.qmod-prose h2 {
    margin-top: 2.25rem;
    margin-bottom: .75rem;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 900;
    color: #0b1220;
}

.qmod-prose h3 {
    margin-top: 1.75rem;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 800;
    color: #0b1220;
}

.qmod-prose .qmod-prose-h1 {
    margin-top: 2.75rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 950;
    color: #0b1220;
    letter-spacing: -.01em;
}

.qmod-prose p {
    margin-top: 1rem;
}

.qmod-prose ul,
.qmod-prose ol {
    margin-top: 1rem;
    padding-left: 1.25rem;
}

.qmod-prose ul {
    list-style: disc;
}

.qmod-prose ol {
    list-style: decimal;
}

.qmod-prose li {
    margin-top: .5rem;
}

.qmod-prose .qmod-tip {
    margin-top: .25rem;
    line-height: 1.3;
    border-left: 3px solid #16a34a;
    padding-left: .75rem;
}

.qmod-prose .qmod-tip-body {
    margin-top: .2rem;
}

.qmod-prose a {
    color: #ff5a1f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.qmod-prose strong {
    color: #0b1220;
    font-weight: 700;
}

.qmod-prose code.qmod-pill {
    display: inline-block;
    white-space: nowrap;
    border-radius: 9999px;
    background: #0b1220;
    color: #f8f7f4;
    padding: .15rem .5rem;
    font-size: .95em;
    line-height: 1.2;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    border: 1px solid rgba(255, 255, 255, .12);
}

::selection {
    background: #ff5a1f;
    color: #0b1220;
}

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

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

::-webkit-scrollbar-thumb {
    background: #ff5a1f;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff7a1a
}

.text-split-1 {
    background: linear-gradient(155deg, #dc2626 49%, transparent 49%, transparent 51%, #ea580c 51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.text-split-2 {
    background: linear-gradient(155deg, #ff5a1f 49%, transparent 49%, transparent 51%, #ff7a1a 51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.text-split-3 {
    background: linear-gradient(155deg, #ff7a1a 49%, transparent 49%, transparent 51%, #ffb55a 51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.shadow-brutal {
    box-shadow: 14px 14px 0 #0b1220;
}

.shadow-brutal-sm {
    box-shadow: 8px 8px 0 #0b1220;
}

.shadow-orange {
    box-shadow: 12px 12px 0 #ff5a1f;
}

.scrollbar-thin::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.scrollbar-thin::-webkit-scrollbar-track {
    background: #f3efe6;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    background: #ff5a1f;
    border-radius: 9999px;
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background: #ff7a1a;
}

.shadow-inner-lg {
    box-shadow: inset 0 0 40px rgba(11, 18, 32, .08);
}

.bg-diagonal-stripes {
    background-color: #ffffff;
    background-image: none;
}

.tilted-badge {}

.bg-section-alt {
    background-color: #faf9f6;
    position: relative;
}

.section-shadow-top {
    box-shadow: inset 0 20px 20px -20px rgba(11, 18, 32, .05);
}

.section-shadow-bottom {
    position: relative;
    z-index: 20;
    box-shadow: 0 25px 50px -12px rgba(11, 18, 32, .15);
}

.border-sep-top {
    border-top: 1px solid rgba(11, 18, 32, .05);
}

.border-sep-bottom {
    border-bottom: 1px solid rgba(11, 18, 32, .05);
}

.pricing-card {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: flat;
}

[data-pricing-badge] {
    font-size: 15px !important;
}

.film-frame.is-centered [data-shorts-play] {
    border-color: #ff5a1f;
    border-width: 3px;
}

.film-frame .qmod-shorts-overlay {
    opacity: 0;
}

.film-frame.is-centered .qmod-shorts-overlay {
    opacity: .6;
}

.film-frame.is-centered .film-content:hover .qmod-shorts-overlay {
    opacity: .4;
}
