/* =========================================================
   SEOBEGINER.NET — AUTHOR ENTITY & E-E-A-T V6
   Chỉ scope trong .sbae6. Header/menu/footer dùng WordPress.
========================================================= */

/* Ẩn featured image và decision block cũ vì nội dung đã nằm trong template. */
body.page-template-page-author-entity-eeat-v6 .featured-image.page-header-image,
body.page-template-page-author-entity-eeat-v6-php .featured-image.page-header-image,
body.page-template-page-author-entity-eeat-v6 .sb-service-decision,
body.page-template-page-author-entity-eeat-v6-php .sb-service-decision {
    display: none !important;
}

.sbae6 {
    --ae-navy: #0B1F3A;
    --ae-navy-2: #123A63;
    --ae-blue: #1457D9;
    --ae-blue-2: #2F78FF;
    --ae-orange: #F97316;
    --ae-orange-dark: #EA580C;
    --ae-orange-soft: #FFF3E8;
    --ae-white: #FFFFFF;
    --ae-bg: #F7FAFF;
    --ae-bg-2: #ECF4FF;
    --ae-text: #32445C;
    --ae-muted: #64748B;
    --ae-line: #E2E8F0;
    --ae-green: #16A34A;
    --ae-radius: 20px;
    --ae-shadow: 0 14px 38px rgba(11, 31, 58, 0.08);
    --ae-shadow-hover: 0 24px 58px rgba(11, 31, 58, 0.14);
    color: var(--ae-text);
    background: var(--ae-white);
    font-family: inherit;
    overflow: hidden;
}

.sbae6 *,
.sbae6 *::before,
.sbae6 *::after { box-sizing: border-box; }

.sbae6 img { display: block; max-width: 100%; height: auto; }
.sbae6 a { color: inherit; text-decoration: none; }
.sbae6 p { margin-top: 0; }
.sbae6 h1,
.sbae6 h2,
.sbae6 h3 { color: var(--ae-navy); }
.sbae6 .sbae6-svg { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

.sbae6 a:focus-visible,
.sbae6 summary:focus-visible {
    outline: 3px solid rgba(249, 115, 22, 0.42);
    outline-offset: 4px;
}

.sbae6-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

/* Breadcrumb */
.sbae6-breadcrumb {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.sbae6-breadcrumb ol {
    min-height: 46px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--ae-muted);
    list-style: none;
    font-size: 13px;
    font-weight: 650;
}

.sbae6-breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: #B7C2D0;
}

.sbae6-breadcrumb a:hover { color: var(--ae-blue); }

/* Hero */
.sbae6-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(50px, 6.5vw, 86px) 0 58px;
    background:
        radial-gradient(circle at 81% 21%, rgba(47, 120, 255, 0.19), transparent 29%),
        radial-gradient(circle at 94% 76%, rgba(249, 115, 22, 0.09), transparent 23%),
        linear-gradient(135deg, #FFFFFF 0%, #F7FAFF 48%, #EAF3FF 100%);
}

.sbae6-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: radial-gradient(rgba(20, 87, 217, .13) 1px, transparent 1px);
    background-size: 18px 18px;
    mask-image: linear-gradient(90deg, transparent 34%, #000 68%, transparent 100%);
    pointer-events: none;
}

.sbae6-hero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -140px;
    z-index: -1;
    width: 68%;
    height: 320px;
    background: repeating-linear-gradient(168deg, rgba(20, 87, 217, .065) 0 2px, transparent 2px 26px);
    transform: rotate(-5deg);
    pointer-events: none;
}

.sbae6-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    align-items: center;
    gap: clamp(38px, 5vw, 72px);
}

.sbae6-eyebrow,
.sbae6-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: var(--ae-blue);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.sbae6-eyebrow {
    padding: 8px 12px;
    background: #EBF3FF;
    border: 1px solid #D4E4FF;
    border-radius: 999px;
}

.sbae6-eyebrow::before,
.sbae6-kicker::before { content: "+"; font-size: 14px; }

.sbae6-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--ae-navy);
    font-size: clamp(38px, 5vw, 63px);
    line-height: 1.06;
    letter-spacing: -.045em;
    font-weight: 860;
}

.sbae6-hero h1 span { display: block; color: var(--ae-blue); }

.sbae6-lead {
    max-width: 700px;
    margin: 23px 0 0;
    color: #42536A;
    font-size: clamp(17px, 1.55vw, 19px);
    line-height: 1.72;
}

.sbae6-hero-list {
    display: grid;
    gap: 13px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.sbae6-hero-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 11px;
    align-items: start;
    font-size: 15px;
    line-height: 1.56;
}

.sbae6-hero-list > li > .sbae6-svg {
    width: 22px;
    height: 22px;
    padding: 4px;
    color: #FFFFFF;
    background: var(--ae-orange);
    border-radius: 50%;
}

.sbae6-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

.sbae6-actions--center { justify-content: center; }

.sbae6-btn {
    min-height: 50px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.sbae6-btn:hover { transform: translateY(-2px); }
.sbae6-btn .sbae6-svg { width: 18px; height: 18px; }

.sbae6-btn--primary {
    color: #FFFFFF;
    background: linear-gradient(135deg, var(--ae-orange), #FF8B3D);
    box-shadow: 0 12px 26px rgba(249, 115, 22, .24);
}

.sbae6-btn--primary:hover {
    color: #FFFFFF;
    background: linear-gradient(135deg, var(--ae-orange-dark), var(--ae-orange));
    box-shadow: 0 16px 32px rgba(249, 115, 22, .30);
}

.sbae6-btn--secondary,
.sbae6-btn--outline {
    color: var(--ae-navy);
    background: #FFFFFF;
    border-color: #D7E0EC;
    box-shadow: 0 8px 22px rgba(11, 31, 58, .07);
}

.sbae6-btn--secondary:hover,
.sbae6-btn--outline:hover { color: var(--ae-blue); border-color: #AFC9F7; }
.sbae6-btn--light { color: var(--ae-navy); background: #FFFFFF; }
.sbae6-btn--light:hover { color: var(--ae-blue); background: #F8FAFC; }

.sbae6-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.sbae6-trust-row > span {
    min-width: 0;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: center;
}

.sbae6-trust-row > span > .sbae6-svg {
    width: 34px;
    height: 34px;
    padding: 8px;
    color: var(--ae-blue);
    background: #EAF2FF;
    border-radius: 11px;
}

.sbae6-trust-row strong,
.sbae6-trust-row small { display: block; }
.sbae6-trust-row strong { color: var(--ae-navy); font-size: 13px; line-height: 1.3; }
.sbae6-trust-row small { margin-top: 3px; color: var(--ae-muted); font-size: 11.5px; line-height: 1.35; }

/* Hero visual */
.sbae6-hero__visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.sbae6-visual-glow {
    position: absolute;
    inset: 10% 4% 4%;
    border-radius: 48%;
    background: radial-gradient(circle, rgba(47, 120, 255, .22), rgba(47, 120, 255, 0) 68%);
    filter: blur(8px);
}

.sbae6-author-card {
    position: relative;
    z-index: 4;
    width: min(300px, 72%);
    padding: 25px 24px 22px;
    text-align: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(202, 217, 239, .95);
    border-radius: 25px;
    box-shadow: 0 26px 70px rgba(11, 31, 58, .17);
}

.sbae6-author-card::before {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: -1;
    border: 1px dashed rgba(20, 87, 217, .18);
    border-radius: 18px;
}

.sbae6-author-card__label {
    position: absolute;
    top: -16px;
    left: 50%;
    padding: 7px 17px;
    color: #FFFFFF;
    background: var(--ae-blue);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    transform: translateX(-50%);
    box-shadow: 0 8px 20px rgba(20, 87, 217, .25);
}

.sbae6-author-card__avatar {
    width: 126px;
    height: 126px;
    margin: 5px auto 16px;
    padding: 7px;
    background: linear-gradient(145deg, #DCEAFF, #B8D4FF);
    border-radius: 50%;
}

.sbae6-author-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.sbae6-author-card h2 { margin: 0; font-size: 24px; line-height: 1.2; }
.sbae6-author-card__role { margin: 7px 0 10px; color: var(--ae-blue); font-weight: 750; }
.sbae6-author-card > p:not(.sbae6-author-card__role) { margin-bottom: 14px; color: var(--ae-muted); font-size: 13.5px; line-height: 1.55; }
.sbae6-author-card > a { display: inline-flex; align-items: center; gap: 7px; color: var(--ae-blue); font-size: 13px; font-weight: 800; }

.sbae6-float {
    position: absolute;
    z-index: 5;
    min-width: 176px;
    padding: 13px 15px;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    align-items: center;
    background: rgba(255, 255, 255, .97);
    border: 1px solid #DCE7F6;
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(11, 31, 58, .13);
}

.sbae6-float > .sbae6-svg {
    width: 38px;
    height: 38px;
    padding: 9px;
    color: #FFFFFF;
    background: var(--ae-blue);
    border-radius: 12px;
}

.sbae6-float strong,
.sbae6-float small { display: block; }
.sbae6-float strong { color: var(--ae-navy); font-size: 13px; }
.sbae6-float small { margin-top: 3px; color: var(--ae-muted); font-size: 11px; }
.sbae6-float--identity { top: 9%; right: 1%; }
.sbae6-float--proof { top: 47%; right: -3%; }
.sbae6-float--review { top: 36%; left: -2%; }

.sbae6-hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 220px;
    margin: 0;
    overflow: hidden;
    border: 7px solid rgba(255,255,255,.92);
    border-radius: 17px;
    box-shadow: 0 20px 45px rgba(11,31,58,.18);
    transform: rotate(2deg);
}

.sbae6-hero-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* Sections */
.sbae6-section { padding: clamp(64px, 7vw, 92px) 0; }
.sbae6-section--white { background: #FFFFFF; }
.sbae6-section--soft { background: linear-gradient(180deg, #F7FAFF 0%, #F1F6FF 100%); }

.sbae6-section-head {
    max-width: 810px;
    margin: 0 auto 38px;
    text-align: center;
}

.sbae6-section-head h2 {
    margin: 0;
    font-size: clamp(29px, 3.7vw, 43px);
    line-height: 1.13;
    letter-spacing: -.035em;
    font-weight: 850;
}

.sbae6-section-head > p:last-child {
    max-width: 760px;
    margin: 16px auto 0;
    color: var(--ae-muted);
    font-size: 16px;
    line-height: 1.7;
}

.sbae6-section-head--split {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    text-align: left;
}

.sbae6-section-head--split > div { max-width: 760px; }
.sbae6-section-head--split > a { display: inline-flex; align-items: center; gap: 8px; color: var(--ae-blue); font-weight: 800; white-space: nowrap; }

.sbae6-grid { display: grid; gap: 18px; }
.sbae6-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.sbae6-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sbae6-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.sbae6-card {
    min-width: 0;
    padding: 24px 20px;
    background: #FFFFFF;
    border: 1px solid var(--ae-line);
    border-radius: var(--ae-radius);
    box-shadow: 0 9px 28px rgba(11, 31, 58, .055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sbae6-card:hover {
    transform: translateY(-5px);
    border-color: #C6D9F8;
    box-shadow: var(--ae-shadow-hover);
}

.sbae6-card h3 { margin: 17px 0 9px; font-size: 17px; line-height: 1.35; font-weight: 820; }
.sbae6-card p { margin-bottom: 0; color: var(--ae-muted); font-size: 14px; line-height: 1.62; }

.sbae6-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: var(--ae-blue);
    background: #EAF2FF;
    border-radius: 16px;
}

.sbae6-icon .sbae6-svg { width: 25px; height: 25px; }
.sbae6-benefit-card,
.sbae6-service-card { text-align: center; }
.sbae6-benefit-card .sbae6-icon,
.sbae6-service-card .sbae6-icon { margin-inline: auto; }

/* Process */
.sbae6-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.sbae6-process::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: linear-gradient(90deg, rgba(20,87,217,.15), var(--ae-blue), rgba(20,87,217,.15));
}

.sbae6-process__item {
    position: relative;
    z-index: 1;
    text-align: center;
}

.sbae6-process__number {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    color: #FFFFFF;
    background: linear-gradient(145deg, var(--ae-blue), var(--ae-blue-2));
    border: 7px solid #E8F1FF;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 10px 25px rgba(20, 87, 217, .22);
}

.sbae6-process__item h3 { margin: 0; font-size: 16px; line-height: 1.35; }
.sbae6-process__item p { margin: 9px 0 0; color: var(--ae-muted); font-size: 13.5px; line-height: 1.56; }

/* Routing */
.sbae6-route {
    margin-top: 28px;
    padding: clamp(25px, 4vw, 38px);
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 30px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DCE7F6;
    border-radius: 24px;
    box-shadow: var(--ae-shadow);
}

.sbae6-route h3 { margin: 0; font-size: clamp(23px, 3vw, 31px); line-height: 1.22; }
.sbae6-route > div:first-child > p:last-child { margin: 14px 0 0; color: var(--ae-muted); line-height: 1.7; }
.sbae6-route__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

.sbae6-route__links a {
    min-width: 0;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 20px;
    gap: 5px 10px;
    background: #F7FAFF;
    border: 1px solid #DDE8F8;
    border-radius: 14px;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.sbae6-route__links a:hover { transform: translateY(-3px); background: #FFFFFF; border-color: #AFC9F7; }
.sbae6-route__links strong { color: var(--ae-navy); font-size: 15px; }
.sbae6-route__links span { color: var(--ae-muted); font-size: 12.5px; line-height: 1.45; }
.sbae6-route__links .sbae6-svg { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--ae-blue); }

/* Scope cards */
.sbae6-scope-grid { align-items: stretch; }

.sbae6-scope-card {
    position: relative;
    padding: 31px 27px 27px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #DCE5F1;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(11,31,58,.07);
}

.sbae6-scope-card--featured {
    border: 2px solid var(--ae-orange);
    box-shadow: 0 20px 48px rgba(249,115,22,.13);
    transform: translateY(-9px);
}

.sbae6-scope-card__label {
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 6px 11px;
    color: var(--ae-blue);
    background: #EAF2FF;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.sbae6-scope-card--featured .sbae6-scope-card__label { color: #FFFFFF; background: var(--ae-orange); }
.sbae6-scope-card h3 { margin: 0; font-size: 25px; }
.sbae6-scope-card > p { margin: 12px 0 0; color: var(--ae-muted); line-height: 1.62; }
.sbae6-scope-card ul { display: grid; gap: 11px; margin: 23px 0 28px; padding: 0; list-style: none; }
.sbae6-scope-card li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; color: #42536A; font-size: 14px; line-height: 1.48; }
.sbae6-scope-card li .sbae6-svg { width: 20px; height: 20px; padding: 3px; color: #FFFFFF; background: var(--ae-blue); border-radius: 50%; }
.sbae6-scope-card .sbae6-btn { width: 100%; margin-top: auto; }

.sbae6-price-note {
    margin-top: 22px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    background: var(--ae-navy);
    border-radius: 17px;
}

.sbae6-price-note > div { min-width: 0; display: grid; grid-template-columns: 40px 1fr; gap: 11px; align-items: center; }
.sbae6-price-note > div > .sbae6-svg { width: 40px; height: 40px; padding: 10px; color: #FFFFFF; background: rgba(255,255,255,.11); border-radius: 12px; }
.sbae6-price-note strong,
.sbae6-price-note small { display: block; }
.sbae6-price-note strong { color: #FFFFFF; font-size: 13.5px; }
.sbae6-price-note small { margin-top: 3px; color: #BFD0E6; font-size: 11.5px; line-height: 1.4; }

/* Deliverables */
.sbae6-deliverable-card { display: grid; grid-template-columns: 55px 1fr; gap: 0 17px; align-content: start; }
.sbae6-deliverable-card .sbae6-icon { grid-row: 1 / span 2; }
.sbae6-deliverable-card h3 { margin: 2px 0 8px; }
.sbae6-deliverable-card p { grid-column: 2; }

/* Table */
.sbae6-table-wrap {
    overflow-x: auto;
    background: #FFFFFF;
    border: 1px solid var(--ae-line);
    border-radius: 20px;
    box-shadow: var(--ae-shadow);
}

.sbae6-table-wrap table { width: 100%; min-width: 820px; border-collapse: collapse; margin: 0; }
.sbae6-table-wrap th,
.sbae6-table-wrap td { padding: 18px 20px; border: 0; border-bottom: 1px solid var(--ae-line); text-align: left; vertical-align: top; }
.sbae6-table-wrap th { color: #FFFFFF; background: var(--ae-navy); font-size: 13px; text-transform: uppercase; letter-spacing: .035em; }
.sbae6-table-wrap td { color: #526278; font-size: 14px; line-height: 1.58; }
.sbae6-table-wrap td:first-child { color: var(--ae-navy); font-weight: 800; }
.sbae6-table-wrap tr:last-child td { border-bottom: 0; }
.sbae6-table-wrap td a { color: var(--ae-blue); font-weight: 800; }
.sbae6-table-highlight td { background: #FFF8F2; }

/* Dark truth section */
.sbae6-section--dark {
    color: #DCE8F8;
    background:
        radial-gradient(circle at 82% 20%, rgba(47,120,255,.28), transparent 30%),
        linear-gradient(135deg, #081A34, #0D2C5B 60%, #123D79);
}

.sbae6-section--dark .sbae6-kicker { color: #8DB6FF; }
.sbae6-section--dark h2,
.sbae6-section--dark h3 { color: #FFFFFF; }

.sbae6-truth-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.sbae6-truth-grid > div:first-child h2 { margin: 0; font-size: clamp(31px, 4vw, 47px); line-height: 1.12; letter-spacing: -.035em; }
.sbae6-truth-grid > div:first-child > p:last-child { margin: 18px 0 0; color: #BFD0E6; font-size: 16px; line-height: 1.72; }
.sbae6-truth-cards { display: grid; gap: 13px; }
.sbae6-truth-cards article { padding: 18px 20px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.sbae6-truth-cards article > .sbae6-svg { width: 42px; height: 42px; padding: 10px; color: #FFFFFF; background: rgba(255,255,255,.12); border-radius: 13px; }
.sbae6-truth-cards h3 { margin: 0; font-size: 17px; }
.sbae6-truth-cards p { margin: 6px 0 0; color: #C5D5E9; font-size: 13.5px; line-height: 1.55; }

/* Resources */
.sbae6-resource-card {
    min-width: 0;
    padding: 22px;
    background: #FFFFFF;
    border: 1px solid #DCE7F6;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(11,31,58,.055);
}

.sbae6-resource-card h3 { margin: 17px 0 9px; font-size: 17px; line-height: 1.4; }
.sbae6-resource-card h3 a:hover { color: var(--ae-blue); }
.sbae6-resource-card p { margin-bottom: 17px; color: var(--ae-muted); font-size: 13.5px; line-height: 1.6; }
.sbae6-resource-card__link { display: inline-flex; align-items: center; gap: 7px; color: var(--ae-blue); font-size: 13px; font-weight: 800; }

/* FAQ */
.sbae6-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sbae6-faq { overflow: hidden; background: #F8FAFC; border: 1px solid var(--ae-line); border-radius: 14px; }
.sbae6-faq[open] { background: #FFFFFF; border-color: #BFD4F6; box-shadow: 0 12px 30px rgba(11,31,58,.07); }
.sbae6-faq summary { min-height: 58px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--ae-navy); cursor: pointer; list-style: none; font-size: 14.5px; font-weight: 780; }
.sbae6-faq summary::-webkit-details-marker { display: none; }
.sbae6-faq__plus { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; color: var(--ae-blue); background: #E7F0FF; border-radius: 50%; font-size: 19px; line-height: 1; transition: transform .2s ease; }
.sbae6-faq[open] .sbae6-faq__plus { transform: rotate(45deg); }
.sbae6-faq > div { padding: 0 18px 18px; }
.sbae6-faq p { margin: 0; color: var(--ae-muted); font-size: 14px; line-height: 1.66; }

/* Final CTA */
.sbae6-final {
    padding: 0 0 74px;
    background: #FFFFFF;
}

.sbae6-final__inner {
    position: relative;
    min-height: 310px;
    padding: clamp(34px, 5vw, 56px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 230px;
    gap: 30px;
    align-items: center;
    overflow: hidden;
    color: #DCE8F8;
    background:
        radial-gradient(circle at 88% 25%, rgba(47,120,255,.34), transparent 28%),
        linear-gradient(135deg, #0A2145, #0D3473 60%, #164D9E);
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(11,31,58,.18);
}

.sbae6-final h2 { max-width: 580px; margin: 0; color: #FFFFFF; font-size: clamp(31px, 4vw, 47px); line-height: 1.1; letter-spacing: -.035em; }
.sbae6-final__inner > div:first-child > p:not(.sbae6-kicker) { max-width: 620px; margin: 16px 0 0; color: #C6D6EA; line-height: 1.7; }
.sbae6-final ul { display: grid; gap: 8px; margin: 19px 0 0; padding: 0; list-style: none; }
.sbae6-final li { display: flex; align-items: center; gap: 9px; color: #E7F0FC; font-size: 13.5px; }
.sbae6-final li .sbae6-svg { color: #7FB0FF; }
.sbae6-final__actions { position: relative; z-index: 2; display: grid; gap: 11px; min-width: 230px; }
.sbae6-final__mail { display: flex; align-items: center; justify-content: center; gap: 8px; color: #D5E4F7; font-size: 13px; }
.sbae6-final__visual { position: relative; width: 220px; height: 190px; }
.sbae6-final__visual > .sbae6-svg { position: absolute; right: 25px; bottom: 5px; width: 145px; height: 145px; padding: 30px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.08); border-radius: 44px; transform: rotate(-8deg); }
.sbae6-final__profile,
.sbae6-final__chart { position: absolute; display: grid; place-items: center; color: var(--ae-blue); background: #FFFFFF; border: 6px solid rgba(255,255,255,.5); border-radius: 18px; box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.sbae6-final__profile { top: 8px; left: 2px; width: 98px; height: 113px; transform: rotate(-5deg); }
.sbae6-final__chart { right: 2px; bottom: 1px; width: 120px; height: 80px; transform: rotate(4deg); }
.sbae6-final__profile .sbae6-svg { width: 55px; height: 55px; }
.sbae6-final__chart .sbae6-svg { width: 60px; height: 48px; }

/* Responsive */
@media (max-width: 1120px) {
    .sbae6-grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sbae6-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .88fr); }
    .sbae6-final__inner { grid-template-columns: minmax(0, 1fr) 230px; }
    .sbae6-final__visual { display: none; }
}

@media (max-width: 900px) {
    .sbae6-hero__grid,
    .sbae6-route,
    .sbae6-truth-grid { grid-template-columns: 1fr; }
    .sbae6-hero__visual { min-height: 510px; margin-top: 12px; }
    .sbae6-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sbae6-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sbae6-process::before { display: none; }
    .sbae6-scope-card--featured { transform: none; }
    .sbae6-price-note { grid-template-columns: 1fr; }
    .sbae6-final__inner { grid-template-columns: 1fr; }
    .sbae6-final__actions { width: min(360px, 100%); }
}

@media (max-width: 700px) {
    .sbae6-shell { width: min(100% - 28px, 1180px); }
    .sbae6-breadcrumb ol { min-height: 43px; font-size: 12px; }
    .sbae6-hero { padding-top: 43px; }
    .sbae6-hero h1 { font-size: clamp(35px, 11vw, 49px); }
    .sbae6-trust-row { grid-template-columns: 1fr; }
    .sbae6-hero__visual { min-height: 470px; }
    .sbae6-author-card { width: min(285px, 78%); }
    .sbae6-float { min-width: 150px; padding: 10px 12px; }
    .sbae6-float--identity { top: 3%; right: 0; }
    .sbae6-float--proof { right: 0; top: 60%; }
    .sbae6-float--review { left: 0; top: 48%; }
    .sbae6-hero-image { width: 160px; right: 8%; }
    .sbae6-section { padding: 58px 0; }
    .sbae6-grid--6,
    .sbae6-grid--4,
    .sbae6-grid--3,
    .sbae6-process,
    .sbae6-faq-grid { grid-template-columns: 1fr; }
    .sbae6-section-head--split { display: block; }
    .sbae6-section-head--split > a { margin-top: 15px; }
    .sbae6-route__links { grid-template-columns: 1fr; }
    .sbae6-deliverable-card { grid-template-columns: 50px 1fr; }
    .sbae6-final { padding-bottom: 54px; }
    .sbae6-final__inner { padding: 34px 23px; border-radius: 20px; }
}

@media (max-width: 480px) {
    .sbae6-actions { display: grid; }
    .sbae6-btn { width: 100%; }
    .sbae6-hero__visual { min-height: 445px; }
    .sbae6-author-card { width: 84%; padding-inline: 18px; }
    .sbae6-author-card__avatar { width: 105px; height: 105px; }
    .sbae6-float { min-width: 136px; grid-template-columns: 31px 1fr; }
    .sbae6-float > .sbae6-svg { width: 31px; height: 31px; padding: 7px; }
    .sbae6-float strong { font-size: 11.5px; }
    .sbae6-float small { font-size: 9.5px; }
    .sbae6-hero-image { width: 132px; }
    .sbae6-card { padding: 21px 18px; }
    .sbae6-scope-card { padding: 27px 21px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .sbae6 *,
    .sbae6 *::before,
    .sbae6 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
