body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

#root {
    width: 100vw;
    min-height: 100vh
}

.lumio-player-host :is(.remotion-player, .__remotion-player, [data-remotion-player]),
.lumio-player-host :is(.remotion-player, .__remotion-player, [data-remotion-player]) * {
    max-width: none !important;
    max-height: none !important
}

.App {
    text-align: center
}

.App-logo {
    height: 40vmin;
    pointer-events: none
}

@media (prefers-reduced-motion:no-preference) {
    .App-logo {
        animation: App-logo-spin 20s linear infinite
    }
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: #fff
}

.App-link {
    color: #61dafb
}

@keyframes App-logo-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.hide-scrollbar {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    overflow: -moz-scrollbars-none !important
}

.hide-scrollbar::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.hide-scrollbar::-webkit-scrollbar,
.hide-scrollbar::-webkit-scrollbar-thumb {
    background: #0000 !important;
    display: none !important
}

.hide-scrollbar::-webkit-scrollbar-corner,
.hide-scrollbar::-webkit-scrollbar-track {
    background: #0000 !important;
    display: none !important
}

.main-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    background: none;
    min-width: 0;
    min-height: 0;
    height: auto
}

.sidebar {
    width: clamp(260px, 18vw, 320px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0
}

.canvas-container {
    position: relative;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    min-height: 0;
    height: auto
}

.aspect-ratio-wrapper {
    position: relative;
    width: 80vw;
    height: 45vh;
    max-width: 1800px;
    max-height: 1012px;
    aspect-ratio: 16/9;
    margin: 0 auto;
    background: none;
    overflow: visible
}

.aspect-ratio-wrapper.vertical {
    aspect-ratio: 9/16;
    width: 33.75vw;
    height: 60vh;
    max-width: 540px;
    max-height: 960px;
    overflow: visible
}

@media (max-width:1200px) {
    .main-content {
        flex-direction: column;
        gap: 12px;
        padding: 10px
    }
    .canvas-container,
    .sidebar {
        width: 100%;
        max-width: none
    }
    .aspect-ratio-wrapper {
        max-width: 90vw;
        max-height: 90vh
    }
    .canvas-controls {
        transform: translateX(-50%) scale(.9);
        gap: .8rem
    }
}

.canvas-controls {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    z-index: 100;
    pointer-events: none
}

@media (max-width:1200px) {
    .canvas-controls {
        transform: translateX(-50%) scale(.9);
        gap: .8rem
    }
}

@media (max-width:900px) {
    .canvas-controls {
        flex-direction: column !important;
        gap: .5rem !important;
        transform: translateX(-50%) scale(.8);
        bottom: -80px
    }
}

@media (max-width:800px) {
    .main-content {
        flex-direction: column;
        gap: 8px;
        padding: 4px
    }
    .canvas-container,
    .sidebar {
        width: 100%;
        max-width: none
    }
    .canvas-container {
        min-height: 0
    }
    .aspect-ratio-wrapper {
        max-width: 95vw;
        max-height: 85vh;
        min-height: 200px
    }
}

@media (max-width:600px) {
    .canvas-controls {
        transform: translateX(-50%) scale(.7);
        bottom: -70px
    }
    .aspect-ratio-wrapper {
        max-width: 98vw;
        max-height: 80vh;
        min-height: 150px
    }
}

@media (max-height:600px) {
    .aspect-ratio-wrapper {
        max-height: 75vh;
        min-height: 120px
    }
    .aspect-ratio-wrapper.vertical {
        max-height: 80vh;
        min-height: 200px
    }
}

.landing-page {
    min-height: 100vh;
    background: #fff;
    color: #232629;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    overflow-x: hidden;
    width: 100%
}

@media (max-width:1280px) {
    body {
        overflow-x: hidden
    }
    * {
        box-sizing: border-box
    }
}

.landing-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 3.5vw 1.5rem 2vw;
    background: #0000;
    box-shadow: none;
    position: fixed;
    top: 0;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:1280px) {
    .landing-header {
        left: 0;
        transform: none;
        max-width: 100vw;
        width: 100vw
    }
}

.logo {
    color: #55504b
}

.nav-links {
    display: flex;
    gap: 0;
    background: #fffffff2;
    border-radius: 50px;
    padding: .3rem .4rem;
    box-shadow: 0 4px 20px #0000001a;
    border: 1px solid #00000014;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.nav-links a {
    color: #232629;
    text-decoration: none;
    font-weight: 500;
    font-size: .9rem;
    transition: all .2s;
    padding: .6rem 1.2rem;
    border-radius: 25px;
    margin: 0 .1rem;
    white-space: nowrap
}

.nav-links a:hover {
    background: #0000000d;
    color: #232629
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 1rem
}

.header-login {
    background: none;
    color: #232629;
    border: none;
    font-weight: 400;
    font-size: .9rem;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: color .2s;
    border-radius: 8px
}

.header-login:hover {
    color: #666
}

.header-dashboard {
    background: #fffffff2;
    color: #232629;
    border: 1px solid #00000014;
    font-weight: 500;
    font-size: .9rem;
    padding: .6rem 1.2rem;
    cursor: pointer;
    transition: all .2s;
    border-radius: 50px;
    box-shadow: 0 4px 20px #0000001a;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.header-dashboard:hover {
    background: #fff;
    box-shadow: 0 6px 25px #00000026
}

.header-get-started {
    background: #ffeaea;
    color: #4a2c2a;
    border: 1px solid #00000014;
    border-radius: 50px;
    padding: .6rem 1.2rem;
    font-weight: 500;
    font-size: .9rem;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
    box-shadow: 0 4px 20px #0000001a
}

.header-get-started:hover {
    background: #fdd;
    color: #3a1f1e;
    box-shadow: 0 6px 25px #00000026
}

.hero {
    min-height: 100vh;
    position: relative;
    overflow: visible;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    background: #fff
}

.hero-content {
    position: relative;
    max-width: 800px;
    padding: 6rem 2vw 0;
    z-index: 2;
    text-align: center
}

.hero-badge {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    font-size: .85rem;
    font-weight: 600;
    border-radius: 20px;
    padding: .4rem 1.2rem;
    margin-bottom: 1.5rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden
}

.hero-badge:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0000, #fff9, #0000);
    animation: shimmer 3s ease-in-out infinite;
    animation-delay: 1s
}

.hero h1 {
    font-size: clamp(2.35rem, 4.8vw, 3.5rem);
    font-weight: 800;
    margin: 0 0 1rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.1
}

.hero-gradient {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    background-clip: text;
    text-fill-color: #0000;
    font-weight: 800;
    display: inline-block
}

.hero .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    color: #666;
    margin-bottom: 2.5rem;
    margin-top: .5rem;
    line-height: 1.5
}

.cta-buttons {
    display: flex;
    gap: 1.1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .5rem
}

.cta-primary,
.cta-secondary {
    padding: .7rem 1.5rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.05rem
}

.cta-primary,
.cta-secondary {
    transition: all .2s;
    text-decoration: none;
    white-space: nowrap;
    border: none
}

.cta-primary {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    border-radius: 16px;
    padding: 1.2rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 6px 25px #ff6b6b4d;
    width: auto;
    text-align: center;
    margin-top: 0;
    cursor: pointer
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 35px #ff6b6b66
}

.cta-secondary {
    background: #f6f0ff;
    color: #ff6b6b;
    border: 1.5px solid #ffe0e0
}

.cta-secondary:hover {
    background: #ffeaea;
    color: #845ec2
}

.hero-free-tier {
    font-size: .98rem;
    color: #b0a7c3;
    margin-top: .7rem
}

@keyframes shimmer {
    0% {
        left: -100%
    }
    to {
        left: 100%
    }
}

.hero-no-credit-card {
    font-size: .9rem;
    color: #10b981;
    margin-top: .5rem;
    font-weight: 500
}

.hero-video-container {
    position: relative;
    width: 90%;
    max-width: none;
    border-radius: 24px;
    overflow: hidden;
    background: #f5f5f5
}

.hero-video {
    width: 100%;
    height: auto;
    display: block
}

.hero-canvas {
    position: relative;
    width: 340px;
    height: 600px;
    aspect-ratio: 9/16;
    z-index: 1;
    border-radius: 32px;
    box-shadow: 0 2px 32px 0 #a259ff14;
    background: #faf9fb;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-canvas:before {
    display: none
}

.hero-controls {
    display: none !important
}

.feature-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem 2.5rem;
    gap: 3rem 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    align-items: stretch
}

.feature-card {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 6px 32px #0000001a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem 1rem;
    transition: transform .3s, box-shadow .3s;
    border: 1px solid #0000000f;
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.feature-card-img {
    width: 90%;
    max-width: 500px;
    aspect-ratio: 16/9;
    height: auto;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0 auto 1.5rem;
    border-radius: 24px;
    box-shadow: 0 4px 24px #0000001a;
    background: #f8f8fa
}

.feature-card-title {
    font-size: 2rem !important;
    font-weight: 900 !important;
    color: #303138 !important;
    margin: 0 0 1.2rem !important;
    text-align: center !important;
    letter-spacing: -.02em !important;
    line-height: 1.2 !important
}

.feature-card-desc {
    color: #666 !important;
    font-size: 1.15rem !important;
    text-align: center !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    max-width: 90% !important
}

@media (max-width:768px) {
    .feature-card {
        padding: 1.2rem .8rem;
        max-width: 98vw
    }
    .feature-card-img {
        width: 95%;
        margin-bottom: 1.2rem;
        border-radius: 20px
    }
    .feature-card-title {
        font-size: 1.5rem !important;
        margin-bottom: .8rem !important
    }
    .feature-card-desc {
        font-size: 1rem !important;
        max-width: 95% !important
    }
}

.features {
    padding: 8rem 2rem;
    background: #fafafa;
    position: relative;
    z-index: 2
}

.features-header {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto 4rem;
    padding: 0 2rem
}

.features h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.1
}

.features-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    max-width: 520px
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4rem
}

.feature-item {
    display: flex;
    transition: transform .3s ease
}

.feature-item:hover {
    transform: translateX(10px)
}

.feature-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #232629;
    letter-spacing: -.01em;
    display: flex;
    align-items: center;
    gap: .5rem;
    line-height: 1.2
}

.feature-icon {
    font-size: 1.8rem;
    line-height: 1;
    display: inline-flex;
    align-items: center
}

.feature-content p {
    color: #5b5b5b;
    line-height: 1.5;
    font-size: 1.05rem;
    margin: 0
}

@media (max-width:1024px) {
    .features-grid {
        gap: 2.5rem;
        padding: 0 2rem
    }
    .hero-content {
        max-width: 100%;
        padding: 2rem 1rem 0
    }
    .hero-video-container {
        width: 80%;
        max-width: 100%
    }
    .canvas-dragdrop-overlay,
    .hero-canvas,
    .landing-customizer-section {
        max-width: calc(100vw - 2rem);
        margin-left: auto;
        margin-right: auto
    }
    .benefits,
    .examples,
    .features,
    .pricing,
    .reach-out,
    .why-choose {
        max-width: 100vw;
        overflow-x: hidden
    }
}

@media (max-width:768px) {
    .features {
        padding: 4rem 1.5rem
    }
    .features-header {
        margin-bottom: 3rem
    }
    .features h2 {
        font-size: 2.2rem
    }
    .features-subtitle {
        font-size: 1.1rem
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 2rem
    }
    .feature-content h3 {
        font-size: 1.3rem
    }
    .feature-content p {
        font-size: 1rem
    }
}

.pricing {
    padding: 8rem 2rem;
    background: #fff;
    position: relative;
    z-index: 2
}

.pricing-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 6rem
}

.pricing h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.1
}

.pricing-subtitle {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    margin: 0
}

.pricing-divider {
    width: 100%;
    max-width: 200px;
    height: 1px;
    background: linear-gradient(90deg, #0000, #e6e8ec 50%, #0000);
    margin: 2rem auto
}

.billing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin: -3rem auto 3rem
}

.billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f5f5f7;
    border-radius: 999px;
    padding: 6px
}

.billing-toggle-option {
    position: relative;
    border: none;
    background: #0000;
    color: #666;
    font-size: 1rem;
    font-weight: 600;
    padding: .6rem 1.4rem;
    border-radius: 999px;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 8px
}

.billing-toggle-option.active {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    box-shadow: 0 4px 16px #ff6b6b4d
}

.billing-toggle-badge {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #10b9811a;
    color: #10b981
}

.billing-toggle-option.active .billing-toggle-badge {
    background: #ffffff40;
    color: #fff
}

.free-trial-section {
    text-align: center;
    margin: 0 auto 3rem;
    padding: 0 2rem
}

.free-trial-badge {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    font-size: .85rem;
    font-weight: 600;
    border-radius: 20px;
    padding: .4rem 1.2rem;
    margin-bottom: 1.5rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

.free-trial-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.2
}

.free-trial-highlight {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    background-clip: text;
    text-fill-color: #0000;
    font-weight: 700;
    display: inline-block
}

.free-trial-description {
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    margin: 0 0 2.5rem;
    line-height: 1.5
}

.free-trial-btn {
    background: #4a2c2a;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 16px #4a2c2a33;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block
}

.free-trial-btn:hover {
    background: #3a1f1e;
    box-shadow: 0 6px 20px #4a2c2a4d;
    transform: translateY(-2px)
}

.credit-packages-landing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 4rem;
    padding: 0 2rem
}

.credit-package-landing {
    background: #fff;
    border: 2px solid #e6e8ec;
    border-radius: 20px;
    box-shadow: 0 4px 20px #0000000f;
    padding: 2.5rem 2rem;
    position: relative;
    transition: all .3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.credit-package-landing:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px #0000001a
}

.credit-package-landing.popular {
    border: 2px solid #ff6b6b;
    box-shadow: 0 8px 32px #ff6b6b26;
    transform: scale(1.02)
}

.credit-package-landing.popular:hover {
    transform: scale(1.02) translateY(-4px);
    box-shadow: 0 12px 40px #ff6b6b33
}

.popular-badge-landing {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase
}

.package-header-landing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%
}

.package-header-landing h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #232629;
    letter-spacing: -.01em
}

.savings-badge-landing {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    background: #10b9811a;
    color: #10b981
}

.package-credits-landing {
    margin-bottom: 1.5rem
}

.credits-amount-landing {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    display: block;
    color: #845ec2;
    margin-bottom: .5rem
}

.credits-label-landing {
    font-size: 1.1rem;
    font-weight: 500;
    color: #666
}

.package-price-landing {
    margin-bottom: 2rem
}

.price-landing {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    color: #232629;
    margin-bottom: .5rem
}

.price-per-credit-landing {
    font-size: .9rem;
    color: #666
}

.package-description-landing {
    margin: 0 0 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    flex: 1 1
}

.purchase-button-landing {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background: #232629;
    color: #fff;
    box-shadow: 0 4px 16px #23262933
}

.purchase-button-landing:hover:not(:disabled) {
    background: #1a1d20;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #2326294d
}

.purchase-button-landing:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none
}

.purchase-button-landing.popular {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    box-shadow: 0 4px 16px #ff6b6b4d
}

.purchase-button-landing.popular:hover:not(:disabled) {
    box-shadow: 0 6px 20px #ff6b6b66
}

.button-spinner-landing {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff4d;
    border-top-color: currentcolor;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

.pricing-info-landing {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 2rem
}

.pricing-info-landing p {
    font-size: 1rem;
    color: #666;
    margin: 1rem 0;
    line-height: 1.6
}

@media (max-width:1024px) {
    .credit-packages-landing {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 500px
    }
}

@media (max-width:768px) {
    .pricing {
        padding: 4rem 1.5rem
    }
    .pricing-header {
        margin-bottom: 3rem
    }
    .pricing h2 {
        font-size: 2.2rem
    }
    .pricing-subtitle {
        font-size: 1.1rem
    }
    .credit-packages-landing {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
        margin-bottom: 3rem
    }
    .credit-package-landing {
        padding: 1.5rem 1rem
    }
    .credits-amount-landing {
        font-size: 2.5rem
    }
    .price-landing {
        font-size: 1.8rem
    }
    .package-header-landing h3 {
        font-size: 1.2rem
    }
    .free-trial-section {
        margin: 0 auto 2.5rem;
        padding: 0 1rem
    }
    .free-trial-title {
        font-size: 1.2rem
    }
    .free-trial-btn {
        padding: .6rem 1.3rem;
        font-size: .9rem
    }
}

.examples {
    padding: 8rem 2rem;
    background: #fff;
    position: relative;
    z-index: 2;
    text-align: center
}

.examples-header {
    max-width: 800px;
    margin: 0 auto 4rem
}

.examples h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.1
}

.examples-subtitle {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    margin: 0
}

.examples-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem
}

.examples-cta-button {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 1.2rem 3rem;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 8px 32px #ff6b6b4d;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.examples-cta-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0000, #fff3, #0000);
    transition: left .5s
}

.examples-cta-button:hover:before {
    left: 100%
}

.examples-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px #ff6b6b66
}

.examples-cta-note {
    font-size: 1rem;
    color: #666;
    margin: 0;
    font-weight: 500
}

@media (max-width:768px) {
    .examples {
        padding: 4rem 1.5rem
    }
    .examples-header {
        margin-bottom: 3rem
    }
    .examples h2 {
        font-size: 2.2rem
    }
    .examples-subtitle {
        font-size: 1.1rem
    }
    .examples-cta-button {
        padding: 1rem 2rem;
        font-size: 1.1rem
    }
    .examples-cta-note {
        font-size: .9rem
    }
}

@media (max-width:1200px) {
    .hero {
        padding: 2rem 1rem
    }
    .hero-content {
        padding: 5rem 1rem 0
    }
    .hero-video-container {
        width: 70%
    }
    * {
        max-width: 100vw;
        box-sizing: border-box
    }
    .landing-page {
        overflow-x: hidden
    }
    .feature-showcase {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        max-width: 100%;
        padding: 0 1rem
    }
    .credit-packages-landing {
        grid-template-columns: 1fr;
        max-width: 500px;
        padding: 0 1rem
    }
}

@media (max-width:768px) {
    .landing-header {
        flex-direction: row;
        justify-content: center;
        gap: 1.2rem;
        padding: 1rem 2vw
    }
    .hero {
        padding: 1.5rem 1rem;
        gap: .75rem
    }
    .hero h1 {
        font-size: clamp(2.1rem, 6.5vw, 3rem)
    }
    .hero .subtitle {
        font-size: 1.1rem
    }
    .hero-video-container {
        width: 85%
    }
    .features {
        padding: 4rem 1.5rem
    }
    .features h2 {
        font-size: 2.2rem;
        margin-bottom: 3rem
    }
    .features-subtitle {
        font-size: 1.1rem
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
    .feature-item {
        gap: 1.2rem
    }
    .feature-content h3 {
        font-size: 1.3rem
    }
    .feature-content p {
        font-size: 1rem
    }
}

@media (max-width:480px) {
    .hero {
        padding: 1rem .5rem
    }
    .hero h1 {
        font-size: clamp(1.85rem, 8vw, 2.5rem)
    }
    .hero .subtitle {
        font-size: 1rem
    }
    .hero-video-container {
        width: 90%;
        margin: 0 auto
    }
}

@media (max-width:1280px) {
    .landing-header {
        max-width: 100vw;
        padding-right: 2vw;
        padding-left: 2vw;
        left: 0;
        transform: none;
        flex-direction: row;
        justify-content: space-between
    }
    .nav-links {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.landing-customizer-section {
    background: #ffffff14;
    border-radius: 12px;
    box-shadow: 0 2px 16px #0000000f;
    padding: 1.2rem .8rem;
    margin: 0 auto;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    border: 1px solid #ffffff1a;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media (max-width:600px) {
    .landing-customizer-section {
        max-width: 98vw;
        padding: 1.2rem .5rem;
        border-radius: 14px;
        gap: 1rem
    }
}

.landing-phone-selector {
    display: flex;
    flex-direction: column;
    gap: .7rem
}

.landing-phone-selector-row {
    display: flex;
    align-items: center;
    gap: .7rem
}

.landing-phone-label {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    min-width: 48px
}

.landing-phone-toggle {
    display: flex;
    gap: .3rem
}

.landing-phone-toggle button {
    background: #ffffff1f;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: .3rem .9rem;
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, color .2s
}

.landing-phone-toggle button.active {
    background: linear-gradient(90deg, #ff6b6b, #845ec2);
    color: #fff
}

.landing-phone-colors {
    display: flex;
    gap: .4rem
}

.landing-phone-color-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #ffffff2e;
    outline: none;
    cursor: pointer;
    transition: border .2s, box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.landing-phone-color-circle.selected {
    border: 2px solid #ff6b6b;
    box-shadow: 0 0 0 2px #ff6b6b2e
}

.landing-phone-color-custom {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(90deg, #ff6b6b, #845ec2);
    display: block
}

@media (max-width:600px) {
    .landing-phone-label {
        font-size: .95rem;
        min-width: 36px
    }
    .landing-phone-toggle button {
        font-size: .9rem;
        padding: .2rem .7rem
    }
    .landing-phone-color-circle {
        width: 22px;
        height: 22px
    }
}

.landing-color-palette-row {
    display: flex;
    align-items: center;
    gap: .7rem
}

.landing-color-palette-label {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    min-width: 48px
}

.landing-color-palette-list {
    display: flex;
    gap: .4rem
}

.landing-color-palette-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #ffffff2e;
    outline: none;
    cursor: pointer;
    transition: border .2s, box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.landing-color-palette-circle.selected {
    border: 2px solid #ff6b6b;
    box-shadow: 0 0 0 2px #ff6b6b2e
}

@media (max-width:600px) {
    .landing-color-palette-label {
        font-size: .95rem;
        min-width: 36px
    }
    .landing-color-palette-circle {
        width: 22px;
        height: 22px
    }
}

.landing-dragdrop-zone {
    background: #14161e8c;
    border-radius: 12px;
    border: 1.5px solid #ffffff21;
    box-shadow: 0 2px 12px #00000021;
    padding: 1.1rem .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    min-width: 0;
    max-width: 220px;
    margin: 0 auto;
    transition: border .2s, background .2s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff
}

.landing-dragdrop-zone.dragover {
    border: 1.5px solid #2196f3;
    background: #2196f321;
    box-shadow: 0 2px 16px #2196f31a
}

.landing-dragdrop-label {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    padding: 0;
    margin: 0
}

.landing-dragdrop-desc,
.landing-dragdrop-title {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 600
}

.landing-dragdrop-title {
    font-size: 1.08rem;
    font-weight: 700
}

.landing-dragdrop-desc {
    font-size: .98rem;
    font-weight: 400;
    color: #e0e0e0
}

.landing-dragdrop-preview {
    margin-top: .5rem;
    max-width: 90px;
    max-height: 90px;
    border-radius: 10px;
    box-shadow: 0 1px 6px #00000021;
    object-fit: cover;
    border: 1px solid #ffffff21
}

@media (max-width:600px) {
    .landing-dragdrop-zone {
        padding: .7rem .2rem;
        border-radius: 10px;
        min-height: 80px;
        max-width: 98vw
    }
    .landing-dragdrop-preview {
        max-width: 60px;
        max-height: 60px
    }
    .landing-dragdrop-label {
        flex-direction: column;
        gap: .2rem
    }
}

.canvas-clip {
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    height: 100%
}

.canvas-dragdrop-overlay {
    position: absolute;
    left: 50%;
    bottom: 2.2rem;
    transform: translateX(-50%);
    width: 92%;
    max-width: 56%;
    min-width: 0;
    display: flex;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
    background: none
}

.canvas-dragdrop-overlay .landing-dragdrop-zone {
    pointer-events: all;
    background: #18182061;
    border-radius: 16px;
    box-shadow: 0 2px 16px #0000002e;
    border: 1.5px solid #ffffff1a;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    padding: .3rem .5rem;
    min-width: 0;
    width: 100%;
    max-width: 520px;
    min-height: 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border .2s
}

.canvas-dragdrop-overlay .landing-dragdrop-zone.dragover {
    border: 2.5px dotted #2196f3;
    background: #2196f312
}

.change-phone-btn {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    background: #ffffffb3;
    color: #a259ff;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    padding: .6rem 1.4rem;
    font-size: 1.05rem;
    box-shadow: 0 2px 12px #a259ff14;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: background .18s, color .18s
}

.change-phone-btn:hover {
    background: #f6f0ff;
    color: #f246a9
}

.canvas-phone-toggle-overlay {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
    min-width: 0;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.canvas-phone-toggle-btns {
    display: flex;
    gap: .5rem
}

.canvas-phone-toggle-btns button {
    background: #ffffff1a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: .32rem 1.1rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .18s, color .18s;
    box-shadow: none
}

.canvas-phone-toggle-btns button.active {
    background: #ffffff47;
    color: #fff
}

.canvas-phone-toggle-btns button:hover {
    background: #ffffff2e
}

.landing-try-it-device-bar {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: auto
}

.landing-try-it-device-bar-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.canvas-dragdrop-overlay.small .landing-dragdrop-zone {
    min-width: 0;
    width: 100%;
    max-width: 520px;
    height: 44px;
    padding: .3rem .5rem;
    font-size: .95rem
}

.why-choose {
    padding: 8rem 2rem;
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 2
}

.why-choose-header {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto 4rem;
    padding: 0 2rem
}

.why-choose-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.1
}

.why-choose-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    max-width: 500px
}

.why-choose-image-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem
}

.why-choose-image {
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 4px 32px #845ec21a;
    background: #f8f8fa;
    object-fit: cover
}

.why-choose-features {
    margin-top: 2.5rem;
    gap: 2rem
}

.why-choose-card {
    background: #fff;
    border: 1.5px solid #f2f2f2;
    box-shadow: 0 2px 16px #845ec20f;
    border-radius: 16px;
    color: #232629;
    padding: 2rem 1.2rem;
    transition: box-shadow .2s, border .2s
}

.why-choose-card h3 {
    color: #232629
}

.why-choose-card p {
    color: #5b5b5b
}

.why-choose-card:hover {
    box-shadow: 0 6px 32px #845ec221;
    border-color: #e0d7f7
}

.steps-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    margin: 2.5rem auto 0;
    max-width: 1100px
}

.step-box {
    background: #fff;
    border: 1.5px solid #f2f2f2;
    box-shadow: 0 1px 8px #845ec20d;
    border-radius: 18px;
    padding: 2.2rem 1.2rem 1.5rem;
    flex: 1 1;
    min-width: 220px;
    max-width: 360px;
    flex-direction: column;
    text-align: center;
    transition: none
}

.step-box,
.step-icon {
    display: flex;
    align-items: center
}

.step-icon {
    margin-bottom: 1.2rem;
    justify-content: center
}

.step-title {
    font-size: 1.22rem;
    font-weight: 800;
    color: #232629;
    margin-bottom: .7rem;
    letter-spacing: -.01em
}

.step-desc {
    font-size: 1.08rem;
    color: #5b5b5b;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.7rem
}

.step-bottom {
    gap: .7rem;
    width: 100%
}

.step-bottom,
.step-number {
    display: flex;
    align-items: center;
    justify-content: center
}

.step-number {
    width: 32px;
    height: 32px;
    background: #f6f3ff;
    color: #a259ff;
    font-size: 1.13rem;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 1px 4px #a259ff12;
    border: 2px solid #f0eaff
}

.step-line {
    flex: 1 1;
    height: 4px;
    border-radius: 2px;
    background: #f0eaff;
    min-width: 24px;
    max-width: 48px
}

@media (max-width:900px) {
    .steps-section {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center
    }
    .step-box {
        max-width: 420px;
        width: 100%
    }
}

.landing-try-it .why-choose-image-wrapper {
    flex-direction: column;
    align-items: stretch
}

.landing-try-it {
    width: 100%;
    margin: 4rem auto 0
}

.landing-try-it-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 24px;
    overflow: hidden;
    background: #efece7;
    box-shadow: 0 4px 32px #845ec21a
}

.landing-try-it-canvas-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.landing-try-it-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efece7
}

.landing-try-it-stage .canvas-clip {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.landing-try-it-spinner {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #ffffff1f;
    border-top-color: #a259ff;
    animation: landing-try-it-spin .75s linear infinite
}

@keyframes landing-try-it-spin {
    to {
        transform: rotate(1turn)
    }
}

.landing-try-it-invalid-drag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    background: #000000d1;
    color: #fff;
    padding: .75rem 1.25rem;
    border-radius: 12px;
    font-size: .95rem;
    font-weight: 500;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 4px 20px #00000059
}

.landing-try-it-samples-overlay {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem 2rem 1.5rem 4rem;
    background: linear-gradient(90deg, #0000, #1212161f 45%, #12121647);
    z-index: 4;
    pointer-events: none
}

.landing-try-it-samples-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    pointer-events: auto
}

.landing-try-it-samples-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: center;
    color: #fff;
    margin-right: .8rem;
    animation: landing-try-it-nudge-left 1.5s ease-in-out infinite
}

@keyframes landing-try-it-nudge-left {
    0%,
    to {
        transform: translateX(12px);
        opacity: .8
    }
    50% {
        transform: translateX(-14px);
        opacity: 1
    }
}

.landing-try-it-samples {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .85rem;
    width: auto;
    text-align: center
}

.landing-try-it-samples-label {
    margin: 0;
    font-size: .84rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    letter-spacing: .01em;
    width: 108px;
    text-align: center;
    text-shadow: 0 1px 8px #00000059
}

.landing-try-it-samples-list {
    justify-content: center;
    gap: 1rem;
    width: 100%
}

.landing-try-it-sample,
.landing-try-it-samples-list {
    display: flex;
    flex-direction: column;
    align-items: center
}

.landing-try-it-sample {
    gap: .45rem;
    width: 72px;
    -webkit-user-select: none;
    user-select: none
}

.landing-try-it-sample-thumb {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f2f7;
    box-shadow: 0 2px 10px #00000038;
    cursor: grab;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease
}

.landing-try-it-sample-thumb:hover {
    transform: translateX(-3px);
    box-shadow: 0 6px 18px #00000047
}

.landing-try-it-sample-thumb.is-dragging,
.landing-try-it-sample-thumb:active {
    cursor: grabbing
}

.landing-try-it-sample-thumb.is-dragging {
    opacity: .45;
    transform: none;
    box-shadow: 0 2px 10px #00000038
}

.landing-try-it-sample-thumb img,
.landing-try-it-sample-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    border: none;
    outline: none
}

.landing-try-it-sample-play {
    right: 5px;
    bottom: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffffeb;
    color: #333;
    font-size: 7px;
    padding-left: 1px;
    box-shadow: 0 1px 4px #0000002e;
    pointer-events: none
}

.landing-try-it-sample-play,
.landing-try-it-sample-reset {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.landing-try-it-sample-reset {
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #000000b8;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 1px;
    cursor: pointer;
    box-shadow: 0 1px 6px #00000040;
    pointer-events: auto;
    z-index: 2
}

.landing-try-it-sample-reset:hover {
    background: #000000e0
}

.landing-try-it-sample-label {
    font-size: .76rem;
    font-weight: 600;
    color: #fffffff2;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    pointer-events: none;
    text-shadow: 0 1px 6px #00000059
}

@media (max-width:768px) {
    .landing-try-it {
        margin-top: 2.5rem
    }
    .landing-try-it-stage {
        border-radius: 16px
    }
    .canvas-phone-toggle-overlay {
        top: 1rem
    }
    .canvas-phone-toggle-btns button {
        font-size: .9rem;
        padding: .28rem .85rem
    }
}

.feature-content,
.feature-image,
.feature-showcase-item,
.feature-showcase-item h3,
.feature-showcase-item p,
.feature-showcase-item:first-child,
.feature-showcase-item:hover,
.feature-showcase-item:nth-child(2),
.feature-showcase-item:nth-child(3),
.feature-showcase-item:nth-child(4),
.feature-showcase-item:nth-child(5) {
    all: unset
}

.feature-showcase-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 20px #00000014;
    overflow: hidden;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease;
    border: 1px solid #0000000f
}

.feature-showcase-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px #0000001f
}

.feature-showcase-item:first-child {
    grid-column: span 5;
    grid-row: span 2
}

.feature-showcase-item:nth-child(2),
.feature-showcase-item:nth-child(3) {
    grid-column: span 7;
    grid-row: span 2
}

.feature-showcase-item:nth-child(4) {
    grid-column: span 5;
    grid-row: span 2
}

.feature-showcase-item:nth-child(5) {
    grid-column: span 12;
    grid-row: span 1;
    flex-direction: row
}

.feature-image {
    width: 100%;
    height: 60%;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.feature-showcase-item:hover .feature-image img {
    transform: scale(1.05)
}

.feature-content {
    padding: 1.5rem;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.feature-showcase-item h3 {
    font-size: 1.3rem;
    margin: 0 0 .5rem;
    color: #232629;
    font-weight: 600;
    text-align: left;
    letter-spacing: -.01em;
    line-height: 1.3
}

.feature-showcase-item p {
    color: #666;
    line-height: 1.5;
    font-size: .95rem;
    margin: 0;
    text-align: left;
    flex: 1 1
}

.feature-showcase-item:first-child {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef)
}

.feature-showcase-item:first-child .feature-image {
    height: 65%
}

.feature-showcase-item:first-child .feature-content {
    padding: 1rem 1.5rem
}

.feature-showcase-item:first-child h3 {
    font-size: 1.1rem
}

.feature-showcase-item:first-child p {
    font-size: .85rem
}

.feature-showcase-item:nth-child(2) {
    background: #fff;
    border: 2px solid #f0f0f0
}

.feature-showcase-item:nth-child(2) .feature-image {
    height: 55%;
    margin: 1rem 1rem 0;
    width: calc(100% - 2rem);
    border-radius: 12px
}

.feature-showcase-item:nth-child(2) .feature-content {
    padding: 1rem 1.5rem 1.5rem
}

.feature-showcase-item:nth-child(3) {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff
}

.feature-showcase-item:nth-child(3) h3,
.feature-showcase-item:nth-child(3) p {
    color: #fff
}

.feature-showcase-item:nth-child(3) .feature-image {
    height: 55%;
    opacity: .9
}

.feature-showcase-item:nth-child(4) {
    background: #f8f9fa;
    border: 1px solid #e9ecef
}

.feature-showcase-item:nth-child(4) .feature-image {
    height: 65%
}

.feature-showcase-item:nth-child(4) .feature-content {
    padding: 1rem 1.5rem
}

.feature-showcase-item:nth-child(5) {
    background: #fff;
    border: 2px solid #f0f0f0
}

.feature-showcase-item:nth-child(5) .feature-image {
    width: 45%;
    height: 100%;
    border-radius: 0 24px 24px 0
}

.feature-showcase-item:nth-child(5) .feature-content {
    width: 55%;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:768px) {
    .why-choose {
        padding: 4rem 1.5rem
    }
    .why-choose-header {
        margin-bottom: 3rem;
        padding: 0 1rem
    }
    .why-choose-title {
        font-size: 2.2rem
    }
    .why-choose-subtitle {
        font-size: 1.1rem
    }
    .why-choose-image-wrapper {
        padding: 0 1rem
    }
}

.feature-card-icon,
.feature-card-icon img,
.feature-card-preview,
.feature-card-preview:hover {
    all: unset
}

.feature-card-preview {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 20px #00000014;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem 2rem;
    margin-bottom: 1.5rem;
    transition: transform .3s, box-shadow .3s;
    border: 1px solid #0000000f
}

.feature-card-preview:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px #0000001f
}

.feature-card-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    overflow: hidden;
    box-shadow: 0 4px 16px #0000001a;
    border: 3px solid #f0f0f0
}

.feature-card-icon img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border-radius: 50%
}

.feature-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #232629;
    margin: 0 0 .7rem;
    text-align: center;
    letter-spacing: -.01em
}

.feature-card-desc {
    color: #555;
    font-size: 1.05rem;
    text-align: center;
    line-height: 1.6;
    margin: 0
}

@media (max-width:768px) {
    .feature-card-preview {
        padding: 2rem 1rem 1.5rem
    }
    .feature-card-title {
        font-size: 1.1rem
    }
    .feature-card-desc {
        font-size: .95rem
    }
    .feature-card-icon {
        width: 90px;
        height: 90px
    }
    .feature-card-icon img {
        width: 70px;
        height: 70px
    }
}

@media (max-width:1024px) {
    .feature-showcase {
        gap: 2rem 2rem;
        padding: 0 1.5rem
    }
    .feature-card {
        max-width: 450px
    }
}

@media (max-width:768px) {
    .feature-showcase {
        gap: 1.5rem 2rem;
        padding: 0 1rem
    }
    .feature-card {
        max-width: 350px;
        padding: 1.2rem .8rem
    }
}

@media (max-width:500px) {
    .feature-showcase {
        gap: 1rem 1.5rem;
        padding: 0 .5rem
    }
    .feature-card {
        max-width: 240px;
        padding: 1rem .6rem
    }
}

.stats-bar {
    padding: 2.5rem 2rem;
    background: #fafafa;
    position: relative;
    z-index: 2
}

.stats-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap
}

.stats-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem
}

.stats-bar-value {
    font-size: 2.25rem;
    font-weight: 700;
    color: #232629;
    letter-spacing: -.02em;
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    background-clip: text
}

.stats-bar-label {
    font-size: 1rem;
    color: #666;
    font-weight: 500
}

.testimonials {
    padding: 8rem 2rem;
    background: #fff;
    position: relative;
    z-index: 2
}

.testimonials-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem
}

.testimonials h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.1
}

.testimonials-subtitle {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    margin: 0
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem
}

.testimonial-card {
    background: #fafafa;
    border-radius: 20px;
    padding: 1.75rem;
    border: 1px solid #0000000f;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: box-shadow .2s
}

.testimonial-card:hover {
    box-shadow: 0 8px 32px #00000014
}

.testimonial-card--quote-only {
    justify-content: center
}

.testimonial-card--quote-only .testimonial-quote {
    flex: none
}

.testimonial-quote {
    font-size: 1rem;
    line-height: 1.6;
    color: #232629;
    margin: 0;
    flex: 1 1
}

.testimonial-attribution {
    display: flex;
    align-items: center;
    gap: .75rem
}

.testimonial-avatar-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #e8e4f0, #f5e8e8);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.testimonial-avatar-wrap--dark {
    background: #1a1a1a
}

.testimonial-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-avatar-fallback {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #845ec2
}

.testimonial-avatar-fallback.visible {
    display: flex
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: .15rem
}

.testimonial-name {
    font-weight: 600;
    font-size: .95rem;
    color: #232629
}

.testimonial-role {
    font-size: .85rem;
    color: #666
}

.testimonial-example-btn {
    font-size: .9rem;
    font-weight: 500;
    color: #845ec2;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left
}

.testimonial-example-btn:hover {
    text-decoration: underline
}

.testimonial-example-video-wrap {
    margin-top: .5rem;
    border-radius: 12px;
    overflow: hidden;
    background: #000
}

.testimonial-example-video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 320px;
    object-fit: contain
}

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

.benefits {
    padding: 8rem 2rem;
    background: #fafafa;
    position: relative;
    z-index: 2
}

.benefits-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem
}

.benefits h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.1
}

.benefits-subtitle {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    margin: 0
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 4rem;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem
}

.benefit-item {
    flex-direction: column;
    text-align: center
}

.benefit-circle,
.benefit-item {
    display: flex;
    align-items: center
}

.benefit-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px #845ec233;
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative
}

.benefit-circle:before {
    content: "";
    position: absolute;
    inset: -7px;
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    border-radius: 50%;
    z-index: -1
}

.benefit-circle:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px #845ec24d
}

.benefit-icon {
    font-size: 3rem;
    line-height: 1
}

.benefit-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.01em;
    line-height: 1.3
}

.benefit-item p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 320px
}

@media (max-width:768px) {
    .benefits {
        padding: 4rem 1.5rem
    }
    .benefits-header {
        margin-bottom: 3rem
    }
    .benefits h2 {
        font-size: 2.2rem
    }
    .benefits-subtitle {
        font-size: 1.1rem
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 0 1rem
    }
    .benefit-circle {
        width: 100px;
        height: 100px;
        margin-bottom: 1.5rem
    }
    .benefit-circle:before {
        inset: -5px
    }
    .benefit-icon {
        font-size: 2.5rem
    }
    .benefit-item h3 {
        font-size: 1.3rem
    }
    .benefit-item p {
        font-size: 1rem
    }
}

.reach-out {
    padding: 8rem 2rem;
    background: #fafafa;
    position: relative;
    z-index: 2
}

.reach-out-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem
}

.reach-out h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.1
}

.reach-out-subtitle {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    margin: 0
}

.reach-out-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem
}

.contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto
}

.contact-link {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px #0000000f;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    text-decoration: none;
    transition: all .3s ease;
    border: 2px solid #e6e8ec;
    flex: 0 1 300px;
    min-width: 280px;
    max-width: 350px
}

.contact-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px #0000001a;
    border-color: #ff6b6b
}

.contact-icon {
    font-size: 2.5rem;
    line-height: 1;
    flex-shrink: 0
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: .3rem
}

.contact-label {
    font-size: .9rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .05em
}

.contact-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #232629;
    word-break: break-all
}

.email-link:hover .contact-icon {
    filter: grayscale(0) brightness(1.1)
}

.youtube-link:hover {
    border-color: red
}

.youtube-link:hover .contact-icon {
    filter: grayscale(0) brightness(1.1)
}

.tiktok-link:hover {
    border-color: #000
}

.tiktok-link:hover .contact-icon {
    filter: grayscale(0) brightness(1.1)
}

@media (max-width:768px) {
    .reach-out {
        padding: 4rem 1.5rem
    }
    .reach-out-header {
        margin-bottom: 3rem
    }
    .reach-out h2 {
        font-size: 2.2rem
    }
    .reach-out-subtitle {
        font-size: 1.1rem
    }
    .contact-links {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem
    }
    .contact-link {
        padding: 1.5rem;
        gap: 1rem;
        max-width: none
    }
    .contact-icon {
        font-size: 2rem
    }
    .contact-value {
        font-size: 1rem
    }
}

.landing-page.mobile {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    background: #fff;
    color: #232629
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fffffff2;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #00000014
}

.mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    max-width: 100%
}

.mobile-logo {
    color: #55504b
}

.mobile-menu-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: .5rem;
    z-index: 1001
}

.hamburger {
    width: 24px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hamburger span {
    width: 100%;
    height: 2px;
    background-color: #232629;
    transition: all .3s ease;
    border-radius: 1px
}

.hamburger.open span:first-child {
    transform: rotate(45deg) translate(6px, 6px)
}

.hamburger.open span:nth-child(2) {
    opacity: 0
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px)
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fffffffa;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.mobile-nav-overlay.open {
    opacity: 1;
    visibility: visible
}

.mobile-nav-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2rem;
    gap: 3rem
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center
}

.mobile-nav-links a {
    color: #232629;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
    transition: color .2s
}

.mobile-nav-links a:hover {
    color: #ff6b6b
}

.mobile-header-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px
}

.mobile-header-dashboard,
.mobile-header-get-started,
.mobile-header-login {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all .2s;
    border: none;
    text-align: center
}

.mobile-header-login {
    background: none;
    color: #232629;
    border: 2px solid #e0e0e0
}

.mobile-header-dashboard {
    background: #fffffff2;
    color: #232629;
    border: 2px solid #00000014;
    box-shadow: 0 4px 20px #0000001a
}

.mobile-header-get-started {
    background: #4a2c2a;
    color: #fff;
    box-shadow: 0 4px 16px #4a2c2a33
}

.mobile-header-get-started:hover {
    background: #3a221f;
    box-shadow: 0 6px 25px #4a2c2a4d
}

.mobile-hero {
    min-height: 100vh;
    padding: 6rem 1.5rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center
}

.mobile-hero-content {
    width: 100%;
    max-width: 500px;
    margin-bottom: 3rem
}

.mobile-hero-badge {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    font-size: .75rem;
    font-weight: 600;
    border-radius: 15px;
    padding: .4rem 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden
}

.mobile-hero-badge:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0000, #fff9, #0000);
    animation: shimmer 3s ease-in-out infinite;
    animation-delay: 1.2s
}

.mobile-hero-title {
    font-size: 2.65rem;
    font-weight: 800;
    margin: 0 0 1rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1
}

.mobile-hero-gradient {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    background-clip: text;
    display: inline-block
}

.mobile-hero-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.5
}

.mobile-desktop-note {
    display: none
}

.desktop-icon {
    font-size: .9rem;
    font-weight: 700;
    color: #3b82f6
}

.mobile-cta-buttons {
    margin-bottom: 1rem
}

.mobile-cta-note {
    color: #666;
    font-size: .85rem;
    margin: .8rem 0 0;
    font-style: italic
}

.mobile-no-credit-card {
    font-size: .85rem;
    color: #10b981;
    margin-top: .5rem;
    font-weight: 500;
    text-align: center
}

.mobile-cta-primary {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 1.2rem 2.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 6px 25px #ff6b6b4d;
    cursor: pointer;
    transition: all .2s;
    width: 100%;
    max-width: 280px
}

.mobile-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 35px #ff6b6b66
}

.mobile-free-exports-note {
    color: #10b981;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    margin: .8rem 0 1rem;
    order: 3
}

.mobile-hero-video-container {
    width: 90%;
    max-width: 500px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    overflow: hidden
}

.mobile-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mobile-stats-bar {
    padding: 2rem 1.5rem;
    background: #fafafa
}

.mobile-stats-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap
}

.mobile-stats-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem
}

.mobile-stats-bar-value {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    background-clip: text
}

.mobile-stats-bar-label {
    font-size: .9rem;
    color: #666;
    font-weight: 500
}

.mobile-benefits {
    padding: 4rem 2.5rem;
    background: #fafafa
}

.mobile-benefits-header {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.mobile-benefits-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em
}

.mobile-benefits-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6
}

.mobile-benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 500px;
    margin: 0 auto
}

.mobile-benefit-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem
}

.mobile-benefit-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    transition: all .3s ease
}

.mobile-benefit-circle:after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #fff;
    z-index: 0
}

.mobile-benefit-circle:before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    z-index: -1;
    opacity: 0;
    transition: opacity .3s ease
}

.mobile-benefit-circle:hover {
    transform: translateY(-5px)
}

.mobile-benefit-circle:hover:after {
    background: #0000
}

.mobile-benefit-circle:hover .mobile-benefit-icon {
    color: #fff
}

.mobile-benefit-circle:hover:before {
    opacity: .2
}

.mobile-benefit-icon {
    font-size: 1.8rem;
    color: #666;
    transition: color .3s ease;
    position: relative;
    z-index: 1
}

.mobile-benefit-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .5rem;
    color: #232629;
    line-height: 1.3
}

.mobile-benefit-item p {
    color: #666;
    line-height: 1.5;
    margin: 0;
    font-size: .9rem
}

.mobile-how-it-works {
    padding: 4rem 1.5rem;
    background: #fff
}

.mobile-how-header {
    text-align: center;
    margin-bottom: 3rem
}

.mobile-how-image-wrapper {
    margin: 3rem 0;
    text-align: center
}

.mobile-how-image {
    width: 90%;
    max-width: 500px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 40px #00000026
}

.mobile-desktop-reminder {
    display: none
}

.mobile-how-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em
}

.mobile-how-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6
}

.mobile-steps-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2.5rem auto 0;
    max-width: 420px
}

.mobile-step-box {
    background: #fff;
    border: 1.5px solid #f2f2f2;
    box-shadow: 0 1px 8px #845ec20d;
    border-radius: 18px;
    padding: 2.2rem 1.2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: none
}

.mobile-step-icon {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-step-title {
    font-size: 1.22rem;
    font-weight: 800;
    color: #232629;
    margin-bottom: .7rem;
    letter-spacing: -.01em
}

.mobile-step-desc {
    font-size: 1.08rem;
    color: #5b5b5b;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.7rem
}

.mobile-step-bottom {
    gap: .7rem;
    width: 100%
}

.mobile-step-bottom,
.mobile-step-number {
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-step-number {
    width: 32px;
    height: 32px;
    background: #f6f3ff;
    color: #a259ff;
    font-size: 1.13rem;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 1px 4px #a259ff12;
    border: 2px solid #f0eaff
}

.mobile-step-line {
    flex: 1 1;
    height: 4px;
    border-radius: 2px;
    background: #f0eaff;
    min-width: 24px;
    max-width: 48px
}

.mobile-features {
    padding: 4rem 1.5rem;
    background: #fafafa
}

.mobile-features-header {
    text-align: center;
    margin-bottom: 3rem
}

.mobile-features-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em
}

.mobile-features-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6
}

.mobile-feature-list {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.mobile-feature-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px #0000000f;
    border: 1px solid #e6e8ec
}

.mobile-feature-image {
    width: 100%;
    height: 200px;
    overflow: hidden
}

.mobile-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mobile-feature-content {
    padding: 1.5rem
}

.mobile-feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: .5rem;
    color: #232629
}

.mobile-feature-description {
    color: #666;
    line-height: 1.5;
    margin: 0
}

.mobile-pricing {
    padding: 4rem 1.5rem;
    background: #fff;
    display: flex;
    flex-direction: column
}

.mobile-pricing-header {
    text-align: center;
    margin-bottom: 3rem;
    order: 1
}

.mobile-pricing-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em
}

.mobile-pricing-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6
}

.mobile-free-trial-section {
    background: linear-gradient(135deg, #ffeaea, #f0f8ff);
    border-radius: 20px;
    padding: 1.5rem 2rem 4rem;
    text-align: center;
    margin-bottom: 3rem;
    border: 2px solid #ff6b6b1a;
    order: 2
}

.mobile-free-trial-badge {
    display: inline-block;
    background: #ff6b6b;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    border-radius: 15px;
    padding: .4rem 1rem;
    margin-bottom: .5rem;
    letter-spacing: .05em
}

.mobile-free-trial-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: .8rem;
    color: #232629;
    letter-spacing: -.02em;
    line-height: 1.2
}

.mobile-free-trial-highlight {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    background-clip: text;
    text-fill-color: #0000;
    font-weight: 800;
    display: inline-block
}

.mobile-free-trial-description {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: .9rem
}

.mobile-free-trial-btn {
    background: #4a2c2a;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: .8rem 1.8rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 4px 16px #4a2c2a33;
    width: 100%;
    max-width: 260px;
    position: relative
}

.mobile-free-trial-btn:hover {
    background: #3a221f;
    box-shadow: 0 6px 25px #4a2c2a4d;
    transform: translateY(-2px)
}

.mobile-free-trial-btn:after {
    content: "No credit card required";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    font-size: .8rem;
    color: #666;
    font-weight: 500;
    white-space: nowrap
}

.mobile-trial-desktop-note {
    display: none
}

.mobile-credit-packages-landing {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 420px;
    margin: 0 auto 3rem;
    order: 4;
    width: 100%;
    flex-shrink: 0
}

.mobile-credit-package-landing {
    background: #fff;
    border: 2px solid #e6e8ec;
    border-radius: 20px;
    box-shadow: 0 4px 20px #0000000f;
    padding: 2rem 1.5rem;
    position: relative;
    transition: all .3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-shrink: 0
}

.mobile-credit-package-landing:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px #0000001a
}

.mobile-credit-package-landing.popular {
    border: 2px solid #ff6b6b;
    box-shadow: 0 8px 32px #ff6b6b26;
    transform: scale(1.02)
}

.mobile-credit-package-landing.popular:hover {
    transform: scale(1.02) translateY(-4px);
    box-shadow: 0 12px 40px #ff6b6b33
}

.mobile-popular-badge-landing {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase
}

.mobile-package-header-landing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%
}

.mobile-package-header-landing h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #232629;
    letter-spacing: -.01em
}

.mobile-savings-badge-landing {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    background: #10b9811a;
    color: #10b981
}

.mobile-package-credits-landing {
    margin-bottom: 1.5rem
}

.mobile-credits-amount-landing {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    display: block;
    color: #845ec2;
    margin-bottom: .5rem
}

.mobile-credits-label-landing {
    font-size: 1.1rem;
    font-weight: 500;
    color: #666
}

.mobile-package-price-landing {
    margin-bottom: 2rem
}

.mobile-price-landing {
    font-size: 2.2rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    color: #232629;
    margin-bottom: .5rem
}

.mobile-price-per-credit-landing {
    font-size: .9rem;
    color: #666
}

.mobile-package-description-landing {
    margin: 0 0 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    flex: 1 1
}

.mobile-purchase-button-landing {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background: #232629;
    color: #fff;
    box-shadow: 0 4px 16px #23262933
}

.mobile-purchase-button-landing:hover:not(:disabled) {
    background: #1a1d20;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #2326294d
}

.mobile-purchase-button-landing:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none
}

.mobile-purchase-button-landing.popular {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    box-shadow: 0 4px 16px #ff6b6b4d
}

.mobile-purchase-button-landing.popular:hover:not(:disabled) {
    box-shadow: 0 6px 20px #ff6b6b66
}

.mobile-button-spinner-landing {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff4d;
    border-top-color: currentcolor;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

.mobile-pricing-divider {
    width: 100%;
    max-width: 200px;
    height: 1px;
    background: linear-gradient(90deg, #0000, #e6e8ec 50%, #0000);
    margin: 2rem auto
}

.mobile-billing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto 1.5rem
}

.mobile-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f5f5f7;
    border-radius: 999px;
    padding: 5px
}

.mobile-billing-toggle-option {
    position: relative;
    border: none;
    background: #0000;
    color: #666;
    font-size: .9rem;
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: 999px;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 6px
}

.mobile-billing-toggle-option.active {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    box-shadow: 0 4px 16px #ff6b6b4d
}

.mobile-billing-toggle-badge {
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #10b9811a;
    color: #10b981
}

.mobile-billing-toggle-option.active .mobile-billing-toggle-badge {
    background: #ffffff40;
    color: #fff
}

.mobile-pricing-info-landing {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    order: 5
}

.mobile-pricing-info-landing p {
    font-size: 1rem;
    color: #666;
    margin: 1rem 0;
    line-height: 1.6
}

.mobile-reach-out {
    padding: 4rem 1.5rem;
    background: #fafafa
}

.mobile-reach-out-header {
    text-align: center;
    margin-bottom: 3rem
}

.mobile-reach-out-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em
}

.mobile-reach-out-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6
}

.mobile-contact-links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.mobile-contact-link {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    transition: all .3s ease;
    border: 2px solid #e6e8ec
}

.mobile-contact-link:hover {
    border-color: #ff6b6b;
    box-shadow: 0 8px 30px #0000001a;
    transform: translateY(-2px)
}

.mobile-contact-icon {
    font-size: 2rem;
    flex-shrink: 0
}

.mobile-contact-info {
    flex: 1 1
}

.mobile-contact-label {
    font-size: .8rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .2rem
}

.mobile-contact-value {
    font-size: 1rem;
    font-weight: 600;
    color: #232629
}

.mobile-testimonials {
    padding: 4rem 1.5rem;
    background: #fff
}

.mobile-testimonials-header {
    text-align: center;
    margin-bottom: 2.5rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.mobile-testimonials-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: .75rem;
    color: #232629;
    letter-spacing: -.02em
}

.mobile-testimonials-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.5
}

.mobile-testimonials-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 500px;
    margin: 0 auto
}

.mobile-testimonial-card {
    background: #fafafa;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #0000000f;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.mobile-testimonial-card--quote-only .mobile-testimonial-quote {
    margin: 0
}

.mobile-testimonial-quote {
    font-size: .95rem;
    line-height: 1.6;
    color: #232629;
    margin: 0
}

.mobile-testimonial-attribution {
    display: flex;
    align-items: center;
    gap: .75rem
}

.mobile-testimonial-avatar-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #e8e4f0, #f5e8e8);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.mobile-testimonial-avatar-wrap--dark {
    background: #1a1a1a
}

.mobile-testimonial-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mobile-testimonial-avatar-fallback {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #845ec2
}

.mobile-testimonial-avatar-fallback.visible {
    display: flex
}

.mobile-testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: .1rem
}

.mobile-testimonial-name {
    font-weight: 600;
    font-size: .9rem;
    color: #232629
}

.mobile-testimonial-role {
    font-size: .8rem;
    color: #666
}

.mobile-testimonial-example-btn {
    font-size: .85rem;
    font-weight: 500;
    color: #845ec2;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left
}

.mobile-testimonial-example-btn:hover {
    text-decoration: underline
}

.mobile-testimonial-example-video-wrap {
    margin-top: .5rem;
    border-radius: 12px;
    overflow: hidden;
    background: #000
}

.mobile-testimonial-example-video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 280px;
    object-fit: contain
}

.mobile-examples {
    padding: 4rem 1.5rem;
    background: #fff;
    text-align: center
}

.mobile-examples-header {
    margin-bottom: 3rem
}

.mobile-examples-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232629;
    letter-spacing: -.02em
}

.mobile-examples-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6
}

.mobile-examples-cta-button {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 1.2rem 2.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 6px 25px #ff6b6b4d;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 320px
}

.mobile-examples-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 35px #ff6b6b66
}

.mobile-examples-cta-note {
    color: #666;
    font-size: .9rem;
    margin: 0 0 1rem
}

.mobile-final-desktop-note {
    display: none
}

.mobile-warning-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem
}

.mobile-warning-modal {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 20px 60px #0000004d;
    border: 1px solid #e6e8ec;
    text-align: center;
    animation: modalSlideIn .3s ease-out
}

.mobile-warning-header {
    margin-bottom: 1.5rem
}

.mobile-warning-icon {
    font-size: 3rem;
    margin-bottom: 1rem
}

.mobile-warning-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #232629;
    margin: 0;
    letter-spacing: -.01em
}

.mobile-warning-content {
    margin-bottom: 2rem
}

.mobile-warning-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin: 0
}

.mobile-warning-actions {
    display: flex;
    gap: 1rem;
    justify-content: center
}

.mobile-warning-cancel,
.mobile-warning-proceed {
    flex: 1 1;
    padding: .8rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all .2s;
    border: none
}

.mobile-warning-cancel {
    background: #f5f5f5;
    color: #666
}

.mobile-warning-cancel:hover {
    background: #e8e8e8
}

.mobile-warning-proceed {
    background: #4a2c2a;
    color: #fff;
    box-shadow: 0 4px 16px #4a2c2a33
}

.mobile-warning-proceed:hover {
    background: #3a221f;
    box-shadow: 0 6px 25px #4a2c2a4d;
    transform: translateY(-1px)
}

.landing-footer {
    padding: 3rem 2rem;
    background: #fafafa;
    border-top: 1px solid #e6e8ec;
    text-align: center
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap
}

.footer-link {
    color: #666;
    text-decoration: none;
    font-size: .95rem;
    font-weight: 500;
    transition: color .2s
}

.footer-link:hover {
    color: #232629;
    text-decoration: underline
}

.footer-separator {
    color: #999;
    font-size: .95rem
}

@media (max-width:768px) {
    .landing-footer {
        padding: 2rem 1.5rem
    }
    .footer-content {
        gap: .75rem
    }
    .footer-link,
    .footer-separator {
        font-size: .9rem
    }
}

.faq {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff
}

.faq-header {
    text-align: center;
    margin-bottom: 60px
}

.faq-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 16px
}

.faq-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto
}

.faq-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto
}

.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease
}

.faq-item:hover {
    box-shadow: 0 2px 8px #0000001a
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s ease
}

.faq-question:hover {
    background-color: #f8f8f8
}

.faq-icon {
    font-size: 1.5rem;
    color: #666;
    transition: transform .3s ease
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
    background-color: #f8f8f8
}

.faq-item.open .faq-answer {
    max-height: 500px
}

.faq-answer p {
    padding: 20px;
    margin: 0;
    color: #666;
    line-height: 1.6
}

@media (max-width:768px) {
    .faq {
        padding: 40px 16px
    }
    .faq-header h2 {
        font-size: 2rem
    }
    .faq-question,
    .faq-subtitle {
        font-size: 1rem
    }
    .faq-question {
        padding: 16px
    }
    .faq-answer p {
        padding: 16px;
        font-size: .95rem
    }
}

.faq-item {
    animation: slideDown .3s ease-out
}

.mobile-faq {
    padding: 40px 16px;
    background-color: #fff
}

.mobile-faq-header {
    text-align: center;
    margin-bottom: 32px
}

.mobile-faq-header h2 {
    font-size: 1.75rem;
    color: #333;
    margin-bottom: 12px
}

.mobile-faq-subtitle {
    font-size: 1rem;
    color: #666;
    margin: 0 auto
}

.mobile-faq-content {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.mobile-faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease
}

.mobile-faq-item:hover {
    box-shadow: 0 2px 8px #0000001a
}

.mobile-faq-question {
    width: 100%;
    padding: 16px;
    background: none;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s ease
}

.mobile-faq-question:hover {
    background-color: #f8f8f8
}

.mobile-faq-icon {
    font-size: 1.25rem;
    color: #666;
    transition: transform .3s ease;
    flex-shrink: 0;
    margin-left: 12px
}

.mobile-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
    background-color: #f8f8f8
}

.mobile-faq-item.open .mobile-faq-answer {
    max-height: 500px
}

.mobile-faq-answer p {
    padding: 16px;
    margin: 0;
    color: #666;
    line-height: 1.5;
    font-size: .95rem
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.mobile-faq-item {
    animation: slideDown .3s ease-out
}

.blog-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem
}

.blog-header {
    text-align: center;
    margin-bottom: 3rem
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 2rem;
    gap: 2rem
}

.blog-card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 2px 8px #0000001a
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px #00000026
}

.blog-card-image {
    position: relative;
    overflow: hidden
}

.blog-card-content {
    padding: 1.5rem
}

.blog-card-meta {
    display: flex;
    align-items: center;
    margin-bottom: .75rem
}

.blog-card-title {
    margin: 0 0 .75rem;
    line-height: 1.4
}

.blog-card-excerpt {
    margin: 0;
    line-height: 1.6
}

.blog-card-read-more {
    margin-top: 1rem;
    font-weight: 500
}

.blog-post {
    min-height: 100vh
}

.blog-post-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem
}

.blog-post-header {
    margin-bottom: 3rem
}

.blog-post-title {
    margin: 0 0 1rem;
    line-height: 1.2
}

.blog-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem
}

.blog-post-featured-image,
.blog-post-meta {
    margin-bottom: 2rem
}

.blog-post-content {
    line-height: 1.8
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
    margin: 2rem 0 1rem;
    line-height: 1.3
}

.blog-post-content h1 {
    font-size: 2rem;
    font-weight: 700
}

.blog-post-content h2 {
    font-size: 1.75rem;
    font-weight: 600
}

.blog-post-content h3 {
    font-size: 1.5rem;
    font-weight: 600
}

.blog-post-content p {
    margin: 1rem 0
}

.blog-post-content ol,
.blog-post-content ul {
    margin: 1rem 0;
    padding-left: 2rem
}

.blog-post-content li {
    margin: .5rem 0
}

.blog-post-content blockquote {
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid;
    background-color: #0000000d;
    font-style: italic
}

.blog-post-content code {
    background-color: #0000001a;
    padding: .2rem .4rem;
    border-radius: 4px;
    font-family: Monaco, Menlo, Ubuntu Mono, monospace;
    font-size: .9em
}

.blog-post-content pre {
    background-color: #0000000d;
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1rem 0
}

.blog-post-content pre code {
    background-color: initial;
    padding: 0
}

.blog-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0
}

.blog-post-content .inline-image-container {
    margin: 2rem 0;
    text-align: center
}

.blog-post-content .inline-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px #0000001a;
    transition: transform .2s ease
}

.blog-post-content .inline-image-container img:hover {
    transform: scale(1.02)
}

.blog-post-content .inline-image-container.full-width img {
    width: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none
}

.blog-post-content .inline-image-caption {
    margin-top: .75rem;
    font-size: .9rem;
    color: #666;
    font-style: italic;
    line-height: 1.4
}

@media (max-width:768px) {
    .blog-post-content .inline-image-container {
        margin: 1.5rem 0
    }
    .blog-post-content .inline-image-container img {
        border-radius: 8px
    }
    .blog-post-content .inline-image-caption {
        font-size: .85rem
    }
}

.blog-post-content a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #007aff80;
    text-decoration-color: #007aff80
}

.blog-post-content a:hover {
    -webkit-text-decoration-color: #007affcc;
    text-decoration-color: #007affcc
}

.blog-post-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid
}

@media (max-width:768px) {
    .blog-list {
        padding: 1rem
    }
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
    .blog-post-container {
        padding: 1rem
    }
    .blog-post-title {
        font-size: 2rem
    }
    .blog-post-content {
        font-size: 1rem
    }
}

@media (max-width:480px) {
    .blog-post-title {
        font-size: 1.75rem
    }
    .blog-post-content h1 {
        font-size: 1.5rem
    }
    .blog-post-content h2 {
        font-size: 1.35rem
    }
    .blog-post-content h3 {
        font-size: 1.2rem
    }
}

body:has(.auth-outer-container) {
    overflow: hidden;
    height: 100vh
}

html:has(.auth-outer-container) {
    overflow: hidden;
    height: 100vh
}

.auth-outer-container {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    position: fixed;
    bottom: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    overflow: hidden
}

.auth-outer-container,
.auth-top-bar {
    display: flex;
    align-items: center;
    background: #fff;
    top: 0;
    left: 0;
    right: 0
}

.auth-top-bar {
    position: absolute;
    height: 60px;
    border-bottom: 1px solid #0000000f;
    padding: 0 20px;
    z-index: 100;
    box-shadow: 0 1px 3px #0000000d
}

.auth-back-btn {
    background: none;
    border: none;
    color: #666;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 16px;
    cursor: pointer;
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 4px
}

.auth-back-btn:hover,
.auth-title {
    color: #232629
}

.auth-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: -.02em;
    line-height: 1.1;
    text-align: center
}

.auth-title .auth-gradient {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    background-clip: text;
    text-fill-color: #0000;
    font-weight: 800;
    display: inline-block
}

.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.auth-box {
    background: #fff;
    border-radius: 24px;
    padding: 2rem 1.8rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 8px 32px #00000014;
    border: 1px solid #0000000f;
    box-sizing: border-box
}

.auth-input-group {
    margin-bottom: 1.2rem
}

.auth-input-group label {
    display: block;
    color: #232629;
    margin-bottom: 6px;
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: -.01em
}

.auth-input-group input {
    width: 100%;
    padding: .8rem;
    border-radius: 12px;
    border: 1px solid #e6e8ec;
    background: #fafafa;
    color: #232629;
    font-size: 1rem;
    transition: border-color .2s, background .2s, box-shadow .2s;
    margin-bottom: 2px;
    box-sizing: border-box;
    font-family: inherit
}

.auth-input-group input:focus {
    outline: none;
    border-color: #ff6b6b;
    background: #fff;
    box-shadow: 0 0 0 3px #ff6b6b1a
}

.auth-input-group input::placeholder {
    color: #666;
    opacity: .7;
    font-size: .95rem
}

.auth-forgot-btn {
    background: none;
    border: none;
    color: #ff6b6b;
    font-size: .85rem;
    font-weight: 500;
    padding: 0;
    margin: -4px 0 1.2rem;
    cursor: pointer;
    text-align: right;
    width: 100%;
    transition: color .2s
}

.auth-forgot-btn:hover {
    color: #845ec2
}

.auth-forgot-btn:disabled {
    color: #999;
    cursor: not-allowed
}

.auth-google-btn {
    gap: 12px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    color: #3c4043;
    font-size: 14px;
    margin-bottom: .75rem;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, sans-serif
}

.auth-google-btn:disabled {
    opacity: .6
}

.auth-google-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.auth-divider {
    gap: 1rem;
    margin: 1rem 0;
    font-size: .9rem
}

.auth-divider:after,
.auth-divider:before {
    height: 1px;
    background: #dadce0
}

.auth-submit-btn {
    width: 100%;
    padding: .8rem 1.2rem;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    margin-bottom: 1.2rem;
    margin-top: .5rem;
    box-shadow: 0 4px 16px #ff6b6b4d;
    font-family: inherit
}

.auth-submit-btn:hover {
    box-shadow: 0 6px 20px #ff6b6b66;
    transform: translateY(-2px)
}

.auth-submit-btn:disabled {
    background: #666;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 4px 16px #6663
}

.auth-privacy {
    text-align: center;
    color: #666;
    font-size: .85rem;
    margin: -.5rem 0 1.2rem;
    line-height: 1.5
}

.auth-privacy-link {
    color: #ff6b6b;
    text-decoration: none;
    font-weight: 500;
    transition: color .2s
}

.auth-privacy-link:hover {
    color: #845ec2;
    text-decoration: underline
}

.auth-error {
    color: #ff3b30;
    background: #ff3b3014;
    border-radius: 12px;
    border: 1px solid #ff3b3033
}

.auth-error,
.auth-success {
    padding: .8rem;
    margin-bottom: 1.2rem;
    font-size: .85rem;
    text-align: center
}

.auth-success {
    color: #34c759;
    background: #34c75914;
    border-radius: 12px;
    border: 1px solid #34c75933
}

.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.2rem 0;
    color: #666
}

.auth-divider:after,
.auth-divider:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #e6e8ec
}

.auth-divider span {
    padding: 0 1rem;
    font-size: .85rem;
    color: #666
}

.auth-google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    width: 100%;
    padding: .8rem;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    color: #232629;
    font-size: .95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    font-family: inherit
}

.auth-google-btn:hover {
    background-color: #fafafa;
    border-color: #d1d5db
}

.auth-google-btn:disabled {
    background-color: #fafafa;
    cursor: not-allowed;
    opacity: .7
}

.auth-google-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain
}

.auth-switch {
    text-align: center;
    color: #666;
    font-size: .9rem;
    line-height: 1.5
}

.auth-switch-btn {
    background: none;
    border: none;
    color: #ff6b6b;
    font-weight: 600;
    cursor: pointer;
    padding: 0 5px;
    font-size: inherit;
    font-family: inherit;
    transition: color .2s
}

.auth-switch-btn:hover {
    color: #845ec2;
    text-decoration: underline
}

@media (max-width:768px) {
    .auth-outer-container {
        padding: 15px
    }
    .auth-top-bar {
        height: 50px;
        padding: 0 15px
    }
    .auth-content {
        padding: 0
    }
    .auth-back-btn {
        font-size: .9rem;
        padding: 6px 12px
    }
    .auth-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem
    }
    .auth-box {
        padding: 1.8rem 1.5rem;
        border-radius: 20px;
        max-width: 100%
    }
    .auth-input-group {
        margin-bottom: 1rem
    }
    .auth-input-group input {
        padding: .7rem;
        font-size: 16px
    }
    .auth-submit-btn {
        padding: .7rem 1rem;
        font-size: .95rem
    }
}

@media (max-width:480px) {
    .auth-outer-container {
        padding: 10px
    }
    .auth-top-bar {
        height: 45px;
        padding: 0 10px
    }
    .auth-content {
        padding: 0
    }
    .auth-back-btn {
        font-size: .85rem;
        padding: 4px 8px
    }
    .auth-title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem
    }
    .auth-box {
        padding: 1.5rem 1.2rem;
        margin: 0
    }
}

.auth-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

.auth-resend-btn {
    background: none;
    border: none;
    color: #ff6b6b;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
    padding: 0
}

.auth-resend-btn:hover {
    color: #ff5252
}

.auth-resend-btn:disabled {
    color: #ccc;
    cursor: not-allowed
}

.auth-success small {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    display: block
}

.verification-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.verification-modal {
    background: #fff;
    border-radius: 16px;
    padding: 0;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 20px 40px #00000026;
    animation: modalSlideIn .3s ease-out
}

.verification-modal-header {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    padding: 20px;
    border-radius: 16px 16px 0 0;
    text-align: center
}

.verification-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600
}

.verification-modal-content {
    padding: 24px
}

.verification-modal-content p {
    margin: 0 0 20px;
    text-align: center;
    color: #4a5568;
    line-height: 1.5
}

.verification-status {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0;
    text-align: center
}

.verification-verified {
    color: #10b981
}

.verification-verified strong {
    color: #059669
}

.verification-verified p {
    margin: 8px 0 0;
    color: #047857;
    font-size: 14px
}

.verification-pending {
    color: #f59e0b
}

.verification-pending strong {
    color: #d97706
}

.verification-pending p {
    margin: 8px 0 0;
    color: #92400e;
    font-size: 14px
}

.verification-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px
}

.verification-modal-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px
}

.verification-signin-btn {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    font-size: 16px
}

.verification-signin-btn:enabled:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px #ff6b6b66
}

.verification-signin-btn:disabled {
    background: #e2e8f0;
    color: #a0aec0;
    cursor: not-allowed;
    transform: none;
    box-shadow: none
}

.verification-resend-btn {
    background: #f7fafc;
    color: #4a5568;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s
}

.verification-resend-btn:hover {
    background: #edf2f7;
    border-color: #cbd5e0
}

.verification-close-btn {
    background: none;
    color: #718096;
    border: none;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: color .2s
}

.verification-close-btn:hover {
    color: #4a5568
}

@keyframes modalSlideIn {
    0% {
        transform: translateY(-20px) scale(.95);
        opacity: 0
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@media (max-width:768px) {
    .verification-modal {
        width: 95%;
        margin: 20px
    }
    .verification-modal-content {
        padding: 20px
    }
}

.privacy-back-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit
}

.terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    min-height: 100vh;
    background: #f7f8fa
}

.terms-header {
    margin-bottom: 40px;
    position: relative
}

.terms-back-btn {
    display: inline-block;
    color: #007aff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: color .2s;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit
}

.terms-back-btn:hover {
    color: #0056b3
}

.terms-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin: 0;
    letter-spacing: -.5px
}

.terms-content {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 32px #00000014;
    border: 1px solid #ececec
}

.terms-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin: 2rem 0 1rem
}

.terms-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 1.5rem 0 1rem
}

.terms-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1rem
}

.terms-content ol,
.terms-content ul {
    margin: 1rem 0;
    padding-left: 2rem
}

.terms-content li {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: .5rem
}

.terms-content a {
    color: #007aff;
    text-decoration: none
}

.terms-content a:hover {
    text-decoration: underline
}

.privacy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    min-height: 100vh;
    background: #f7f8fa
}

.privacy-header {
    margin-bottom: 40px;
    position: relative
}

.privacy-back-btn {
    display: inline-block;
    color: #007aff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: color .2s
}

.privacy-back-btn:hover {
    color: #0056b3
}

.privacy-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin: 0;
    letter-spacing: -.5px
}

.privacy-content {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 32px #00000014;
    border: 1px solid #ececec
}

.privacy-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin: 2rem 0 1rem
}

.privacy-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 1.5rem 0 1rem
}

.privacy-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1rem
}

.privacy-content ol,
.privacy-content ul {
    margin: 1rem 0;
    padding-left: 2rem
}

.privacy-content li {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: .5rem
}

.privacy-content a {
    color: #007aff;
    text-decoration: none
}

.privacy-content a:hover {
    text-decoration: underline
}

.cookie-policy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #f7f8fa;
    min-height: 100vh
}

.cookie-policy-header {
    margin-bottom: 2rem;
    position: relative
}

.cookie-policy-back-btn {
    display: inline-block;
    color: #2563eb;
    text-decoration: none;
    margin-bottom: 1rem;
    font-weight: 500
}

.cookie-policy-back-btn:hover {
    text-decoration: underline
}

.cookie-policy-header h1 {
    font-size: 2rem;
    color: #1f2937;
    margin: 0
}

.cookie-policy-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: .5rem;
    box-shadow: 0 1px 3px #0000001a
}

.cookie-policy-section {
    margin-bottom: 2rem
}

.cookie-policy-section:last-child {
    margin-bottom: 0
}

.cookie-policy-section h2 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 1rem
}

.cookie-policy-section h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin: 1.5rem 0 1rem
}

.cookie-policy-section p {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1rem
}

.cookie-policy-section ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem
}

.cookie-policy-section li {
    color: #4b5563;
    margin-bottom: .5rem;
    line-height: 1.6
}

.cookie-policy-section a {
    color: #2563eb;
    text-decoration: none
}

.cookie-policy-section a:hover {
    text-decoration: underline
}

.account-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.account-header {
    margin-bottom: 2rem
}

.header-content {
    gap: 1rem
}

.back-button,
.header-content {
    display: flex;
    align-items: center
}

.back-button {
    gap: .5rem;
    padding: .75rem 1rem;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
    text-decoration: none
}

.back-button:hover {
    opacity: .9;
    transform: translateY(-1px)
}

.account-header h1 {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.02em
}

.error-message {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .5rem
}

.error-message:before {
    content: "⚠️";
    font-size: 1.2rem
}

.settings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    gap: 2rem;
    align-items: start
}

.settings-card {
    border-radius: 16px;
    box-shadow: 0 4px 20px #0000001a;
    overflow: hidden;
    transition: all .2s ease
}

.settings-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px #00000026
}

.subscription-card {
    grid-column: span 2
}

.card-header {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #ffffff1a;
    gap: 1rem
}

.card-header,
.card-icon {
    display: flex;
    align-items: center
}

.card-icon {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    border-radius: 8px;
    background: #ffffff1a
}

.card-header h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.card-content {
    padding: 2rem
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 0;
    border-bottom: 1px solid #ffffff0d
}

.info-row:last-child {
    border-bottom: none
}

.info-label,
.info-value {
    font-weight: 500;
    font-size: .9rem
}

.info-value {
    font-family: SF Mono, Monaco, Inconsolata, Roboto Mono, monospace
}

.status-badge {
    padding: .375rem .875rem;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02em
}

.status-badge.premium {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #fff;
    box-shadow: 0 2px 8px #fbbf244d
}

.status-badge.free {
    background: linear-gradient(135deg, #e5e7eb, #d1d5db);
    color: #374151
}

.status-pill {
    padding: .25rem .75rem;
    border-radius: 12px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02em
}

.subscription-active {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.subscription-info {
    display: flex;
    flex-direction: column;
    gap: 0
}

.cancellation-notice {
    padding: 1rem 1.5rem;
    font-size: .9rem
}

.cancellation-notice,
.manage-button {
    border-radius: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .5rem
}

.manage-button {
    padding: .875rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: all .2s ease;
    justify-content: center;
    align-self: flex-start
}

.manage-button:hover:not(:disabled) {
    opacity: .9;
    transform: translateY(-1px)
}

.manage-button:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none
}

.subscription-upgrade {
    text-align: center
}

.upgrade-content h3 {
    margin: 0 0 .5rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.upgrade-content p {
    margin: 0 0 2rem;
    font-size: 1rem;
    line-height: 1.5
}

.pricing-selector {
    margin-bottom: 2rem
}

.pricing-toggle {
    display: flex;
    gap: 0;
    margin-bottom: 1.5rem;
    padding: .25rem;
    border-radius: 12px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.pricing-toggle button {
    flex: 1 1;
    padding: .75rem 1rem;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease
}

.pricing-toggle button:hover {
    opacity: .9
}

.price-display {
    margin-bottom: .5rem
}

.price {
    font-size: 2.5rem;
    letter-spacing: -.02em
}

.unit {
    font-size: 1.2rem;
    margin-left: .25rem;
    font-weight: 500
}

.pricing-note {
    font-size: .9rem;
    margin-bottom: 2rem;
    font-weight: 500
}

.subscribe-button {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all .2s ease;
    letter-spacing: .02em;
    box-shadow: 0 4px 16px #667eea4d
}

.subscribe-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px #667eea66
}

.loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

.loading-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #ffffff1a
}

@media (max-width:1024px) {
    .settings-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
    .subscription-card {
        grid-column: span 1
    }
}

@media (max-width:768px) {
    .account-container {
        padding: 1rem
    }
    .header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem
    }
    .account-header h1 {
        font-size: 1.5rem
    }
    .card-header {
        padding: 1rem 1.5rem
    }
    .card-content {
        padding: 1.5rem
    }
    .info-row {
        align-items: flex-start;
        gap: .5rem
    }
    .info-row,
    .pricing-toggle {
        flex-direction: column
    }
    .price {
        font-size: 1.5rem
    }
}

.credit-history-card {
    grid-column: 1/-1 !important
}

.credit-history-list {
    max-height: 400px;
    overflow-y: auto
}

.credit-transaction {
    transition: background-color .2s ease
}

.credit-transaction:hover {
    background-color: #ffffff05;
    border-radius: 8px;
    margin: 0 -12px;
    padding: 12px !important
}

.credit-transaction:last-child {
    border-bottom: none !important
}

.transaction-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem
}

.transaction-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1
}

.transaction-title {
    line-height: 1.4
}

.transaction-date {
    line-height: 1.3
}

.transaction-amount {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.credit-amount {
    white-space: nowrap
}

.no-credit-history {
    border: 2px dashed #ffffff1a;
    border-radius: 12px
}

@media (max-width:768px) {
    .transaction-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
    .transaction-amount {
        align-self: flex-end
    }
    .credit-history-list {
        max-height: 300px
    }
}

.cookie-consent-overlay {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10000;
    animation: fadeIn .3s ease-out
}

.cookie-consent-modal {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px #00000026;
    max-width: 400px;
    border: 1px solid #e0e0e0;
    animation: slideIn .3s ease-out;
    overflow: hidden;
    box-sizing: border-box
}

.cookie-consent-simple {
    padding: 20px
}

.cookie-consent-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px
}

.cookie-icon {
    font-size: 20px;
    background: #f8f9fa;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cookie-consent-header h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a
}

.cookie-consent-header p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.4
}

.cookie-consent-actions {
    flex-wrap: wrap;
    margin-bottom: 12px
}

.cookie-consent-actions,
.cookie-links {
    display: flex;
    gap: 8px;
    align-items: center
}

.cookie-links {
    font-size: 12px;
    color: #888
}

.cookie-links a {
    color: #007bff;
    text-decoration: none
}

.cookie-links a:hover {
    text-decoration: underline
}

.cookie-consent-details {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
    width: 450px;
    box-sizing: border-box
}

.cookie-consent-overlay.detailed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center
}

.cookie-consent-overlay.detailed .cookie-consent-modal {
    margin: 20px;
    max-width: 490px;
    width: 100%
}

.cookie-categories {
    margin: 20px 0;
    width: 100%
}

.cookie-category {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fa;
    width: 100%;
    box-sizing: border-box
}

.category-info {
    flex: 1 1;
    min-width: 0;
    margin-right: 12px
}

.category-info h4 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a
}

.category-info p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.3
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    cursor: pointer;
    flex-shrink: 0
}

.toggle-switch input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1
}

.slider,
.toggle-switch input {
    position: absolute;
    cursor: pointer
}

.slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cdd4da;
    transition: .3s;
    border-radius: 24px
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: .3s;
    border-radius: 50%;
    box-shadow: 0 1px 3px #0003
}

input:checked+.slider {
    background-color: #007bff
}

input:checked+.slider:before {
    transform: translateX(20px)
}

.toggle-switch.disabled {
    pointer-events: none
}

.toggle-switch.disabled .slider {
    background-color: #007bff;
    opacity: .6;
    cursor: not-allowed
}

.toggle-switch.disabled .slider:before {
    transform: translateX(20px)
}

.btn-primary {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-1px)
}

.btn-secondary {
    background: #f8f9fa;
    color: #666;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease
}

.btn-secondary:hover {
    background: #e9ecef;
    border-color: #adb5bd
}

.btn-text {
    background: none;
    color: #007bff;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease
}

.btn-text:hover {
    background: #007bff1a
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media (max-width:768px) {
    .cookie-consent-overlay {
        bottom: 16px;
        right: 16px;
        left: 16px
    }
    .cookie-consent-modal {
        max-width: 100%
    }
    .cookie-consent-details,
    .cookie-consent-simple {
        padding: 16px
    }
    .cookie-consent-details {
        width: calc(100% - 32px);
        max-width: 100%
    }
    .cookie-consent-actions {
        flex-direction: column
    }
    .cookie-consent-actions button {
        width: 100%;
        justify-content: center
    }
    .category-header {
        padding: 12px
    }
    .category-info h4 {
        font-size: 14px
    }
    .category-info p {
        font-size: 12px
    }
}

.credit-purchase-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000b3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    padding: 20px
}

.credit-purchase-modal {
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 16px;
    padding: 32px;
    position: relative;
    box-shadow: 0 20px 60px #0000004d
}

.credit-purchase-header {
    text-align: center;
    margin-bottom: 20px;
    position: relative
}

.credit-purchase-header h2 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.02em
}

.current-credits {
    font-size: 16px;
    margin-bottom: 0
}

.close-button {
    position: absolute;
    top: -8px;
    right: -8px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .2s ease
}

.close-button:hover {
    background: #ffffff1a
}

.paywall-billing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

.paywall-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    padding: 6px
}

.paywall-billing-toggle-option {
    position: relative;
    border: none;
    background: #0000;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 999px;
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    gap: 8px
}

.paywall-billing-toggle-option.active {
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    box-shadow: 0 4px 16px #ff6b6b4d
}

.paywall-billing-toggle-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #10b9811a;
    color: #10b981
}

.paywall-billing-toggle-option.active .paywall-billing-toggle-badge {
    background: #ffffff40;
    color: #fff
}

.credit-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 24px;
    gap: 24px;
    margin-bottom: 32px
}

.credit-package {
    padding: 24px;
    border-radius: 12px;
    position: relative;
    transition: all .2s ease;
    text-align: center
}

.credit-package:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px #00000026
}

.credit-package.popular {
    transform: scale(1.05);
    box-shadow: 0 12px 32px #ff6b6b33
}

.credit-package.popular:hover {
    transform: scale(1.05) translateY(-2px)
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff6b6b, #845ec2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase
}

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

.package-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

.savings-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    background: #10b9811a
}

.package-credits {
    margin-bottom: 16px
}

.credits-amount {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    display: block
}

.credits-label {
    font-size: 16px;
    font-weight: 500
}

.package-price {
    margin-bottom: 16px
}

.price {
    font-size: 32px;
    font-weight: 700;
    display: block;
    line-height: 1
}

.price-per-credit {
    font-size: 14px;
    margin-top: 4px
}

.package-description {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5
}

.purchase-button {
    width: 100%;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.purchase-button:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px #00000026
}

.purchase-button:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none
}

.purchase-button.popular {
    box-shadow: 0 4px 16px #ff6b6b4d
}

.purchase-button.popular:hover:not(:disabled) {
    box-shadow: 0 8px 24px #ff6b6b66
}

.button-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff4d;
    border-top-color: currentcolor;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

.purchase-info {
    text-align: center;
    font-size: 14px;
    line-height: 1.6
}

.purchase-info p {
    margin: 4px 0
}

@media (max-width:768px) {
    .credit-purchase-modal {
        padding: 24px;
        margin: 20px
    }
    .credit-packages {
        grid-template-columns: 1fr;
        gap: 16px
    }
    .credit-package.popular {
        transform: none
    }
    .credit-package.popular:hover {
        transform: translateY(-2px)
    }
    .credits-amount {
        font-size: 36px
    }
    .price {
        font-size: 24px
    }
}

.payment-notification {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 10000;
    max-width: 400px;
    animation: slideInRight .3s ease-out
}

.payment-notification-content {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px #00000026;
    border-left: 4px solid;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative
}

.payment-notification.success .payment-notification-content {
    border-left-color: #10b981;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7)
}

.payment-notification.cancelled .payment-notification-content {
    border-left-color: #ef4444;
    background: linear-gradient(135deg, #fef2f2, #fee2e2)
}

.payment-icon {
    font-size: 24px;
    flex-shrink: 0
}

.payment-message h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937
}

.payment-message p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4
}

.payment-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #9ca3af;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: color .2s
}

.payment-close:hover {
    color: #6b7280
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@media (max-width:768px) {
    .payment-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none
    }
    .payment-notification-content {
        padding: 15px
    }
}

.discord-toast {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 10000;
    max-width: 360px;
    animation: discordToastIn .3s ease-out
}

.discord-toast-card {
    border-radius: 12px;
    padding: 16px 36px 16px 16px;
    box-shadow: 0 10px 30px #00000026;
    position: relative
}

.discord-toast-header {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.discord-toast-logo {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #5865f2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.discord-toast-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0
}

.discord-toast-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.discord-toast-close:hover {
    background: #80808026
}

.discord-toast-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

.discord-toast-body {
    margin: 0;
    font-size: 13px;
    line-height: 1.4
}

.discord-toast-join {
    align-self: flex-start;
    margin-top: 6px;
    padding: 6px 12px;
    border-radius: 8px;
    border: none;
    background: #e8797a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

@keyframes discordToastIn {
    0% {
        transform: translateX(100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@media (max-width:768px) {
    .discord-toast {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none
    }
}

.obpw-overlay {
    --obpw-bg-1: #151719;
    --obpw-surface: #1c1f22;
    --obpw-surface-2: #232629;
    --obpw-hairline: #ffffff14;
    --obpw-hairline-2: #ffffff24;
    --obpw-text: #f4f5f6;
    --obpw-text-sec: #a7abb0;
    --obpw-text-mute: #71767c;
    --obpw-coral: #ff6b6b;
    --obpw-grad: linear-gradient(120deg, #ff6b6b, #845ec2);
    --obpw-tick: #b39ae8;
    position: fixed;
    inset: 0;
    z-index: 10004;
    font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    color: var(--obpw-text)
}

.obpw-overlay,
.obpw-overlay *,
.obpw-overlay :after,
.obpw-overlay :before {
    box-sizing: border-box
}

.obpw-modal {
    position: relative;
    width: 100%;
    max-width: 840px;
    background: var(--obpw-surface);
    border: .5px solid var(--obpw-hairline);
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr .5px 1fr;
    box-shadow: 0 40px 120px #0009;
    animation: obpw-rise .5s cubic-bezier(.16, 1, .3, 1) both
}

@keyframes obpw-rise {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(.99)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .obpw-modal {
        animation: none
    }
}

.obpw-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background: #ffffff0f;
    color: var(--obpw-text-sec);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .18s, color .18s
}

.obpw-close:hover {
    background: #ffffff1f;
    color: var(--obpw-text)
}

.obpw-close svg {
    width: 14px;
    height: 14px
}

.obpw-left {
    padding: 38px 36px 34px;
    display: flex;
    flex-direction: column
}

.obpw-divider {
    background: var(--obpw-hairline)
}

.obpw-right {
    padding: 38px 36px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .015), #0000)
}

.obpw-headline {
    font-size: 29px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.022em;
    text-wrap: balance;
    margin: 0
}

.obpw-subhead {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--obpw-text-sec);
    max-width: 34ch
}

.obpw-balance {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: var(--obpw-text-mute)
}

.obpw-balance strong {
    color: var(--obpw-text);
    font-weight: 600
}

.obpw-grow {
    flex: 1 1;
    min-height: 24px
}

.obpw-offer {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #845ec224;
    border: .5px solid #845ec24d
}

.obpw-offer span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
    background: var(--obpw-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #0000
}

.obpw-seg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    gap: 0;
    background: var(--obpw-bg-1);
    border: .5px solid var(--obpw-hairline);
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 18px
}

.obpw-seg button {
    position: relative;
    border: 0;
    background: #0000;
    color: var(--obpw-text-sec);
    cursor: pointer;
    border-radius: 9px;
    padding: 10px 8px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    transition: color .18s;
    font-family: inherit
}

.obpw-seg .obpw-lab {
    font-weight: 600
}

.obpw-seg .obpw-meta {
    font-size: 11px;
    color: var(--obpw-text-mute)
}

.obpw-seg button[aria-selected=true] {
    color: var(--obpw-text);
    background: var(--obpw-surface-2);
    box-shadow: 0 1px 2px #0006, inset 0 0 0 .5px var(--obpw-hairline-2)
}

.obpw-seg button[aria-selected=true] .obpw-meta {
    color: var(--obpw-coral)
}

.obpw-price {
    display: flex;
    align-items: baseline;
    gap: 9px
}

.obpw-price .obpw-amt {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.03em
}

.obpw-price .obpw-unit {
    font-size: 15px;
    color: var(--obpw-text-sec)
}

.obpw-billed {
    margin-top: 5px;
    font-size: 13px;
    color: var(--obpw-text-mute)
}

.obpw-cta {
    margin-top: 22px;
    width: 100%;
    border: 0;
    cursor: pointer;
    background: var(--obpw-grad);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    padding: 15px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px #b45a823d;
    transition: transform .16s, box-shadow .16s, filter .16s;
    font-family: inherit
}

.obpw-cta:hover:not(:disabled) {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 10px 28px #b45a8252
}

.obpw-cta:disabled {
    opacity: .7;
    cursor: not-allowed
}

.obpw-cta .obpw-dia {
    width: 16px;
    height: 16px
}

.obpw-cta .obpw-dia path {
    fill: #fff
}

.obpw-credit {
    margin-top: 12px;
    width: 100%;
    background: #0000;
    border: .5px solid var(--obpw-hairline-2);
    color: var(--obpw-text);
    cursor: pointer;
    border-radius: 14px;
    padding: 12px;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .18s, border-color .18s;
    font-family: inherit
}

.obpw-credit:hover:not(:disabled) {
    background: #ffffff0a;
    border-color: #ffffff3d
}

.obpw-credit:disabled {
    opacity: .7;
    cursor: not-allowed
}

.obpw-credit b {
    font-weight: 600
}

.obpw-credit .obpw-dot {
    color: var(--obpw-text-mute);
    margin: 0 2px
}

.obpw-credit .obpw-cost {
    color: var(--obpw-text-sec)
}

.obpw-legal {
    margin-top: 14px;
    font-size: 11.5px;
    line-height: 1.5;
    color: var(--obpw-text-mute);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap
}

.obpw-legal svg {
    width: 12px;
    height: 12px;
    flex: 0 0 auto
}

.obpw-legal a {
    color: var(--obpw-text-sec);
    text-decoration: underline;
    text-underline-offset: 2px
}

.obpw-legal a:hover {
    color: var(--obpw-text)
}

.obpw-rtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--obpw-text-mute);
    margin-bottom: 22px
}

.obpw-feat {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px
}

.obpw-feat:last-of-type {
    margin-bottom: 0
}

.obpw-ball {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #845ec22e;
    border: .5px solid #845ec257;
    display: flex;
    align-items: center;
    justify-content: center
}

.obpw-ball svg {
    width: 12px;
    height: 12px;
    display: block
}

.obpw-feat .obpw-body b {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.25
}

.obpw-feat .obpw-body span {
    display: block;
    font-size: 13px;
    color: var(--obpw-text-sec);
    line-height: 1.4;
    margin-top: 3px
}

.obpw-foot {
    margin-top: 30px;
    padding-top: 22px;
    border-top: .5px solid var(--obpw-hairline);
    justify-content: space-between;
    gap: 12px
}

.obpw-assure,
.obpw-foot {
    display: flex;
    align-items: center
}

.obpw-assure {
    gap: 6px;
    font-size: 12px;
    color: var(--obpw-text-mute)
}

.obpw-assure svg {
    width: 13px;
    height: 13px
}

.obpw-later {
    background: none;
    border: 0;
    cursor: pointer;
    color: var(--obpw-text-sec);
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 4px;
    font-family: inherit
}

.obpw-later:hover {
    color: var(--obpw-text)
}

@media (max-width:720px) {
    .obpw-modal {
        grid-template-columns: 1fr;
        max-width: 420px
    }
    .obpw-divider {
        display: none
    }
    .obpw-left {
        padding: 34px 26px 22px
    }
    .obpw-right {
        padding: 6px 26px 26px
    }
    .obpw-headline {
        font-size: 25px
    }
}

.obpw-app-modal {
    position: relative;
    width: 100%;
    max-width: 700px;
    background: var(--obpw-surface);
    border: .5px solid var(--obpw-hairline);
    border-radius: 24px;
    overflow: visible;
    padding: 36px 34px 28px;
    box-shadow: 0 40px 120px #0009;
    animation: obpw-rise .5s cubic-bezier(.16, 1, .3, 1) both
}

.obpw-app-head {
    padding-right: 32px;
    text-align: center
}

.obpw-app-head .obpw-headline {
    font-size: 26px
}

.obpw-app-head .obpw-balance {
    margin-top: 8px
}

.obpw-app-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
    gap: 14px;
    margin-top: 34px;
    align-items: stretch
}

.obpw-app-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 26px 22px 20px;
    border-radius: 18px;
    border: .5px solid var(--obpw-hairline);
    background: hsla(0, 0%, 100%, .025)
}

.obpw-app-card-pro {
    border-color: #845ec280;
    background: linear-gradient(180deg, #845ec21a, #ffffff05);
    box-shadow: 0 0 0 .5px #845ec22e
}

.obpw-app-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--obpw-grad);
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 14px #00000047
}

.obpw-app-card-top {
    min-height: 168px
}

.obpw-app-card-title {
    font-size: 15px;
    font-weight: 650;
    color: var(--obpw-text)
}

.obpw-app-card-amt {
    margin-top: 12px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.035em;
    color: var(--obpw-text);
    line-height: 1
}

.obpw-app-card-amt span {
    font-size: 15px;
    font-weight: 500;
    color: var(--obpw-text-sec);
    margin-left: 4px
}

.obpw-app-card-meta {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--obpw-text-mute)
}

.obpw-app-seg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3px;
    gap: 3px;
    width: 100%;
    margin-top: 14px;
    padding: 3px;
    border-radius: 11px;
    background: var(--obpw-bg-1);
    border: .5px solid var(--obpw-hairline)
}

.obpw-app-seg button {
    border: 0;
    background: #0000;
    color: var(--obpw-text-sec);
    cursor: pointer;
    border-radius: 9px;
    padding: 8px;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    min-height: 42px;
    transition: background .18s, color .18s
}

.obpw-app-seg-lab {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2
}

.obpw-app-seg-save {
    font-size: 10px;
    font-weight: 600;
    color: var(--obpw-coral);
    line-height: 1.2
}

.obpw-app-seg button[aria-selected=true] {
    background: var(--obpw-surface-2);
    color: var(--obpw-text);
    box-shadow: 0 1px 2px #00000059
}

.obpw-app-seg button[aria-selected=true] .obpw-app-seg-save {
    color: var(--obpw-coral)
}

.obpw-app-feats {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1
}

.obpw-app-feats li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13px;
    line-height: 1.35;
    color: var(--obpw-text-sec)
}

.obpw-app-feats svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    margin-top: 1px;
    color: var(--obpw-tick)
}

.obpw-app-btn {
    width: 100%;
    margin-top: 22px;
    border-radius: 12px;
    padding: 13px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: transform .16s, filter .16s, background .18s
}

.obpw-app-btn:disabled {
    opacity: .7;
    cursor: not-allowed
}

.obpw-app-btn-secondary {
    border: .5px solid var(--obpw-hairline-2);
    background: #ffffff0a;
    color: var(--obpw-text)
}

.obpw-app-btn-secondary:hover:not(:disabled) {
    background: #ffffff12;
    border-color: #ffffff38
}

.obpw-app-btn-primary {
    border: 0;
    background: var(--obpw-grad);
    color: #fff;
    box-shadow: 0 4px 16px #b45a8238
}

.obpw-app-btn-primary:hover:not(:disabled) {
    transform: translateY(-1px);
    filter: brightness(1.05)
}

.obpw-app-legal {
    margin-top: 20px
}

@media (max-width:680px) {
    .obpw-app-modal {
        padding: 30px 20px 22px;
        max-width: 420px
    }
    .obpw-app-cards {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px
    }
    .obpw-app-card-top {
        min-height: 0
    }
    .obpw-app-head .obpw-headline {
        font-size: 22px
    }
}

.export-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.export-modal {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    max-width: 480px;
    width: 90%;
    box-shadow: 0 8px 32px #0000004d;
    text-align: center
}

.loading-spinner {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border: 4px solid #0000001a;
    border-top-color: #ff6b6b;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.progress-bar-container {
    width: 100%;
    height: 20px;
    background-color: #0000001a;
    border-radius: 10px;
    margin: 20px 0
}

.progress-bar {
    border-radius: 10px
}

.progress-details {
    text-align: center;
    margin: 10px 0
}

.progress-details p {
    margin: 5px 0
}

.progress-details small {
    opacity: .7
}

.export-status {
    margin: 15px 0;
    font-style: italic
}

.export-modal button {
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease
}

.export-modal h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px
}

.export-queue {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    max-height: 500px;
    border-radius: 12px;
    box-shadow: 0 4px 12px #00000026;
    overflow: hidden;
    z-index: 10001;
    transition: all .3s ease
}

.export-queue-header {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0000001a
}

.export-queue-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.export-queue-list {
    max-height: 400px;
    overflow-y: auto;
    padding: 12px
}

.export-queue-item {
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid;
    transition: all .2s ease
}

.export-queue-item:last-child {
    margin-bottom: 0
}

.export-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.export-item-name {
    font-weight: 500;
    font-size: 14px
}

.export-item-status {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize
}

.progress-bar-container {
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    margin: 8px 0;
    background-color: #0000000d
}

.progress-bar {
    height: 100%;
    transition: width .3s ease
}

.export-item-message {
    opacity: .7
}

.export-item-error,
.export-item-message {
    font-size: 12px;
    margin: 8px 0
}

.export-item-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px
}

.export-item-actions button {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity .2s ease
}

.export-item-actions button:hover {
    opacity: .9
}

.export-queue-list::-webkit-scrollbar {
    width: 8px
}

.export-queue-list::-webkit-scrollbar-track {
    background: #0000
}

.export-queue-list::-webkit-scrollbar-thumb {
    background-color: #0003;
    border-radius: 4px
}

.export-queue-list::-webkit-scrollbar-thumb:hover {
    background-color: #0000004d
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideOut {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    to {
        transform: translateX(100%);
        opacity: 0
    }
}

.notification-slide-out {
    animation: slideOut .3s ease-in forwards
}