/*
Theme Name: Antiplagiatu NET
Theme URI: https://antiplagiatu.net/
Author: Antiplagiatu NET
Author URI: https://antiplagiatu.net/
Description: WordPress theme for the Antiplagiatu NET landing, checker, SEO pages and legal pages.
Version: 1.5.11
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: antiplagiatu-net
*/

.antiplagiatu-seo-page {
    margin: 0;
    background: #f8fafc;
    color: #0f172a;
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.antiplagiatu-seo-page h1,
.antiplagiatu-seo-page h2,
.antiplagiatu-seo-page h3 {
    font-family: "Montserrat", "Manrope", sans-serif;
}

.seo-page * {
    box-sizing: border-box;
}

.seo-page a {
    color: inherit;
    text-decoration: none;
}

.seo-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
    padding: 16px max(24px, calc((100vw - 1180px) / 2));
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
}

.seo-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    font-size: 20px;
}

.seo-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff, #f0f9ff);
    border: 1px solid rgba(125, 211, 252, 0.5);
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.14);
    flex: 0 0 auto;
}

.seo-logo svg.seo-logo__cap {
    width: 26px;
    height: 26px;
    display: block;
    transform: rotate(-6deg);
}

.seo-logo__spark {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 17px;
    height: 17px;
    border-radius: 7px;
    background: linear-gradient(90deg, #ff8421, #ffa14a);
    border: 1px solid #ffffff;
    box-shadow: 0 4px 10px rgba(255, 132, 33, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.seo-logo__spark svg {
    width: 11px;
    height: 11px;
    display: block;
}

.seo-brand-text {
    font-family: "Montserrat", "Manrope", sans-serif;
    font-weight: 900;
    white-space: nowrap;
}

.seo-brand-text span {
    color: #38bdf8;
}

.seo-brand-text b {
    color: #ff8421;
}

.seo-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #64748b;
    font-weight: 800;
    font-size: 14px;
}

.seo-nav a:hover {
    color: #0ea5e9;
}

.seo-hero,
.seo-section {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
}

.seo-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 48px;
    align-items: center;
    padding: 88px 0 72px;
}

.seo-kicker {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 18px;
    padding: 9px 14px;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    background: #f0f9ff;
    color: #0ea5e9;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.seo-hero h1 {
    margin: 0;
    max-width: 820px;
    font-size: clamp(40px, 7vw, 76px);
    line-height: 1.02;
    letter-spacing: 0;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.seo-lead {
    max-width: 720px;
    margin: 24px 0 0;
    color: #475569;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 600;
}

.seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.seo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 18px;
    font-weight: 900;
}

.seo-button-primary {
    background: #0ea5e9;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(14, 165, 233, 0.25);
}

.seo-button-secondary {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
}

.seo-report {
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.12);
}

.seo-report-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 900;
}

.seo-report-top strong {
    color: #0ea5e9;
    font-size: 42px;
}

.seo-meter {
    height: 14px;
    margin: 22px 0;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.seo-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0ea5e9, #ff8421);
}

.seo-report ul,
.seo-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-report li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #f1f5f9;
}

.seo-report li b {
    width: 54px;
    color: #0ea5e9;
    font-size: 18px;
}

.seo-report li span {
    color: #64748b;
    font-weight: 700;
}

.seo-section {
    padding: 64px 0;
}

.seo-section + .seo-section {
    margin-top: 22px;
}

.seo-warning + .seo-split {
    margin-top: 38px;
}

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

.seo-grid-3 article,
.seo-faq details {
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #ffffff;
    padding: 30px;
}

.seo-section h2 {
    margin: 0 0 16px;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.seo-section p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
}

.seo-split {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 42px;
    align-items: start;
    padding: 54px;
    border-radius: 38px;
    background: #0f172a;
    color: #ffffff;
}

.seo-split p {
    color: #cbd5e1;
}

.seo-steps {
    display: grid;
    gap: 16px;
}

.seo-steps li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 850;
}

.seo-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #0ea5e9;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
    flex: 0 0 auto;
}

.seo-rich {
    display: grid;
    gap: 34px;
}

.seo-rich__intro {
    max-width: 920px;
}

.seo-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.seo-method-grid article,
.seo-timeline article {
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
}

.seo-method-grid article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 15px;
    background: #e0f2fe;
    color: #0284c7;
    font-size: 13px;
    font-weight: 950;
}

.seo-method-grid h3,
.seo-timeline h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 950;
}

.seo-method-grid p,
.seo-timeline p {
    font-size: 15px;
}

.seo-workflow {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 42px;
    align-items: start;
}

.seo-timeline {
    display: grid;
    gap: 18px;
}

.seo-timeline article b {
    display: inline-block;
    margin-bottom: 10px;
    color: #0ea5e9;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.seo-table-section {
    padding: 54px;
    border-radius: 36px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .06);
}

.seo-comparison {
    display: grid;
    margin-top: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
}

.seo-comparison [role="row"] {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
}

.seo-comparison [role="row"] + [role="row"] {
    border-top: 1px solid #e2e8f0;
}

.seo-comparison [role="cell"] {
    padding: 18px;
    color: #475569;
    font-weight: 700;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.seo-comparison [role="cell"] + [role="cell"] {
    border-left: 1px solid #e2e8f0;
}

.seo-comparison strong[role="cell"] {
    background: #f8fafc;
    color: #0f172a;
    font-weight: 950;
}

.seo-warning {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 46px;
    border-radius: 34px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #ffffff;
}

.seo-warning h2 {
    color: #ffffff;
}

.seo-warning p {
    max-width: 850px;
    color: #cbd5e1;
}

.seo-warning .seo-button {
    flex: 0 0 auto;
}

.seo-faq {
    display: grid;
    gap: 18px;
}

.seo-faq summary {
    cursor: pointer;
    color: #0f172a;
    font-weight: 900;
    font-size: 18px;
}

.seo-faq p {
    margin-top: 16px;
}

.seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-links a {
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    font-weight: 850;
}

.seo-links a:hover {
    border-color: #0ea5e9;
    color: #0ea5e9;
}

@media (max-width: 900px) {
    .seo-header {
        position: static;
        flex-direction: column;
        align-items: flex-start;
    }

    .seo-nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .seo-hero,
    .seo-grid-3,
    .seo-method-grid,
    .seo-workflow,
    .seo-split {
        grid-template-columns: 1fr;
    }

    .seo-hero {
        min-height: auto;
        padding: 52px 0 44px;
    }

    .seo-split {
        padding: 34px;
    }

    .seo-warning {
        align-items: stretch;
        flex-direction: column;
        gap: 24px;
    }

    .seo-section {
        padding: 50px 0;
    }
}

@media (max-width: 560px) {
    .seo-header {
        gap: 16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .seo-brand {
        font-size: 18px;
    }

    .seo-nav {
        width: 100%;
        gap: 8px;
    }

    .seo-nav a {
        padding: 0 10px;
        font-size: 13px;
    }

    .seo-hero,
    .seo-section {
        width: min(100% - 24px, 1180px);
    }

    .seo-hero h1 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .seo-lead {
        font-size: 17px;
        line-height: 1.6;
    }

    .seo-section {
        padding: 42px 0;
    }

    .seo-section h2 {
        font-size: clamp(26px, 9vw, 34px);
        line-height: 1.12;
    }

    .seo-actions,
    .seo-button {
        width: 100%;
    }

    .seo-report {
        padding: 20px;
        border-radius: 26px;
    }

    .seo-table-section,
    .seo-warning {
        padding: 24px;
        border-radius: 28px;
    }

    .seo-grid-3 article,
    .seo-method-grid article,
    .seo-timeline article,
    .seo-faq details {
        padding: 22px;
        border-radius: 24px;
    }

    .seo-split {
        padding: 24px;
        border-radius: 28px;
    }

    .seo-steps li {
        align-items: flex-start;
        padding: 16px;
    }

    .seo-comparison,
    .seo-comparison [role="row"] {
        display: block;
    }

    .seo-comparison [role="row"] {
        padding: 14px 0;
    }

    .seo-comparison [role="row"]:first-child {
        display: none;
    }

    .seo-comparison [role="cell"] {
        display: block;
        padding: 10px 16px;
    }

    .seo-comparison [role="cell"] + [role="cell"] {
        border-left: 0;
    }

    .seo-links a {
        width: 100%;
        border-radius: 18px;
    }
}

/* Visual alignment for cabinet/SEO pages with the main landing. */
.antiplagiatu-seo-page {
    font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 15% 10%, rgba(14, 165, 233, .12), transparent 30%),
        radial-gradient(circle at 85% 0%, rgba(255, 132, 33, .10), transparent 28%),
        #f8fafc;
}

.seo-header {
    z-index: 50;
    min-height: 72px;
    border-bottom: 1px solid rgba(226, 232, 240, .9);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .05);
}

.seo-brand {
    font-family: Montserrat, Manrope, sans-serif;
    color: #0f172a;
}

.seo-logo {
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.14);
}

.seo-nav a {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 14px;
}

.seo-nav a:hover {
    background: #f0f9ff;
}

.seo-hero {
    min-height: 540px;
}

.seo-hero h1,
.seo-section h2 {
    font-family: Montserrat, Manrope, sans-serif;
    letter-spacing: 0;
}

.seo-report,
.seo-grid-3 article,
.seo-faq details,
.seo-links a {
    box-shadow: 0 22px 60px rgba(15, 23, 42, .07);
}

.antiplagiatu-legal-page {
    margin: 0;
    font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    color: #0f172a;
    background:
        radial-gradient(circle at 15% 0%, rgba(14, 165, 233, .12), transparent 30%),
        radial-gradient(circle at 85% 5%, rgba(255, 132, 33, .10), transparent 28%),
        #f8fafc;
}

.anp-legal {
    padding: 56px 20px 80px;
}

.anp-legal__wrap {
    width: min(920px, 100%);
    margin: 0 auto;
}

.anp-legal__back {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    background: #fff;
    color: #0ea5e9;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
}

.anp-legal h1 {
    margin: 34px 0 16px;
    font-family: Montserrat, Manrope, sans-serif;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.05;
    letter-spacing: 0;
}

.anp-legal__lead {
    max-width: 720px;
    margin: 0 0 34px;
    color: #64748b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
}

.anp-legal__content {
    display: grid;
    gap: 16px;
}

.anp-legal__content section {
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .06);
}

.anp-legal__content h2 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 900;
}

.anp-legal__content p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}
