*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    background:#f6f7f9;
    color:#10131a;
}
a{color:inherit;text-decoration:none}

.site-header{
    height:76px;
    padding:0 42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:50;
}
.brand{display:flex;gap:12px;align-items:center}
.logo-mark{
    width:40px;height:40px;
    border-radius:11px;
    background:linear-gradient(135deg,#e11226,#6f0b14);
    color:#fff;
    display:grid;
    place-items:center;
    font-weight:900;
    box-shadow:0 12px 28px rgba(225,18,38,.28);
}
.brand strong{font-size:16px}
.brand span{display:block;font-size:11px;color:#6b7280;margin-top:2px}
nav{display:flex;gap:26px;font-size:13px;color:#4b5563}
nav a{padding:28px 0;border-bottom:2px solid transparent}
nav a.active,nav a:hover{color:#d91023;border-color:#d91023}
.header-actions{display:flex;gap:10px;align-items:center}
.login-link{font-size:13px;color:#374151}
.cta-small,.btn-red{
    background:#d91023;
    color:#fff;
    padding:12px 18px;
    border-radius:10px;
    font-size:13px;
    font-weight:800;
    box-shadow:0 14px 30px rgba(217,16,35,.24);
}
.btn-dark{
    background:#10131a;
    color:#fff;
    padding:12px 18px;
    border-radius:10px;
    font-size:13px;
    font-weight:700;
}
.btn-light{
    background:#fff;
    color:#10131a;
    padding:12px 18px;
    border-radius:10px;
    font-size:13px;
    font-weight:700;
    border:1px solid rgba(0,0,0,.08);
}

.hero{
    min-height:760px;
    padding:88px 7vw 80px;
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:60px;
    align-items:center;
    overflow:hidden;
    background:
      radial-gradient(circle at 82% 18%,rgba(225,18,38,.16),transparent 28%),
      linear-gradient(180deg,#ffffff 0%,#f6f7f9 62%,#eef1f5 100%);
}
.kicker{
    color:#d91023;
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
    font-weight:900;
}
h1{
    font-size:68px;
    line-height:.98;
    margin:18px 0 22px;
    letter-spacing:-2.6px;
    max-width:830px;
}
.hero p{
    color:#4b5563;
    font-size:19px;
    line-height:1.65;
    max-width:700px;
}
.hero-actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}

.hero-visual{
    position:relative;
    min-height:560px;
}
.orb{
    position:absolute;
    inset:40px 20px auto auto;
    width:420px;
    height:420px;
    border-radius:50%;
    background:
      radial-gradient(circle at 35% 30%,#fff 0%,#ffccd2 22%,#d91023 52%,#161922 100%);
    box-shadow:0 60px 120px rgba(217,16,35,.25);
    animation:floatOrb 7s ease-in-out infinite;
}
.glass-card{
    position:absolute;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(255,255,255,.72);
    backdrop-filter:blur(18px);
    border-radius:22px;
    box-shadow:0 30px 70px rgba(15,23,42,.16);
    padding:22px;
    animation:floatCard 6s ease-in-out infinite;
}
.card-node{
    top:60px;
    left:20px;
    width:270px;
}
.card-wallet{
    bottom:90px;
    right:10px;
    width:300px;
    animation-delay:1.2s;
}
.card-ai{
    bottom:20px;
    left:88px;
    width:235px;
    animation-delay:.7s;
}
.mini-title{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.12em;font-weight:900}
.big-stat{font-size:32px;font-weight:900;margin:10px 0;color:#10131a}
.mini-copy{font-size:13px;color:#6b7280;line-height:1.45}
.line{
    height:8px;
    border-radius:999px;
    background:#eceff3;
    overflow:hidden;
    margin-top:16px;
}
.line:after{
    content:"";
    display:block;
    height:100%;
    width:64%;
    background:#d91023;
    border-radius:999px;
}

.white-section{
    background:#fff;
    padding:110px 7vw;
}
.dark-section{
    background:#0b0f17;
    color:#fff;
    padding:110px 7vw;
    border-radius:34px 34px 0 0;
}
.section h2,.white-section h2,.dark-section h2{
    font-size:46px;
    letter-spacing:-1.4px;
    margin:0 0 18px;
    max-width:820px;
}
.section-intro{
    color:#667085;
    max-width:780px;
    line-height:1.7;
    font-size:17px;
}
.dark-section .section-intro{color:#aeb7c6}

.story-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}
.image-block{
    min-height:430px;
    border-radius:30px;
    background:
      linear-gradient(135deg,rgba(217,16,35,.72),rgba(6,7,10,.92)),
      url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1400&q=80');
    background-size:cover;
    background-position:center;
    box-shadow:0 34px 90px rgba(15,23,42,.2);
    position:relative;
    overflow:hidden;
}
.image-block:after{
    content:"SILO CLOUD";
    position:absolute;
    bottom:28px;
    left:30px;
    color:rgba(255,255,255,.88);
    font-size:13px;
    font-weight:900;
    letter-spacing:.28em;
}
.pill-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}
.pill{
    background:#f1f3f6;
    border:1px solid rgba(0,0,0,.06);
    border-radius:999px;
    padding:12px 16px;
    font-size:13px;
    font-weight:800;
    color:#2f3745;
}
.dark-grid{
    margin-top:44px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.dark-card{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.1);
    border-radius:22px;
    padding:24px;
    min-height:230px;
}
.dark-card h3{margin:16px 0 10px;font-size:19px}
.dark-card p{color:#aeb7c6;font-size:14px;line-height:1.55}
.number{
    color:#ff4051;
    font-weight:900;
    font-size:13px;
    letter-spacing:.14em;
}
.split-cta{
    display:grid;
    grid-template-columns:1fr .8fr;
    gap:36px;
    align-items:center;
    padding:90px 7vw;
    background:#fff;
}
.cta-panel{
    background:#10131a;
    color:#fff;
    border-radius:30px;
    padding:44px;
    box-shadow:0 36px 90px rgba(15,23,42,.18);
}
.cta-panel h2{font-size:38px;margin:0 0 14px}
.cta-panel p{color:#b7bfcc;line-height:1.7}
.site-footer{
    padding:42px 7vw;
    background:#06070a;
    color:#fff;
    display:flex;
    justify-content:space-between;
    gap:30px;
}
.site-footer p{color:#8f97a3;font-size:13px;max-width:520px}
.footer-grid{display:grid;gap:10px;font-size:13px;color:#c7ccd5}

@keyframes floatOrb{
    0%,100%{transform:translateY(0) scale(1)}
    50%{transform:translateY(-22px) scale(1.025)}
}
@keyframes floatCard{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-16px)}
}

@media(max-width:980px){
    .site-header{height:auto;align-items:flex-start;flex-direction:column;padding:18px;gap:16px}
    nav{flex-wrap:wrap}
    .hero,.story-grid,.split-cta{grid-template-columns:1fr}
    h1{font-size:44px}
    .hero-visual{min-height:520px}
    .dark-grid{grid-template-columns:1fr}
}

/* V1 compatibility repair for older service/pricing/platform pages */
.section{
    padding:90px 7vw;
    background:#f6f7f9;
}

.card-grid{
    margin-top:34px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:22px;
    padding:28px;
    min-height:220px;
    box-shadow:0 18px 45px rgba(15,23,42,.06);
}

.card h3{
    margin:0 0 12px;
    font-size:20px;
}

.card p{
    color:#667085;
    line-height:1.6;
    font-size:14px;
}

.pricing{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin-top:38px;
}

.price-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:24px;
    padding:30px;
    box-shadow:0 18px 45px rgba(15,23,42,.06);
}

.price-card.featured{
    border-color:#d91023;
    box-shadow:0 28px 70px rgba(217,16,35,.16);
}

.price{
    font-size:38px;
    font-weight:900;
    margin:18px 0;
}

.price span{
    font-size:13px;
    color:#667085;
    font-weight:400;
}

ul.clean{
    padding:0;
    margin:18px 0 0;
    list-style:none;
}

ul.clean li{
    padding:11px 0;
    border-bottom:1px solid rgba(0,0,0,.07);
    color:#4b5563;
    font-size:14px;
}

@media(max-width:980px){
    .card-grid,
    .pricing{
        grid-template-columns:1fr;
    }
}

.brand-logo-img{
    height:38px;
    width:auto;
    object-fit:contain;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.launch-hero{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:
        radial-gradient(circle at 30% 30%, rgba(217,16,35,.15), transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(0,160,255,.12), transparent 40%),
        #07090d;
    color:#fff;
    text-align:center;
}

.launch-logo{
    width:280px;
    margin-bottom:30px;
    animation:floatLogo 6s ease-in-out infinite;
}

.launch-title{
    font-size:52px;
    font-weight:900;
    letter-spacing:-1.5px;
    margin-bottom:12px;
}

.launch-sub{
    color:#aeb7c6;
    max-width:620px;
    margin-bottom:40px;
}

.launch-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    width:900px;
    max-width:90%;
}

.launch-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12);
    border-radius:20px;
    padding:24px;
    transition:.25s;
    backdrop-filter:blur(12px);
}

.launch-card:hover{
    transform:translateY(-6px) scale(1.02);
    background:rgba(255,255,255,.08);
    border-color:#d91023;
}

.launch-card h3{
    margin:10px 0;
    font-size:18px;
}

.launch-card p{
    font-size:13px;
    color:#aeb7c6;
}

@keyframes floatLogo{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-12px)}
}

@media(max-width:900px){
    .launch-grid{
        grid-template-columns:1fr;
    }
}

/* Header logo repair */
.brand-logo-img{
    height:42px;
    width:auto;
    max-width:190px;
    display:block;
    object-fit:contain;
}

.logo-mark{
    display:none;
}

.brand-logo-img{
    height:54px;
    width:auto;
    max-width:230px;
    display:block;
    object-fit:contain;
}

.brand-logo-link{
    display:flex;
    align-items:center;
}

.brand{
    min-width:230px;
}

/* SiloCloud global scale refinement */
body{
    font-size:15px;
}

.site-header{
    height:68px;
    padding:0 34px;
}

.brand-logo-img{
    height:42px !important;
    max-width:190px !important;
}

nav{
    gap:21px;
    font-size:12.5px;
}

nav a{
    padding:24px 0;
}

.cta-small,
.btn-red,
.btn-dark,
.btn-light{
    padding:10px 15px;
    border-radius:8px;
    font-size:12.5px;
}

/* Reduce hero and major page typography */
h1,
.pricing-hero h1{
    font-size:52px !important;
    line-height:1.02;
}

.hero{
    min-height:640px;
    padding:70px 7vw 66px;
}

.hero p,
.pricing-copy{
    font-size:16.5px !important;
    line-height:1.6;
}

.section h2,
.white-section h2,
.dark-section h2,
.section-heading h2,
.economy-band h2{
    font-size:36px !important;
}

/* Reduce section spacing */
.white-section,
.dark-section{
    padding:82px 7vw;
}

.section,
.price-section{
    padding:42px 7vw !important;
}

.pricing-hero{
    padding:64px 7vw 46px !important;
}

.pricing-note,
.plan-card,
.faq-card,
.addon,
.compare,
.panel-card,
.card{
    border-radius:20px !important;
    padding:24px !important;
}

.plan-card h3{
    font-size:21px !important;
}

.plan-price{
    font-size:32px !important;
}

.plan-sub,
.section-heading p,
.pricing-note p,
.faq-card p,
.addon p,
.economy-band p{
    font-size:14.5px !important;
    line-height:1.58 !important;
}

.plan-list li,
.compare td{
    font-size:13.5px !important;
}

.kicker{
    font-size:11px !important;
}

.panel-title{
    font-size:30px !important;
}

.stat{
    font-size:25px !important;
}

/* Service/member panel compression */
.member-panel{
    padding:42px 7vw 130px !important;
}

.member-board,
.member-ad{
    border-radius:22px !important;
    padding:30px !important;
}

.member-board h1{
    font-size:36px !important;
}

.service-card{
    border-radius:20px !important;
    padding:23px !important;
    min-height:220px !important;
}

.service-card h3{
    font-size:19px !important;
}

.service-card p{
    font-size:13.5px !important;
}

/* Launch page compression */
.launch-logo{
    width:230px !important;
}

.launch-title{
    font-size:42px !important;
}

.launch-card{
    border-radius:18px !important;
    padding:20px !important;
}

/* Footer dock compression */
.bottom-dock,
.silo-dock{
    border-radius:22px !important;
    padding:11px !important;
}

.dock-icon{
    width:30px !important;
    height:30px !important;
    border-radius:10px !important;
}

.dock-item{
    font-size:11.5px !important;
    padding:10px 7px !important;
}

@media(max-width:1000px){
    h1,
    .pricing-hero h1{
        font-size:38px !important;
    }
}

/* SiloCloud cinematic launch background */
.launch-hero{
    position:relative;
    overflow:hidden;
}

.launch-bg-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
    opacity:.52;
    filter:contrast(1.1) brightness(.72) saturate(1.08);
}

.launch-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        radial-gradient(circle at 28% 22%, rgba(217,16,35,.26), transparent 42%),
        radial-gradient(circle at 78% 70%, rgba(0,130,255,.14), transparent 46%),
        linear-gradient(180deg, rgba(4,6,10,.28), rgba(4,6,10,.88));
}

.launch-hero > *:not(.launch-bg-video):not(.launch-overlay){
    position:relative;
    z-index:2;
}

@media(max-width:768px){
    .launch-bg-video{
        opacity:.38;
        filter:contrast(1.05) brightness(.62);
    }
}

/* SiloCloud real service icon/button system */
.service-icon-img{
    width:42px;
    height:42px;
    object-fit:contain;
    display:block;
    margin-bottom:16px;
}

.card .card-action{
    display:inline-block;
    margin-top:14px;
    background:#d91023;
    color:#fff;
    padding:10px 14px;
    border-radius:8px;
    font-size:12.5px;
    font-weight:800;
}

.card .card-action.dark{
    background:#10131a;
}

.card{
    position:relative;
}

.card:hover .service-icon-img{
    transform:translateY(-3px) scale(1.04);
    transition:.22s ease;
}

/* SiloCloud real service icon/button system */
.service-icon-img{
    width:42px;
    height:42px;
    object-fit:contain;
    display:block;
    margin-bottom:16px;
}

.card .card-action{
    display:inline-block;
    margin-top:14px;
    background:#d91023;
    color:#fff;
    padding:10px 14px;
    border-radius:8px;
    font-size:12.5px;
    font-weight:800;
}

.card .card-action.dark{
    background:#10131a;
}

.card{
    position:relative;
}

.card:hover .service-icon-img{
    transform:translateY(-3px) scale(1.04);
    transition:.22s ease;
}

/* =========================================================
   SILOCLOUD FORM + BUTTON FIX — SITEWIDE
   ========================================================= */

/* Standard form field sizing */
input,
select,
textarea{
    width: 360px !important;
    max-width: 100% !important;
    min-height: 48px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    border: 1px solid #d0d5dd !important;
    font-family: Arial, Helvetica, sans-serif !important;
    box-shadow: none !important;
}

textarea{
    min-height: 120px !important;
    resize: vertical !important;
}

/* Forms inside cards should use clean full width, not giant spread */
form,
.checkout-form{
    max-width: 760px !important;
}

form label{
    font-size: 14px !important;
    color: #344054 !important;
}

form label strong{
    font-size: 14px !important;
}

/* Form grid repair */
form.card > div,
.checkout-form,
.checkout-card form{
    gap: 14px !important;
}

/* Full-width form controls only inside dedicated form layouts */
form.card input,
form.card select,
form.card textarea,
.checkout-form input,
.checkout-form select,
.checkout-form textarea{
    width: 100% !important;
}

/* Button standard */
button,
.btn-red,
.btn-dark,
.btn-light,
.cta-small,
.card-action{
    min-height: 42px !important;
    max-height: 46px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 300px !important;
    white-space: nowrap !important;
}

/* Submit buttons */
form button,
.checkout-form button{
    width: 300px !important;
    max-width: 100% !important;
}

/* Header buttons stay compact */
.site-header .cta-small,
.site-header .login-link{
    min-height: 38px !important;
    max-height: 42px !important;
    font-size: 13px !important;
    padding: 9px 14px !important;
}

/* Card buttons stay controlled */
.card .card-action,
.plan-card .btn-red,
.plan-card .btn-dark,
.package-card .btn-red,
.package-card .btn-dark,
.buy-card .btn-red,
.service-card .btn-red,
.service-card .btn-dark{
    min-width: 160px !important;
    max-width: 260px !important;
    height: 42px !important;
}

/* Dock buttons/icons should not inherit big button rules */
.dock-item,
.bottom-dock a,
.silo-dock a{
    min-height: auto !important;
    max-height: none !important;
    width: auto !important;
    max-width: none !important;
    font-size: 12px !important;
    padding: 10px 7px !important;
}

.dock-icon{
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 !important;
}

/* Prevent button farms from stretching */
.hero-actions{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
}

.hero-actions a,
.hero-actions button{
    flex: 0 0 auto !important;
}

/* Mobile: forms/buttons can fill width */
@media(max-width:768px){
    input,
    select,
    textarea,
    form button,
    .checkout-form button{
        width: 100% !important;
    }

    button,
    .btn-red,
    .btn-dark,
    .btn-light,
    .card-action{
        max-width: 100% !important;
        white-space: normal !important;
    }
}

/* =========================================================
   SILOCLOUD FORM + BUTTON FIX — SITEWIDE
   ========================================================= */

/* Standard form field sizing */
input,
select,
textarea{
    width: 360px !important;
    max-width: 100% !important;
    min-height: 48px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    border: 1px solid #d0d5dd !important;
    font-family: Arial, Helvetica, sans-serif !important;
    box-shadow: none !important;
}

textarea{
    min-height: 120px !important;
    resize: vertical !important;
}

/* Forms inside cards should use clean full width, not giant spread */
form,
.checkout-form{
    max-width: 760px !important;
}

form label{
    font-size: 14px !important;
    color: #344054 !important;
}

form label strong{
    font-size: 14px !important;
}

/* Form grid repair */
form.card > div,
.checkout-form,
.checkout-card form{
    gap: 14px !important;
}

/* Full-width form controls only inside dedicated form layouts */
form.card input,
form.card select,
form.card textarea,
.checkout-form input,
.checkout-form select,
.checkout-form textarea{
    width: 100% !important;
}

/* Button standard */
button,
.btn-red,
.btn-dark,
.btn-light,
.cta-small,
.card-action{
    min-height: 42px !important;
    max-height: 46px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 300px !important;
    white-space: nowrap !important;
}

/* Submit buttons */
form button,
.checkout-form button{
    width: 300px !important;
    max-width: 100% !important;
}

/* Header buttons stay compact */
.site-header .cta-small,
.site-header .login-link{
    min-height: 38px !important;
    max-height: 42px !important;
    font-size: 13px !important;
    padding: 9px 14px !important;
}

/* Card buttons stay controlled */
.card .card-action,
.plan-card .btn-red,
.plan-card .btn-dark,
.package-card .btn-red,
.package-card .btn-dark,
.buy-card .btn-red,
.service-card .btn-red,
.service-card .btn-dark{
    min-width: 160px !important;
    max-width: 260px !important;
    height: 42px !important;
}

/* Dock buttons/icons should not inherit big button rules */
.dock-item,
.bottom-dock a,
.silo-dock a{
    min-height: auto !important;
    max-height: none !important;
    width: auto !important;
    max-width: none !important;
    font-size: 12px !important;
    padding: 10px 7px !important;
}

.dock-icon{
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 !important;
}

/* Prevent button farms from stretching */
.hero-actions{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
}

.hero-actions a,
.hero-actions button{
    flex: 0 0 auto !important;
}

/* Mobile: forms/buttons can fill width */
@media(max-width:768px){
    input,
    select,
    textarea,
    form button,
    .checkout-form button{
        width: 100% !important;
    }

    button,
    .btn-red,
    .btn-dark,
    .btn-light,
    .card-action{
        max-width: 100% !important;
        white-space: normal !important;
    }
}

/* =========================================================
   REMOVE PURPLE VISITED LINK COLOR
   ========================================================= */

a,
a:visited,
a:active,
a:hover{
    color: inherit !important;
    text-decoration: none !important;
}

/* Force brand color where needed */
a.btn-red,
.card-action,
.btn-dark,
.btn-light{
    color: #fff !important;
}

/* Optional: subtle hover instead of color shift */
a:hover{
    opacity: 0.85;
}

/* =========================================
   APP STORE — ICON FIRST / NO BUTTONS
   ========================================= */

.app-card{
    cursor:pointer;
    transition:.18s ease;
}

.app-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 55px rgba(15,23,42,.12);
    border-color:#d91023;
}

/* Icon becomes feature */
.app-icon{
    width:64px !important;
    height:64px !important;
    border-radius:18px;
    margin-bottom:16px;
}

.app-icon img{
    width:42px !important;
    height:42px !important;
}

/* Remove button dominance */
.app-card .btn-red,
.app-card .btn-dark{
    display:none !important;
}

/* Tighten content */
.app-card h3{
    margin-top:4px;
}

.app-card p{
    margin-top:8px;
}

/* =========================================
   FLOATING DOCK — NO BACKGROUND (CLEAN)
   ========================================= */

.bottom-dock{
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Optional: keep slight hover lift only */
.bottom-dock:hover{
    transform: translateX(-50%) translateY(-10px);
}

/* Remove top grab bar */
.dock-tab{
    display: none !important;
}

/* Let icons float individually */
.dock-menu{
    gap: 16px !important;
}

/* Individual icon buttons */
.dock-icon{
    background: rgba(23,28,37,.85) !important;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 8px 22px rgba(0,0,0,.25);
}

/* Hover effect = subtle glow instead of panel */
.dock-item:hover .dock-icon{
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(217,16,35,.35);
    border-color: #d91023;
}

/* Text stays minimal */
.dock-item{
    background: transparent !important;
}

/* =========================================
   DOCK ICON SIZE INCREASE (100%)
   ========================================= */

/* Double the icon container */
.dock-icon{
    width:68px !important;
    height:68px !important;
    border-radius:18px !important;
}

/* Double the image inside */
.dock-icon img{
    width:44px !important;
    height:44px !important;
}

/* Increase spacing to prevent crowding */
.dock-menu{
    gap:22px !important;
}

/* Slightly increase clickable area */
.dock-item{
    padding:12px 8px !important;
}

/* Stronger hover presence */
.dock-item:hover .dock-icon{
    transform:translateY(-6px) scale(1.05);
    box-shadow:0 18px 40px rgba(217,16,35,.45);
}

/* Optional: increase label size slightly */
.dock-item{
    font-size:13px !important;
}


/* =========================================
   DOCK ICON SIZE — DOUBLE AGAIN (HERO DOCK)
   ========================================= */

/* Large tile icons */
.dock-icon{
    width:110px !important;
    height:110px !important;
    border-radius:26px !important;
}

/* Icon image inside */
.dock-icon img{
    width:68px !important;
    height:68px !important;
}

/* Spread them out so they don’t collide */
.dock-menu{
    gap:30px !important;
}

/* Bigger hit area */
.dock-item{
    padding:16px 10px !important;
    font-size:14px !important;
}

/* Strong hover presence */
.dock-item:hover .dock-icon{
    transform:translateY(-8px) scale(1.08);
    box-shadow:0 22px 60px rgba(217,16,35,.55);
}

/* Remove clutter if needed */
.dock-item span{
    margin-top:6px;
    display:block;
}

@media(max-width:900px){
    .dock-icon{
        width:78px !important;
        height:78px !important;
    }
    .dock-icon img{
        width:48px !important;
        height:48px !important;
    }
    .dock-menu{
        gap:18px !important;
    }
}


/* =========================================
   DOCK — PURE ICON MODE (NO TILE, NO TEXT)
   ========================================= */

/* Remove background tile completely */
.dock-icon{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove text labels */
.dock-item span{
    display: none !important;
}

/* Tighten layout */
.dock-item{
    padding: 0 !important;
}

/* Keep icon large and clean */
.dock-icon{
    width:110px !important;
    height:110px !important;
}

.dock-icon img{
    width:80px !important;
    height:80px !important;
}

/* Add subtle hover feedback (no box) */
.dock-item:hover .dock-icon{
    transform: translateY(-6px) scale(1.06);
    filter: drop-shadow(0 12px 30px rgba(217,16,35,.45));
}

/* Spread icons evenly */
.dock-menu{
    gap:28px !important;
}

/* Remove any leftover background containers */
.bottom-dock{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Optional: center the dock cleaner */
.bottom-dock{
    width: auto !important;
}

/* Mobile scale down */
@media(max-width:900px){
    .dock-icon{
        width:70px !important;
        height:70px !important;
    }
    .dock-icon img{
        width:48px !important;
        height:48px !important;
    }
}


/* =========================================
   APP ICON SIZE BOOST (PRIMARY FOCUS)
   ========================================= */

/* App Store icons */
.app-icon{
    width:96px !important;
    height:96px !important;
    border-radius:22px;
}

.app-icon img{
    width:70px !important;
    height:70px !important;
}

/* Panel service icons */
.service-icon{
    width:96px !important;
    height:96px !important;
    border-radius:22px;
}

.service-icon img{
    width:70px !important;
    height:70px !important;
}

/* Dock icons (keep dominant but not insane) */
.footer-app img{
    width:90px !important;
    height:90px !important;
}

/* Slight hover emphasis */
.app-card:hover .app-icon img,
.service-card:hover .service-icon img{
    transform:scale(1.08);
}

/* Reduce visual weight of panels so icons stand out */
.app-card,
.service-card{
    padding:18px !important;
}

/* Tighten text below icons */
.app-card h3,
.service-card h3{
    margin-top:6px;
}


/* =========================================
   BLACK BUTTON STANDARD (NO EXCEPTIONS)
   ========================================= */

.btn-dark,
a.btn-dark,
button.btn-dark{
    background:#000 !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.15) !important;
    font-weight:700;
}

/* Make sure text NEVER disappears */
.btn-dark *,
.btn-dark span{
    color:#fff !important;
}

/* Hover behavior */
.btn-dark:hover{
    background:#111 !important;
    color:#fff !important;
    opacity:1 !important;
}

/* Kill any invisible / empty buttons */
.btn-dark:empty{
    display:none !important;
}


/* =========================================
   WHITE BUTTON STANDARD (FIX ALL INSTANCES)
   ========================================= */

.btn-light,
a.btn-light,
button.btn-light{
    background:#fff !important;
    color:#000 !important;
    border:1px solid rgba(0,0,0,.12) !important;
    font-weight:800 !important;
}

.btn-light *,
.btn-light span{
    color:#000 !important;
}

.btn-light:hover{
    background:#f4f4f5 !important;
    color:#000 !important;
    opacity:1 !important;
}

/* =========================================
   RED BUTTON STANDARD (PRIMARY ACTION)
   ========================================= */

.btn-red,
a.btn-red,
button.btn-red{
    background:#d91023 !important;
    color:#fff !important;
    border:none !important;
    font-weight:800 !important;
}

/* Force ALL inner text white */
.btn-red *,
.btn-red span{
    color:#fff !important;
}

/* Hover */
.btn-red:hover{
    background:#b80e1d !important;
    color:#fff !important;
    opacity:1 !important;
}

/* Fix cases where browser overrides */
a.btn-red:visited,
a.btn-red:active{
    color:#fff !important;
}


/* =========================================
   HEADER START BUTTON FIX (HARD LOCK)
   ========================================= */

.site-header .cta-small{
    background:#d91023 !important;
    color:#ffffff !important;
    border:none !important;
    font-weight:800 !important;
}

/* Ensure inner text stays white */
.site-header .cta-small *,
.site-header .cta-small span{
    color:#ffffff !important;
}

/* Hover */
.site-header .cta-small:hover{
    background:#b80e1d !important;
    color:#ffffff !important;
    opacity:1 !important;
}

/* =========================================
   WALLET — FINANCIAL SYSTEM MODE
   ========================================= */

/* Reduce overall softness */
.wallet-shell{
    border-radius:8px !important;
    padding:24px !important;
    box-shadow:0 10px 30px rgba(0,0,0,.08) !important;
}

/* Lower the entire app into the page */
.wallet-app{
    padding-top:80px !important;
}

/* Reduce card roundness */
.wallet-card,
.silo-card,
.chart-card,
.tx-card,
.trade-card,
.notice-list{
    border-radius:6px !important;
    box-shadow:none !important;
    border:1px solid #e5e7eb !important;
}

/* Balance card — make it institutional */
.balance-card{
    border-radius:6px !important;
    background:#0b0f17 !important;
    box-shadow:none !important;
}

/* Remove glow/flare effect */
.balance-card:after{
    display:none !important;
}

/* Tighten typography */
.balance-card .amount{
    font-size:36px !important;
    letter-spacing:-0.5px;
}

/* Wallet address — make it look like a system field */
.wallet-address{
    border-radius:4px !important;
    background:#111827 !important;
    border:1px solid #2a2f3a !important;
    font-family:monospace;
}

/* Sidebar — make it clean + system-like */
.wallet-sidebar{
    background:#f4f6f8 !important;
    border-radius:6px !important;
}

/* Remove playful icon feel */
.wallet-nav a{
    border-radius:4px !important;
}

/* Center main grid stronger */
.wallet-main{
    max-width:980px;
    margin:0 auto;
}

/* Reduce visual noise */
.promo{
    border-radius:6px !important;
    background:#111827 !important;
}

/* Transaction table = tighter */
.tx-table th,
.tx-table td{
    padding:10px 6px !important;
}

/* Chart — flatten style */
.fake-chart{
    border-radius:4px !important;
    background:
        linear-gradient(to top, rgba(217,16,35,.08), transparent),
        #f8fafc !important;
}

/* Buttons — less playful */
.btn-red{
    border-radius:4px !important;
}

.btn-light{
    border-radius:4px !important;
}

.btn-dark{
    border-radius:4px !important;
}

/* Remove hover bounce (too consumer) */
.footer-dock img:hover{
    transform:none !important;
    filter:none !important;
}


/* =========================================
   SILO WALLET UI — PROPORTION FIX
   ========================================= */

.wallet-main{
    padding:26px 34px !important;
}

.wallet-grid{
    grid-template-columns:420px 1fr !important;
    align-items:start !important;
}

.balance-card{
    min-height:300px !important;
    max-height:300px !important;
    padding:26px 28px !important;
}

.balance-amount{
    font-size:42px !important;
    line-height:1.08 !important;
    margin:18px 0 12px !important;
}

.quick-actions{
    grid-template-columns:repeat(5,1fr) !important;
    gap:14px !important;
}

.action-card{
    height:110px !important;
    min-height:110px !important;
    padding:18px 12px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
}

.action-icon{
    font-size:26px !important;
    line-height:1 !important;
}

.asset-row{
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
}

.asset-card{
    height:150px !important;
    min-height:150px !important;
    padding:22px 24px !important;
}

.lower-grid{
    grid-template-columns:360px 1fr !important;
    align-items:start !important;
}

.panel{
    padding:22px 24px !important;
}

.donut{
    width:128px !important;
    height:128px !important;
}

.donut-inner{
    width:78px !important;
    height:78px !important;
    font-size:13px !important;
}

.tx-table th,
.tx-table td{
    padding:12px 10px !important;
}

.summary-row{
    margin-top:18px !important;
}

/* Prevent vertical stretching */
.card,
.action-card,
.asset-card,
.panel,
.balance-card{
    align-self:start !important;
}

/* Sidebar proportions */
.wallet-side{
    width:250px !important;
}

.wallet-shell{
    grid-template-columns:250px minmax(0,1fr) !important;
}

/* Responsive protection */
@media(max-width:1100px){
    .wallet-grid,
    .lower-grid{
        grid-template-columns:1fr !important;
    }

    .quick-actions,
    .asset-row{
        grid-template-columns:repeat(2,1fr) !important;
    }

    .balance-card{
        max-height:none !important;
    }
}


/* =========================================
   SILO WALLET — FINAL COMPRESSION PASS (-15%)
   ========================================= */

.wallet-main{
    padding:20px 30px !important;
}

.balance-card{
    min-height:260px !important;
    max-height:260px !important;
    padding:22px 24px !important;
}

.balance-amount{
    font-size:38px !important;
    margin:14px 0 10px !important;
}

.wallet-address{
    margin-top:14px !important;
    padding:10px !important;
    font-size:11.5px !important;
}

.quick-actions{
    gap:10px !important;
}

.action-card{
    height:95px !important;
    min-height:95px !important;
    padding:14px 10px !important;
}

.action-icon{
    font-size:22px !important;
}

.asset-card{
    height:125px !important;
    min-height:125px !important;
    padding:18px 20px !important;
}

.asset-card .value{
    font-size:20px !important;
}

.lower-grid{
    grid-template-columns:320px 1fr !important;
}

.panel{
    padding:18px 20px !important;
}

.donut{
    width:110px !important;
    height:110px !important;
}

.donut-inner{
    width:70px !important;
    height:70px !important;
    font-size:12px !important;
}

.mini-chart{
    height:140px !important;
}

.tx-table th,
.tx-table td{
    padding:10px 8px !important;
}

.summary-card{
    padding:18px !important;
}

.summary-card strong{
    font-size:20px !important;
}

/* tighten vertical rhythm globally */
.wallet-card,
.silo-card,
.chart-card,
.tx-card,
.trade-card,
.notice-list{
    margin-bottom:14px !important;
}

/* reduce section spacing */
.wallet-grid{
    gap:16px !important;
}

.lower-grid{
    gap:16px !important;
}


/* =========================================
   SILO WALLET — TRUE PROPORTION RESET
   ========================================= */

/* Bring full dashboard into normal financial proportions */
.wallet-main{
    max-width:1020px !important;
    padding:16px 28px !important;
}

/* Main top grid */
.wallet-grid{
    grid-template-columns:420px 1fr !important;
    gap:14px !important;
    align-items:start !important;
}

/* Balance card */
.balance-card{
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
    padding:20px 22px !important;
}

.balance-amount{
    font-size:34px !important;
    line-height:1 !important;
    margin:12px 0 10px !important;
}

.wallet-address{
    margin-top:12px !important;
    padding:9px 10px !important;
    font-size:10.5px !important;
}

/* MAKE ACTION BUTTONS SQUARE, NOT VERTICAL RECTANGLES */
.quick-actions{
    display:grid !important;
    grid-template-columns:repeat(5,86px) !important;
    gap:10px !important;
    justify-content:start !important;
}

.action-card{
    width:86px !important;
    height:86px !important;
    min-width:86px !important;
    min-height:86px !important;
    max-width:86px !important;
    max-height:86px !important;
    padding:10px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
}

.action-icon{
    font-size:20px !important;
    margin:0 0 6px !important;
}

.action-card strong{
    font-size:12px !important;
    line-height:1.1 !important;
}

/* Asset cards compressed */
.asset-row{
    grid-template-columns:repeat(3,1fr) !important;
    gap:10px !important;
    margin-top:12px !important;
}

.asset-card{
    height:104px !important;
    min-height:104px !important;
    max-height:104px !important;
    padding:16px 18px !important;
}

.asset-card h3{
    font-size:18px !important;
    margin-bottom:6px !important;
}

.asset-card .value{
    font-size:18px !important;
    line-height:1.1 !important;
}

/* Lower area */
.lower-grid{
    grid-template-columns:300px 1fr !important;
    gap:14px !important;
    margin-top:14px !important;
    align-items:start !important;
}

.panel{
    padding:16px 18px !important;
}

.panel h2{
    font-size:18px !important;
    margin-bottom:12px !important;
}

/* Spending donut smaller */
.donut{
    width:92px !important;
    height:92px !important;
    margin-bottom:14px !important;
}

.donut-inner{
    width:58px !important;
    height:58px !important;
    font-size:10.5px !important;
}

/* Transaction table cleaner */
.tx-table{
    font-size:12.5px !important;
}

.tx-table th,
.tx-table td{
    padding:9px 8px !important;
}

/* Top spacing */
.topbar{
    margin-bottom:14px !important;
}

.topbar h1{
    font-size:26px !important;
}

/* Sidebar tighten */
.wallet-side{
    padding:22px 18px !important;
}

.side-nav a{
    padding:10px 14px !important;
    font-size:13px !important;
}

/* Reduce all card roundness */
.card,
.balance-card,
.action-card,
.asset-card,
.panel{
    border-radius:8px !important;
}

/* Kill vertical stretch behavior */
.card,
.balance-card,
.action-card,
.asset-card,
.panel,
.quick-actions,
.asset-row,
.lower-grid{
    align-self:start !important;
}

/* Mobile protection */
@media(max-width:1100px){
    .wallet-main{
        max-width:none !important;
    }

    .wallet-grid,
    .lower-grid{
        grid-template-columns:1fr !important;
    }

    .quick-actions{
        grid-template-columns:repeat(3,86px) !important;
    }
}

