@font-face {
    font-family: IRANSans;
    src: url('../fonts/iransans.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: IRANSans;
    src: url('../fonts/iransans.woff') format('woff');
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    height: 100vh;
    font-family: IRANSans, sans-serif;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.container {
    padding: 20px;
}

.card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    max-width: 420px;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
}

.card h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
}

.card p {
    font-size: 17px;
    line-height: 1.9;
    opacity: 0.9;
}

.divider {
    width: 60px;
    height: 3px;
    background: #00ffd5;
    margin: 25px auto;
    border-radius: 10px;
}

.brand {
    font-size: 14px;
    opacity: 0.8;
}
