/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body {
    background: #f8f9fa;
    color: #1f2937;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #111827;
    margin-bottom: 0.5em;
    font-weight: 600;
}
p {
    line-height: 1.6;
    margin-bottom: 1em;
    color: #4b5563;
}
a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s;
}
a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* NAVBAR */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 16px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 1000;
}
.navbar .logo {
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
}
.navbar nav a {
    margin-left: 28px;
    color: #4b5563;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.navbar nav a:hover {
    color: #111827;
    text-decoration: none;
}
.navbar nav a.btn-nav-dashboard {
    margin-left: 28px;
    padding: 8px 20px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 3px 12px rgba(37, 99, 235, 0.25);
    transition: 0.25s;
}
.navbar nav a.btn-nav-dashboard:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-1px);
    text-decoration: none;
}

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 110px 8% 80px;
    position: relative;
    gap: 60px;
    background:
        radial-gradient(circle at 75% 15%, rgba(37, 99, 235, 0.07), transparent 50%),
        radial-gradient(circle at 10% 85%, rgba(124, 58, 237, 0.06), transparent 50%);
}
.hero-content {
    flex: 1;
    max-width: 580px;
    z-index: 2;
}
.hero-badge {
    display: inline-block;
    padding: 5px 14px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.08));
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 20px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 22px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.gradient-text {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero h1 {
    font-size: 54px;
    line-height: 1.13;
    margin-bottom: 22px;
    font-weight: 800;
    color: #111827;
    letter-spacing: -1px;
}
.hero p {
    font-size: 17px;
    color: #6b7280;
    margin-bottom: 36px;
    line-height: 1.75;
    max-width: 480px;
}
.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

/* BUTTONS */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: 0.25s;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.28);
}
.btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.38);
    color: #fff;
    text-decoration: none;
}
.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border: 2px solid #e5e7eb;
    border-radius: 40px;
    color: #374151;
    font-weight: 600;
    font-size: 15px;
    transition: 0.25s;
    text-decoration: none;
}
.btn-outline:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.04);
    text-decoration: none;
}
.btn-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 20px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: 0.25s;
    box-shadow: 0 3px 12px rgba(37, 99, 235, 0.22);
}
.btn-play:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.32);
    color: #fff;
    text-decoration: none;
}
.btn-web {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 20px;
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: 0.25s;
    box-shadow: 0 3px 12px rgba(124, 58, 237, 0.22);
}
.btn-web:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.32);
    color: #fff;
    text-decoration: none;
}
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 18px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s;
}
.btn-ghost:hover {
    border-color: #d1d5db;
    color: #374151;
    background: #f9fafb;
    text-decoration: none;
}
.btn-text {
    display: inline-flex;
    align-items: center;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
    padding: 4px 0;
}
.btn-text:hover {
    color: #6b7280;
    text-decoration: none;
}

/* HERO VISUAL */
.hero-visual {
    flex: 1;
    max-width: 460px;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
    opacity: 0.4;
}
.orb-1 {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, #2563eb, #7c3aed);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.orb-2 {
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, #7c3aed, #ec4899);
    bottom: 30px;
    right: 10px;
}
.hero-float {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    padding: 16px 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
    backdrop-filter: blur(12px);
}
.float-icon {
    font-size: 26px;
    line-height: 1;
}
.float-label {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}
.card-1 {
    top: 55px;
    left: 10px;
    animation: floatA 3.2s ease-in-out infinite;
}
.card-2 {
    top: 50%;
    right: 5px;
    animation: floatB 3.8s ease-in-out infinite 0.6s;
}
.card-3 {
    bottom: 55px;
    left: 30px;
    animation: floatA 4.2s ease-in-out infinite 1.1s;
}
@keyframes floatA {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}
@keyframes floatB {
    0%, 100% { transform: translateY(-50%); }
    50%       { transform: translateY(calc(-50% - 10px)); }
}

/* SECTION SHARED */
.products-section {
    padding: 110px 8%;
}
.bg-white { background: #ffffff; }
.bg-gray  { background: #f8f9fa; }

.section-header {
    text-align: center;
    margin-bottom: 56px;
}
.section-badge {
    display: inline-block;
    padding: 4px 14px;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 20px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.section-badge-purple {
    background: rgba(124, 58, 237, 0.08);
    border-color: rgba(124, 58, 237, 0.16);
    color: #7c3aed;
}
.section-title {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.section-sub {
    color: #9ca3af;
    font-size: 15px;
    margin: 0;
}

/* PRODUCT GRID */
.app-grid {
    display: grid;
    gap: 26px;
    max-width: 1060px;
    margin: 0 auto;
}
.cols-3 {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.cols-web {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
    .cols-web { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .cols-web { grid-template-columns: 1fr; }
}

/* PRODUCT CARD */
.product-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}
.bg-gray .product-card {
    background: #ffffff;
}
.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.09);
    border-color: #d1d5db;
}
.card-coming {
    background: #fafafa;
    border-style: dashed;
}
.card-coming:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-color: #e5e7eb;
}

/* PRODUCT ICON */
.product-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 32px;
    flex-shrink: 0;
}
.afghan-icon   { background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460); }
.kankor-icon   { background: linear-gradient(135deg, #064e3b, #065f46, #047857); }
.coming-icon   { background: linear-gradient(135deg, #374151, #4b5563, #6b7280); }
.calendar-icon { background: linear-gradient(135deg, #78350f, #92400e, #b45309); }
.orbitium-icon { background: linear-gradient(135deg, #0f172a, #1e293b, #0c4a6e); }
.iss-icon      { background: linear-gradient(135deg, #0c4a6e, #0369a1, #0284c7); }

/* TAGS */
.product-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.tag {
    font-size: 11px;
    font-weight: 700;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.07);
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.tag-muted {
    color: #9ca3af;
    background: rgba(156, 163, 175, 0.1);
}

/* CARD CONTENT */
.product-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}
.product-desc {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 22px;
    flex: 1;
}
.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: auto;
}

/* CONTACT */
.contact-section {
    padding: 110px 8%;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #f3f4f6;
}
.contact-inner {
    max-width: 560px;
    margin: 0 auto;
}
.contact-inner .section-title {
    display: block;
    margin-bottom: 14px;
}
.contact-text {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* FOOTER */
.footer {
    text-align: center;
    padding: 28px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.footer-brand {
    font-size: 15px;
    font-weight: 800;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.2px;
}
.footer p {
    color: #9ca3af;
    font-size: 13px;
    margin: 0;
}
.brand-mark {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        padding: 100px 6% 60px;
        text-align: center;
        gap: 40px;
    }
    .hero-content { max-width: 100%; }
    .hero p { max-width: 100%; }
    .hero h1 { font-size: 40px; }
    .hero-actions { justify-content: center; }
    .hero-visual { width: 100%; height: 240px; max-width: 100%; }
}
@media (max-width: 640px) {
    .navbar { padding: 14px 20px; }
    .navbar nav a { margin-left: 16px; font-size: 13px; }
    .hero h1 { font-size: 34px; }
    .products-section { padding: 80px 5%; }
    .section-title { font-size: 30px; }
    .cols-3 { grid-template-columns: 1fr; }
}

/* PRIVACY PAGES (retained) */
.about-section { padding: 120px 10%; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 36px; align-items: center; background: #f8f9fa; }
.about-copy { position: relative; z-index: 1; }
.about-text { color: #4b5563; line-height: 1.65; font-size: 17px; }
.about-text.lead { font-size: 18px; color: #1f2937; margin-bottom: 22px; font-weight: 500; }
.about-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.about-pill { padding: 10px 14px; border-radius: 14px; border: 1px solid #e5e7eb; background: #ffffff; color: #4b5563; font-size: 14px; }
.about-grid { position: relative; z-index: 1; display: grid; gap: 16px; }
.about-card { background: #ffffff; border: 1px solid #e5e7eb; padding: 22px; border-radius: 16px; }
.about-card h3 { color: #111827; margin-bottom: 8px; font-size: 19px; }
.about-card p { color: #6b7280; font-size: 15px; line-height: 1.5; }
.about-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin-top: 12px; }
.metric { padding: 14px; border-radius: 12px; background: #f9fafb; border: 1px solid #e5e7eb; color: #111827; font-weight: 600; font-size: 16px; }
.metric span { display: block; color: #6b7280; font-weight: 400; font-size: 13px; margin-top: 4px; }
.app-detail { padding: 120px 10%; max-width: 1100px; margin: 0 auto; }
.detail-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.app-identity { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.app-icon { width: 80px; height: 80px; border-radius: 22px; background: #ffffff; border: 1px solid #e5e7eb; display: grid; place-items: center; overflow: hidden; }
.app-icon img { width: 88%; height: 88%; object-fit: contain; }
.back-link { color: #6b7280; text-decoration: none; font-size: 14px; border: 1px solid #d1d5db; padding: 8px 14px; border-radius: 12px; transition: 0.2s; }
.back-link:hover { color: #111827; border-color: #9ca3af; background: #f3f4f6; }
.feature-list { margin: 25px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.feature-item { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 16px; color: #4b5563; line-height: 1.5; }
.detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.btn-secondary { display: inline-block; margin-top: 15px; padding: 10px 22px; background: #f3f4f6; border-radius: 30px; color: #4b5563; font-size: 14px; text-decoration: none; transition: 0.3s; font-weight: 500; }
.btn-secondary:hover { background: #e5e7eb; color: #111827; }
.btn-google-play { display: inline-block; padding: 16px 32px; background: linear-gradient(90deg, #2563eb, #7c3aed); border-radius: 40px; text-decoration: none; color: #fff !important; font-weight: 600; transition: 0.3s; box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25); border: none; font-size: 15px; text-align: center; }
.btn-google-play:hover { opacity: 0.9; transform: translateY(-2px); text-decoration: none; }
.privacy-content h3 { margin-top: 35px; font-size: 20px; color: #111827; }
.privacy-content ul { margin-bottom: 20px; padding-left: 25px; color: #4b5563; }
.privacy-content li { margin-bottom: 8px; line-height: 1.6; }
.privacy-content strong { color: #1f2937; }
