
:root{
    --apgl-red:#c71920;
    --apgl-red-dark:#a80f15;
    --apgl-red-soft:#fff4f4;
    --apgl-black:#111111;
    --apgl-text:#262626;
    --apgl-muted:#777777;
    --apgl-border:#e7e7e7;
    --apgl-soft:#f7f7f7;
    --apgl-white:#ffffff;
    --apgl-shadow:0 8px 30px rgba(0,0,0,.05);
}

.apgl-page{
    background:#fff;
    color:var(--apgl-text);
    font-family:inherit;
}

.apgl-shell{
    width:min(1180px,calc(100% - 48px));
    margin:0 auto;
}

.apgl-top{
    padding:22px 0 54px;
    background:#fff;
}

.apgl-breadcrumbs{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    color:#8b8b8b;
    font-size:12px;
    margin:0 0 38px;
}

.apgl-breadcrumbs a{
    color:#8b8b8b;
    text-decoration:none!important;
}

.apgl-breadcrumbs a:hover{
    color:var(--apgl-red);
}

.apgl-top-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 260px;
    gap:56px;
    align-items:start;
}

.apgl-main-column{
    min-width:0;
}

.apgl-category-badge{
    display:inline-flex;
    align-items:center;
    background:var(--apgl-red);
    color:#fff;
    padding:8px 12px;
    border-radius:4px;
    font-size:10px;
    font-weight:800;
    letter-spacing:.04em;
    margin-bottom:18px;
}

.apgl-main-column h1{
    color:var(--apgl-black);
    font-size:clamp(42px,5.2vw,68px);
    line-height:.98;
    letter-spacing:-.05em;
    font-weight:650;
    max-width:760px;
    margin:0;
}

.apgl-intro{
    font-size:19px;
    line-height:1.55;
    color:#666;
    max-width:740px;
    margin:22px 0 26px;
}

.apgl-review-strip{
    display:grid;
    grid-template-columns:54px 1fr auto;
    gap:15px;
    align-items:center;
    background:#fbfbfb;
    border:1px solid var(--apgl-border);
    border-radius:8px;
    padding:13px 16px;
    margin-bottom:28px;
}

.apgl-review-avatar{
    width:46px;
    height:46px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#111;
    color:#fff;
    font-weight:800;
    font-size:12px;
    flex:0 0 auto;
}

.apgl-review-copy{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:4px 6px;
    min-width:0;
}

.apgl-review-copy span{
    font-size:12px;
    color:#888;
}

.apgl-review-copy strong{
    font-size:13px;
    color:#111;
}

.apgl-review-copy small{
    width:100%;
    display:block;
    font-size:11px;
    color:#888;
}

.apgl-review-date{
    min-width:160px;
    border-left:1px solid var(--apgl-border);
    padding-left:18px;
}

.apgl-review-date span{
    display:block;
    font-size:10px;
    color:#888;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.apgl-review-date strong{
    display:block;
    font-size:12px;
    color:#333;
    margin-top:3px;
}

.apgl-quick-answer{
    display:grid;
    grid-template-columns:48px 1fr;
    gap:18px;
    border:1px solid #f0a7aa;
    border-radius:10px;
    background:linear-gradient(135deg,#fff 0%,#fff7f7 100%);
    padding:28px 30px;
    margin:0 0 34px;
}

.apgl-quick-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid var(--apgl-red);
    display:grid;
    place-items:center;
    color:var(--apgl-red);
    font-size:18px;
}

.apgl-section-label{
    display:block;
    color:var(--apgl-red);
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.06em;
    font-weight:800;
    margin-bottom:8px;
}

.apgl-quick-content p{
    margin:0 0 18px;
    font-size:17px;
    line-height:1.6;
    color:#282828;
}

.apgl-red-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-height:42px;
    background:var(--apgl-red);
    color:#fff!important;
    text-decoration:none!important;
    padding:0 16px;
    border-radius:4px;
    font-size:12px;
    font-weight:700;
}

.apgl-red-button:hover{
    background:var(--apgl-red-dark);
}

.apgl-heading-rule{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 26px;
}

.apgl-heading-rule span{
    color:#111;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.035em;
    font-weight:800;
    white-space:nowrap;
}

.apgl-heading-rule::after{
    content:"";
    height:1px;
    background:#e5a4a7;
    flex:1;
}

.apgl-conversation{
    font-size:16px;
    line-height:1.65;
}

.apgl-conversation p{
    margin:0 0 12px;
}

.apgl-conversation ul,
.apgl-conversation ol{
    padding-left:20px;
    margin:10px 0 18px;
}

.apgl-turn{
    display:grid;
    margin:0 0 22px;
}

.apgl-turn-client{
    grid-template-columns:44px minmax(0,400px);
    gap:12px;
    justify-content:start;
}

.apgl-turn-lawyer{
    grid-template-columns:minmax(0,460px) 44px;
    gap:12px;
    justify-content:end;
}

.apgl-turn-meta{
    display:flex;
    align-items:flex-start;
    justify-content:center;
}

.apgl-turn-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-weight:800;
    font-size:11px;
}

.apgl-turn-client .apgl-turn-avatar{
    background:#f1f1f1;
    color:#666;
    border:1px solid #e5e5e5;
}

.apgl-turn-lawyer .apgl-turn-avatar{
    background:var(--apgl-red);
    color:#fff;
}

.apgl-turn-card{
    min-width:0;
}

.apgl-turn-name{
    display:block;
    font-size:10px;
    color:#666;
    margin:0 0 5px 8px;
}

.apgl-turn-lawyer .apgl-turn-name{
    color:var(--apgl-red);
    text-align:right;
    margin:0 8px 5px 0;
    font-weight:700;
}

.apgl-turn-body{
    border-radius:6px;
    padding:14px 16px;
    font-size:14px;
    line-height:1.55;
    box-shadow:0 4px 15px rgba(0,0,0,.025);
}

.apgl-turn-client .apgl-turn-body{
    background:#fff;
    border:1px solid #e5e5e5;
}

.apgl-turn-lawyer .apgl-turn-body{
    background:#fff5f5;
    border:1px solid #f3d5d7;
}

.apgl-turn-body p:last-child,
.apgl-turn-body ul:last-child,
.apgl-turn-body ol:last-child{
    margin-bottom:0;
}

.apgl-turn-body li{
    margin:4px 0;
}

.apgl-sidebar{
    min-width:0;
}

.apgl-sticky{
    position:sticky;
    top:100px;
    display:grid;
    gap:18px;
}

.apgl-side-card{
    border:1px solid var(--apgl-border);
    border-radius:10px;
    background:#fff;
    box-shadow:var(--apgl-shadow);
    padding:20px;
}

.apgl-side-title{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:.05em;
    color:#111;
    margin-bottom:14px;
}

.apgl-toc{
    display:grid;
    gap:12px;
}

.apgl-toc a{
    display:grid;
    grid-template-columns:7px 1fr;
    gap:10px;
    align-items:start;
    color:#555!important;
    text-decoration:none!important;
    font-size:12px;
    line-height:1.4;
}

.apgl-toc a span{
    width:5px;
    height:5px;
    border-radius:50%;
    background:var(--apgl-red);
    margin-top:5px;
}

.apgl-toc a:hover{
    color:var(--apgl-red)!important;
}

.apgl-side-help{
    text-align:center;
    padding:22px 18px 18px;
}

.apgl-side-help>strong{
    display:block;
    color:#111;
    font-size:16px;
    margin-bottom:10px;
}

.apgl-side-help p{
    font-size:12px;
    color:#777;
    line-height:1.5;
    margin:0 0 18px;
}

.apgl-side-help>a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    border:1px solid var(--apgl-red);
    color:var(--apgl-red)!important;
    text-decoration:none!important;
    font-size:12px;
    font-weight:700;
    border-radius:4px;
}

.apgl-side-benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:6px;
    border-top:1px solid var(--apgl-border);
    margin-top:18px;
    padding-top:14px;
}

.apgl-side-benefits span{
    font-size:9px;
    color:#777;
    line-height:1.25;
}

.apgl-legal-section{
    padding:0 0 46px;
}

.apgl-legal-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:50px;
    border-top:1px solid var(--apgl-border);
    padding-top:34px;
}

.apgl-legal-sources{
    min-width:0;
}

.apgl-legal-sources ul{
    margin:14px 0 0;
    padding-left:18px;
}

.apgl-legal-sources li{
    color:#555;
    font-size:14px;
    line-height:1.55;
    margin:7px 0;
}

.apgl-legal-review{
    border-left:1px solid var(--apgl-border);
    padding-left:34px;
}

.apgl-lawyer-mini{
    display:flex;
    gap:14px;
    align-items:center;
    margin-top:18px;
}

.apgl-lawyer-mini div:last-child{
    display:grid;
    gap:3px;
}

.apgl-lawyer-mini strong{
    color:#111;
    font-size:14px;
}

.apgl-lawyer-mini span{
    color:#777;
    font-size:11px;
}

.apgl-lawyer-mini small{
    color:#999;
    font-size:10px;
    margin-top:4px;
}

.apgl-related-questions{
    padding:0 0 46px;
}

.apgl-question-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.apgl-question-card{
    border:1px solid var(--apgl-border);
    background:#fff;
    padding:18px;
    min-height:130px;
    display:grid;
    grid-template-columns:34px 1fr;
    gap:10px 12px;
    align-content:start;
}

.apgl-question-mark{
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #ddd;
    display:grid;
    place-items:center;
    font-weight:800;
    color:#777;
}

.apgl-question-card strong{
    color:#222;
    font-size:13px;
    line-height:1.4;
}

.apgl-question-card span{
    grid-column:2;
    color:var(--apgl-red);
    font-size:11px;
    font-weight:700;
}

.apgl-more-guides{
    padding:0 0 48px;
}

.apgl-guide-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.apgl-guide-card{
    color:#111!important;
    text-decoration:none!important;
    display:block;
}

.apgl-guide-image{
    aspect-ratio:1.65/1;
    overflow:hidden;
    background:#ececec;
    margin-bottom:12px;
}

.apgl-guide-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.apgl-guide-placeholder{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    background:
        linear-gradient(135deg,#161616 0%,#272727 100%);
}

.apgl-guide-placeholder span{
    color:#fff;
    font-size:28px;
    font-family:Georgia,serif;
}

.apgl-guide-card h3{
    margin:0 0 8px;
    color:#222;
    font-size:14px;
    line-height:1.35;
}

.apgl-guide-link{
    color:var(--apgl-red);
    font-size:11px;
    font-weight:700;
}

.apgl-final-cta{
    padding:0 0 30px;
}

.apgl-final-cta-box{
    background:
        linear-gradient(135deg,#a30e13 0%,#ca1b22 65%,#b41117 100%);
    color:#fff;
    border-radius:6px;
    padding:34px 38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    position:relative;
    overflow:hidden;
}

.apgl-final-cta-box::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:44px 44px;
    pointer-events:none;
}

.apgl-final-cta-box>div{
    position:relative;
    z-index:1;
}

.apgl-final-cta h2{
    margin:0 0 8px;
    color:#fff;
    font-size:34px;
    letter-spacing:-.03em;
}

.apgl-final-cta p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:13px;
}

.apgl-final-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.apgl-white-button,
.apgl-outline-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 18px;
    border-radius:4px;
    font-size:12px;
    font-weight:700;
    text-decoration:none!important;
}

.apgl-white-button{
    background:#fff;
    color:#111!important;
}

.apgl-outline-button{
    border:1px solid rgba(255,255,255,.65);
    color:#fff!important;
}

.apgl-mobile-bar{
    display:none;
}

@media(max-width:1020px){
    .apgl-top-grid{
        grid-template-columns:1fr;
        gap:34px;
    }

    .apgl-sidebar{
        display:none;
    }

    .apgl-guide-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:760px){
    .apgl-shell{
        width:calc(100% - 30px);
    }

    .apgl-top{
        padding-top:18px;
        padding-bottom:38px;
    }

    .apgl-breadcrumbs{
        margin-bottom:26px;
        font-size:10px;
        gap:7px;
    }

    .apgl-main-column h1{
        font-size:42px;
        line-height:1.02;
    }

    .apgl-intro{
        font-size:16px;
        margin-top:16px;
    }

    .apgl-review-strip{
        grid-template-columns:46px 1fr;
        gap:12px;
    }

    .apgl-review-date{
        grid-column:1/-1;
        border-left:0;
        border-top:1px solid var(--apgl-border);
        padding:12px 0 0;
        min-width:0;
    }

    .apgl-quick-answer{
        grid-template-columns:38px 1fr;
        gap:14px;
        padding:22px 18px;
    }

    .apgl-quick-icon{
        width:36px;
        height:36px;
        font-size:15px;
    }

    .apgl-quick-content p{
        font-size:15px;
    }

    .apgl-turn-client,
    .apgl-turn-lawyer{
        grid-template-columns:34px 1fr;
        gap:8px;
        justify-content:stretch;
    }

    .apgl-turn-lawyer .apgl-turn-meta{
        order:0;
    }

    .apgl-turn-lawyer .apgl-turn-card{
        order:1;
    }

    .apgl-turn-avatar{
        width:32px;
        height:32px;
        font-size:10px;
    }

    .apgl-turn-lawyer .apgl-turn-name{
        text-align:left;
        margin-left:8px;
    }

    .apgl-legal-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .apgl-legal-review{
        border-left:0;
        border-top:1px solid var(--apgl-border);
        padding-left:0;
        padding-top:24px;
    }

    .apgl-question-grid{
        grid-template-columns:1fr;
    }

    .apgl-guide-grid{
        grid-template-columns:1fr;
    }

    .apgl-final-cta{
        padding-bottom:86px;
    }

    .apgl-final-cta-box{
        padding:28px 22px;
        display:block;
    }

    .apgl-final-cta h2{
        font-size:30px;
    }

    .apgl-final-actions{
        margin-top:22px;
    }

    .apgl-white-button,
    .apgl-outline-button{
        flex:1;
        min-width:160px;
    }

    .apgl-mobile-bar{
        display:flex;
        align-items:center;
        justify-content:space-between;
        position:fixed;
        left:12px;
        right:12px;
        bottom:12px;
        z-index:9999;
        background:#111;
        color:#fff!important;
        text-decoration:none!important;
        padding:15px 17px;
        border-radius:4px;
        font-size:13px;
        font-weight:800;
        box-shadow:0 10px 30px rgba(0,0,0,.24);
    }
}


/* CLUSTER PRINCIPAL */
.apgl-cluster-hero{padding:30px 0 52px;background:radial-gradient(circle at 86% 0%,rgba(199,25,32,.055),transparent 30%),#fff}
.apgl-cluster-hero-grid{display:grid;grid-template-columns:minmax(0,820px) 250px;gap:70px;align-items:end}
.apgl-cluster-main h1{max-width:900px;margin:0;color:#111;font-size:clamp(48px,5.8vw,76px);line-height:.96;letter-spacing:-.052em;font-weight:650}
.apgl-cluster-intro{max-width:780px;margin:24px 0 28px;color:#666;font-size:18px;line-height:1.62}
.apgl-cluster-side-intro{border-left:1px solid var(--apgl-border);padding:10px 0 10px 25px}
.apgl-cluster-side-intro>span{display:block;margin-bottom:8px;color:var(--apgl-red);text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:800}
.apgl-cluster-side-intro strong{display:block;margin-bottom:9px;color:#111;font-size:17px;line-height:1.25}
.apgl-cluster-side-intro p{margin:0;color:#777;font-size:12px;line-height:1.55}
.apgl-cluster-quick-wrap{padding:0 0 54px}
.apgl-cluster-guides{padding:65px 0 75px;background:#f7f5f2;border-top:1px solid #ece8e4;border-bottom:1px solid #ece8e4}
.apgl-cluster-section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:34px}
.apgl-cluster-section-head h2{max-width:700px;margin:0;color:#111;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.04em}
.apgl-cluster-section-head>p{max-width:330px;margin:0;color:#777;font-size:13px;line-height:1.55}
.apgl-cluster-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ded9d4;border:1px solid #ded9d4}
.apgl-cluster-guide-card{min-height:230px;padding:25px;display:flex;flex-direction:column;background:#fff;color:#111!important;text-decoration:none!important;transition:.22s ease}
.apgl-cluster-guide-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.08);z-index:2}
.apgl-cluster-card-line{display:block;width:35px;height:2px;background:var(--apgl-red)}
.apgl-cluster-guide-card h3{margin:35px 0 12px;color:#111;font-size:20px;line-height:1.15;letter-spacing:-.025em}
.apgl-cluster-guide-card p{margin:0 0 20px;color:#777;font-size:12px;line-height:1.5}
.apgl-cluster-card-link{display:flex;justify-content:space-between;gap:15px;margin-top:auto;color:var(--apgl-red);font-size:11px;font-weight:800}
.apgl-cluster-card-link b{font-weight:400}
.apgl-cluster-conversation-wrap{padding:82px 0 70px}
.apgl-cluster-conversation-grid{display:grid;grid-template-columns:220px minmax(0,760px);gap:85px;justify-content:center}
.apgl-cluster-sticky-nav>div{position:sticky;top:100px}
.apgl-cluster-sticky-nav a{display:block;padding:12px 0;border-bottom:1px solid var(--apgl-border);color:#555!important;text-decoration:none!important;font-size:12px}
.apgl-cluster-sticky-nav a:hover{color:var(--apgl-red)!important}
.apgl-cluster-conversation-note{margin:-12px 0 30px;color:#888;font-size:12px}
.apgl-cluster-conversation .apgl-turn{margin-bottom:25px}
.apgl-cluster-conversation .apgl-turn-client{grid-template-columns:44px minmax(0,430px)}
.apgl-cluster-conversation .apgl-turn-lawyer{grid-template-columns:minmax(0,500px) 44px}
.apgl-cluster-conversation .apgl-turn-body{font-size:14px;line-height:1.6}
.apgl-cluster-conversation .apgl-turn-body ul{margin:10px 0 8px;padding-left:18px}

@media(max-width:1020px){
.apgl-cluster-hero-grid{grid-template-columns:1fr;gap:28px}
.apgl-cluster-side-intro{max-width:650px}
.apgl-cluster-guide-grid{grid-template-columns:repeat(2,1fr)}
.apgl-cluster-conversation-grid{grid-template-columns:1fr;gap:0}
.apgl-cluster-sticky-nav{display:none}
}
@media(max-width:700px){
.apgl-cluster-hero{padding-top:18px;padding-bottom:36px}
.apgl-cluster-main h1{font-size:43px;line-height:1}
.apgl-cluster-intro{font-size:15px}
.apgl-cluster-side-intro{padding-left:18px}
.apgl-cluster-guides{padding:50px 0}
.apgl-cluster-section-head{display:block}
.apgl-cluster-section-head>p{margin-top:15px}
.apgl-cluster-guide-grid{grid-template-columns:1fr}
.apgl-cluster-guide-card{min-height:180px}
.apgl-cluster-conversation-wrap{padding:58px 0 55px}
.apgl-cluster-conversation .apgl-turn-client,.apgl-cluster-conversation .apgl-turn-lawyer{grid-template-columns:34px 1fr}
}
