*{box-sizing:border-box}body{margin:0;background:#f8fafc;color:#0f172a;font-family:Inter,system-ui,"Segoe UI",sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}/* =========================================================
   DIXANI TOOL HEADER
   ========================================================= */

.tool-header {
    width:100%;
    height:72px;
    background:#fff;
    border-bottom:1px solid #e2e8f0;
}

.header-container {
    width:100%;
    max-width:1180px;
    height:100%;
    margin:0 auto;
    padding:0 24px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
}

.brand {
    flex:0 0 auto;
    font-size:25px;
    font-weight:900;
    color:#2563eb;
    line-height:1;
}

.header-nav {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:24px;

    color:#475569;
    font-size:15px;
    font-weight:600;
}

.header-nav a {
    white-space:nowrap;
    transition:color .2s ease;
}

.header-nav a:hover {
    color:#2563eb;
}main{max-width:1180px;margin:auto;padding:64px 24px}.hero{text-align:center;max-width:850px;margin:0 auto 42px}.hero>b,.pill{display:inline-flex;width:auto;height:auto;align-items:center;flex:0 0 auto;align-self:flex-start;padding:7px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.hero h1{font-size:clamp(42px,6vw,66px);line-height:1;letter-spacing:-2px;margin:20px 0}.hero h1 span{color:#2563eb}.hero p,.top p,.note p,.disclaimer{color:#64748b}.card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;margin-bottom:24px;box-shadow:0 12px 35px #0f172a0e}.top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
}

.top h2{
    margin:0 0 8px;
}

.top p{
    margin:0;
}button{padding:10px 16px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font-weight:800;cursor:pointer}.primary{background:#2563eb;color:#fff;border-color:#2563eb}.tabs{display:flex;gap:7px;width:max-content;background:#f1f5f9;padding:5px;border-radius:12px;margin:20px 0}.tabs button{border:0;background:transparent}.tabs .active{background:#fff;color:#2563eb;box-shadow:0 1px 5px #0f172a18}.formula{background:#eff6ff;border:1px solid #dbeafe;padding:13px 15px;border-radius:10px;margin-bottom:18px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}label{font-size:13px;font-weight:800}input,select{display:block;width:100%;min-height:46px;margin-top:7px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;font:inherit}.actions{display:flex;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.warning{margin-top:18px;padding:12px 14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:10px;font-weight:700}.results,.scenario{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}.scenario{grid-template-columns:repeat(3,1fr)}.result{border:1px solid #e2e8f0;border-radius:14px;padding:18px;min-width:0}.result small{display:block;color:#64748b}.result strong{display:block;font-size:26px;overflow-wrap:anywhere}.featured{background:#eff6ff;border-color:#bfdbfe}.featured strong{color:#2563eb}.note{margin-top:15px;padding:18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px}.note h3,.note p{margin:0}.green{background:#f0fdf4;color:#15803d}.compare{margin:20px 0}.compare>div{display:grid;grid-template-columns:120px 80px 1fr;gap:12px;align-items:center;margin:14px 0}.compare span{color:#64748b}.compare i{height:12px;background:#e2e8f0;border-radius:99px;overflow:hidden}.compare em{display:block;width:0;height:100%;background:#2563eb;border-radius:99px}.compare .targetbar{background:#16a34a}.disclaimer{font-size:12px}.related{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related a{border:1px solid #e2e8f0;border-radius:14px;padding:18px}footer{padding:28px;display:flex;justify-content:center;gap:18px;border-top:1px solid #e2e8f0;background:#fff;color:#64748b}@media(max-width:900px){.grid,.results{grid-template-columns:1fr 1fr}}@media(max-width:1050px){

    .header-nav {
        gap:14px;
        font-size:14px;
    }

    .header-container {
        padding-left:18px;
        padding-right:18px;
    }
}@media(max-width:600px){.header-nav{
    display:none;
}main{padding:42px 14px}.hero h1{font-size:42px}.card{padding:20px}.top{flex-direction:column}.grid,.results,.scenario,.related{grid-template-columns:1fr}.tabs{width:100%}.tabs button{flex:1}.actions{flex-direction:column}.compare>div{grid-template-columns:1fr}.compare i{width:100%}input,select{font-size:16px}footer{flex-direction:column;align-items:center}}
#example{
    flex:0 0 auto;
    align-self:flex-start;

    min-height:44px;
    padding:10px 16px;

    background:#fff;
    border:1px solid #cbd5e1;
    border-radius:9px;

    font:inherit;
    font-weight:800;
    line-height:1.2;

    cursor:pointer;
}

#example:hover{
    border-color:#2563eb;
    color:#2563eb;
}
/* =========================================================
   DIXANI TOOL FOOTER
   ========================================================= */

.tool-footer{
    padding:28px 24px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px 28px;

    border-top:1px solid #e2e8f0;
    background:#fff;
    color:#64748b;
}

.tool-footer-brand{
    display:flex;
    align-items:center;
    gap:8px;
}

.tool-footer-brand strong{
    color:#0f172a;
}

.tool-footer-nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px 18px;
}

.tool-footer-nav a{
    color:#64748b;
    font-size:14px;
    font-weight:600;
}

.tool-footer-nav a:hover{
    color:#2563eb;
}

.tool-footer-copy{
    font-size:14px;
}

@media(max-width:700px){

    .tool-footer{
        flex-direction:column;
        text-align:center;
    }

    .tool-footer-brand{
        flex-direction:column;
    }

}
/* ===== DIO INFORMATION CARD GRID ===== */

.card .three {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.card .three > div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 26px;
}

.card .three > div > b {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #2563eb;
}

.card .three > div h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.35;
}

.card .three > div p {
    margin: 0 0 14px;
    line-height: 1.7;
}

.card .three > div p:last-child {
    margin-bottom: 0;
}


/* Mobile */

@media (max-width: 700px) {

    .card .three {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card .three > div {
        padding: 22px 20px;
        border-radius: 18px;
    }

}