* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    min-height: 100vh;
    color: #0f172a;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Header */
.site-header {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

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

.brand-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(255, 107, 53, 0.25);
    flex: 0 0 auto;
}

.brand-icon i {
    color: #fff;
    font-size: 18px;
}

.brand-title {
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 1.1;
    color: #1e2a3a;
}

.brand-sub {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
    line-height: 1.1;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-links a {
    font-size: 14px;
    font-weight: 600;
    color: #1e3c72;
    padding: 9px 12px;
    border-radius: 12px;
    transition: 0.15s ease;
}

.nav-links a:hover {
    background: rgba(30, 60, 114, 0.08);
}

/* Page */
.page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 26px 18px 40px;
}

/* Keep anchor sections visible below sticky header */
#features,
#pricing,
#download,
#support {
    scroll-margin-top: 92px;
}

/* Hero */
.hero {
    display: block;
}

/* Left: title + steps  |  Right: large phone (2×) + “Mobile Album Preview” copy stacked under image */
.hero-left {
    position: relative;
    padding: 8px 4px;
    color: #e2e8f0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(840px, 50%);
    column-gap: 20px;
    row-gap: 0;
    align-items: start;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.badge i {
    color: #ffd166;
}

.hero-left h1 {
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.hero-left p {
    color: rgba(226, 232, 240, 0.9);
    font-size: 15.5px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.step-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 8px;
}

.step {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 12px 14px;
    border-radius: 16px;
}

.step-num {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(255, 107, 53, 0.18);
    border: 1px solid rgba(255, 107, 53, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #ffd166;
    flex: 0 0 auto;
}

.step-text {
    font-weight: 700;
    color: rgba(226, 232, 240, 0.95);
}

.hero-top-main {
    min-width: 0;
}

/* Right “corner” column: image on top, marketing copy directly underneath */
.hero-preview-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: end;
    width: 100%;
    min-width: 0;
    max-width: 840px;
    gap: 18px;
}

.hero-preview-copy {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
}

.hero-preview-copy h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px;
}

.hero-preview-copy p {
    margin: 0 0 10px;
    color: rgba(226, 232, 240, 0.9);
    font-size: 14px;
    line-height: 1.6;
}

.hero-preview-copy p:last-child {
    margin-bottom: 0;
}

/* Phone: previous max ~420px → now 2× (capped 840px, fits right column) */
.hero-preview-phone {
    width: 100%;
    max-width: 840px;
    margin: 0;
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    flex: 0 0 auto;
}

.hero-preview-phone img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.hero-preview-fallback-text {
    display: none;
    color: #cbd5e1;
    text-align: center;
    font-size: 12px;
    padding: 20px 8px;
}

.hero-preview-phone.hero-preview-fallback .hero-preview-fallback-text {
    display: block;
}

/* Quick downloads (hero-side) */
.hero-quick-download {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.quick-download-btn.software-download-btn {
    width: 100%;
    margin-top: 0 !important;
    padding: 14px 12px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #0f172a !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.quick-download-btn.software-download-btn:hover {
    background: rgba(255, 255, 255, 1) !important;
}

.quick-download-label {
    font-size: 11px;
    font-weight: 900;
    color: #334155;
    letter-spacing: 0.4px;
}

.quick-download-name {
    font-size: 15px;
    font-weight: 1000;
    color: #0f172a;
    letter-spacing: 0.2px;
}

.quick-download-name i {
    color: #ff6b35;
    margin-right: 6px;
}

.quick-download-sub {
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
}

/* Download section (toggle panel) */
.download-section {
    margin-top: 20px;
    scroll-margin-top: 92px;
    display: none;
}

.download-section.is-open {
    display: block;
}

.download-section h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.download-section h2 i {
    color: #ff6b35;
}

.download-status-msg {
    margin-bottom: 12px;
}

.software-download-grid {
    align-items: stretch;
}

.software-download-grid .software-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.software-download-grid .software-unique-desc {
    flex: 1 1 auto;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 600;
    margin: 0 0 16px;
}

.software-download-grid .software-download-btn {
    margin-top: auto !important;
    align-self: stretch;
}

.input-group {
    display: flex;
    align-items: center;
    background: #f0f4f8;
    border-radius: 16px;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    transition: 0.2s;
    margin-top: 12px;
}

.input-group:first-child {
    margin-top: 0;
}

.input-group i {
    font-size: 16px;
    color: #718096;
    margin-right: 10px;
}

.input-group input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 15.5px;
    outline: none;
    font-family: 'Inter', sans-serif;
    color: #0f172a;
}

.btn-primary, .btn-secondary {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 16px;
    font-size: 15.5px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s;
    font-family: 'Inter', sans-serif;
    margin-top: 14px;
}

.btn-compact {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
}

.client-access-panel {
    margin-top: 10px;
    display: none;
}

#clientAccessPanel:target {
    display: block;
}

.client-open-btn {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.album-id-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.input-group.compact {
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 12px;
}

.message.compact {
    margin-top: 8px;
    font-size: 12px;
}

@media (max-width: 520px) {
    .album-id-grid {
        grid-template-columns: 1fr;
    }
}

.btn-primary {
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    color: white;
    box-shadow: 0 10px 24px rgba(255, 107, 53, 0.25);
}

.btn-primary:hover {
    transform: translateY(-1px);
}

.btn-secondary {
    background: #1e3c72;
    color: white;
}

.btn-secondary:hover {
    background: #0f2b4f;
}

#otpSection {
    margin-top: 10px;
}

#message, .message {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.divider {
    height: 1px;
    background: rgba(15, 23, 42, 0.08);
    margin: 18px 0;
}

.mini-features {
    text-align: left;
}

.mini-title {
    font-weight: 900;
    color: #1e3c72;
    margin-bottom: 12px;
    font-size: 15px;
}

/* Reuse existing pill feature styles */
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 0;
    border-top: none;
    justify-content: flex-start;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #1e3c72;
}

.feature i {
    font-size: 15px;
    color: #ff6b35;
}

.feature-section {
    margin-top: 20px;
    display: none;
}

.feature-section.is-open {
    display: block;
}

.feature-box {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.feature-box h2 {
    color: #1e3c72;
    font-size: 24px;
    margin-bottom: 10px;
}

.feature-lead {
    color: #475569;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 14px;
}

.feature-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.feature-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.feature-item b {
    color: #0f172a;
    font-size: 14px;
}

.feature-item span {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
}

/* Pricing */
.pricing-section {
    margin-top: 20px;
    display: none;
}

.pricing-section.is-open {
    display: block;
}

.pricing-box {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.pricing-box h2 {
    color: #1e3c72;
    font-size: 24px;
    margin-bottom: 8px;
}

.pricing-lead {
    color: #475569;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 14px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.pricing-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px;
}

.pricing-card h3 {
    color: #0f172a;
    font-size: 18px;
    margin-bottom: 4px;
}

.pricing-sub {
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-points {
    list-style: none;
    display: grid;
    gap: 6px;
    margin: 0 0 12px;
    padding: 0;
}

.pricing-points li {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 18px;
    position: relative;
}

.pricing-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 900;
}

.price-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px 10px;
    margin-top: 8px;
    font-size: 13px;
}

.price-row span {
    color: #475569;
    font-weight: 600;
}

.price-row b {
    color: #1e3c72;
}

.pricing-meta-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.pricing-meta {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px;
}

.pricing-meta h4 {
    color: #0f172a;
    font-size: 15px;
    margin-bottom: 8px;
}

.pricing-meta ul {
    margin: 0;
    padding-left: 18px;
}

.pricing-meta li {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 4px;
}

.pricing-cta {
    margin-top: 12px;
    text-align: center;
    background: linear-gradient(90deg, rgba(30, 60, 114, 0.08), rgba(255, 107, 53, 0.1));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    padding: 12px;
}

.pricing-cta h4 {
    color: #1e3c72;
    font-size: 17px;
    margin-bottom: 4px;
}

.pricing-cta p {
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

/* Trust */
.trust {
    margin-top: 26px;
    padding: 18px 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.trust-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 20px;
    padding: 16px 16px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.trust-card i {
    color: #ff6b35;
    font-size: 18px;
}

.trust-card b {
    display: block;
    margin-top: 8px;
    font-size: 15.5px;
    color: #0f172a;
}

.muted {
    margin-top: 6px;
    color: #64748b;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.5;
}

/* Support */
.support {
    margin-top: 20px;
    display: none;
}

.support.is-open {
    display: block;
}

.support-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.support-title {
    font-weight: 1000;
    color: #1e3c72;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
}

.support-actions {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.support-btn {
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    color: white;
    padding: 12px 14px;
    border-radius: 16px;
    font-weight: 900;
    font-size: 14px;
}

.support-btn.secondary {
    background: #1e3c72;
}

/* Footer */
.site-footer {
    margin-top: 28px;
    padding: 22px 0;
    color: rgba(226, 232, 240, 0.92);
}

.footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
}

.footer-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-links a {
    font-weight: 800;
    color: rgba(226, 232, 240, 0.92);
    padding: 8px 10px;
    border-radius: 12px;
}

.footer-links a:hover {
    background: rgba(255, 255, 255, 0.08);
}

.footer-copy {
    font-weight: 700;
    color: rgba(226, 232, 240, 0.7);
}

.policy-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.policy-links a {
    font-size: 10px;
    color: rgba(226, 232, 240, 0.85);
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 980px) {
    .hero-left {
        grid-template-columns: 1fr;
    }

    .hero-preview-aside {
        justify-self: stretch;
        max-width: none;
        align-items: center;
    }

    .hero-preview-copy {
        text-align: center;
    }

    .hero-preview-phone {
        max-width: min(840px, 100%);
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .feature-list-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid,
    .pricing-meta-grid {
        grid-template-columns: 1fr;
    }

    .policy-links {
        width: 100%;
    }
}

/* Client download dashboard (software listing + album preview) */
.center-actions {
    text-align: center;
    margin-top: 8px;
}

.section-title {
    font-weight: 1000;
    color: #1e3c72;
    font-size: 15px;
    margin-bottom: 10px;
}

.software-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.software-card {
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.045), rgba(255, 107, 53, 0.02));
    border: 1px solid rgba(30, 60, 114, 0.18);
    border-radius: 18px;
    padding: 16px;
}

.software-name {
    font-weight: 900;
    color: #1e3c72;
    display: flex;
    align-items: center;
    gap: 10px;
}

.software-name i {
    color: #ff6b35;
}

.software-desc {
    color: #64748b;
    font-weight: 700;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.software-download-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.software-download-grid .btn-primary.software-download-btn {
    background: linear-gradient(90deg, #ff6b35, #f7931e) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 1000;
}

.software-download-grid .btn-primary.software-download-btn:hover {
    filter: brightness(1.05);
    color: #ffffff !important;
}

.result-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.album-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.album-card {
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 12px;
}

.album-title {
    font-weight: 900;
    color: #1e3c72;
    font-size: 14px;
}

.album-desc {
    color: #64748b;
    font-weight: 700;
    font-size: 12.5px;
    margin-top: 8px;
    line-height: 1.45;
}

.album-open-btn {
    display: inline-block;
    margin-top: 10px;
    background: #1e3c72;
    color: #fff;
    padding: 10px 12px;
    border-radius: 14px;
    font-weight: 900;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

@media (max-width: 520px) {
    .album-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .software-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .hero-quick-download {
        grid-template-columns: 1fr;
    }
}

/* Site stats bar */
.site-stats-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 18px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    padding: 8px 14px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.stat-item i {
    color: #ff6b35;
    font-size: 16px;
}

.stat-item b {
    color: #1e3c72;
}

.stat-trust {
    background: linear-gradient(90deg, rgba(30, 60, 114, 0.08), rgba(255, 107, 53, 0.1));
}

.stat-live {
    background: rgba(30, 60, 114, 0.06);
    border-color: rgba(30, 60, 114, 0.15);
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    animation: pv-pulse 1.5s infinite;
}

.software-unique-desc {
    display: block;
    font-size: 11.5px;
    line-height: 1.45;
    color: #475569;
    font-weight: 600;
    margin: 8px 0 10px;
    padding: 8px 10px;
    background: rgba(30, 60, 114, 0.05);
    border-radius: 10px;
    border-left: 3px solid #ff6b35;
}

.pv-counter-bump {
    animation: pv-bump 0.5s ease;
}

/* Software unique descriptions on cards */
.software-unique-desc {
    display: none;
    font-size: 11.5px;
    line-height: 1.45;
    color: #475569;
    font-weight: 600;
    margin: 8px 0 10px;
    padding: 8px 10px;
    background: rgba(30, 60, 114, 0.05);
    border-radius: 10px;
    border-left: 3px solid #ff6b35;
}

/* Software showcase (home) */
.software-showcase-section {
    margin-top: 18px;
}

.software-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.software-showcase-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 14px;
}

.software-showcase-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.software-showcase-head i {
    color: #ff6b35;
    font-size: 18px;
}

.software-showcase-head h3 {
    font-size: 15px;
    color: #1e3c72;
    margin: 0;
}

.software-showcase-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 8px;
}

.software-showcase-card p {
    font-size: 12.5px;
    line-height: 1.5;
    color: #475569;
    font-weight: 600;
}

/* About page */
.about-page .about-hero-card,
.about-page .team-section,
.about-page .software-story-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.about-page h1 {
    color: #1e3c72;
    margin-bottom: 10px;
}

.about-lead {
    font-size: 18px;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 12px;
}

.about-page p {
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 10px;
}

.labs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
    padding: 10px 14px;
    background: #e0f2fe;
    border-radius: 12px;
    font-weight: 700;
    color: #1e3c72;
    font-size: 13px;
}

.designed-line {
    font-weight: 600;
    color: #64748b;
}

.team-section h2,
.software-story-section h2 {
    color: #1e3c72;
    margin-bottom: 14px;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.team-card {
    text-align: center;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f8fafc;
}

.team-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 12px;
    display: block;
    border: 3px solid #ff6b35;
}

.team-photo.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #64748b;
    font-size: 36px;
}

.team-card h3 {
    color: #1e3c72;
    margin-bottom: 4px;
}

.team-role {
    color: #ff6b35;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
}

.team-email {
    font-size: 12px;
    color: #1e3c72;
    font-weight: 600;
}

.software-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.software-story-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    background: #f8fafc;
}

.software-story-head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.software-story-head i {
    color: #ff6b35;
    font-size: 20px;
    margin-top: 4px;
}

.software-story-head h3 {
    margin: 0;
    font-size: 15px;
    color: #1e3c72;
}

.software-story-tag {
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
}

.software-story-card p {
    font-size: 13px;
    line-height: 1.5;
}

.about-cta {
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 720px) {
    .software-showcase-grid,
    .team-grid,
    .software-story-grid {
        grid-template-columns: 1fr;
    }
    .site-stats-bar {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ========== Photovibe Pro Theme (Fotosoft-inspired) ========== */
.pv-body {
    background: #eef2f7;
    color: #1e293b;
}

.pv-topbar {
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.pv-topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 24px;
}

.pv-topbar i {
    margin-right: 4px;
    opacity: 0.9;
}

.pv-live-stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    padding: 4px 12px;
    border-radius: 999px;
}

.pv-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
    animation: pv-pulse 1.5s infinite;
}

@keyframes pv-pulse {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6); }
    70% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.pv-live-label {
    font-weight: 500;
    opacity: 0.9;
}

.pv-top-phone {
    color: #ffd166;
    font-weight: 700;
}

.pv-top-phone:hover {
    text-decoration: underline;
}

.pv-header {
    background: #fff;
    border-bottom: 3px solid #e85d04;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.pv-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pv-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pv-brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1e88c7, #43a047);
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(30, 136, 199, 0.35);
}

.pv-brand-name {
    font-size: 22px;
    font-weight: 900;
    color: #1e3c72;
    letter-spacing: 0.5px;
}

.pv-brand-tag {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
}

.pv-header-badge {
    text-align: right;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    padding: 8px 14px;
    border-radius: 10px;
}

.pv-header-badge span {
    display: block;
    font-weight: 800;
    color: #c2410c;
    font-size: 14px;
}

.pv-header-badge small {
    color: #64748b;
    font-size: 11px;
}

.pv-nav {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(90deg, #e85d04, #f97316);
    padding: 0 8px;
    gap: 2px;
}

.pv-nav a {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 12px 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: background 0.15s;
}

.pv-nav a:hover,
.pv-nav a.active {
    background: rgba(0, 0, 0, 0.15);
}

.pv-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px 40px;
}

.pv-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d1d9e6;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
    min-height: 340px;
}

.pv-hero-visual {
    position: relative;
    min-height: 280px;
}

.pv-screens {
    position: absolute;
    width: 72%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
    border: 2px solid #fff;
}

.pv-screens.stack-1 { left: 0; top: 8%; z-index: 1; transform: rotate(-4deg); }
.pv-screens.stack-2 { left: 18%; top: 22%; z-index: 2; transform: rotate(2deg); }
.pv-screens.stack-3 { left: 36%; top: 4%; z-index: 3; transform: rotate(5deg); }

.pv-screen-mock {
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 12px;
}

.pv-mock-1 { background: linear-gradient(145deg, #1e3c72, #3b82f6); }
.pv-mock-2 { background: linear-gradient(145deg, #0f766e, #14b8a6); }
.pv-mock-3 { background: linear-gradient(145deg, #c2410c, #fb923c); }

.pv-screen-mock i { font-size: 32px; opacity: 0.9; }

.pv-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pv-hero-slide {
    display: none;
}

.pv-hero-slide.is-active {
    display: block;
    animation: pv-fadeIn 0.4s ease;
}

@keyframes pv-fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.pv-hero-eyebrow {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.pv-hero-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 14px;
    color: #0f172a;
}

.pv-title-red {
    color: #dc2626;
    display: block;
}

.pv-hero-bullets {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.pv-hero-bullets li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    line-height: 1.45;
}

.pv-hero-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 900;
}

.pv-btn-hero {
    background: linear-gradient(90deg, #e85d04, #f97316);
    color: #fff;
    border: none;
    padding: 14px 22px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 20px rgba(232, 93, 4, 0.35);
}

.pv-btn-hero:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.pv-hero-dots {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.pv-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #cbd5e1;
    cursor: pointer;
    padding: 0;
}

.pv-dot.active {
    background: #e85d04;
    transform: scale(1.2);
}

.pv-tagline-center {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    margin: 20px 0 8px;
    font-style: italic;
}

.pv-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #1e3c72;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 3px solid #e85d04;
    display: inline-block;
    width: 100%;
}

.pv-products {
    background: #fff;
    border: 1px solid #d1d9e6;
    padding: 28px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.pv-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.pv-product-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 18px;
    background: #fafbfc;
    transition: box-shadow 0.2s, transform 0.2s;
    border-top: 4px solid #1e88c7;
}

.pv-product-card:hover {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.pv-accent-manager { border-top-color: #0f766e; }
.pv-accent-uploader { border-top-color: #7c3aed; }
.pv-accent-downloader { border-top-color: #dc2626; }

.pv-product-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #1e3c72;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.pv-product-tag {
    font-size: 10px;
    font-weight: 800;
    color: #e85d04;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;
}

.pv-product-card h3 {
    font-size: 18px;
    color: #1e3c72;
    margin-bottom: 8px;
}

.pv-product-card .software-unique-desc {
    display: block !important;
    font-size: 13px;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 10px;
    background: transparent;
    border: none;
    padding: 0;
}

.pv-product-mini {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    font-size: 12px;
    color: #64748b;
}

.pv-product-mini li::before {
    content: "• ";
    color: #e85d04;
    font-weight: 900;
}

.pv-btn-product {
    width: 100%;
    background: #1e3c72;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

.pv-btn-product:hover {
    background: #e85d04;
}

.pv-download-section {
    margin-bottom: 20px;
}

.pv-download-card {
    border-radius: 8px !important;
}

.pv-btn-lg {
    padding: 16px 32px !important;
    font-size: 16px !important;
}

.pv-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.pv-trust-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.pv-trust-item i {
    color: #e85d04;
    font-size: 18px;
    margin-top: 2px;
}

.pv-footer {
    background: #1e3c72 !important;
    color: #fff !important;
}

.pv-footer a,
.pv-footer .footer-copy {
    color: rgba(255, 255, 255, 0.85) !important;
}

.pv-body .feature-section,
.pv-body .pricing-section,
.pv-body .trust,
.pv-body .support {
    margin-top: 18px;
}

.pv-body .feature-box,
.pv-body .pricing-box,
.pv-body .trust-card,
.pv-body .support-card {
    background: #fff;
    border: 1px solid #d1d9e6;
    border-radius: 4px;
}

.pv-body .feature-box h2,
.pv-body .pricing-box h2 {
    color: #1e3c72;
}

/* pv theme disabled on restored layout — kept for about page optional use */
.pv-body-only .site-header { display: none; }

.pv-counter-bump {
    animation: pv-bump 0.5s ease;
}

@keyframes pv-bump {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); color: #4ade80; }
    100% { transform: scale(1); }
}

@media (max-width: 900px) {
    .pv-hero {
        grid-template-columns: 1fr;
    }
    .pv-hero-visual {
        min-height: 200px;
        margin-bottom: 12px;
    }
    .pv-product-grid {
        grid-template-columns: 1fr;
    }
    .pv-trust-strip {
        grid-template-columns: 1fr;
    }
    .pv-header-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .pv-nav a {
        padding: 10px 12px;
        font-size: 12px;
    }
}