:root{
    --brand-50:#fcf3ff;
    --brand-100:#f1d9ff;
    --brand-300:#d85cff;
    --brand-400:#c836ff;
    --brand-500:#b700ff;
    --brand-600:#8e22e0;
    --brand-700:#6c14b1;
    --brand-900:#18071f;
    --brand-panel:rgba(34,10,42,.86);
    --brand-border:rgba(216,92,255,.27);
}

body.sw-theme-brand{
    --sw-blue:var(--brand-400);
    --sw-cyan:var(--brand-300);
    --sw-orange:var(--brand-500);
    --sw-purple:var(--brand-500);
    --sw-green:var(--brand-400);
    background:#0a0410!important;
}

body.sw-theme-brand::before{
    background:
        radial-gradient(circle at 10% 10%,rgba(216,92,255,.15),transparent 26%),
        radial-gradient(circle at 88% 18%,rgba(142,34,224,.15),transparent 30%),
        radial-gradient(circle at 50% 100%,rgba(200,54,255,.08),transparent 34%),
        #0a0410!important;
}

body.sw-theme-brand::after{
    opacity:.17!important;
    background-image:
        linear-gradient(rgba(216,92,255,.13) 1px,transparent 1px),
        linear-gradient(90deg,rgba(216,92,255,.13) 1px,transparent 1px)!important;
}

body.sw-theme-brand .sw-brand__logo-animation img{
    animation:none!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:none!important;
    filter:none!important;
}

body.sw-theme-brand .sw-brand__logo-animation img:nth-child(4){
    opacity:1!important;
    visibility:visible!important;
    filter:drop-shadow(0 0 12px rgba(216,92,255,.46))!important;
}

body.sw-theme-brand .sw-header{
    border-bottom-color:rgba(216,92,255,.34)!important;
}

body.sw-theme-brand .sw-nav__cta,
body.sw-theme-brand .sw-btn-primary{
    background:linear-gradient(135deg,#8e22e0,#d85cff)!important;
    box-shadow:0 0 28px rgba(183,0,255,.24)!important;
}

body.sw-theme-brand .sw-submenu,
body.sw-theme-brand .sw-nav__panel{
    border-color:rgba(216,92,255,.23)!important;
}

body.sw-theme-brand canvas.sw-brand-circuit{
    filter:
        grayscale(1)
        sepia(1)
        saturate(10)
        hue-rotate(255deg)
        brightness(1.10)!important;
}

body.sw-theme-brand .swalu-assistant-prompt{
    border-color:rgba(216,92,255,.35)!important;
}

.sw-brand-page{
    position:relative;
    overflow:visible!important;
    overflow-x:clip!important;
}

.sw-brand-page .sw-section{
    padding-top:clamp(58px,6vw,88px);
    padding-bottom:clamp(58px,6vw,88px);
}

.sw-brand-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border:1px solid rgba(216,92,255,.30);
    border-radius:999px;
    background:rgba(36,11,48,.72);
    color:var(--brand-300);
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.sw-brand-hero{
    min-height:760px;
    display:flex;
    align-items:center;
    padding-top:150px!important;
}

.sw-brand-hero__grid{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);
    gap:42px;
    align-items:center;
}

.sw-brand-hero__title{max-width:850px}
.sw-brand-hero__copy .sw-lead{max-width:760px}

.sw-brand-hero__metrics{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:28px;
    max-width:720px;
}

.sw-brand-hero__metrics>div{
    padding:17px 15px;
    border-radius:17px;
    border:1px solid rgba(216,92,255,.14);
    background:linear-gradient(145deg,rgba(46,14,57,.74),rgba(22,8,28,.80));
}

.sw-brand-hero__metrics strong{
    display:block;
    color:#fff;
    font-size:clamp(1.65rem,3vw,2.35rem);
    line-height:1;
    font-weight:900;
}

.sw-brand-hero__metrics span{
    display:block;
    margin-top:7px;
    color:#dbbcdf;
    font-size:.84rem;
}

.sw-brand-hero__visual{
    position:relative;
    overflow:hidden;
    min-height:550px;
    padding:26px;
    border-radius:30px;
    border:1px solid rgba(216,92,255,.29);
    background:
        linear-gradient(145deg,rgba(18,7,24,.42),rgba(10,4,16,.90)),
        var(--brand-hero);
    background-size:cover;
    background-position:center;
    box-shadow:
        0 26px 70px rgba(0,0,0,.40),
        0 0 44px rgba(183,0,255,.12);
    transform-style:preserve-3d;
    transition:transform .18s ease;
}

.sw-brand-hero__visual::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(216,92,255,.06) 1px,transparent 1px),
        linear-gradient(90deg,rgba(216,92,255,.06) 1px,transparent 1px);
    background-size:44px 44px;
    mask-image:linear-gradient(to bottom,black,transparent 92%);
}

.sw-brand-hero__glow{
    position:absolute;
    width:330px;
    height:330px;
    right:-80px;
    top:-90px;
    border-radius:50%;
    background:rgba(216,92,255,.22);
    filter:blur(80px);
}

.sw-brand-hero__logo{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:flex-end;
}

.sw-brand-hero__logo img{
    width:112px;
    height:112px;
    object-fit:contain;
    filter:drop-shadow(0 0 18px rgba(216,92,255,.50));
}

.sw-brand-hero__board{
    position:absolute;
    z-index:2;
    left:26px;
    right:26px;
    bottom:26px;
    overflow:hidden;
    border-radius:24px;
    border:1px solid rgba(216,92,255,.24);
    background:rgba(25,9,34,.84);
    backdrop-filter:blur(16px);
    box-shadow:0 18px 40px rgba(0,0,0,.38);
}

.sw-brand-hero__board-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 17px;
    border-bottom:1px solid rgba(255,255,255,.07);
}

.sw-brand-hero__board-head>span{display:flex;gap:6px}
.sw-brand-hero__board-head i{
    width:7px;height:7px;border-radius:50%;
    background:var(--brand-400);
    box-shadow:0 0 8px rgba(216,92,255,.44);
}
.sw-brand-hero__board-head small{
    color:#f0c5ff;
    letter-spacing:.13em;
    font-weight:800;
}

.sw-brand-hero__board-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    padding:14px;
}

.sw-brand-hero__palette,
.sw-brand-hero__font,
.sw-brand-hero__shape,
.sw-brand-hero__system{
    min-height:104px;
    padding:14px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.025);
}

.sw-brand-hero__palette{
    grid-column:span 2;
    min-height:90px;
}

.sw-brand-hero__palette span,
.sw-brand-hero__font span,
.sw-brand-hero__shape span,
.sw-brand-hero__system span{
    display:block;
    margin-bottom:12px;
    color:#e6c9ee;
    font-size:.82rem;
}

.sw-brand-hero__palette b{
    display:inline-block;
    width:48px;height:48px;
    margin-right:10px;border-radius:14px;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.sw-brand-hero__palette b:nth-of-type(1){background:#b700ff}
.sw-brand-hero__palette b:nth-of-type(2){background:#7b2dff}
.sw-brand-hero__palette b:nth-of-type(3){background:#ea59ff}
.sw-brand-hero__palette b:nth-of-type(4){background:#ffffff}

.sw-brand-hero__font strong{
    color:#fff;
    font-size:2rem;
    font-weight:900;
}
.sw-brand-hero__shape em{
    display:block;
    width:62px;height:62px;
    border-radius:18px 18px 18px 4px;
    background:linear-gradient(135deg,#8e22e0,#d85cff);
    box-shadow:0 0 18px rgba(216,92,255,.26);
}
.sw-brand-hero__system strong{
    display:block;color:#fff;font-size:1.05rem;
}

/* identity */
.sw-brand-identity__layout{
    display:grid;
    grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);
    gap:22px;
}
.sw-brand-identity__visual{
    position:relative;
    min-height:430px;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    padding:26px;
    border-radius:27px;
    border:1px solid var(--brand-border);
    background:
        linear-gradient(180deg,rgba(12,4,18,.12),rgba(12,4,18,.93)),
        var(--identity-image);
    background-size:cover;background-position:center;
}
.sw-brand-identity__visual span{
    color:var(--brand-300);text-transform:uppercase;letter-spacing:.11em;
    font-size:.77rem;font-weight:800;
}
.sw-brand-identity__visual strong{
    display:block;margin:8px 0;color:#fff;font-size:1.6rem;
}
.sw-brand-identity__visual p{margin:0;color:#d9bce2;line-height:1.6}
.sw-brand-identity__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.sw-brand-identity__grid article{
    min-height:205px;
    padding:22px;border-radius:22px;
    border:1px solid rgba(216,92,255,.16);
    background:linear-gradient(145deg,rgba(46,14,57,.80),rgba(22,8,28,.92));
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.sw-brand-identity__grid article:hover{
    transform:translateY(-4px);
    border-color:rgba(216,92,255,.40);
    box-shadow:0 18px 36px rgba(183,0,255,.09);
}
.sw-brand-identity__grid i{
    display:grid;place-items:center;width:46px;height:46px;border-radius:14px;
    color:var(--brand-300);background:rgba(216,92,255,.09);
    border:1px solid rgba(216,92,255,.18);font-size:1.25rem;
}
.sw-brand-identity__grid h3{margin:17px 0 8px;color:#fff}
.sw-brand-identity__grid p{margin:0;color:#d6b2df;line-height:1.58;font-size:.91rem}

/* capabilities */
.sw-brand-capabilities__grid{
    display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;
}
.sw-brand-capability{
    position:relative;min-height:260px;padding:22px 20px;overflow:hidden;
    border-radius:22px;border:1px solid rgba(216,92,255,.17);
    background:
        radial-gradient(circle at 100% 0%,rgba(216,92,255,.13),transparent 42%),
        linear-gradient(155deg,rgba(46,14,57,.80),rgba(18,7,24,.94));
}
.sw-brand-capability__number{
    position:absolute;right:17px;top:15px;color:rgba(238,177,255,.18);
    font-size:2.2rem;font-weight:900;
}
.sw-brand-capability__icon{
    display:grid;place-items:center;width:50px;height:50px;border-radius:15px;
    color:var(--brand-300);background:rgba(216,92,255,.09);
    border:1px solid rgba(216,92,255,.18);font-size:1.35rem;
}
.sw-brand-capability h3{margin:20px 0 9px;color:#fff;font-size:1.08rem}
.sw-brand-capability p{margin:0;color:#d6b2df;font-size:.88rem;line-height:1.57}

/* system */
.sw-brand-system__grid{
    display:grid;
    grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
    gap:34px;align-items:center;
}
.sw-brand-system__visual{
    position:relative;min-height:520px;overflow:hidden;border-radius:29px;
    border:1px solid var(--brand-border);
    background:
        linear-gradient(145deg,rgba(14,5,20,.42),rgba(10,4,16,.90)),
        var(--system-image);
    background-size:cover;background-position:center;
}
.sw-brand-system__rings{
    position:absolute;inset:42px 36px 110px;
    display:grid;align-content:center;justify-items:center;gap:14px;
}
.sw-brand-system__rings span{
    display:grid;place-items:center;height:52px;border-radius:15px;
    color:#fff;border:1px solid rgba(216,92,255,.28);
    background:rgba(37,12,48,.76);box-shadow:0 0 22px rgba(216,92,255,.08);
    font-weight:800;
}
.sw-brand-system__rings span:nth-child(1){width:86%}
.sw-brand-system__rings span:nth-child(2){width:66%}
.sw-brand-system__rings span:nth-child(3){width:50%}
.sw-brand-system__rings span:nth-child(4){width:36%}
.sw-brand-system__core{
    position:absolute;z-index:2;left:50%;bottom:24px;transform:translateX(-50%);
    display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:18px;
    background:rgba(25,9,34,.88);border:1px solid rgba(216,92,255,.28);
}
.sw-brand-system__core img{width:58px;height:58px;object-fit:contain}
.sw-brand-system__core strong{color:#fff;font-size:.9rem}
.sw-brand-system__layers{display:grid;gap:12px;margin-top:26px}
.sw-brand-system__layers article{
    display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;
    padding:17px;border-radius:17px;border:1px solid rgba(216,92,255,.14);
    background:rgba(42,14,52,.68);
}
.sw-brand-system__layers strong{color:var(--brand-300);font-size:1.25rem}
.sw-brand-system__layers h3{margin:0 0 5px;color:#fff}
.sw-brand-system__layers p{margin:0;color:#d6b2df;line-height:1.5;font-size:.9rem}

/* process */
.sw-brand-process{overflow:visible!important}
.sw-brand-process .sw-container{overflow:visible!important}
.sw-brand-process__layout{
    display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
    gap:30px;align-items:start;overflow:visible!important;
}
.sw-brand-process__sticky{
    position:sticky;top:108px;align-self:start;height:max-content;z-index:5;
}
.sw-brand-process__summary{
    overflow:hidden;border-radius:27px;border:1px solid rgba(216,92,255,.29);
    background:
        linear-gradient(180deg,rgba(14,5,20,.20),rgba(14,5,20,.96)),
        var(--process-image);
    background-size:cover;background-position:center;
    box-shadow:0 22px 52px rgba(0,0,0,.36);
}
.sw-brand-process__summary-visual{min-height:175px;display:grid;place-items:center}
.sw-brand-process__summary-visual img{
    width:105px;height:105px;object-fit:contain;
    filter:drop-shadow(0 0 20px rgba(216,92,255,.46));
}
.sw-brand-process__summary-body{
    padding:24px;background:rgba(21,8,30,.83);backdrop-filter:blur(14px);
    transition:opacity .18s ease,transform .18s ease;
}
.sw-brand-process__summary.is-switching .sw-brand-process__summary-body{
    opacity:.54;transform:translateY(4px);
}
.sw-brand-process__summary-body>span{
    color:var(--brand-300);font-size:2rem;line-height:1;font-weight:900;
}
.sw-brand-process__summary-body>small{
    float:right;color:#e9cef1;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;
}
.sw-brand-process__summary h3{margin:16px 0 9px;color:#fff;font-size:1.55rem}
.sw-brand-process__summary p{min-height:76px;margin:0;color:#d6b2df;line-height:1.62}
.sw-brand-process__progress{margin-top:18px}
.sw-brand-process__progress em{
    display:block;margin-bottom:8px;color:#f4ddfa;font-style:normal;font-size:.82rem;
}
.sw-brand-process__progress>div{
    height:6px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.07);
}
.sw-brand-process__progress b{
    display:block;width:16.66%;height:100%;border-radius:inherit;
    background:linear-gradient(90deg,#8e22e0,#d85cff);
    box-shadow:0 0 14px rgba(216,92,255,.44);transition:width .3s ease;
}
.sw-brand-process__track{position:relative;display:grid;gap:17px}
.sw-brand-process__line{
    position:absolute;left:17px;top:0;bottom:0;width:2px;background:rgba(255,255,255,.08);
}
.sw-brand-process__line span{
    display:block;width:100%;height:var(--brand-progress,0%);
    background:linear-gradient(to bottom,#8e22e0,#c836ff,#d85cff);
    box-shadow:0 0 14px rgba(216,92,255,.32);
}
.sw-brand-process__step{
    position:relative;display:grid;grid-template-columns:36px 1fr;gap:16px;
}
.sw-brand-process__rail span{
    position:absolute;z-index:2;top:25px;left:8px;width:18px;height:18px;border-radius:50%;
    background:#271133;border:2px solid rgba(255,255,255,.30);transition:.28s ease;
}
.sw-brand-process__step.is-active .sw-brand-process__rail span{
    background:var(--brand-400);border-color:#fff;transform:scale(1.08);
    box-shadow:0 0 0 6px rgba(216,92,255,.11),0 0 24px rgba(216,92,255,.70);
}
.sw-brand-process__card{
    padding:22px;border-radius:22px;border:1px solid rgba(216,92,255,.13);
    background:linear-gradient(145deg,rgba(46,14,57,.73),rgba(18,7,24,.93));
    transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.sw-brand-process__step.is-active .sw-brand-process__card{
    transform:translateX(4px);border-color:rgba(216,92,255,.48);
    box-shadow:0 18px 40px rgba(183,0,255,.11);
}
.sw-brand-process__card-head{display:flex;align-items:center;justify-content:space-between}
.sw-brand-process__card-head strong{color:var(--brand-300);letter-spacing:.12em}
.sw-brand-process__card-head i{
    display:grid;place-items:center;width:42px;height:42px;border-radius:13px;
    color:var(--brand-300);background:rgba(216,92,255,.08);
    border:1px solid rgba(216,92,255,.15);font-size:1.2rem;
}
.sw-brand-process__card h3{margin:14px 0 8px;color:#fff}
.sw-brand-process__card p{margin:0;color:#d6b2df;line-height:1.6}

/* results */
.sw-brand-results__grid{
    display:grid;grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);
    gap:30px;align-items:center;
}
.sw-brand-results__cards{
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:25px;
}
.sw-brand-results__cards article{
    display:flex;gap:12px;min-height:145px;padding:17px;border-radius:18px;
    border:1px solid rgba(216,92,255,.15);background:rgba(42,14,52,.70);
}
.sw-brand-results__cards i{
    flex-shrink:0;display:grid;place-items:center;width:44px;height:44px;border-radius:13px;
    color:var(--brand-300);background:rgba(216,92,255,.08);
    border:1px solid rgba(216,92,255,.15);font-size:1.2rem;
}
.sw-brand-results__cards h3{margin:0 0 6px;color:#fff;font-size:1rem}
.sw-brand-results__cards p{margin:0;color:#d6b2df;line-height:1.48;font-size:.86rem}
.sw-brand-results__visual{
    position:relative;min-height:470px;overflow:hidden;display:flex;align-items:flex-end;
    padding:24px;border-radius:28px;border:1px solid var(--brand-border);
    background:
        linear-gradient(180deg,rgba(14,5,20,.14),rgba(14,5,20,.93)),
        var(--results-image);
    background-size:cover;background-position:center;
}
.sw-brand-results__dashboard{
    width:100%;padding:20px;border-radius:20px;background:rgba(25,9,34,.83);
    border:1px solid rgba(216,92,255,.21);backdrop-filter:blur(14px);
}
.sw-brand-results__dashboard span{
    display:block;color:var(--brand-300);text-transform:uppercase;letter-spacing:.10em;
    font-size:.74rem;font-weight:800;
}
.sw-brand-results__dashboard strong{
    display:block;margin:8px 0 18px;color:#fff;font-size:1.4rem;
}
.sw-brand-results__dashboard>div{
    display:flex;align-items:flex-end;gap:10px;height:92px;
}
.sw-brand-results__dashboard i{
    flex:1;display:block;border-radius:7px 7px 2px 2px;
    background:linear-gradient(180deg,#ea59ff,#8e22e0);
}
.sw-brand-results__dashboard i:nth-child(1){height:42%}
.sw-brand-results__dashboard i:nth-child(2){height:64%}
.sw-brand-results__dashboard i:nth-child(3){height:82%}
.sw-brand-results__dashboard i:nth-child(4){height:100%}

/* cases */
.sw-brand-cases__grid{
    display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;
}
.sw-brand-case{
    overflow:hidden;border-radius:22px;border:1px solid rgba(216,92,255,.17);
    background:linear-gradient(155deg,rgba(46,14,57,.78),rgba(18,7,24,.95));
    transition:transform .25s ease,border-color .25s ease;
}
.sw-brand-case:hover{
    transform:translateY(-5px);border-color:rgba(216,92,255,.40);
}
.sw-brand-case__image{height:220px;overflow:hidden}
.sw-brand-case__image img{
    width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease;
}
.sw-brand-case:hover .sw-brand-case__image img{transform:scale(1.04)}
.sw-brand-case__body{padding:20px}
.sw-brand-case__body>span{
    color:var(--brand-300);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800;
}
.sw-brand-case h3{margin:9px 0 8px;color:#fff}
.sw-brand-case p{margin:0;color:#d6b2df;line-height:1.58;font-size:.9rem}
.sw-brand-case a{
    display:inline-flex;gap:7px;align-items:center;margin-top:17px;
    color:var(--brand-300);text-decoration:none;font-weight:800;
}

/* closing */
.sw-brand-closing__panel{
    display:flex;justify-content:space-between;align-items:center;gap:26px;
    padding:34px;border-radius:27px;border:1px solid rgba(216,92,255,.25);
    background:
        radial-gradient(circle at 100% 0%,rgba(216,92,255,.17),transparent 40%),
        linear-gradient(145deg,rgba(54,16,66,.82),rgba(18,7,24,.94));
}
.sw-brand-closing__panel h2{
    margin:18px 0 8px;color:#fff;font-size:clamp(1.7rem,3vw,2.5rem);
}
.sw-brand-closing__panel p{
    max-width:760px;margin:0;color:#d8bae1;line-height:1.6;
}

[data-brand-reveal]{
    opacity:.88;transform:translateY(12px);
    transition:opacity .55s ease,transform .55s ease;
}
[data-brand-reveal].is-visible{
    opacity:1;transform:none;
}

@media(max-width:1180px){
    .sw-brand-capabilities__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
    .sw-brand-hero__grid,
    .sw-brand-identity__layout,
    .sw-brand-system__grid,
    .sw-brand-process__layout,
    .sw-brand-results__grid{
        grid-template-columns:1fr;
    }
    .sw-brand-process__sticky{position:relative;top:auto}
    .sw-brand-hero__visual{min-height:530px}
}
@media(max-width:760px){
    .sw-brand-hero{min-height:auto;padding-top:124px!important}
    .sw-brand-hero__metrics,
    .sw-brand-identity__grid,
    .sw-brand-capabilities__grid,
    .sw-brand-results__cards,
    .sw-brand-cases__grid{
        grid-template-columns:1fr;
    }
    .sw-brand-hero__visual{min-height:500px;padding:18px}
    .sw-brand-hero__board{left:18px;right:18px;bottom:18px}
    .sw-brand-system__visual{min-height:430px}
    .sw-brand-results__visual{min-height:390px}
    .sw-brand-closing__panel{
        align-items:flex-start;flex-direction:column;padding:25px 21px;
    }
    .sw-brand-process__step{grid-template-columns:28px 1fr;gap:12px}
    .sw-brand-process__line{left:13px}
    .sw-brand-process__rail span{left:4px}
}

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

body.sw-theme-brand{--service-accent:#d85cff;--service-accent-2:#8e22e0;--service-muted:#d6b2df;}
