/**
 * Nomiss Theme - Component Styles
 *
 * @package Nomiss
 * @since 1.0.0
 */

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    position: relative;
    background: var(--color-sky-pale);
    padding-top: 32px;
    overflow: hidden;
    margin-bottom: -2px;
}

@media (min-width: 768px) {
    .hero-section {
        padding-top: 40px;
    }
}

.hero-decorations {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-decorations .decoration {
    position: absolute;
    color: rgba(63, 169, 214, 0.08);
}

.hero-decorations .decoration-1 {
    top: 64px;
    right: -40px;
    width: 128px;
    height: 128px;
    transform: rotate(12deg);
}

.hero-decorations .decoration-2 {
    top: 50%;
    left: -32px;
    width: 160px;
    height: 160px;
    transform: rotate(-12deg);
    display: none;
}

.hero-decorations .decoration-3 {
    top: 112px;
    left: 16px;
    width: 64px;
    height: 64px;
    transform: rotate(-6deg);
}

@media (min-width: 640px) {
    .hero-decorations .decoration-1 {
        width: 192px;
        height: 192px;
    }
    .hero-decorations .decoration-3 {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 768px) {
    .hero-decorations .decoration-1 {
        width: 256px;
        height: 256px;
    }
    .hero-decorations .decoration-2 {
        display: block;
        width: 208px;
        height: 208px;
    }
    .hero-decorations .decoration-3 {
        left: 64px;
        width: 96px;
        height: 96px;
    }
}

.hero-inner {
    position: relative;
    padding: 0.5rem 0 0;
}

@media (min-width: 640px) {
    .hero-inner {
        padding: 0.75rem 0 3.25rem;
    }
}

@media (min-width: 768px) {
    .hero-inner {
        padding: 1rem 0 5.25rem;
    }
}

.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .hero-content-wrapper {
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .hero-content-wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 3rem;
    }
}

.hero-content {
    flex: 1;
    text-align: center;
}

@media (min-width: 1024px) {
    .hero-content {
        text-align: left;
        padding-top: 2.25rem;
    }
}

.hero-eyebrow {
    margin-bottom: 0.5rem;
    font-size: 11px;
    color: var(--color-sky);
}

@media (min-width: 640px) {
    .hero-eyebrow {
        margin-bottom: 1rem;
        font-size: 13px;
    }
}

.hero-title {
    margin-bottom: 1rem;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
}

@media (min-width: 640px) {
    .hero-title {
        margin-bottom: 1.5rem;
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 48px;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 56px;
    }
}

.hero-description {
    max-width: 32rem;
    margin: 0 auto 1.5rem;
    font-size: 14px;
    line-height: 1.8;
    color: var(--color-ink-60);
}

@media (min-width: 640px) {
    .hero-description {
        margin-bottom: 2rem;
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .hero-description {
        margin-left: 0;
        font-size: 18px;
    }
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-buttons {
        justify-content: flex-start;
    }
}

.hero-business-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 12px;
    color: var(--color-sky);
    transition: color 0.3s ease;
}

.hero-business-link span {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(63, 169, 214, 0.3);
}

.hero-business-link:hover {
    color: var(--color-sky-dark);
}

.hero-business-link .link-arrow {
    width: 12px;
    height: 12px;
}

@media (min-width: 640px) {
    .hero-business-link {
        gap: 0.5rem;
        font-size: 14px;
    }
    .hero-business-link .link-arrow {
        width: 16px;
        height: 16px;
    }
}

.hero-animation {
    position: relative;
    z-index: 10;
    flex: 1;
    display: flex;
    justify-content: center;
    margin-bottom: -2rem;
}

@media (min-width: 640px) {
    .hero-animation {
        margin-bottom: -3rem;
    }
}

@media (min-width: 768px) {
    .hero-animation {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .hero-animation {
        justify-content: flex-end;
        margin-top: -0.5rem;
        transform: translateX(6rem);
    }
}

.lottie-container {
    width: 240px;
}

@media (min-width: 640px) {
    .lottie-container {
        width: 320px;
    }
}

@media (min-width: 768px) {
    .lottie-container {
        width: 500px;
    }
}

@media (min-width: 1024px) {
    .lottie-container {
        width: 600px;
    }
}

.hero-curve {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 121px;
}

@media (min-width: 640px) {
    .hero-curve {
        height: 201px;
    }
}

@media (min-width: 768px) {
    .hero-curve {
        height: 381px;
    }
}

.hero-curve svg {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    display: block;
}

/* ==========================================================================
   Section Curves
   ========================================================================== */
.section-curve {
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 100%;
    height: 81px;
}

@media (min-width: 640px) {
    .section-curve {
        height: 121px;
    }
}

@media (min-width: 768px) {
    .section-curve {
        height: 181px;
    }
}

.section-curve svg {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    display: block;
}

.curve-live-to-sell {
    background: var(--color-sky-fill);
}

.curve-sell-to-features {
    background: var(--color-white);
}

.curve-features-to-howto {
    background: var(--color-sky-pale);
}

.section-divider {
    display: none;
}

/* ==========================================================================
   Section Headers
   ========================================================================== */
.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .section-header {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 768px) {
    .section-header {
        margin-bottom: 3rem;
    }
}

.section-eyebrow {
    margin-bottom: 0.5rem;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}

.section-eyebrow.text-sky {
    color: var(--color-sky);
}

@media (min-width: 640px) {
    .section-eyebrow {
        margin-bottom: 0.75rem;
        font-size: 13px;
    }
}

.section-title {
    margin-bottom: 0.75rem;
    font-size: 26px;
}

@media (min-width: 640px) {
    .section-title {
        margin-bottom: 1rem;
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .section-title {
        font-size: 44px;
    }
}

.section-description {
    max-width: 40rem;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.9;
    color: var(--color-ink-60);
}

@media (min-width: 640px) {
    .section-description {
        font-size: 16px;
        line-height: 2;
    }
}

.text-white .section-title {
    color: var(--color-white);
}

.text-white .section-eyebrow {
    color: rgba(255, 255, 255, 0.7);
}

.text-white .section-description {
    color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   Live Section
   ========================================================================== */
.live-section {
    background: var(--color-sky-fill);
    margin-top: -1px;
}

.live-inner {
    padding: 3rem 0;
}

@media (min-width: 640px) {
    .live-inner {
        padding: 4rem 0;
    }
}

@media (min-width: 768px) {
    .live-inner {
        padding: 5rem 0;
    }
}

.live-section .section-title,
.live-section .section-eyebrow,
.live-section .section-description {
    color: var(--color-white);
}

.live-section .section-eyebrow {
    color: rgba(255, 255, 255, 0.8);
}

.live-section .section-description {
    color: rgba(255, 255, 255, 0.9);
}

.desktop-only {
    display: none;
}

@media (min-width: 640px) {
    .desktop-only {
        display: inline;
    }
}

.mobile-only {
    display: block;
}

@media (min-width: 1024px) {
    .mobile-only {
        display: none;
    }
}

.live-cards-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .live-cards-row {
        gap: 1rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 768px) {
    .live-cards-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }
}

.live-cards-fade {
    position: relative;
    overflow: hidden;
    max-height: 160px;
}

.live-cards-gradient {
    position: absolute;
    inset: 0;
    bottom: -1rem;
    background: linear-gradient(to top, var(--color-sky-fill), rgba(90, 169, 220, 0.9), transparent);
    pointer-events: none;
}

.live-cards-cta {
    position: absolute;
    inset: 50% 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .live-cards-cta {
        bottom: 1.5rem;
    }
}

.live-card {
    display: block;
    transition: transform 0.3s ease;
}

.live-card:hover {
    transform: translateY(-4px);
}

.live-card-thumbnail {
    position: relative;
    aspect-ratio: 3 / 4;
    background: linear-gradient(to bottom right, #9ca3af, #6b7280);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

@media (min-width: 640px) {
    .live-card-thumbnail {
        border-radius: 1rem;
    }
}

.live-card:hover .live-card-thumbnail {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.live-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: var(--color-sky);
    border-radius: 9999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
    .live-badge {
        top: 0.75rem;
        left: 0.75rem;
        gap: 0.375rem;
        padding: 0.375rem 0.75rem;
    }
}

.live-dot {
    position: relative;
    width: 6px;
    height: 6px;
}

@media (min-width: 640px) {
    .live-dot {
        width: 8px;
        height: 8px;
    }
}

.live-dot::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color-white);
    border-radius: 50%;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.live-dot::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color-white);
    border-radius: 50%;
}

.live-text {
    font-size: 10px;
    font-weight: 700;
    color: var(--color-white);
}

@media (min-width: 640px) {
    .live-text {
        font-size: 12px;
    }
}

.live-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

@media (min-width: 640px) {
    .live-play-btn {
        width: 48px;
        height: 48px;
    }
}

@media (min-width: 768px) {
    .live-play-btn {
        width: 56px;
        height: 56px;
    }
}

.live-card:hover .live-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.live-play-btn .play-icon {
    width: 16px;
    height: 16px;
    color: var(--color-sky);
    margin-left: 2px;
}

@media (min-width: 640px) {
    .live-play-btn .play-icon {
        width: 20px;
        height: 20px;
        margin-left: 4px;
    }
}

.live-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 0.5rem 0.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
}

@media (min-width: 640px) {
    .live-card-overlay {
        padding: 2.5rem 0.75rem 0.75rem;
    }
}

@media (min-width: 768px) {
    .live-card-overlay {
        padding: 3rem 1rem 1rem;
    }
}

.liver-info {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

@media (min-width: 640px) {
    .liver-info {
        gap: 0.5rem;
    }
}

.liver-avatar {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-sky);
    border-radius: 50%;
    border: 1px solid var(--color-white);
}

@media (min-width: 640px) {
    .liver-avatar {
        width: 28px;
        height: 28px;
        border-width: 2px;
    }
}

@media (min-width: 768px) {
    .liver-avatar {
        width: 32px;
        height: 32px;
    }
}

.liver-avatar .avatar-icon {
    width: 12px;
    height: 12px;
    color: var(--color-white);
}

@media (min-width: 640px) {
    .liver-avatar .avatar-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 768px) {
    .liver-avatar .avatar-icon {
        width: 16px;
        height: 16px;
    }
}

.liver-name {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-white);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .liver-name {
        font-size: 14px;
    }
}

.live-card-info {
    padding: 0.5rem 0.125rem 0;
}

@media (min-width: 640px) {
    .live-card-info {
        padding: 0.75rem 0.25rem 0;
    }
}

.live-card-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

@media (min-width: 640px) {
    .live-card-title {
        font-size: 14px;
    }
}

.live-card:hover .live-card-title {
    color: rgba(255, 255, 255, 0.8);
}

.live-card-meta {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    margin-top: 0.375rem;
}

@media (min-width: 640px) {
    .live-card-meta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        margin-top: 0.5rem;
    }
}

.live-date {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 640px) {
    .live-date {
        font-size: 12px;
    }
}

.live-store {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 640px) {
    .live-store {
        font-size: 12px;
    }
}

.btn-rounded {
    border-radius: 9999px;
    padding: 0.75rem 1.5rem;
}

@media (min-width: 640px) {
    .btn-rounded {
        padding: 1rem 2.5rem;
    }
}

.btn-icon {
    width: 16px;
    height: 16px;
}

@media (min-width: 640px) {
    .btn-icon {
        width: 20px;
        height: 20px;
    }
}

/* ==========================================================================
   Sell Section
   ========================================================================== */
.sell-section {
    background: var(--color-white);
    margin-top: -1px;
}

.sell-inner {
    padding: 3rem 0;
}

@media (min-width: 640px) {
    .sell-inner {
        padding: 4rem 0;
    }
}

@media (min-width: 768px) {
    .sell-inner {
        padding: 5rem 0;
    }
}

.sell-header {
    text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .sell-header {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .sell-header {
        text-align: left;
        margin-bottom: 2rem;
    }
}

.sell-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-ink);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

@media (min-width: 640px) {
    .sell-subtitle {
        font-size: 20px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .sell-subtitle {
        font-size: 24px;
    }
}

.sell-description {
    font-size: 14px;
    line-height: 1.9;
    color: var(--color-ink-60);
    margin-bottom: 0;
}

@media (min-width: 640px) {
    .sell-description {
        font-size: 16px;
        line-height: 2;
    }
}

@media (min-width: 1024px) {
    .sell-description {
        margin-bottom: 2rem;
    }
}

.sell-video {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .sell-video {
        margin-bottom: 3rem;
    }
}

.phone-frame {
    width: 205px;
    height: 420px;
    border-radius: 40px;
    overflow: hidden;
}

@media (min-width: 640px) {
    .phone-frame {
        width: 245px;
        height: 500px;
        border-radius: 48px;
    }
}

@media (min-width: 1024px) {
    .phone-frame {
        width: 268px;
        height: 560px;
        border-radius: 42px;
    }
}

.phone-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.sell-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

@media (min-width: 640px) {
    .sell-content-wrapper {
        gap: 3rem;
    }
}

@media (min-width: 1024px) {
    .sell-content-wrapper {
        flex-direction: row;
        gap: 4rem;
    }
}

.sell-content {
    flex: 1;
    text-align: center;
}

@media (min-width: 1024px) {
    .sell-content {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .sell-video.desktop-only {
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        margin-bottom: 2.5rem;
    }
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    text-align: left;
}

@media (min-width: 640px) {
    .benefit-item {
        gap: 1rem;
    }
}

.benefit-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-sky-pale);
    border-radius: 0.5rem;
    color: var(--color-sky);
}

@media (min-width: 640px) {
    .benefit-icon {
        width: 44px;
        height: 44px;
        border-radius: 0.75rem;
    }
}

.benefit-icon .icon {
    width: 20px;
    height: 20px;
}

@media (min-width: 640px) {
    .benefit-icon .icon {
        width: 24px;
        height: 24px;
    }
}

.benefit-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-ink);
    margin-bottom: 0.125rem;
}

@media (min-width: 640px) {
    .benefit-title {
        font-size: 16px;
        margin-bottom: 0.25rem;
    }
}

.benefit-description {
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-ink-60);
}

@media (min-width: 640px) {
    .benefit-description {
        font-size: 14px;
    }
}

.sell-cta {
    text-align: center;
}

@media (min-width: 1024px) {
    .sell-cta {
        text-align: left;
    }
}

/* Continue in next file due to length... */
