body {
    min-height: 100vh;
    margin: 0;
    color: #15213b;
    background: #f4f7fb;
    font-family: "Nunito", "Segoe UI", sans-serif;
}

.placement-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e4e9f2;
    backdrop-filter: blur(14px);
}

.placement-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
}

.placement-home-link,
.placement-call-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #15213b;
    text-decoration: none;
    font-weight: 800;
}

.placement-call-link {
    padding: 8px 12px;
    color: #fff;
    background: #20a568;
    border-radius: 999px;
}

.placement-page {
    padding-top: 18px;
    padding-bottom: 28px;
}

.placement-explorer {
    --placement-ink: #15213b;
    --placement-muted: #66728b;
    --placement-accent: #315ce3;
    --placement-border: #e4e9f2;
    max-width: 960px;
    margin: 0 auto;
}

.placement-hero {
    position: relative;
    overflow: hidden;
    padding: 26px 22px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 14%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(135deg, #13203b 0%, #244aa8 60%, #315ce3 100%);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(22, 47, 110, .2);
}

.placement-hero::after {
    content: "";
    position: absolute;
    right: -54px;
    bottom: -82px;
    width: 170px;
    height: 170px;
    border: 26px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.placement-eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    padding: 6px 10px;
    color: #183b86;
    background: #fff;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
}

.placement-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 610px;
    margin: 0;
    font-size: clamp(1.55rem, 4.5vw, 2.35rem);
    font-weight: 850;
    line-height: 1.16;
}

.placement-hero-stats {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.placement-stat {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 11px;
    font-size: .75rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.placement-spotlight {
    margin-top: 18px;
    padding: 20px 17px 17px;
    background: #fff;
    border: 1px solid var(--placement-border);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(27, 47, 91, .08);
}

.placement-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.placement-section-head h2 {
    margin: 0;
    color: var(--placement-ink);
    font-size: 1.05rem;
    font-weight: 850;
}

.placement-section-head p {
    margin: 4px 0 0;
    color: var(--placement-muted);
    font-size: .75rem;
}

.placement-stage {
    position: relative;
    min-height: 275px;
}

.placement-slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 4px 12px 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px) scale(.98);
    transition: opacity .36s ease, transform .36s ease, visibility .36s ease;
}

.placement-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
}

.placement-portrait-wrap {
    position: relative;
    width: 148px;
    height: 148px;
    margin: 0 auto 14px;
    padding: 6px;
    background: linear-gradient(145deg, #315ce3, #8b73f6);
    border-radius: 50%;
    box-shadow: 0 14px 28px rgba(49,92,227,.2);
}

.placement-portrait {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    background: #edf1f8;
    border: 4px solid #fff;
    border-radius: 50%;
}

.placement-check {
    position: absolute;
    right: 4px;
    bottom: 12px;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #20a568;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: .7rem;
}

.placement-slide h3 {
    margin: 0;
    color: var(--placement-ink);
    font-size: 1.12rem;
    font-weight: 850;
}

.placement-slide-role {
    margin: 5px 0 0;
    color: #315ce3;
    font-size: .82rem;
    font-weight: 800;
}

.placement-slide-company {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
    color: var(--placement-muted);
    font-size: .76rem;
    font-weight: 650;
}

.placement-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 310px;
    margin: 6px auto 0;
}

.placement-progress-button {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    color: #315ce3;
    background: #edf2ff;
    border-radius: 50%;
    font-size: .68rem;
}

.placement-progress-button:hover {
    color: #fff;
    background: #315ce3;
}

.placement-progress-track {
    flex: 1;
    height: 5px;
    overflow: hidden;
    background: #e1e6f0;
    border-radius: 999px;
}

.placement-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #315ce3, #7a67ef);
    border-radius: inherit;
    transition: width .3s ease;
}

.placement-progress-count {
    min-width: 43px;
    color: #8a95aa;
    font-size: .68rem;
    font-weight: 750;
    text-align: center;
}

.placement-progress-count strong {
    color: #315ce3;
    font-size: .76rem;
}

.placement-stories {
    margin-top: 22px;
}

.placement-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
}

.placement-story {
    position: relative;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--placement-border);
    border-radius: 16px;
    box-shadow: 0 7px 20px rgba(26, 44, 83, .06);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.placement-story:hover {
    transform: translateY(-2px);
    border-color: #cbd6f2;
    box-shadow: 0 12px 25px rgba(26, 44, 83, .1);
}

.placement-story-image {
    width: 66px;
    height: 66px;
    object-fit: cover;
    object-position: center top;
    background: #edf1f8;
    border-radius: 50%;
}

.placement-story-copy {
    min-width: 0;
}

.placement-story-copy h3 {
    margin: 0;
    overflow: hidden;
    color: var(--placement-ink);
    font-size: .9rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.placement-story-role,
.placement-story-company {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    margin: 4px 0 0;
    color: var(--placement-muted);
    font-size: .72rem;
}

.placement-story-role {
    color: #3459b6;
    font-weight: 750;
}

.placement-story-role span,
.placement-story-company span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.placement-share-button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #315ce3;
    background: #edf2ff;
    border: 0;
    border-radius: 11px;
    font-size: .8rem;
    transition: transform .16s ease, background-color .16s ease;
}

.placement-share-button:hover {
    color: #fff;
    background: #315ce3;
    transform: scale(1.04);
}

.placement-empty {
    padding: 38px 20px;
    color: var(--placement-muted);
    background: #fff;
    border: 1px dashed #ccd5e5;
    border-radius: 18px;
    text-align: center;
}

.placement-empty i {
    display: block;
    margin-bottom: 10px;
    color: #8290ad;
    font-size: 1.8rem;
}

.share-modal-header {
    color: white;
    background: linear-gradient(135deg, #4e73df 0%, #2e59d9 100%);
}

.share-icon-container {
    padding: 10px;
}

.share-platform-btn {
    width: 100%;
    min-height: 78px;
    padding: 12px 5px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-size: .76rem;
    font-weight: 800;
}

.share-platform-btn i {
    display: block;
    margin-bottom: 6px;
    font-size: 1.35rem;
}

.whatsapp-btn { background: #25d366; }
.facebook-btn { background: #1877f2; }
.twitter-btn { background: #1da1f2; }
.instagram-btn { background: linear-gradient(135deg, #833ab4, #e1306c, #f77737); }
.telegram-btn { background: #0088cc; }
.copy-btn { background: #6c757d; }

.share-preview {
    overflow: hidden;
    border: 1px solid #e4e9f2;
    border-radius: 14px;
    text-align: left;
}

.share-preview-header {
    padding: 9px 12px;
    color: #315ce3;
    background: #edf2ff;
    font-weight: 850;
}

.share-preview-content {
    display: flex;
    gap: 12px;
    padding: 12px;
}

.preview-image {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
}

.preview-details h3 {
    margin: 0;
    color: #15213b;
    font-size: .95rem;
    font-weight: 850;
}

.preview-details p {
    margin: 5px 0 0;
    color: #66728b;
    font-size: .78rem;
}

.link-copied {
    color: #fff !important;
    background: #20a568 !important;
}

.app-footer {
    margin-top: 24px;
    padding: 28px 0;
    color: #dce5ff;
    background:
        radial-gradient(circle at top left, rgba(78, 115, 223, 0.22), transparent 38%),
        #10182c;
}

.footer-inner {
    max-width: 760px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-brand h2 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
}

.footer-brand p {
    margin: 0;
    color: #9eacd0;
    font-size: 0.86rem;
}

.footer-call {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
    min-width: 210px;
    padding: 10px 14px;
    color: #102218;
    background: #fff;
    border-radius: 13px;
    text-decoration: none;
}

.footer-call:hover {
    color: #102218;
}

.footer-call-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    color: #fff;
    background: #20a45b;
    border-radius: 50%;
}

.footer-call-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.footer-call-text small {
    margin-bottom: 3px;
    color: #68736d;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-call-text strong {
    font-size: 0.9rem;
}

.footer-call-text span {
    margin-top: 2px;
    color: #68736d;
    font-size: 0.78rem;
}

.footer-socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 10px 12px;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 750;
}

.footer-social-link:hover {
    color: #fff;
}

.footer-social-link.youtube { background: #ff0000; }
.footer-social-link.instagram { background: linear-gradient(135deg, #833ab4 0%, #e1306c 52%, #f77737 100%); }
.footer-social-link.facebook { background: #1877f2; }

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    color: #8492b6;
    font-size: 0.76rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #dce5ff;
    text-decoration: none;
}

@media (min-width: 700px) {
    .placement-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .placement-stage {
        min-height: 292px;
    }

    .placement-portrait-wrap {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 575.98px) {
    .placement-hero {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .placement-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .placement-stage {
        min-height: 280px;
    }

    .footer-top {
        align-items: stretch;
        flex-direction: column;
    }

    .footer-call {
        width: 100%;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
