/* Base */
body {
    font-family: 'Quicksand', sans-serif;
    color: #1a1a1a;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}

/* Nav */
.navbar {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 12px 0;
}

.navbar-brand {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #1a1a1a !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-brand img {
    height: 32px;
    width: 32px;
}

.nav-link {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #555 !important;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.nav-link:hover { color: #C0392B !important; }

.nav-btn {
    background: #C0392B;
    color: white !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s;
}

.nav-btn:hover { background: #a93226; }

.navbar-toggler {
    border-color: rgba(0,0,0,0.1);
}

/* Page header (policy, support pages) */
.page-header {
    background: #C0392B;
    color: white;
    padding: 120px 0 48px;
}

.page-header h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.page-header p {
    opacity: 0.85;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Hero (index pages) */
.hero {
    padding-top: 120px;
    padding-bottom: 80px;
}

.hero-tag {
    display: inline-block;
    background: #fde8e6;
    color: #C0392B;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.hero h1 span { color: #C0392B; }

.hero .lead {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 32px;
}

.btn-hanes {
    background: #C0392B;
    color: white;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

.btn-hanes:hover { background: #a93226; color: white; }

.btn-hanes-outline {
    border: 2px solid #ddd;
    color: #333;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}

.btn-hanes-outline:hover { border-color: #C0392B; color: #C0392B; }

/* Phone mockup */
.phone-bezel {
    background: #1a1a1a;
    border-radius: 36px;
    padding: 14px 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
    display: inline-block;
}

.phone-screen {
    width: 260px;
    aspect-ratio: 9 / 19.5;
    background: #e8e8e8;
    border-radius: 26px;
    overflow: hidden;
}

.phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section styling */
.section-tag {
    display: inline-block;
    background: #fde8e6;
    color: #C0392B;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.section-subtitle {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* How It Works */
.how-it-works {
    background: #fafafa;
}

.step-number {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin: 0 auto 18px;
}

.step-number.s1 { background: #C0392B; }
.step-number.s2 { background: #228B22; }
.step-number.s3 { background: #0066CC; }

.step h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.step p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Feature rows */
.feature-row-text h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.feature-row-text p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.feature-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 500;
}

.feature-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #C0392B;
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-row-image .phone-bezel {
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.feature-row-image .phone-screen {
    width: 220px;
}

/* Gallery */
.gallery {
    background: #fafafa;
}

.gallery-scroll {
    display: flex;
    justify-content: center;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.gallery-item {
    flex: 0 0 auto;
    scroll-snap-align: center;
}

.gallery-item .phone-bezel {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.gallery-item .phone-screen {
    width: 180px;
}

.gallery-label {
    margin-top: 14px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
}

/* CTA */
.cta {
    background: #C0392B;
    color: white;
}

.cta h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta p {
    opacity: 0.9;
    font-size: 1.1rem;
    line-height: 1.6;
}

.badge-link img {
    height: 64px;
    width: auto;
}

.badge-link img[alt*="App Store"] {
    height: 43px;
    margin-top: 10px;
}

/* Policy content */
.policy-content {
    max-width: 760px;
    margin: 0 auto;
}

.policy-content h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.policy-content p,
.policy-content li {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.7;
}

.policy-content ul {
    padding-left: 20px;
}

.policy-content ul li {
    margin-bottom: 6px;
}

.policy-content a {
    color: #C0392B;
    text-decoration: none;
}

.policy-content a:hover {
    text-decoration: underline;
}

/* FAQ content */
.faq-content {
    max-width: 760px;
    margin: 0 auto;
}

.faq-content h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.faq-content p,
.faq-content li {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.7;
}

.faq-content ul {
    padding-left: 20px;
}

.faq-content ul li {
    margin-bottom: 6px;
}

.faq-content a {
    color: #C0392B;
    text-decoration: none;
}

.faq-content a:hover {
    text-decoration: underline;
}

.faq-section-label {
    display: inline-block;
    background: #fde8e6;
    color: #C0392B;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 16px;
    margin-bottom: 8px;
}

/* Footer */
footer a {
    color: #C0392B;
    text-decoration: none;
}

footer a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 991.98px) {
    .hero { padding-top: 100px; }
    .hero h1 { font-size: 2.2rem; }
    .hero-phone { text-align: center; margin-top: 40px; }
    .feature-row-image { text-align: center; margin-top: 32px; }
}

@media (max-width: 575.98px) {
    .hero h1 { font-size: 1.8rem; }
    .phone-screen { width: 220px; }
    .feature-row-image .phone-screen { width: 200px; }
    .gallery-scroll { justify-content: flex-start; }
}
