/* Chrome Landing - Warm Sunrise Magazine Editorial Design */
/* Unique warm color palette with editorial typography */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --cream: #fef9f3;
    --warm-white: #fff8f0;
    --text-dark: #1a1a2e;
    --text-mid: #4a4a5a;
    --text-light: #7a7a8a;
    --coral: #ff6b6b;
    --orange: #ff9f43;
    --gold: #feca57;
    --peach: #ffccbc;
    --gradient-warm: linear-gradient(135deg, #ff9a56 0%, #ff6b6b 50%, #ee5a70 100%);
    --shadow-soft: 0 10px 40px rgba(255, 107, 107, 0.15);
    --shadow-card: 0 4px 20px rgba(26, 26, 46, 0.08);
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: var(--text-dark);
    background: var(--cream);
    min-height: 100vh;
}

/* Decorative Background */
.page-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
}

.bg-circle-1 {
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, var(--peach) 0%, transparent 70%);
    top: -300px;
    right: -200px;
}

.bg-circle-2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--gold) 0%, transparent 70%);
    bottom: -200px;
    left: -200px;
    opacity: 0.3;
}

.bg-circle-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--coral) 0%, transparent 70%);
    top: 40%;
    left: 30%;
    opacity: 0.2;
}

/* Navigation */
.topnav {
    background: var(--warm-white);
    border-bottom: 1px solid rgba(255, 107, 107, 0.1);
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(255, 107, 107, 0.08);
}

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.brand {
    font-family: 'Segoe UI', system-ui, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--coral);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand svg { flex-shrink: 0; }

.navlist {
    display: flex;
    list-style: none;
    gap: 10px;
}

.navlist a {
    font-family: 'Segoe UI', sans-serif;
    text-decoration: none;
    color: var(--text-mid);
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navlist a:hover {
    color: var(--coral);
    background: rgba(255, 107, 107, 0.08);
}

.navlist a.on {
    color: #fff;
    background: var(--gradient-warm);
    box-shadow: var(--shadow-soft);
}

/* Page Layout */
.page-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
}

/* Magazine Hero */
.mag-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 60px 0 100px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 80px;
}

.mag-hero-text h1 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.mag-hero-text h1 em {
    font-style: italic;
    color: var(--coral);
}

.mag-hero-text .lead {
    font-size: 1.25rem;
    color: var(--text-mid);
    margin-bottom: 40px;
    line-height: 1.8;
}

.mag-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-card {
    width: 320px;
    height: 400px;
    background: var(--gradient-warm);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-soft);
    position: relative;
}

.hero-card::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 2px dashed var(--peach);
    border-radius: 32px;
    opacity: 0.5;
}

.hero-card svg {
    width: 140px;
    height: 140px;
}

/* Buttons */
.btn-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn {
    font-family: 'Segoe UI', sans-serif;
    padding: 16px 32px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-warm {
    background: var(--gradient-warm);
    color: #fff;
    box-shadow: var(--shadow-soft);
}

.btn-warm:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.35);
}

.btn-outline {
    background: transparent;
    color: var(--coral);
    border: 2px solid var(--coral);
}

.btn-outline:hover {
    background: var(--coral);
    color: #fff;
}

/* Section Styles */
.section {
    margin-bottom: 100px;
}

.section-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-label {
    display: inline-block;
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--coral);
    margin-bottom: 15px;
    padding: 8px 16px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 4px;
}

.section-intro h2 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.section-intro p {
    color: var(--text-mid);
    font-size: 1.1rem;
}

/* Feature Cards Grid */
.features-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-tile {
    background: var(--warm-white);
    border-radius: 16px;
    padding: 40px 30px;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-card);
}

.feature-tile:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-soft);
    border-color: var(--peach);
}

.feature-tile.featured {
    grid-column: span 2;
    background: var(--gradient-warm);
    color: #fff;
    border: none;
}

.feature-tile.featured h3,
.feature-tile.featured p { color: #fff; }
.feature-tile.featured p { opacity: 0.9; }

.tile-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-tile.featured .tile-icon {
    background: rgba(255,255,255,0.2);
}

.tile-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--coral);
    fill: none;
    stroke-width: 2;
}

.feature-tile.featured .tile-icon svg {
    stroke: #fff;
}

.feature-tile h3 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.feature-tile p {
    color: var(--text-mid);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Stats Row */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 60px 0;
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin: 80px 0;
}

.stat-item {
    text-align: center;
}

.stat-num {
    font-family: 'Georgia', serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: var(--coral);
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: var(--text-mid);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Platform Download Section */
.platforms-section {
    background: var(--warm-white);
    border-radius: 24px;
    padding: 60px;
    margin-bottom: 80px;
    border: 1px solid rgba(0,0,0,0.04);
}

.platforms-header {
    text-align: center;
    margin-bottom: 50px;
}

.platforms-header h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.platforms-header p {
    color: var(--text-mid);
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.plat-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.plat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-soft);
    border-color: var(--coral);
}

.plat-card:first-child {
    background: var(--gradient-warm);
    border: none;
}

.plat-card:first-child h3,
.plat-card:first-child p { color: #fff; }

.plat-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plat-icon svg {
    width: 40px;
    height: 40px;
}

.plat-card:first-child .plat-icon {
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    padding: 8px;
}

.plat-card h3 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.plat-card p {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 20px;
}

.plat-card .btn {
    width: 100%;
    justify-content: center;
    padding: 12px;
    font-size: 14px;
}

.plat-card:first-child .btn {
    background: rgba(255,255,255,0.95);
    color: var(--coral);
}

/* FAQ Section */
.faq-section {
    margin-bottom: 80px;
}

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.faq-sidebar h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.faq-sidebar p {
    color: var(--text-mid);
    margin-bottom: 30px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: var(--warm-white);
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--peach);
}

.faq-question {
    padding: 22px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-dark);
}

.faq-chevron {
    width: 20px;
    height: 20px;
    stroke: var(--coral);
    fill: none;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.open .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    padding: 0 28px 22px;
    color: var(--text-mid);
    line-height: 1.8;
}

/* CTA Banner */
.cta-banner {
    background: var(--gradient-warm);
    border-radius: 24px;
    padding: 70px 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.cta-banner h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-banner p {
    font-size: 1.15rem;
    opacity: 0.9;
    margin-bottom: 35px;
}

.cta-banner .btn {
    background: #fff;
    color: var(--coral);
    font-size: 16px;
    padding: 18px 40px;
}

.cta-banner .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* Footer */
.site-footer {
    background: var(--text-dark);
    color: rgba(255,255,255,0.6);
    padding: 50px 40px;
    text-align: center;
    margin-top: 40px;
}

.security-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: rgba(255, 107, 107, 0.15);
    border: 1px solid var(--coral);
    border-radius: 50px;
    color: var(--coral);
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-text {
    font-size: 0.9rem;
}

/* Animations */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 1024px) {
    .mag-hero { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .mag-hero-text h1 { font-size: 3rem; }
    .btn-row { justify-content: center; }
    .features-mosaic { grid-template-columns: repeat(2, 1fr); }
    .feature-tile.featured { grid-column: span 2; }
    .stats-row { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .platforms-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .topnav { padding: 0 20px; }
    .nav-inner { flex-direction: column; height: auto; padding: 15px 0; gap: 15px; }
    .page-wrapper { padding: 40px 20px; }
    .mag-hero { padding: 40px 0 60px; }
    .mag-hero-text h1 { font-size: 2.5rem; }
    .hero-card { width: 260px; height: 320px; }
    .features-mosaic { grid-template-columns: 1fr; }
    .feature-tile.featured { grid-column: span 1; }
    .stats-row { grid-template-columns: 1fr 1fr; }
    .stat-num { font-size: 2.5rem; }
    .platforms-section { padding: 40px 25px; }
    .platforms-grid { grid-template-columns: 1fr; }
    .cta-banner { padding: 50px 30px; }
    .cta-banner h2 { font-size: 2rem; }
    .section-intro h2 { font-size: 2rem; }
}

@media (max-width: 480px) {
    .mag-hero-text h1 { font-size: 2rem; }
    .btn { padding: 14px 24px; font-size: 14px; }
    .section-intro h2 { font-size: 1.7rem; }
}
