/* Outsourced Link Building Service — icopify.co */

.olb-page {
    background: #06111f;
    color: #f8fafc;
}

.olb-page .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(11, 23, 39, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.olb-page main {
    padding-top: 72px;
}

.olb-hero {
    padding: 64px 0 48px;
    background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.14), transparent 40%), #06111f;
}

.olb-badge {
    display: inline-block;
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 999px;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}

.olb-title {
    font-size: clamp(32px, 4.5vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0 0 16px;
}

.olb-subtitle {
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 24px;
}

.olb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.olb-btn-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.22);
}

.olb-btn-green:hover {
    filter: brightness(1.05);
}

.olb-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 8px;
    border: 1px solid rgba(34, 197, 94, 0.55);
    color: #f8fafc !important;
    background: rgba(15, 23, 42, 0.65);
    font-weight: 600;
    text-decoration: none;
}

.olb-btn-outline:hover {
    background: rgba(34, 197, 94, 0.12);
}

.olb-trust {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 12px;
}

.olb-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    color: #cbd5e1;
    font-size: 14px;
    margin-bottom: 28px;
}

.olb-checks i { color: #22c55e; margin-right: 6px; }

.olb-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    color: #94a3b8;
    font-size: 13px;
}

.olb-infra-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #22c55e;
    margin-bottom: 12px;
    font-weight: 600;
}

.olb-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
}

.olb-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.olb-filter-chip {
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: #86efac;
    font-size: 12px;
}

.olb-filter-chip.dark {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

.olb-card-light {
    background: #fff;
    border-color: #e2e8f0;
}

.olb-card-light h4 { color: #0f172a; }

.olb-list-dark li { color: #475569; }

.olb-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.olb-card {
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 14px;
    padding: 22px;
}

.olb-card h3, .olb-card h4 {
    margin: 0 0 12px;
    color: #fff;
}

.olb-muted { color: #94a3b8; line-height: 1.65; }

.olb-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 32px 0;
}

.olb-stat {
    text-align: center;
    padding: 20px 12px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 12px;
}

.olb-stat h3 {
    margin: 0 0 6px;
    font-size: 1.6rem;
    color: #fff;
}

.olb-section {
    padding: 56px 0;
}

.olb-section-light {
    background: #f8fafc;
    color: #0f172a;
}

.olb-section-light .olb-muted { color: #64748b; }

.olb-section-title {
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.olb-section-copy {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
    margin-bottom: 24px;
}

.olb-section-light .olb-section-copy { color: #64748b; }

.olb-section-head-center {
    text-align: center;
}

.olb-section-head-center .olb-section-copy-center {
    margin-left: auto;
    margin-right: auto;
}

.olb-accent {
    color: #22c55e;
}

.olb-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.olb-list li {
    padding: 8px 0 8px 28px;
    position: relative;
    color: #cbd5e1;
    line-height: 1.55;
}

.olb-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #22c55e;
}

.olb-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.olb-feature-card {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 12px;
    padding: 20px;
}

.olb-feature-card i {
    color: #22c55e;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.olb-feature-card h4 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1rem;
}

.olb-table-wrap {
    overflow-x: auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.olb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #334155;
    min-width: 720px;
}

.olb-table th {
    background: #f1f5f9;
    color: #64748b;
    font-weight: 600;
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.olb-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.olb-table .olb-site-mask {
    font-weight: 600;
    color: #1e293b;
}

.olb-mini-btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: #2563eb;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.olb-mini-btn-outline {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #e07a5f;
    color: #e07a5f !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 0;
    margin-top: 6px;
}

.olb-buy-split {
    display: inline-flex;
    align-items: stretch;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.olb-buy-split .olb-buy-label {
    background: #1e4976;
    color: #fff;
    padding: 6px 10px;
}

.olb-buy-split .olb-buy-price {
    background: #2563eb;
    color: #fff;
    padding: 6px 10px;
}

.olb-table td .olb-buy-split,
.olb-table td .olb-mini-btn-outline {
    display: inline-flex;
}

.olb-table td.olb-action-cell,
.olb-table td:has(.olb-buy-split) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    white-space: normal;
}

.olb-map-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.olb-map-item {
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 10px;
    padding: 16px;
}

.olb-map-item.highlight {
    border-color: rgba(34, 197, 94, 0.45);
}

.olb-map-item strong {
    display: block;
    color: #fff;
    margin-bottom: 6px;
}

.olb-niche-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.olb-niche {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 12px;
    padding: 18px 10px;
    text-align: center;
    color: #f8fafc;
}

.olb-niche i {
    display: block;
    font-size: 1.5rem;
    color: #22c55e;
    margin-bottom: 8px;
}

.olb-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.olb-step {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 12px;
    padding: 20px;
    text-align: left;
}

.olb-step h4 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1rem;
}

.olb-step-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.olb-step-icon {
    color: #22c55e;
    font-size: 1.15rem;
}

.olb-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-bottom: 0;
}

.olb-comparison {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    color: #334155;
    border: 1px solid #dbeafe;
}

.olb-comparison th,
.olb-comparison td {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    text-align: left;
    font-size: 0.9rem;
    background: #fff;
    color: #475569;
}

.olb-comparison th {
    background: #1e4976;
    color: #fff;
}

.olb-comparison td:first-child {
    font-weight: 700;
    color: #1e293b;
}

.olb-comparison td:nth-child(2) {
    color: #334155;
}

.olb-comparison .fa-check-circle { color: #22c55e; margin-right: 6px; }

.olb-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.olb-testimonial {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 12px;
    padding: 22px;
}

.olb-section-light .olb-testimonial {
    background: #fff;
    border-color: #e2e8f0;
}

.olb-section-light .olb-testimonial p {
    color: #475569;
}

.olb-section-light .olb-testimonial strong {
    color: #0f172a;
}

.olb-testimonial p {
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 0 14px;
}

.olb-testimonial span.olb-muted {
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.olb-testimonial-stars {
    color: #f59e0b;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 2px;
}

.olb-testimonial strong {
    display: block;
    color: #fff;
}

.olb-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.olb-audience-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px;
}

.olb-audience-card i {
    color: #22c55e;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.olb-audience-card h4 {
    margin: 0 0 8px;
    color: #0f172a;
}

.olb-audience-card-dark {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

.olb-audience-card-dark h4 {
    color: #fff;
}

.olb-audience-card-dark .olb-muted {
    color: #94a3b8;
}

.olb-comparison-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.olb-page .footer {
    margin-top: 0;
}

.olb-preview-notice {
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.22);
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.55;
}

.olb-section-light .olb-preview-notice {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #475569;
}

.olb-preview-badge {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.18);
    color: #22c55e;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.olb-section-light .olb-preview-badge {
    background: #dcfce7;
    color: #15803d;
}

.olb-niche-label {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 11px;
}

.olb-category-tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.olb-table-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}

.olb-table-footer-meta {
    color: #64748b;
    font-size: 12px;
}

.olb-btn-sm {
    padding: 8px 16px;
    font-size: 13px;
}

.olb-faq-list {
    max-width: 860px;
    margin: 0 auto;
    border: 1px solid #cbd5e1;
    background: #fff;
}

.olb-faq-item {
    border-bottom: 1px solid #cbd5e1;
}

.olb-faq-item:last-child { border-bottom: none; }

.olb-faq-item button {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    background: #eef2f7;
    border: none;
    border-bottom: 1px solid #b8d4e8;
    font-weight: 700;
    color: #1e293b;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: inherit;
}

.olb-faq-item:not(.open) button { border-bottom: none; }

.olb-faq-body {
    display: none;
    padding: 16px 20px 20px;
    color: #475569;
    line-height: 1.7;
    background: #fff;
}

.olb-faq-item.open .olb-faq-body { display: block; }

.olb-final-cta {
    padding: 56px 0 72px;
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.16), transparent 38%), #071019;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.olb-cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.olb-scroll-target {
    scroll-margin-top: 88px;
}

@media (max-width: 992px) {
    .olb-row-2, .olb-features-grid, .olb-steps, .olb-testimonials, .olb-cta-cards, .olb-audience-grid { grid-template-columns: 1fr; }
    .olb-stats-row { grid-template-columns: repeat(2, 1fr); }
    .olb-niche-grid { grid-template-columns: repeat(3, 1fr); }
    .olb-map-grid { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
    .olb-stats-row, .olb-niche-grid { grid-template-columns: repeat(2, 1fr); }
}
