@import "../admins/assets/fonts/fonts.css";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'UKIJ Tor';
    background:
            radial-gradient(circle at 18% 18%, rgba(244, 63, 94, 0.10), transparent 26%),
            radial-gradient(circle at 82% 8%, rgba(14, 165, 233, 0.13), transparent 25%),
            linear-gradient(145deg, #f8fafc 0%, #e5e7eb 100%);
    color: #0f172a;
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.full-width-header {
    background: rgba(255, 255, 255, 0.84);
    width: 100%;
    border-bottom: 1px solid #edf2f7;
    backdrop-filter: blur(18px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 36px;
    flex-wrap: wrap;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f43f5e, #fb923c);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    color: white;
    box-shadow: 0 18px 32px -20px rgba(244, 63, 94, 0.9);
}

.logo-icon i {
    font-size: 20px;
}

.logo-text {
    font-weight: 700;
    background: linear-gradient(135deg, #f43f5e, #fb923c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
}
.logo-text span {
    font-size: 16px;
}
.logo-text span:nth-child(2) {
    font-size: 12px;
}
.nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #334155;
    transition: 0.2s;
    padding: 9px 12px;
    border-radius: 999px;
}

.nav-links a i {
    font-size: 14px;
}

.nav-links a:hover {
    color: #be123c;
    background: #fff1f2;
}

.content-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    flex: 1;
}

.main-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    padding: 72px 36px 76px;
}

.phone-mockup {
    flex: 1.2;
    display: flex;
    justify-content: center;
}

.phone-frame {
    background: linear-gradient(145deg, #0f172a, #273449);
    border-radius: 48px;
    padding: 16px 10px 20px;
    box-shadow: 0 44px 80px -38px rgba(15, 23, 42, 0.85), inset 0 0 0 2px rgba(255,255,255,0.10);
    position: relative;
}

.phone-screen {
    background: #f8fafc;
    border-radius: 36px;
    overflow: hidden;
    width: 300px;
    height: 600px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), 0 0 0 4px rgba(71, 85, 105, 0.75);
}

.dynamic-island {
    background: #0f172a;
    width: 100px;
    height: 32px;
    margin: 0px auto 17px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.dynamic-island span {
    width: 10px;
    height: 10px;
    background: #2dd4bf;
    border-radius: 10px;
}

.swiper-container {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    overflow: hidden;
}

.app-screen-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0f172a;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    flex-direction: column;
    gap: 12px;
    padding: 26px;
    text-align: center;
    position: relative;
}

.app-screen-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.72)),
            radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.2), transparent 38%);
    z-index: 0;
}

.app-screen-img > * {
    position: relative;
    z-index: 1;
}

.screen-home {
    justify-content: flex-start;
    background-image: url("/static/assets/app/home.jpg");
}

.screen-library {
    background-image: url("/static/assets/app/category.jpg");
}

.screen-secure {
    background-image: url("/static/assets/app/search.jpg");
}

.screen-fast {
    background-image: url("/static/assets/app/player.jpg");
}

.screen-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
    margin-bottom: 18px;
    text-shadow: 0 2px 10px rgba(15, 23, 42, 0.45);
}

.screen-top i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    box-shadow: 0 14px 26px -18px rgba(15, 23, 42, 0.8);
}

.screen-hero-card {
    width: 100%;
    height: 170px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(37, 99, 235, 0.66));
    backdrop-filter: blur(8px);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 28px 44px -32px rgba(15, 23, 42, 0.95);
}

.screen-hero-card i {
    font-size: 44px;
}

.screen-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.screen-row span,
.screen-mini-grid span {
    min-height: 64px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(6px);
    box-shadow: 0 12px 22px -18px rgba(15, 23, 42, 0.8);
}

.screen-list {
    width: 100%;
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.screen-list div {
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(224, 242, 254, 0.66));
    backdrop-filter: blur(6px);
}

.screen-mini-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 10px;
}

.screen-status {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.screen-status b {
    width: 54px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
}

.screen-progress {
    width: 78%;
    height: 12px;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.58);
    overflow: hidden;
    margin-top: 10px;
}

.screen-progress span {
    display: block;
    width: 68%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.screen-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    color: #0f172a;
    font-size: 34px;
    box-shadow: 0 18px 36px -24px rgba(15, 23, 42, 0.88);
}

.screen-library > span,
.screen-secure > span,
.screen-fast > span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.54);
    backdrop-filter: blur(6px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 14px;
    background: #ecfeff;
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
}

.app-name {
    font-size: 54px;
    font-weight: 800;
    background: linear-gradient(135deg, #f43f5e, #fb923c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.app-desc {
    font-size: 18px;
    color: #334155;
    border-left: 4px solid #f43f5e;
    padding: 4px 0 4px 24px;
    max-width: 560px;
}

.app-desc i {
    color: #f43f5e;
    margin-left: 6px;
}

.download-cover {
    display: block;
    width: min(420px, 100%);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 46px -34px rgba(15, 23, 42, 0.72);
}

.download-cover img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 18px 30px -28px rgba(15, 23, 42, 0.55);
}

.feature-pills i {
    color: #f43f5e;
}

.download-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    margin-top: 8px;
    align-items: center;
}

.btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 12px 22px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    min-width: 0;
    justify-content: center;
    white-space: nowrap;
}

.btn i {
    font-size: 20px;
}

.btn small {
    font-size: 11px;
    line-height: 1;
    opacity: 0.78;
}

.btn-android {
    background: linear-gradient(135deg, #111827, #374151);
    color: white;
    box-shadow: 0 16px 28px -18px rgba(17, 24, 39, 0.9);
}

.btn-ios {
    background: linear-gradient(135deg, #f43f5e, #fb923c);
    color: white;
    box-shadow: 0 16px 28px -18px rgba(244, 63, 94, 0.9);
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 28px -12px rgba(0,0,0,0.25);
}

.version {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6c7a91;
    margin-top: 6px;
}

.version-content {
    display: grid;
    gap: 8px;
    max-width: 560px;
    color: #475569;
    font-size: 13px;
    line-height: 1.8;
}

.version-content div {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.68);
}

.version-content strong {
    color: #111827;
}

.full-width-footer {
    background: rgba(255, 255, 255, 0.84);
    width: 100%;
    border-top: 1px solid #edf2f7;
    margin-top: 0;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 36px 34px;
}

.footer-container p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6c7a91;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    font-size: 13px;
    color: #6c7a91;
    transition: 0.2s;
}

.footer-links a i {
    font-size: 12px;
}

.footer-links a:hover {
    color: #3b82f6;
}

.download-toast {
    position: fixed;
    left: 50%;
    top: 34px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: min(420px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(17, 24, 39, 0.94);
    color: #fff;
    box-shadow: 0 24px 48px -24px rgba(17, 24, 39, 0.85);
    transform: translate(-50%, 22px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.download-toast.is-show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.download-toast-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #f43f5e, #fb923c);
    flex: 0 0 auto;
}

.download-toast strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.download-toast p {
    margin: 0;
    color: #e5e7eb;
    font-size: 13px;
    direction: rtl;
}

.agreement-logo {
    color: inherit;
    text-decoration: none;
}

.agreement-simple-body {
    display: block;
    min-height: auto;
    color: #333;
}

.agreement-simple {
    max-width: 760px;
    margin: 20px auto;
    padding: 50px 18px 48px;
    background: #fff;
    border-radius: 8px;
}

.agreement-simple h1 {
    margin: 0 0 24px;
    color: #111;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
}

.agreement-simple-content {
    color: #333;
    font-size: 15px;
    line-height: 1.9;
    word-break: break-word;
}

.agreement-simple-content h1,
.agreement-simple-content h2,
.agreement-simple-content h3 {
    margin: 22px 0 10px;
    color: #111;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 700;
}

.agreement-simple-content p {
    margin: 0 0 14px;
}

.agreement-simple-content ul,
.agreement-simple-content ol {
    margin: 0 0 14px;
    padding-right: 24px;
}

.agreement-simple-content li {
    margin-bottom: 8px;
}

.agreement-simple-content a {
    color: #3366cc;
    text-decoration: none;
}

@media (max-width: 880px) {
    .main-row {
        flex-direction: column;
        padding: 42px 28px 50px;
    }
    .phone-screen {
        width: 280px;
        height: 560px;
    }
    .app-name {
        font-size: 40px;
    }
    .header-container {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        padding: 20px 20px;
    }
    .nav-links {
        justify-content: center;
    }
    .footer-container {
        padding: 24px 20px 28px;
    }
}

@media (max-width: 480px) {
    .phone-screen {
        width: 260px;
        height: 520px;
    }
    .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 18px;
        font-size: 14px;
    }
    .download-buttons {
        width: 100%;
        flex-wrap: wrap;
    }
    .app-name {
        font-size: 34px;
    }
    .agreement-simple {
        padding: 22px 16px 40px;
        margin: 20px;
    }
    .agreement-simple h1 {
        font-size: 22px;
    }
    .agreement-simple-content {
        font-size: 14px;
    }
}
