@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

body{
    font-family: "Lato", Arial, sans-serif;
    background:#f9fafb;
    color:#222;
    margin:0;
    padding:40px;
} 
.breadcrumb{
    display:flex;
    gap:8px;
    align-items:center;
    /*! justify-content:center; */
    font-size:11px;
    color:#64748b;
    margin:12px 0 24px;
    max-width: 900px;
    margin: auto;
    text-align: left;
    margin-top: 2em;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 4px 10px;
    border-radius: 30px;
}
.breadcrumb a{
    color:#1f2937;
    text-decoration:none;
}
.breadcrumb a:hover{
    text-decoration:underline;
}
body.index-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
    background:linear-gradient(135deg, #eef2f7 0%, #f8fafc 60%, #ffffff 100%);
}
h1{
    text-align:center;
    margin-bottom:40px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    margin: ;
}
.login-card{
    width:100%;
    max-width:420px;
    padding:32px 28px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fff;
    box-shadow:0 10px 30px rgba(15, 23, 42, 0.08);
}
.login-card h1{
    margin:20px 0 24px;
    font-size:22px;
}
.login-card form{
    max-width:360px;
    margin:0 auto;
}
.login-card label{
    display:block;
    font-size:14px;
    margin-bottom:6px;
}
.login-card input{
    width:100%;
    padding:10px 12px;
    margin-bottom:16px;
    border:1px solid #cbd5e1;
    border-radius:6px;
    font-size:15px;
    box-sizing: border-box;
}
.login-card button{
    width:100%;
    padding:12px;
    border:none;
    border-radius:6px;
    background:#000;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}
.login-card button:hover{
    background:#111;
}
.error{
    margin-top:12px;
    color:#b91c1c;
    font-size:14px;
    min-height:18px;
}
.accordion{
    max-width:900px;
    margin:0 auto;
    border:1px solid #ddd;
    border-radius:6px;
    background:#fff;
}
.section{
    border-bottom:1px solid #e5e5e5;
}
.section:last-child{
    border-bottom:none;
}
.section button{
    width:100%;
    text-align:left;
    padding:18px 44px 18px 18px;
    font-size:18px;
    background:#efefef;
    border:none;
    cursor:pointer; 
    font-weight:bold;
    position:relative;
}
.section button::after{
    content:"";
    position:absolute;
    right:18px;
    top:50%;
    width:8px;
    height:8px;
    border-right:2px solid #222;
    border-bottom:2px solid #222;
    transform:translateY(-50%) rotate(45deg);
    transition:transform 0.2s ease;
}
.section button.is-open::after{
    transform:translateY(-50%) rotate(-135deg);
}
.section button:hover{
    background:#f1f5f9;
}
.content{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.3s ease;
    padding:0 18px;
}
.content-inner{
    padding:10px 0 20px;
}
.steps-grid{
    display:grid;
    gap:16px;
}
.step-card{
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:16px;
    background:#fafafa;
}
.step-head{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:12px;
    align-items:center;
}
.step-num{
    width:36px;
    height:36px;
    background:#000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:18px;
    letter-spacing:0.5px;
}
.step-title{
    font-weight:800;
    letter-spacing:1px;
}
.step-price{
    font-weight:800;
    color:#111;
    background:#fff;
    border:1px solid #e5e7eb;
    padding:6px 10px;
    border-radius:999px;
    white-space:nowrap;
}
.step-body{
    margin-top:12px;
    display:grid;
    gap:8px;
}
.step-docs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.step-org{
    font-size:13px;
    color:#374151;
}
.total-card{
    background:#afafaf; 
    border-color:#dbe3ee;
}
ul{
    margin:0;
    padding-left:20px;
}
li{
    margin:8px 0;
}
.cost{
    font-weight:bold;
    color:#000;
}
.total{
    margin-top:12px;
    padding:10px;
    background:#f0f4f8;
    border-left:4px solid #2563eb;
}
.note{
    font-size:14px;
    color:#555;
    margin-top:10px;
}
.draft-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:4px 10px;
    border-radius:999px;
    background:#f1f5f9;
    border:1px solid #e2e8f0;
    color:#111827;
    font-size:13px;
    text-decoration:none;
}
.draft-link:hover{
    background:#e2e8f0;
}
.draft-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:4px;
    border-radius:999px;
    border:1px solid #cbd5e1;
    background:#fff;
    color:#475569;
    font-size:10px;
    letter-spacing:0.4px;
    width:18px;
    height:18px;
}
.draft-icon svg{
    width:12px;
    height:12px;
    display:block;
}
img#logo {
    display: block;
    margin: auto;
    width: 200px;
}
.statuts-page{
    background:#f9fafb;
}
.statuts-wrapper{
    max-width:900px;
    margin:0 auto 40px;
    padding:28px 32px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
}
.statuts-wrapper h1{
    font-size:22px;
    margin-bottom:10px;
}
.statuts-wrapper h2{
    font-size:18px;
    margin-top:0;
}
.statuts-wrapper hr{
    border:none;
    border-top:1px solid #e5e7eb;
    margin:16px 0 24px;
}
.statuts-wrapper p{
    line-height:1.55;
}
