/* Global SAR Hub, CH16 landing page styles. Header and footer come from css/news.css. */

.ch16-body {
    background: #060d1a;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

/* HERO */
.ch16-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 24px 100px;
    background: linear-gradient(180deg, #060d1a 0%, #0a1428 100%);
}
.ch16-hero-bg {
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 140, 26, 0.18) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}
.ch16-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}
.ch16-hero-glow-1 {
    width: 380px; height: 380px;
    background: rgba(255, 140, 26, 0.25);
    top: 10%; left: 5%;
}
.ch16-hero-glow-2 {
    width: 320px; height: 320px;
    background: rgba(42, 107, 255, 0.18);
    bottom: 5%; right: 12%;
}

.ch16-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.ch16-hero-text {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ch16-hero-logo-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 6px;
}
.ch16-hero-logo {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(255, 140, 26, 0.4);
}
.ch16-hero-app-name {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.ch16-app-title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.ch16-app-by {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.ch16-hero-title {
    font-size: 2.8rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ch16-hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    max-width: 560px;
}

.ch16-hero-stores {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.ch16-stores-center {
    justify-content: center;
}
.ch16-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.25s ease;
    font-family: inherit;
    min-width: 200px;
}
.ch16-store-btn i {
    font-size: 1.7rem;
    flex-shrink: 0;
}
.ch16-store-btn span {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    text-align: left;
}
.ch16-store-btn small {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 0.3px;
}
.ch16-store-btn strong {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.3px;
}
.ch16-store-btn:hover {
    background: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.ch16-hero-pricing {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    margin: 6px 0 0;
}
.ch16-hero-pricing i {
    color: #2ecc71;
    margin-right: 6px;
}

.ch16-hero-mockup {
    position: relative;
    text-align: center;
}
.ch16-hero-mockup img {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
    animation: ch16-float 6s ease-in-out infinite;
}
@keyframes ch16-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* SECTION COMMON */
.ch16-section-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ff8c1a;
    background: rgba(255, 140, 26, 0.1);
    border: 1px solid rgba(255, 140, 26, 0.3);
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
}
.ch16-section-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 30px;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.01em;
    max-width: 720px;
}

/* FEATURES */
.ch16-features {
    padding: 90px 24px;
    background: #060d1a;
}
.ch16-features-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.ch16-features-inner .ch16-section-title {
    margin-left: auto;
    margin-right: auto;
}

.ch16-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
    margin-top: 40px;
    text-align: left;
}
.ch16-feature {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 26px 22px;
    transition: all 0.3s ease;
}
.ch16-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 140, 26, 0.4);
    box-shadow: 0 12px 32px rgba(255, 140, 26, 0.1);
}
.ch16-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 140, 26, 0.2) 0%, rgba(255, 165, 0, 0.1) 100%);
    border: 1px solid rgba(255, 140, 26, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #ff8c1a;
    font-size: 1.2rem;
}
.ch16-feature h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
}
.ch16-feature p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

/* WHY */
.ch16-why {
    padding: 80px 24px;
    background: linear-gradient(180deg, #060d1a 0%, #0a1428 100%);
}
.ch16-why-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.ch16-why-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 auto;
    max-width: 720px;
}

/* BOTTOM CTA */
.ch16-cta {
    padding: 90px 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 140, 26, 0.08) 0%, rgba(255, 140, 26, 0.02) 100%);
    border-top: 1px solid rgba(255, 140, 26, 0.15);
    border-bottom: 1px solid rgba(255, 140, 26, 0.15);
}
.ch16-cta-inner {
    max-width: 720px;
    margin: 0 auto;
}
.ch16-cta-logo {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    margin-bottom: 20px;
    box-shadow: 0 16px 48px rgba(255, 140, 26, 0.4);
}
.ch16-cta h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px;
}
.ch16-cta p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 30px;
}

/* RTL adjustments */
html[dir="rtl"] .ch16-store-btn span { text-align: right; }
html[dir="rtl"] .ch16-features-grid { text-align: right; }

/* RESPONSIVE */
@media (max-width: 900px) {
    .ch16-hero {
        padding: 50px 20px 70px;
    }
    .ch16-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .ch16-hero-text { align-items: center; }
    .ch16-hero-logo-row { justify-content: center; }
    .ch16-hero-title { font-size: 2rem; }
    .ch16-hero-stores { justify-content: center; }
    .ch16-hero-mockup { order: -1; }
    .ch16-hero-mockup img { max-height: 480px; }
    .ch16-features { padding: 60px 20px; }
    .ch16-section-title { font-size: 1.6rem; }
    .ch16-cta { padding: 60px 20px; }
    .ch16-cta h2 { font-size: 1.6rem; }
}
@media (max-width: 500px) {
    .ch16-hero-title { font-size: 1.7rem; }
    .ch16-hero-mockup img { max-height: 380px; }
    .ch16-store-btn { min-width: 100%; }
    .ch16-hero-stores { flex-direction: column; }
}
