:root{
    --font-body:'Plus Jakarta Sans',Arial,sans-serif;
    --font-display:'Manrope',Arial,sans-serif;
    --navy-950:#070f1c;
    --navy-900:#0d1830;
    --navy-800:#182847;
    --navy-700:#223864;
    --slate-700:#43546e;
    --slate-600:#62728b;
    --slate-500:#8fa0b8;
    --mist:#eef4f8;
    --mist-2:#f8fafc;
    --paper:#ffffff;
    --line:#dce5ef;
    --line-strong:rgba(255,255,255,.12);
    --gold:#ffb52e;
    --gold-soft:#fff1d4;
    --sunset-pink:#ff0b8a;
    --sunset-rose:#ff4d6d;
    --sunset-orange:#ff8f1f;
    --sunset-gold:#ffc95b;
    --teal:#1c7a72;
    --blue:#2f67c8;
    --white:#ffffff;
    --shadow-1:0 18px 42px rgba(8,18,35,.08);
    --shadow-2:0 28px 70px rgba(8,15,32,.22);
    --shadow-3:0 18px 42px rgba(255,77,109,.16);
    --radius-xl:20px;
    --radius-lg:16px;
    --radius-md:12px;
    --space-section:18px;
    --space-content:14px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    min-height:100vh;
    font-family:var(--font-body);
    color:var(--navy-800);
    overflow-x:hidden;
    background:linear-gradient(180deg,#07111d 0%,#0c1624 14%,#eef4f8 14%,#f8fafc 100%);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
p{
    margin:0 0 8px;
    color:var(--slate-600);
    line-height:1.58;
}
h1,h2,h3{
    margin:0 0 12px;
    color:var(--navy-900);
    font-family:var(--font-display);
    line-height:1.12;
    letter-spacing:0;
}
main{display:block}
.wrapper{
    width:100%;
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
    padding-left:28px;
    padding-right:28px;
}

.site-header{
    position:sticky;
    top:0;
    z-index:100;
    background:linear-gradient(180deg,rgba(5,10,20,.96),rgba(8,14,25,.94));
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(14px) saturate(120%);
    box-shadow:0 18px 50px rgba(4,10,20,.18);
}
.site-header .wrapper{
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
}
.header-shell{
    display:block;
    padding:0;
}
.topbar{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:16px;
    min-height:64px;
}
.brandmark{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
    color:var(--white);
}
.brandmark-media{
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    width:88px;
    min-width:88px;
    height:42px;
    padding:0;
    border-radius:12px;
    background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 20px 38px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08);
}
.brandmark-logo{
    position:absolute;
    left:50%;
    top:50%;
    width:132px;
    max-width:none;
    height:auto;
    object-fit:contain;
    transform:translate(-50%,-50%);
}
.brandmark-copy strong{
    display:block;
    font-size:.92rem;
    letter-spacing:.05em;
    text-transform:uppercase;
    line-height:1.05;
}
.brandmark-copy small{
    display:block;
    margin-bottom:3px;
    color:#ffcf7b;
    font-size:.58rem;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.brandmark-copy em{
    display:block;
    margin-top:2px;
    color:#97aac2;
    font-size:.7rem;
    font-style:normal;
    line-height:1.2;
}
.desktop-nav{
    display:inline-flex;
    flex-wrap:wrap;
    justify-self:center;
    gap:6px;
    padding:4px;
    border-radius:16px;
    width:fit-content;
    max-width:100%;
    background:linear-gradient(135deg,rgba(17,30,49,.96),rgba(13,25,42,.94));
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 42px rgba(2,8,18,.16),inset 0 1px 0 rgba(255,255,255,.03);
}
.desktop-nav a{
    padding:7px 11px;
    border-radius:12px;
    color:#d9e4ef;
    font-size:.82rem;
    background:transparent;
    border:1px solid transparent;
    transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.desktop-nav a.is-active{
    color:var(--white);
    background:linear-gradient(135deg,rgba(255,11,138,.16),rgba(255,143,31,.18));
    border-color:rgba(255,201,91,.24);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 10px 22px rgba(255,77,109,.16);
}
.desktop-nav a:hover{
    color:var(--white);
    transform:translateY(-1px);
    background:rgba(255,255,255,.07);
    border-color:rgba(255,255,255,.08);
}
.header-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
}
.nav-toggle{
    display:none;
    width:42px;
    height:42px;
    padding:0;
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
    color:var(--white);
    cursor:pointer;
}
.nav-toggle span{
    display:block;
    width:18px;
    height:2px;
    margin:4px auto;
    border-radius:999px;
    background:currentColor;
    transition:transform .2s ease,opacity .2s ease;
}
.site-header.is-menu-open .nav-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg);
}
.site-header.is-menu-open .nav-toggle span:nth-child(2){
    opacity:0;
}
.site-header.is-menu-open .nav-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
}
.header-note{
    display:none;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:9px 16px;
    border-radius:12px;
    font-weight:700;
    line-height:1;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
    color:#fff7fb;
    background:linear-gradient(135deg,var(--sunset-pink),var(--sunset-rose) 42%,var(--sunset-orange) 100%);
    box-shadow:var(--shadow-3);
}
.btn-outline{
    color:var(--white);
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.14);
}
.btn-secondary{
    color:var(--navy-900);
    background:linear-gradient(180deg,#ffffff,#fff6eb);
    border:1px solid rgba(255,143,31,.16);
    box-shadow:var(--shadow-1);
}

.hero-section{
    position:relative;
    overflow:hidden;
    padding:var(--space-section) 0;
    background:
        linear-gradient(90deg,rgba(5,12,22,.94) 0%,rgba(8,17,30,.88) 42%,rgba(8,17,30,.58) 74%,rgba(8,17,30,.82) 100%),
        url("../gambar/image03.png") center/cover;
    border-bottom:1px solid rgba(255,255,255,.06);
    min-height:500px;
    display:flex;
    align-items:center;
}
.static-hero{
    padding-top:var(--space-section);
    padding-bottom:var(--space-section);
}
.hero-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 88%);
    -webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 88%);
    pointer-events:none;
}
.hero-section::after{
    display:none;
}
.page-hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);
    gap:28px;
    align-items:start;
}
.page-hero-grid > div:first-child{
    max-width:860px;
}
.page-hero-grid h1{
    color:var(--white);
    font-size:3.1rem;
    margin-bottom:18px;
    text-shadow:0 10px 24px rgba(0,0,0,.22);
}
.page-hero-grid .lead{
    max-width:820px;
    color:#dce5ef;
    font-size:1.06rem;
    text-shadow:0 6px 14px rgba(0,0,0,.18);
}
.page-hero-grid .eyebrow{
    margin-bottom:20px;
}
.hero-aside{
    padding:24px 26px;
    border-radius:26px;
    background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.05));
    border:1px solid rgba(255,255,255,.10);
    box-shadow:var(--shadow-2);
    color:var(--white);
}
.hero-aside p,
.hero-aside li{
    color:#e0e8f0;
}
.hero-aside .feature-list{
    padding-left:22px;
}
.hero-aside .feature-list li{
    margin:10px 0;
}
.hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(360px,.62fr);
    gap:22px;
    align-items:end;
}
.hero-panel{
    position:relative;
}
.hero-visual-stage{
    position:relative;
    display:grid;
    gap:12px;
}
.hero-image-card{
    display:none;
    position:relative;
    min-height:420px;
    overflow:hidden;
    border-radius:var(--radius-xl);
    border:1px solid rgba(255,255,255,.1);
    box-shadow:var(--shadow-2);
}
.hero-image-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(6,12,24,.12),rgba(6,12,24,.56)),
        linear-gradient(135deg,rgba(255,11,138,.12),transparent 28%,rgba(255,143,31,.14) 100%);
}
.hero-image-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.hero-image-overlay{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index:1;
    max-width:430px;
}
.hero-image-overlay h3{
    max-width:12ch;
    margin:0;
    color:var(--white);
    font-size:clamp(1.55rem,2.35vw,2.15rem);
    line-height:1.12;
    text-wrap:balance;
}
.hero-proof-card{
    position:relative;
    margin-left:0;
    margin-top:0;
    padding:16px;
    border-radius:var(--radius-xl);
}
.hero-proof-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:10px;
}
.proof-item{
    padding:12px;
    border-radius:var(--radius-md);
    background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
    border:1px solid rgba(255,255,255,.08);
}
.proof-item strong{
    display:block;
    margin-bottom:7px;
    color:var(--white);
    font-size:.98rem;
    line-height:1.35;
}
.proof-item span{
    display:block;
    color:#c9d7e4;
    line-height:1.58;
    font-size:.9rem;
}
.hero-proof-caption{
    margin:0;
    color:#cbd8e5;
    line-height:1.68;
    font-size:.9rem;
}
.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 12px;
    border-radius:12px;
    background:linear-gradient(135deg,rgba(255,11,138,.14),rgba(255,143,31,.12));
    color:#ffe2bb;
    font-size:.8rem;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:14px;
}
.accent-light{
    background:linear-gradient(180deg,#fff7eb,#fff1dc);
    color:#99621b;
    border:1px solid rgba(255,143,31,.16);
}
.hero-copy h1{
    max-width:760px;
    color:var(--white);
    font-size:3.45rem;
    margin-bottom:8px;
    text-wrap:balance;
}
.hero-subtitle{
    max-width:780px;
    margin:0 0 10px;
    color:#f7d19a;
    font-family:var(--font-display);
    font-size:1.18rem;
    font-weight:800;
    line-height:1.34;
}
.lead{
    max-width:760px;
    font-size:.96rem;
    color:#cfdae6;
    line-height:1.74;
}
.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:14px;
}
.trust-chip-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}
.trust-chip{
    display:inline-flex;
    align-items:center;
    padding:8px 11px;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.1);
    color:#dbe7f2;
    font-size:.82rem;
    line-height:1.2;
}
.stats-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:12px;
}
.stat-card{
    padding:13px 14px;
    border-radius:var(--radius-lg);
    background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.05));
    border:1px solid rgba(255,255,255,.1);
    box-shadow:0 14px 32px rgba(4,8,18,.12);
}
.stat-card strong{
    display:block;
    color:var(--white);
    margin-bottom:7px;
    font-size:.95rem;
}
.stat-card span{
    display:block;
    color:#aebfd1;
    font-size:.88rem;
    line-height:1.5;
}

.hero-panel-box{
    padding:32px;
    border-radius:var(--radius-xl);
    animation:riseFade 1.05s ease both;
}
.hero-surface{
    position:relative;
    background:linear-gradient(180deg,rgba(11,20,36,.94),rgba(11,19,35,.98));
    border:1px solid rgba(255,255,255,.09);
    box-shadow:var(--shadow-2);
}
.hero-surface::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:5px;
    background:linear-gradient(90deg,var(--sunset-pink),var(--sunset-orange),var(--sunset-gold));
}
.hero-surface h3{
    color:var(--white);
    font-size:1.82rem;
    margin-bottom:22px;
}
.badge-mini{
    display:inline-flex;
    align-items:center;
    padding:7px 11px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(255,11,138,.16),rgba(255,143,31,.18));
    color:#ffd5ab;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    margin-bottom:12px;
}
.service-tag{
    display:inline-flex;
    align-items:center;
    padding:8px 12px;
    border-radius:12px;
    background:linear-gradient(180deg,#fff6f9,#fff0e1);
    color:#b15024;
    border:1px solid rgba(255,143,31,.22);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
    font-size:.77rem;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:14px;
}
.unit-stack{
    display:grid;
    gap:14px;
}
.unit-card{
    display:grid;
    grid-template-columns:14px 1fr;
    gap:14px;
    padding:18px 18px 17px;
    border-radius:22px;
    background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035));
    border:1px solid rgba(255,255,255,.08);
}
.unit-dot{
    width:14px;
    height:14px;
    margin-top:5px;
    border-radius:50%;
}
.dot-express{background:var(--sunset-orange)}
.dot-shop{background:var(--teal)}
.dot-core{background:#4e8fff}
.unit-card strong{
    display:block;
    color:var(--white);
    margin-bottom:5px;
}
.unit-card p{
    margin:0;
    color:#b9c8d9;
    font-size:.95rem;
    line-height:1.68;
}
.hero-note{
    margin-top:18px;
    padding:18px 20px;
    border-radius:22px;
    background:linear-gradient(135deg,rgba(255,11,138,.12),rgba(255,143,31,.08) 56%,rgba(255,255,255,.04));
    border:1px solid rgba(255,255,255,.08);
}
.hero-note strong{
    display:block;
    margin-bottom:6px;
    color:#ffd59f;
    text-transform:uppercase;
    letter-spacing:.05em;
    font-size:.8rem;
}
.hero-note span{
    display:block;
    color:#d4e1ee;
    line-height:1.75;
}
.hero-note.compact{
    margin-top:0;
}

.section-block{
    position:relative;
    padding:var(--space-section) 0;
    background:var(--mist);
    scroll-margin-top:88px;
}
.section-tight{
    padding:var(--space-section) 0;
}
.section-trust{
    background:linear-gradient(180deg,#eaf0f6,#f7fbff);
}
.section-soft{
    background:
        radial-gradient(circle at top right,rgba(255,11,138,.05),transparent 20%),
        linear-gradient(180deg,#f6f9fd,#fbfdff);
}
.section-metrics{
    background:
        radial-gradient(circle at top left,rgba(255,143,31,.06),transparent 20%),
        linear-gradient(180deg,#edf3f8,#f8fbff);
}
.section-dark{
    background:
        radial-gradient(circle at 12% 20%,rgba(255,11,138,.18),transparent 22%),
        radial-gradient(circle at 84% 74%,rgba(255,143,31,.16),transparent 24%),
        linear-gradient(135deg,#08111f,#102038 56%,#19294a),
        url("../gambar/background1.jpg") center/cover;
    color:var(--white);
    background-blend-mode:screen,screen,normal,overlay;
}
.section-dark h2,
.section-dark p,
.section-dark .eyebrow{
    color:var(--white);
}
.section-heading{
    max-width:780px;
    margin-bottom:12px;
}
.section-heading.center{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.section-heading.center p{
    margin-left:auto;
    margin-right:auto;
}
.two-column{
    display:grid;
    grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
    gap:var(--space-content);
    align-items:start;
}
.about-grid h2,
.section-heading h2,
.cta-inner h2,
.page-hero h1{
    font-size:1.98rem;
    line-height:1.12;
}
.glow-card{
    background:
        linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,252,255,.96));
    border:1px solid rgba(220,229,239,.94);
    border-radius:var(--radius-xl);
    padding:18px;
    box-shadow:0 26px 58px rgba(7,16,34,.07),0 8px 18px rgba(7,16,34,.04);
}
.glow-card h2,
.glow-card h3{
    color:#08284a;
}
.glow-card p,
.glow-card li{
    color:var(--slate-700);
}
.mandate-card h3{
    font-size:1.32rem;
    margin-bottom:12px;
}
.mandate-stack{
    display:grid;
    gap:10px;
}
.mandate-item{
    padding:14px 16px;
    border-radius:var(--radius-lg);
    background:linear-gradient(180deg,#ffffff,#f9fbfd);
    border:1px solid #d7e3ec;
    box-shadow:0 10px 24px rgba(10,23,39,.04);
}
.mandate-item strong{
    display:block;
    margin-bottom:7px;
    color:var(--navy-900);
}
.mandate-item p{
    margin:0;
    color:var(--slate-700);
}
.metrics-shell{
    display:grid;
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
    gap:var(--space-content);
    align-items:start;
}
.trust-shell{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(360px,.9fr) minmax(0,1.05fr);
    gap:14px;
    align-items:stretch;
}
.trust-intro{
    padding-right:4px;
}
.trust-proof-list{
    display:grid;
    gap:8px;
    margin-top:14px;
}
.trust-proof-list span{
    display:flex;
    align-items:center;
    gap:9px;
    padding:10px 12px;
    border-radius:var(--radius-md);
    background:rgba(255,255,255,.66);
    border:1px solid rgba(208,221,233,.82);
    color:var(--navy-800);
    font-size:.9rem;
    font-weight:750;
    box-shadow:0 12px 28px rgba(7,16,34,.04);
}
.trust-proof-list span::before{
    content:"";
    width:9px;
    height:9px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--sunset-pink),var(--sunset-orange));
    box-shadow:0 0 0 5px rgba(255,143,31,.08);
    flex:none;
}
.trust-visual{
    position:relative;
    overflow:hidden;
    min-height:100%;
    border-radius:var(--radius-xl);
    border:1px solid rgba(255,255,255,.62);
    box-shadow:var(--shadow-2);
}
.trust-visual::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(8,18,35,.1),rgba(8,18,35,.24)),
        linear-gradient(135deg,rgba(255,143,31,.08),transparent 40%,rgba(255,11,138,.08) 100%);
}
.trust-visual img{
    width:100%;
    height:100%;
    min-height:280px;
    object-fit:cover;
}
.trust-list{
    display:grid;
    gap:8px;
}
.metrics-intro{
    padding-right:20px;
}
.metrics-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}
.metric-card{
    padding:13px 15px;
    border-radius:var(--radius-lg);
    background:linear-gradient(180deg,#ffffff,#fbf7f3);
    border:1px solid rgba(255,143,31,.12);
    box-shadow:var(--shadow-1);
}
.metric-card strong{
    display:block;
    margin-bottom:5px;
    color:var(--navy-900);
    font-family:var(--font-display);
    font-size:1.08rem;
    letter-spacing:0;
    line-height:1.28;
}
.metric-card span{
    display:block;
    color:var(--slate-700);
    line-height:1.52;
    font-size:.92rem;
}
.disclosure-card{
    padding:14px 15px;
    border-radius:var(--radius-lg);
    background:linear-gradient(135deg,#12213b,#1a3156 54%,#1e2346);
    box-shadow:var(--shadow-2);
}
.disclosure-card strong{
    display:block;
    margin-bottom:8px;
    color:#ffe0b2;
    font-family:var(--font-display);
    font-size:1.02rem;
}
.disclosure-card p{
    margin:0;
    color:#dde8f2;
}
.executive-grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:14px;
    align-items:stretch;
}
.executive-visual{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:10px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,251,255,.96)),
        url("../gambar/background1.jpg") center/cover;
    background-blend-mode:screen;
}
.executive-photo{
    border-radius:var(--radius-lg);
    overflow:hidden;
    margin-bottom:8px;
}
.executive-photo img{
    width:100%;
    height:292px;
    min-height:0;
    object-fit:cover;
}
.executive-photo-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}
.executive-photo-grid img{
    width:100%;
    height:112px;
    border-radius:var(--radius-md);
    object-fit:cover;
}
.executive-copy{
    padding-top:0;
}
.visual-story-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin-top:10px;
}
.visual-story-card{
    padding:13px 14px;
    border-radius:var(--radius-lg);
    background:linear-gradient(180deg,#ffffff,#fbf7f3);
    border:1px solid rgba(255,143,31,.12);
    box-shadow:var(--shadow-1);
}
.visual-story-card h3{
    margin-bottom:6px;
    font-size:1.04rem;
    line-height:1.14;
}
.visual-story-card p{
    margin:0;
    font-size:.92rem;
    line-height:1.5;
}
.statement-card{
    margin-top:10px;
    padding:14px 16px;
    border-radius:18px;
    background:linear-gradient(135deg,#101c34,#16294a 50%,#211936);
    box-shadow:var(--shadow-2);
}
.statement-card strong{
    display:block;
    margin-bottom:6px;
    color:#ffd39f;
    font-size:.82rem;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.statement-card p{
    margin:0;
    color:#e5edf5;
    line-height:1.54;
}

.card-grid{
    display:grid;
    gap:14px;
}
.portal-grid{
    grid-template-columns:repeat(2,1fr);
}
.portal-card{
    display:block;
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.portal-card:hover{
    transform:translateY(-3px);
    box-shadow:var(--shadow-2);
    border-color:rgba(213,170,85,.22);
}
.portal-card h3{
    font-size:1.38rem;
}
.three-up{grid-template-columns:repeat(3,1fr)}
.two-up{grid-template-columns:repeat(2,1fr)}
.news-layout{
    display:grid;
    grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
    gap:var(--space-content);
}
.feature-news h2{
    font-size:2.35rem;
}
.feature-news p{
    font-size:1.02rem;
    color:var(--slate-700);
}
.news-meta{
    display:inline-flex;
    margin-bottom:12px;
    color:#b45a2f;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.editorial-card h3{
    font-size:1.38rem;
}
.editorial-card,
.feature-news,
.partnership-card,
.culture-card,
.process-card,
.proposal-card,
.form-card,
.opening-card,
.news-card,
.portal-card,
.insight-card{
    position:relative;
    overflow:hidden;
}
.editorial-card::before,
.feature-news::before,
.partnership-card::before,
.culture-card::before,
.process-card::before,
.proposal-card::before,
.form-card::before,
.opening-card::before,
.news-card::before,
.portal-card::before,
.insight-card::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:4px;
    background:linear-gradient(90deg,var(--sunset-pink),var(--sunset-orange),var(--sunset-gold));
}
.news-card h3{
    font-size:1.3rem;
}
.news-card p{
    color:var(--slate-700);
}
.tag-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}
.tag-row span{
    display:inline-flex;
    align-items:center;
    padding:9px 12px;
    border-radius:999px;
    background:linear-gradient(180deg,#fff9f7,#fff3ea);
    border:1px solid rgba(255,143,31,.12);
    color:var(--slate-700);
    font-size:.86rem;
}
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:var(--space-content);
    align-items:start;
}
.gallery-card{
    padding:18px;
    display:flex;
    flex-direction:column;
    gap:18px;
    height:100%;
}
.gallery-media{
    border-radius:22px;
    overflow:hidden;
    background:#dde6ee;
    border:1px solid rgba(11,28,49,.06);
}
.gallery-media img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.gallery-card .gallery-media{
    height:260px;
}
.gallery-copy h3{
    font-size:1.3rem;
    max-width:22ch;
}
.gallery-copy p{
    color:var(--slate-700);
    margin:0;
}
.gallery-overview{
    display:grid;
    gap:var(--space-content);
}
.gallery-card .news-meta{
    margin-bottom:10px;
}
.recruitment-layout{
    align-items:stretch;
}
.process-list{
    display:grid;
    gap:14px;
    margin:18px 0 24px;
}
.process-item{
    display:grid;
    grid-template-columns:44px 1fr;
    gap:14px;
    align-items:start;
    padding:16px 16px 15px;
    border-radius:18px;
    background:linear-gradient(180deg,#ffffff,#fff8f2);
    border:1px solid rgba(255,143,31,.14);
    box-shadow:0 10px 24px rgba(10,23,39,.04);
}
.process-item strong{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border-radius:14px;
    background:linear-gradient(135deg,var(--sunset-pink),var(--sunset-orange));
    color:var(--white);
}
.process-item span{
    display:block;
    padding-top:8px;
    color:var(--slate-700);
    line-height:1.7;
}
.opening-card h3{
    font-size:1.34rem;
}
.opening-card p{
    color:var(--slate-700);
}
.partnership-card h3{
    font-size:1.28rem;
}
.partnership-card li{
    color:var(--slate-700);
}
.partnership-card .feature-list{
    padding-left:18px;
}
.partnership-form-layout{
    align-items:start;
}
.proposal-card h2,
.form-card h2,
.culture-card h2,
.process-card h2{
    font-size:2rem;
    line-height:1.18;
    margin-bottom:16px;
}
.form-card label{
    display:block;
    margin-bottom:8px;
    color:var(--navy-900);
    font-weight:700;
    font-size:.92rem;
}
.field-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    margin-bottom:16px;
}
.field-grid > div:first-child{
    grid-column:1 / -1;
}
.form-card textarea{
    width:100%;
    padding:13px 14px;
    border:1px solid #cfdce7;
    border-radius:14px;
    background:#fcfdff;
    color:var(--navy-900);
    font-family:var(--font-body);
    resize:vertical;
    margin-bottom:18px;
}
.form-card input[type=text],
.form-card input[type=email],
.form-card select{
    border-color:#cfdce7;
    background:#fcfdff;
}
.form-card input[type=text]:focus,
.form-card input[type=email]:focus,
.form-card select:focus,
.form-card textarea:focus{
    outline:none;
    border-color:#b88a37;
    box-shadow:0 0 0 4px rgba(213,170,85,.14);
}
.form-card .btn-primary{
    width:100%;
    margin-top:6px;
}
.service-card,
.segment-card,
.flow-card,
.benefit-item{
    position:relative;
    overflow:hidden;
}
.service-card::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:5px;
}
.accent-express::before{background:linear-gradient(90deg,#f0c87b,var(--gold))}
.accent-shop::before{background:linear-gradient(90deg,#3a9b92,var(--teal))}
.accent-core::before{background:linear-gradient(90deg,#5c8fe6,var(--blue))}
.service-card h3,
.segment-card h3{
    font-size:1.25rem;
}
.service-overview{
    color:var(--slate-700);
    margin-bottom:10px;
}
.service-block{
    padding-top:9px;
    margin-top:9px;
    border-top:1px solid rgba(11,28,49,.08);
}
.service-block span{
    display:block;
    margin-bottom:7px;
    color:#b45a2f;
    font-size:.8rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.service-block p{
    margin:0;
}
.service-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#b04d26;
    font-weight:800;
    text-decoration:none;
}
.service-link:hover{
    color:#8f2d66;
}
.service-link::after{
    content:"\2197";
    font-size:.92rem;
}

.ecosystem-grid{
    display:grid;
    gap:10px;
}
.ecosystem-layout{
    display:grid;
    grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);
    gap:14px;
    align-items:stretch;
}
.ecosystem-intro{
    display:grid;
    gap:10px;
    align-self:stretch;
}
.ecosystem-heading{
    margin-bottom:0;
}
.ecosystem-visual-main{
    overflow:hidden;
    border-radius:var(--radius-xl);
    border:1px solid rgba(11,28,49,.08);
    box-shadow:var(--shadow-2);
    background:#08111f;
}
.ecosystem-visual-main img{
    width:100%;
    height:230px;
    min-height:0;
    object-fit:cover;
}
.ecosystem-visual-note{
    padding:14px 16px;
    border-radius:var(--radius-lg);
    background:linear-gradient(180deg,#ffffff,#fbf8f2);
    border:1px solid rgba(255,143,31,.12);
    box-shadow:0 18px 44px rgba(7,16,34,.06);
}
.ecosystem-visual-note strong{
    display:block;
    margin-bottom:6px;
    color:var(--navy-900);
    font-family:var(--font-display);
    font-size:1.15rem;
}
.ecosystem-visual-note p{
    margin:0;
}
.ecosystem-mini-points{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
    margin-top:10px;
}
.ecosystem-mini-points span{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:var(--slate-700);
    font-size:.88rem;
    line-height:1.45;
}
.ecosystem-mini-points span::before{
    content:"";
    width:10px;
    height:10px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--sunset-pink),var(--sunset-orange));
    box-shadow:0 0 0 5px rgba(255,143,31,.08);
    flex:none;
}
.ecosystem-shell{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    align-items:stretch;
}
.flow-card{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    column-gap:12px;
    align-items:start;
    min-height:100%;
    padding:13px 15px;
    border-radius:var(--radius-lg);
    background:linear-gradient(180deg,#ffffff,#fffaf5);
    border:1px solid rgba(255,143,31,.12);
    box-shadow:0 22px 52px rgba(7,16,34,.07);
}
.flow-step{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border-radius:11px;
    margin-bottom:0;
    background:linear-gradient(135deg,var(--sunset-pink),var(--sunset-orange));
    color:var(--white);
    font-family:var(--font-display);
    font-weight:800;
    grid-row:1 / span 3;
}
.flow-kicker{
    display:block;
    margin:0 0 5px;
    color:#b16835;
    font-size:.74rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.flow-card h3{
    max-width:none;
    font-size:1.08rem;
    margin-bottom:5px;
    line-height:1.14;
}
.flow-card p{
    margin:0;
    color:var(--slate-700);
    line-height:1.48;
    font-size:.92rem;
}
.growth-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}
.growth-card{
    padding:15px 15px;
    border-radius:var(--radius-lg);
    background:linear-gradient(180deg,#ffffff,#fff8f3);
    border:1px solid rgba(255,143,31,.12);
    box-shadow:var(--shadow-1);
}
.growth-card h3{
    font-size:1.13rem;
    margin:0 0 7px;
}
.growth-card .flow-step{
    margin-bottom:10px;
}
.growth-card p{
    margin:0;
    line-height:1.5;
    font-size:.94rem;
}
.insight-grid{
    align-items:stretch;
}
.insight-card h3{
    font-size:1.42rem;
}
.insight-card p{
    color:var(--slate-700);
}
.insight-gallery-strip{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin:2px 0 12px;
}
.insight-gallery-strip img{
    width:100%;
    height:142px;
    border-radius:18px;
    object-fit:cover;
}
.text-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:8px;
    color:#c45933;
    font-weight:700;
}
.text-link:hover{
    color:#8f2d66;
}

.segment-grid{
    grid-template-columns:repeat(2,1fr);
}
.segment-card{
    padding:18px;
}
.segment-card::after{
    display:none;
}

.principle-grid{
    align-items:center;
}
.benefit-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}
.benefit-item{
    padding:18px;
    border-radius:24px;
    background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
    border:1px solid rgba(255,255,255,.1);
}
.benefit-item strong{
    display:block;
    color:var(--white);
    margin-bottom:8px;
}
.benefit-item span{
    display:block;
    color:#cad8e7;
    line-height:1.72;
}

.cta-block{
    padding-top:0;
}
.cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:var(--space-content);
    background:
        radial-gradient(circle at top right,rgba(255,11,138,.12),transparent 26%),
        radial-gradient(circle at bottom left,rgba(255,143,31,.11),transparent 24%),
        linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,248,241,.98));
}
.cta-copy{
    max-width:780px;
}
.cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.site-footer{
    background:
        radial-gradient(circle at top left,rgba(255,11,138,.18),transparent 22%),
        radial-gradient(circle at top right,rgba(255,143,31,.16),transparent 22%),
        #060f1c;
    color:#dbe7f1;
    padding:var(--space-section) 0 12px;
}
.footer-grid{
    display:grid;
    grid-template-columns:1.3fr .9fr .9fr 1fr;
    gap:16px;
    padding:8px 0 16px;
}
.site-footer h3{
    color:var(--white);
    font-size:1.03rem;
    margin-bottom:12px;
}
.footer-text,
.footer-text p,
.footer-text li{
    color:#9eb3c8;
    font-size:.95rem;
    line-height:1.78;
}
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-links li{
    margin-bottom:8px;
}
.footer-links a{
    color:#cad7e4;
    transition:color .2s ease;
}
.footer-links a:hover{
    color:var(--white);
}
.footer-contact-link{
    color:#ffd7aa;
    font-weight:700;
    text-decoration:none;
    border-bottom:1px solid rgba(255,215,170,.28);
}
.footer-contact-link:hover{
    color:var(--white);
    border-bottom-color:rgba(255,255,255,.42);
}
.footer-brand{
    margin-bottom:16px;
}
.footer-badges{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}
.footer-badges span{
    display:inline-flex;
    align-items:center;
    padding:9px 12px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(255,11,138,.14),rgba(255,143,31,.18));
    border:1px solid rgba(255,255,255,.08);
    color:#ffd7aa;
    font-size:.82rem;
}
.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:16px 0 6px;
    border-top:1px solid rgba(255,255,255,.08);
    color:#9db0c4;
    font-size:.9rem;
}
.footer-utility{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}
.btn-admin-footer{
    min-height:42px;
    padding:11px 18px;
}

.profile-page{
    padding-top:26px;
    background:
        radial-gradient(circle at top right,rgba(255,143,31,.07),transparent 24%),
        radial-gradient(circle at bottom left,rgba(255,11,138,.06),transparent 24%),
        linear-gradient(180deg,#f5f9fc,#eef4f8);
}
.profile-hero-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
    gap:16px;
    align-items:stretch;
    padding:18px;
    border-radius:var(--radius-xl);
    background:linear-gradient(135deg,#ffffff,#f8fbff 58%,#fff7ef);
    border:1px solid rgba(208,221,233,.92);
    box-shadow:0 28px 70px rgba(7,16,34,.08);
}
.profile-hero-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:10px 6px 10px 8px;
}
.profile-hero-copy h1{
    max-width:820px;
    font-size:2.34rem;
    line-height:1.08;
}
.profile-hero-copy p{
    max-width:780px;
    color:var(--slate-700);
    font-size:1rem;
}
.profile-focus-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin-top:12px;
}
.profile-focus-row span{
    padding:10px 12px;
    border-radius:var(--radius-md);
    background:linear-gradient(180deg,#fff,#fff6ed);
    border:1px solid rgba(255,143,31,.14);
    color:var(--navy-900);
    font-size:.9rem;
    font-weight:800;
}
.profile-hero-media{
    overflow:hidden;
    min-height:100%;
    border-radius:var(--radius-lg);
    background:#08111f;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.profile-hero-media img{
    width:100%;
    height:100%;
    min-height:318px;
    object-fit:cover;
}
.profile-proof-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:14px;
}
.profile-proof-card{
    padding:16px;
    border-radius:var(--radius-lg);
    background:linear-gradient(180deg,#ffffff,#fffaf5);
    border:1px solid rgba(255,143,31,.12);
    box-shadow:var(--shadow-1);
}
.profile-proof-card span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    margin-bottom:10px;
    border-radius:11px;
    background:linear-gradient(135deg,var(--sunset-pink),var(--sunset-orange));
    color:var(--white);
    font-weight:800;
}
.profile-proof-card h2{
    font-size:1.16rem;
    margin-bottom:8px;
}
.profile-proof-card p{
    margin:0;
    color:var(--slate-700);
    font-size:.94rem;
    line-height:1.5;
}
.profile-split{
    display:grid;
    grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);
    gap:14px;
    align-items:stretch;
    margin-top:14px;
}
.profile-visual-stack{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
}
.profile-visual-stack img{
    width:100%;
    height:178px;
    object-fit:cover;
    border-radius:var(--radius-lg);
    border:1px solid rgba(208,221,233,.88);
    box-shadow:var(--shadow-1);
}
.profile-capability-card{
    padding:18px;
    border-radius:var(--radius-xl);
    background:linear-gradient(135deg,#0b1627,#142846 58%,#211936);
    color:var(--white);
    box-shadow:var(--shadow-2);
}
.profile-capability-card h2{
    color:var(--white);
    font-size:1.78rem;
}
.profile-capability-card p{
    color:#d7e4ef;
}
.profile-capability-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin-top:12px;
}
.profile-capability-list div{
    padding:12px;
    border-radius:var(--radius-md);
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.09);
}
.profile-capability-list strong{
    display:block;
    margin-bottom:6px;
    color:#ffd6a2;
}
.profile-capability-list p{
    margin:0;
    color:#cbd8e5;
    font-size:.9rem;
    line-height:1.46;
}
.profile-cta-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:14px;
    padding:18px;
    border-radius:var(--radius-xl);
    background:linear-gradient(135deg,#ffffff,#fff8ef);
    border:1px solid rgba(255,143,31,.13);
    box-shadow:var(--shadow-1);
}
.profile-cta-card h2{
    max-width:850px;
    font-size:1.56rem;
}
.profile-cta-card p{
    max-width:900px;
    margin-bottom:0;
    color:var(--slate-700);
}

.narrow-content{
    width:min(920px,100%);
}
.page-hero{
    padding-top:44px;
}
.article-card,
.detail-layout{
    background:var(--paper);
}
.page-content{
    color:#304055;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content strong{
    color:#122235;
}
.page-content img{
    border-radius:22px;
    margin:10px 0 22px;
}
.empty-state{
    text-align:center;
    padding:50px;
}
.detail-layout{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:var(--space-content);
    align-items:start;
}
.detail-avatar img{
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:28px;
    border:1px solid #edf2f8;
}

.table,
.input,
table input,
table textarea,
table select{
    font-family:var(--font-body);
}
.error,
.sukses{
    padding:14px 16px;
    border-radius:14px;
    margin:14px 0;
}
.error{
    background:#fff0f0;
    color:#a31919;
}
.sukses{
    background:#edfff2;
    color:#146c31;
}
table{
    width:100%;
    max-width:760px;
    border-collapse:separate;
    border-spacing:0 12px;
}
td{
    vertical-align:top;
    color:#304055;
}
.label{
    width:190px;
    font-weight:700;
}
.input,
input[type=text],
input[type=password],
input[type=email],
textarea,
select{
    width:100%;
    padding:13px 14px;
    border:1px solid var(--line);
    border-radius:14px;
    background:var(--paper);
    color:var(--navy-900);
}
input[type=submit]{border:none}
.page-content ul,
.page-content ol{
    padding-left:22px;
    color:#44556d;
}
#kontak,
#contact{
    scroll-margin-top:120px;
}

@keyframes riseFade{
    from{
        opacity:0;
        transform:translateY(22px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(prefers-reduced-motion:no-preference){
    .hero-copy{
        animation:riseFade .8s ease both;
    }
    .glow-card,
    .flow-card,
    .growth-card,
    .metric-card{
        transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    }
    .glow-card:hover,
    .flow-card:hover,
    .growth-card:hover,
    .metric-card:hover{
        transform:translateY(-4px);
        box-shadow:0 30px 70px rgba(7,16,34,.1);
        border-color:rgba(255,143,31,.18);
    }
}

@media(max-width:1180px){
    .wrapper{
        width:auto;
        margin-left:16px;
        margin-right:16px;
    }
    .hero-grid,
    .page-hero-grid,
    .two-column,
    .footer-grid,
    .detail-layout,
    .profile-hero-card,
    .profile-split{
        grid-template-columns:1fr;
    }
    .profile-hero-media img{
        min-height:260px;
    }
    .profile-visual-stack{
        grid-template-columns:1fr 1fr;
    }
    .profile-cta-card{
        flex-direction:column;
        align-items:flex-start;
    }
    .metrics-shell,
    .trust-shell,
    .executive-grid,
    .ecosystem-layout{
        grid-template-columns:1fr;
    }
    .site-header .wrapper{
        margin-left:16px;
        margin-right:16px;
    }
    .topbar{
        grid-template-columns:1fr;
        min-height:auto;
    }
    .desktop-nav{
        justify-self:start;
    }
    .header-actions{
        flex-wrap:wrap;
        justify-content:flex-start;
    }
    .news-layout{
        grid-template-columns:1fr;
    }
    .stats-row,
    .benefit-grid,
    .segment-grid,
    .portal-grid,
    .metrics-grid,
    .hero-proof-grid{
        grid-template-columns:1fr 1fr;
    }
    .growth-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .gallery-grid{
        grid-template-columns:1fr 1fr;
    }
    .cta-inner{
        flex-direction:column;
        align-items:flex-start;
    }
    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
}

@media(max-width:760px){
    .wrapper{
        width:auto;
        margin-left:12px;
        margin-right:12px;
    }
    .site-header .wrapper{
        margin-left:12px;
        margin-right:12px;
    }
    body{
        background:
            radial-gradient(circle at top left,rgba(255,11,138,.12),transparent 26%),
            linear-gradient(180deg,#060d18 0%,#0d1729 14%,#13213c 20%,var(--mist) 20%,#f8fbff 100%);
    }
    .header-shell{
        padding:8px 0 10px;
    }
    .topbar{
        grid-template-columns:minmax(0,1fr) auto;
        align-items:start;
        gap:10px;
    }
    .brandmark{
        gap:12px;
        min-width:0;
    }
    .brandmark-media{
        width:82px;
        min-width:82px;
        height:40px;
        padding:0;
    }
    .brandmark-logo{
        width:126px;
        max-width:none;
    }
    .brandmark-copy small{
        font-size:.52rem;
        letter-spacing:.12em;
    }
    .brandmark-copy strong{
        font-size:.9rem;
        line-height:1.08;
    }
    .brandmark-copy em{
        font-size:.68rem;
        line-height:1.18;
    }
    .nav-toggle{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        margin-top:4px;
    }
    .desktop-nav{
        display:none;
        grid-column:1 / -1;
        grid-template-columns:repeat(2,minmax(0,1fr));
        width:100%;
        gap:6px;
        padding:6px;
        border-radius:20px;
        overflow:visible;
        justify-self:stretch;
        margin-top:2px;
    }
    .desktop-nav a{
        min-height:40px;
        padding:10px 8px;
        font-size:.8rem;
        text-align:center;
    }
    .site-header.is-menu-open .desktop-nav{
        display:grid;
    }
    .header-note{
        display:none;
    }
    .header-actions,
    .hero-actions,
    .cta-actions{
        width:100%;
        flex-direction:column;
        align-items:stretch;
    }
    .header-actions{
        display:none;
        grid-column:1 / -1;
        margin-top:2px;
    }
    .site-header.is-menu-open .header-actions{
        display:flex;
    }
    .hero-section{
        padding:28px 0 24px;
    }
    .static-hero{
        padding-top:28px;
        padding-bottom:24px;
    }
    .hero-grid,
    .page-hero-grid{
        gap:18px;
    }
    .eyebrow{
        padding:8px 12px;
        font-size:.7rem;
        margin-bottom:14px;
    }
    .hero-image-card{
        min-height:220px;
        border-radius:22px;
    }
    .hero-image-overlay{
        left:16px;
        right:16px;
        bottom:16px;
    }
    .hero-image-overlay h3{
        max-width:10ch;
        font-size:1.45rem;
    }
    .hero-proof-card{
        padding:14px;
    }
    .proof-item{
        padding:14px;
    }
    .hero-copy h1{
        font-size:2.5rem;
        margin-bottom:12px;
    }
    .page-hero-grid h1{
        font-size:2.25rem;
        margin-bottom:12px;
    }
    .lead,
    .page-hero-grid .lead{
        font-size:.94rem;
        line-height:1.72;
    }
    .hero-actions{
        gap:10px;
        margin-top:14px;
    }
    .trust-chip-row{
        gap:8px;
        margin-top:14px;
    }
    .stats-row{
        margin-top:16px;
    }
    .three-up,
    .two-up,
    .stats-row,
    .benefit-grid,
    .segment-grid,
    .portal-grid,
    .gallery-grid,
    .field-grid,
    .metrics-grid,
    .hero-proof-grid,
    .growth-grid,
    .insight-gallery-strip,
    .trust-shell,
    .profile-focus-row,
    .profile-proof-grid,
    .profile-capability-list,
    .profile-visual-stack{
        grid-template-columns:1fr;
    }
    .profile-page{
        padding-top:18px;
    }
    .profile-hero-card,
    .profile-cta-card{
        padding:14px;
    }
    .profile-hero-copy{
        padding:2px;
    }
    .profile-hero-copy h1{
        font-size:2rem;
    }
    .profile-hero-media img{
        min-height:220px;
    }
    .profile-proof-card,
    .profile-capability-card{
        padding:14px;
    }
    .profile-capability-card h2{
        font-size:1.5rem;
    }
    .profile-cta-card h2{
        font-size:1.35rem;
    }
    .gallery-card .gallery-media{
        height:220px;
    }
    .ecosystem-visual-main img{
        height:220px;
        min-height:0;
    }
    .visual-story-grid,
    .ecosystem-mini-points{
        grid-template-columns:1fr;
    }
    .ecosystem-shell{
        grid-template-columns:1fr;
        gap:16px;
    }
    .btn{
        width:100%;
    }
    .section-heading{
        margin-bottom:16px;
    }
    .stat-card,
    .metric-card,
    .growth-card,
    .process-item,
    .segment-card{
        padding:16px;
    }
    .glow-card,
    .hero-panel-box,
    .flow-card{
        padding:16px;
    }
    .hero-aside{
        padding:18px;
    }
    .gallery-card{
        padding:14px;
    }
    .executive-photo img,
    .gallery-media img,
    .insight-gallery-strip img{
        width:100%;
        max-width:100%;
    }
    .footer-badges{
        gap:8px;
    }
    .label{
        width:100%;
        display:block;
        padding-bottom:6px;
    }
    td{
        display:block;
        width:100%;
    }
}
