/* ABS V10.9 Final Public UI Polish
   Purpose: end-user-ready Alpha Block Solutions website presentation.
   This file imports the existing ABS/Pulse design system and safely overrides
   public website sizing, spacing and content readability without changing Pulse logic.
*/
@import url('/css/abs-v23.css');

:root{
    --abs-final-card:rgba(7,19,34,.72);
    --abs-final-card-2:rgba(14,31,52,.70);
    --abs-final-border:rgba(156,229,255,.18);
    --abs-final-soft:rgba(98,241,229,.10);
}

body{
    background:
        radial-gradient(circle at 12% 22%,rgba(98,241,229,.14),transparent 30%),
        radial-gradient(circle at 88% 10%,rgba(141,92,255,.20),transparent 30%),
        linear-gradient(135deg,#04101d 0%,#071a2c 48%,#11183c 100%);
}

.abs-topbar{
    height:78px;
    padding:0 36px 0 150px;
    background:rgba(3,12,22,.94);
    border-bottom:1px solid rgba(156,229,255,.10);
}
.abs-brand-header img{
    width:315px;
    max-height:70px;
}
.abs-auth-box{
    padding:8px 10px 8px 14px;
    border-radius:22px;
}
.abs-login{
    min-height:42px;
    padding:10px 16px;
}
.abs-sidebar{
    top:94px;
    width:74px;
    border-radius:24px;
}
.abs-main{
    padding:104px 40px 58px 118px;
}
.abs-footer{
    margin:10px 40px 0 118px;
    border-radius:24px 24px 0 0;
}

.abs-kicker{
    display:inline-flex;
    margin-bottom:14px;
    color:var(--abs-cyan);
    font-weight:900;
    letter-spacing:.18em;
    text-transform:uppercase;
    font-size:12px;
}

.abs-public-hero{
    min-height:calc(100vh - 126px);
    max-width:1240px;
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.82fr);
    gap:42px;
}
.abs-hero h1{
    max-width:780px;
    font-size:clamp(42px,5.15vw,76px)!important;
    line-height:1.02!important;
    letter-spacing:-.052em!important;
    margin-bottom:18px!important;
}
.abs-hero-copy>p{
    max-width:690px;
    font-size:17px!important;
    line-height:1.72!important;
}
.abs-actions{
    margin:26px 0;
}
.abs-btn{
    border-radius:14px!important;
    min-height:48px;
    padding:13px 20px!important;
    font-size:13px;
    font-weight:900;
}
.abs-proof-row-final{
    max-width:700px;
}
.abs-proof-row-final div{
    padding:16px;
    border-radius:20px;
}
.abs-proof-row-final strong{
    font-size:18px;
}
.abs-proof-row-final span{
    line-height:1.45;
}

.abs-hero-visual{
    min-height:490px;
    border-radius:28px;
}
.ecosystem-logo-card{
    width:min(370px,72%);
    min-height:205px;
    border-radius:26px!important;
}
.ecosystem-card{
    border-radius:18px;
    padding:18px;
}
.small-card{
    width:158px;
}
.small-card strong{
    font-size:18px;
}
.small-card.one{left:28px;bottom:42px}
.small-card.two{right:30px;bottom:56px}
.small-card.three{right:36px;top:34px}

.abs-section,.abs-page{
    max-width:1240px;
    padding:32px 0;
}
.abs-public-page{
    padding-top:20px;
}
.section-heading.wide{
    max-width:900px;
}
.abs-page-hero-card{
    max-width:980px!important;
    margin-bottom:28px;
    padding:34px 36px;
    border:1px solid var(--abs-final-border);
    border-radius:26px;
    background:
        linear-gradient(135deg,rgba(98,241,229,.08),rgba(121,168,255,.06) 42%,rgba(10,22,40,.74)),
        linear-gradient(180deg,rgba(13,39,61,.68),rgba(5,15,28,.76));
    box-shadow:0 26px 68px rgba(0,0,0,.28);
}
.abs-page h1,
.abs-page-hero-card h1{
    max-width:860px;
    font-size:clamp(34px,4.2vw,58px)!important;
    line-height:1.05!important;
    letter-spacing:-.045em!important;
    margin:10px 0 12px!important;
}
.section-heading h2,
.abs-product-strip h2{
    max-width:900px;
    font-size:clamp(28px,3.2vw,44px)!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
}
.section-heading p,
.abs-page p,
.abs-card p,
.abs-product-strip p{
    font-size:15.5px!important;
    line-height:1.68!important;
}
.section-heading span,
.abs-product-strip span,
.card-kicker{
    font-size:11px!important;
    font-weight:950!important;
}
.abs-section-clean .section-heading{
    padding:0 4px;
}

.abs-grid{
    gap:18px;
}
.abs-card{
    padding:24px;
    border-radius:22px;
    background:linear-gradient(180deg,var(--abs-final-card-2),var(--abs-final-card));
    transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
.abs-card:hover{
    transform:translateY(-3px);
    border-color:rgba(98,241,229,.32);
    background:linear-gradient(180deg,rgba(17,43,68,.78),rgba(6,18,32,.84));
}
.abs-card h3{
    font-size:21px!important;
    line-height:1.18;
    letter-spacing:-.012em;
    margin:12px 0 8px!important;
}
.card-icon{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:1px solid rgba(98,241,229,.22);
    border-radius:14px;
    background:rgba(98,241,229,.08);
    font-size:20px!important;
}
.abs-service-grid .abs-card{
    min-height:205px;
}
.abs-positioning-card{
    max-width:980px;
}

.abs-product-strip-final,
.abs-product-strip{
    max-width:1240px;
    border-radius:24px;
    padding:26px 28px;
    background:
        linear-gradient(135deg,rgba(98,241,229,.10),rgba(121,168,255,.07) 45%,rgba(141,92,255,.10)),
        linear-gradient(180deg,rgba(13,39,61,.70),rgba(5,15,28,.80));
}
.abs-product-strip p{
    max-width:700px;
}

.pulse-access-banner-final,
.pulse-access-banner{
    border-radius:22px;
    padding:22px 24px;
}
.pulse-access-banner h2{
    font-size:28px!important;
}

/* Keep Pulse workspace readable but reduce oversized headings inside ABS shell. */
.pulse-page-title h1{
    font-size:clamp(28px,3.4vw,44px)!important;
    line-height:1.08!important;
}
.pulse-panel h2,
.pulse-panel h3{
    font-size:18px!important;
}

@media(max-width:1180px){
    .abs-topbar{padding-left:104px;padding-right:20px;height:78px}
    .abs-brand-header img{width:285px}
    .abs-main{padding-left:104px;padding-right:22px}
    .abs-footer{margin-left:104px;margin-right:22px}
    .abs-public-hero{grid-template-columns:1fr;gap:30px;min-height:auto;padding-top:18px}
    .abs-hero-visual{max-width:760px;width:100%}
    .abs-auth-copy{display:none}
}
@media(max-width:760px){
    .abs-topbar{height:76px;padding:0 12px}
    .abs-brand-header img{width:215px;max-height:62px}
    .abs-main{padding:92px 14px 104px}
    .abs-footer{margin:0 14px 94px}
    .abs-public-hero{gap:22px}
    .abs-hero h1{font-size:42px!important;line-height:1.04!important}
    .abs-page h1,.abs-page-hero-card h1{font-size:34px!important}
    .section-heading h2,.abs-product-strip h2{font-size:28px!important}
    .abs-page-hero-card{padding:24px 20px;border-radius:20px}
    .abs-proof-row{grid-template-columns:1fr}
    .abs-product-strip{padding:22px;align-items:flex-start}
    .abs-hero-visual{min-height:360px;border-radius:22px}
    .ecosystem-logo-card{min-height:170px;width:84%}
    .abs-auth-actions{flex-wrap:nowrap}
    .abs-login.primary{display:inline-flex}
    .abs-login{font-size:12px;min-height:40px;padding:8px 11px}
    .abs-grid.three,.abs-grid.two{grid-template-columns:1fr}
}
