.example-card-secondary {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.example-card-secondary .example-tag {
    margin-bottom: 0;
}

.example-card-secondary-media {
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(19, 8, 13, 0.3);
}

.example-card-secondary-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.example-card-secondary-media--shower img {
    object-position: center 40%;
}

.example-card-secondary-media--weekend img {
    object-position: center 18%;
}

.example-card-secondary-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.example-card-secondary-body h3,
.example-card-secondary-body p {
    margin: 0;
}

.step-number {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.download-card {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 1.6rem;
}

.store-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.store-button {
    min-width: 185px;
}

.hero-cta-row-centered {
    justify-content: center;
    margin-top: 1.4rem;
}

.download-note {
    margin-top: 1rem;
    color: rgba(255,255,255,0.64);
    font-size: 0.84rem;
    line-height: 1.5;
}

.panel-kicker {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.68);
    margin-bottom: 0.7rem;
}
.hero-artifact-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: 1rem;
}
.hero-artifact-chip {
    padding: 0.82rem 0.88rem;
    background: rgba(20, 7, 12, 0.16);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    text-align: left;
}
.hero-artifact-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.62);
    margin-bottom: 0.35rem;
}
.hero-artifact-chip strong {
    display: block;
    color: #fff;
    font-size: 0.92rem;
    line-height: 1.35;
}
.panel-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.7rem;
}
.panel-copy {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.55;
    margin-bottom: 1rem;
}
.panel-support-copy {
    margin-top: 0.95rem;
    color: rgba(255,255,255,0.72);
    font-size: 0.92rem;
    line-height: 1.45;
}

.signup-block {
    display: grid;
    gap: 0.75rem;
}

/* Email Form */
.signup-form {
    display: flex;
    gap: 0.75rem;
    max-width: 540px;
    margin: 0 auto;
}

.signup-form input[type="email"] {
    flex: 1;
    padding: 0.9rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(16px);
    color: #fff;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.25s, background 0.25s;
}
.signup-form input[type="email"]::placeholder { color: rgba(255,255,255,0.5); }
.signup-form input[type="email"]:focus {
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.18);
}

.signup-form button {
    padding: 0.9rem 1.6rem;
    border-radius: 14px;
    border: none;
    background: #fff;
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
}
.signup-form button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.signup-form button:active { transform: translateY(0); }
.signup-form button:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }

.form-note {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.5;
    text-align: center;
}
.form-note a {
    color: #fff;
    text-decoration: none;
}

/* Success state */
.success-message {
    display: none;
    text-align: center;
    padding: 1.15rem 1.2rem;
    background: var(--glass);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    max-width: 540px;
    margin: 0 auto;
}
.success-message.show { display: block; animation: fadeUp 0.4s ease; }
.success-message h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.success-message p { color: rgba(255,255,255,0.8); font-size: 0.95rem; line-height: 1.5; }

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Blog Section */
.blog-section { margin: 4rem 0 1.75rem; text-align: center; }
.blog-section h2 { font-size: 1.6rem; font-weight: 700; margin-bottom: 1.5rem; }
.blog-subtitle {
    max-width: 620px;
    margin: 0 auto 1.5rem;
    color: rgba(255,255,255,0.74);
    line-height: 1.6;
}
.blog-list { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.blog-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(16px); padding: 1.05rem; border-radius: 18px; display: flex; flex-direction: column; overflow: hidden; text-align: left; min-height: 220px; }
.blog-card-top { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; margin-bottom: 0.75rem; }
.blog-chip { display: inline-flex; align-items: center; padding: 0.35rem 0.7rem; border-radius: 999px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.14); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.82); }
.blog-meta { font-size: 0.78rem; color: rgba(255,255,255,0.62); white-space: nowrap; }
.blog-card .date { font-size: 0.68rem; letter-spacing: 0.5px; text-transform: uppercase; opacity: 0.65; margin-bottom: 0.45rem; font-weight: 500; }
.blog-card h3 { font-size: 1.05rem; margin: 0 0 0.45rem; font-weight: 600; line-height: 1.3; }
.blog-card h3 a { text-decoration: none; color: inherit; }
.blog-card .excerpt { font-size: 0.85rem; line-height: 1.5; opacity: 0.82; flex: 1; }
.blog-card .read-more { margin-top: 0.85rem; color: #fff; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; }
.blog-view-all { display: inline-block; margin-top: 1.5rem; padding: 0.7rem 1.4rem; background: rgba(255,255,255,0.9); color: var(--primary); border-radius: 12px; font-weight: 600; text-decoration: none; font-size: 0.9rem; transition: transform 0.2s, box-shadow 0.2s; }
.blog-view-all:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

.after-blog-cta {
    margin: 2rem 0 1rem;
}
.after-blog-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 1.35rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    backdrop-filter: blur(18px);
    text-align: center;
}
.after-blog-card h2 {
    font-size: 1.8rem;
    line-height: 1.15;
    margin-bottom: 0.7rem;
}
.after-blog-card p {
    color: rgba(255,255,255,0.78);
    line-height: 1.55;
    margin-bottom: 1rem;
}
.after-blog-card .signup-form {
    max-width: 540px;
    margin: 0 auto;
}
.after-blog-card .form-note,
.after-blog-card .success-message {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Footer */
.footer {
    text-align: center;
    padding: 2rem 0;
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
}
.footer a { color: rgba(255,255,255,0.6); text-decoration: none; margin: 0 0.5rem; transition: color 0.2s; }
.footer a:hover { color: #fff; }
.footer .divider { opacity: 0.3; }
.footer-break { margin-top: 0.5rem; }
.footer-copyright { display: inline-block; margin-top: 0.5rem; }

/* Social Proof Counter */
.proof-counter {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.82);
}
.proof-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(74,222,128,0.5); }
    50% { opacity: 0.8; box-shadow: 0 0 0 6px rgba(74,222,128,0); }
}

/* Social Proof Toast */
.proof-toast {
    position: fixed;
    bottom: 5.5rem;
    left: 1.5rem;
    background: rgba(30, 10, 15, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 0.75rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.88);
    z-index: 900;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
    pointer-events: none;
    max-width: 320px;
}
.proof-toast.show { opacity: 1; transform: translateY(0); }
.proof-toast-avatar {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
}
.proof-toast-text strong { color: #fff; }
.proof-toast-time { font-size: 0.72rem; color: rgba(255,255,255,0.48); margin-top: 0.15rem; }

/* Sticky Bottom Bar */
.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 10, 15, 0.92);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 0.75rem 1.5rem;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.sticky-bar.visible { transform: translateY(0); }
.sticky-bar-text { font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.88); white-space: nowrap; }
.sticky-bar .signup-form { margin: 0; max-width: 420px; flex: 1; }
.sticky-bar .signup-form input[type="email"] { padding: 0.65rem 1rem; font-size: 0.88rem; border-radius: 10px; }
.sticky-bar .signup-form button { padding: 0.65rem 1.2rem; font-size: 0.88rem; border-radius: 10px; }
.sticky-bar .form-note { display: none; }
.sticky-bar .success-message { font-size: 0.88rem; }
.sticky-bar .success-message h3 { font-size: 1rem; }
