html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #f1f1f1;
    font-family: "PT Sans", Arial, sans-serif;
}

body.fbx-body {
    background: #f1f1f1;
}

.fbx-body * {
    box-sizing: border-box;
}

.fbx-hero {
    height: 700px;
    overflow: hidden;
    background:
        linear-gradient(rgba(180, 40, 170, .18), rgba(180, 40, 170, .18)),
        url("../images/background_top_purple.jpg") center top / 1920px 700px no-repeat;
}

.fbx-wrap {
    width: 1170px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.fbx-top {
    height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fbx-logo,
.fbx-footer-logo {
    display: inline-block;
    position: relative;
    width: 190px;
    height: 90px;
    text-decoration: none;
    color: #fff;
    font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 4px 0 rgba(0,0,0,.35);
}

.fbx-logo {
    margin-top: 18px;
}

.fbx-logo span,
.fbx-footer-logo span {
    display: block;
    font-size: 54px;
    line-height: 70px;
    letter-spacing: -2px;
}

.fbx-logo em,
.fbx-footer-logo em {
    position: absolute;
    left: 137px;
    top: 59px;
    display: block;
    padding: 1px 7px 2px;
    border-radius: 10px 10px 10px 0;
    background: #66d900;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    font-style: normal;
    text-shadow: 0 2px 0 rgba(0,0,0,.2);
    transform: rotate(-8deg);
}

.fbx-menu {
    margin-top: 35px;
    display: flex;
}

.fbx-menu a {
    display: block;
    padding: 7px 20px 8px;
    border-bottom: 1px solid rgba(255,255,255,.55);
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 3px 0 rgba(0,0,0,.35);
    white-space: nowrap;
}

.fbx-menu a:hover,
.fbx-menu a.active {
    color: #fff;
    border-bottom-color: #fff;
}

.fbx-middle {
    display: grid;
    grid-template-columns: 360px 360px 360px;
    gap: 30px;
    align-items: start;
    margin-top: 25px;
}

.fbx-left {
    width: 360px;
    color: #fff;
}

.fbx-left h1 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 0 3px 0 rgba(0,0,0,.35);
}

.fbx-left p {
    margin: 0 0 18px;
    color: #fff;
    font-size: 20px;
    line-height: 1.45;
}

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

.fbx-left li {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted rgba(255,255,255,.75);
    color: #fff;
    font-size: 20px;
    line-height: 1.45;
}

.fbx-left li::before {
    content: "›";
    position: absolute;
    left: -18px;
    top: 9px;
    color: #ff6262;
    font-size: 28px;
    line-height: 24px;
    font-weight: 700;
}

.fbx-left li a {
    color: #ff6262;
    text-decoration: none;
}

.fbx-login-card {
    width: 360px;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
}

.fbx-login-inner {
    padding: 30px;
}

.fbx-start-text {
    margin: 0 0 20px;
    text-align: center;
    color: #666;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 12px;
}

.fbx-form {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.fbx-form input {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0 0 15px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 22px;
    outline: none;
    color: #222;
    background: #fff;
    font-size: 14px;
}

.fbx-form input:focus {
    border-color: #ff4500;
}

.fbx-form button {
    display: block;
    width: 100%;
    height: 43px;
    border: 0;
    border-radius: 22px;
    background: #36b100;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(54,177,0,.25);
}

.fbx-form button:hover {
    background: #2f9900;
}

.fbx-or {
    width: 100%;
    margin: 20px 0 20px;
    border-bottom: 1px solid #ddd;
    line-height: .1em;
    text-align: center;
}

.fbx-or span {
    padding: 0 10px;
    background: #fff;
    color: #999;
    font-family: "Roboto Slab", Georgia, serif;
}

.fbx-mirc {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    text-decoration: none;
}

.fbx-mirc-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(#61d4f2, #f2363c);
    position: relative;
}

.fbx-mirc-icon::after {
    content: "mIRC";
    position: absolute;
    left: 8px;
    top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.fbx-mirc strong {
    display: block;
    color: #ff7777;
    font-size: 15px;
    line-height: 1.1;
}

.fbx-mirc small {
    display: block;
    color: #999;
    font-size: 12px;
}

.fbx-intro {
    display: block;
    margin-top: 10px;
    color: #1d75c9;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
}

.fbx-right {
    width: 360px;
}

.fbx-box {
    display: block;
    width: 360px;
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(0,0,0,.50);
    color: #fff;
    overflow: hidden;
    text-decoration: none;
}

.fbx-box h3 {
    margin: 0 0 15px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    text-shadow: 0 3px 0 rgba(0,0,0,.35);
}

.fbx-box-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.fbx-box-icon {
    flex: 0 0 82px;
    width: 82px;
    display: block;
    background-image: url("../images/geveze_sprite.png");
    background-repeat: no-repeat;
}

.fbx-phone-icon {
    height: 120px;
    background-position: -23px -106px;
}

.fbx-plus-icon {
    height: 82px;
    background-position: -21px -246px;
}

.fbx-box p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.fbx-google-play {
    display: block;
    width: 126px;
    height: 33px;
    margin-top: 9px;
    background: url("../images/geveze_sprite.png") -20px -432px no-repeat;
}

.fbx-faq-box {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fbx-faq-box strong {
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 0 3px 0 rgba(0,0,0,.35);
    white-space: nowrap;
}

.fbx-faq-icon {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    transform: rotate(-3deg);
}

.fbx-main {
    background: #f1f1f1;
}

.fbx-content {
    width: 1170px;
    max-width: calc(100% - 30px);
    margin: -40px auto 0;
    padding: 40px;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.fbx-content h2 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d0dcf0;
    color: #1252b2;
    font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.fbx-content p {
    margin: 0 0 25px;
    color: #222;
    font-size: 16px;
    line-height: 1.55;
}

.fbx-footer {
    min-height: 190px;
    padding: 25px 0 20px;
    background:
        linear-gradient(rgba(170, 40, 210, .35), rgba(170, 40, 210, .35)),
        url("../images/background_bottom_purple.jpg") center top / cover no-repeat;
    overflow: hidden;
}

.fbx-footer-wrap {
    width: 1170px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
}

.fbx-social {
    display: flex;
    gap: 14px;
    margin-top: 0;
}

.fbx-social a {
    color: rgba(255,255,255,.65);
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 3px 0 rgba(0,0,0,.25);
    transition: color .25s ease;
}

.fbx-social a:hover {
    color: #fff;
}

.fbx-footer-logo {
    position: absolute;
    right: 0;
    top: 5px;
}

.fbx-footer-line {
    margin: 20px 0 10px;
    border-top: 1px solid rgba(255,255,255,.22);
}

.fbx-footer-text {
    margin: 0 0 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.fbx-footer-text strong {
    color: #ffff00;
}

.fbx-copy {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.fbx-footer-menu {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: flex;
    gap: 20px;
}

.fbx-footer-menu a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1190px) {
    .fbx-wrap {
        width: 970px;
    }

    .fbx-middle {
        grid-template-columns: 300px 330px 300px;
        gap: 20px;
    }

    .fbx-left,
    .fbx-login-card,
    .fbx-right,
    .fbx-box {
        width: 100%;
    }

    .fbx-left h1 {
        font-size: 32px;
    }

    .fbx-left p,
    .fbx-left li {
        font-size: 18px;
    }

    .fbx-menu a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Mobil: Geveze gibi sadece logo + form */
@media (max-width: 767px) {
    .fbx-hero {
        height: auto;
        min-height: 0;
        padding: 24px 0 35px;
        background:
            linear-gradient(rgba(170, 40, 185, .18), rgba(170, 40, 185, .18)),
            url("../images/background_top_purple.jpg") center top / cover no-repeat;
    }

    .fbx-wrap {
        width: 100%;
        max-width: 430px;
        padding: 0 18px;
    }

    .fbx-top {
        display: block;
        height: auto;
        text-align: center;
    }

    .fbx-logo {
        width: 190px;
        height: 90px;
        margin: 0 auto 18px;
    }

    .fbx-menu {
        display: none;
    }

    .fbx-middle {
        display: block;
        margin-top: 0;
    }

    .fbx-left,
    .fbx-right {
        display: none;
    }

    .fbx-login-card {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
        border-radius: 30px;
    }

    .fbx-login-inner {
        padding: 28px;
    }

    .fbx-content {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        padding: 28px 22px;
        border-radius: 0;
        box-shadow: none;
    }

    .fbx-content h2 {
        font-size: 28px;
    }

    .fbx-content p {
        font-size: 16px;
    }

    .fbx-footer {
        min-height: 0;
        padding: 22px 0 18px;
        background:
            linear-gradient(rgba(170, 40, 210, .35), rgba(170, 40, 210, .35)),
            url("../images/background_bottom_purple.jpg") center center / cover no-repeat;
    }

    .fbx-footer-wrap {
        width: 100%;
        max-width: 430px;
        padding: 0 18px;
    }

    .fbx-social {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .fbx-footer-logo {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        margin: 10px 0;
        transform: scale(.85);
        transform-origin: left center;
    }

    .fbx-footer-menu {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 12px;
        flex-wrap: wrap;
        gap: 10px 14px;
    }
}

@media (max-width: 380px) {
    .fbx-wrap,
    .fbx-footer-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .fbx-login-card {
        max-width: 320px;
    }

    .fbx-login-inner {
        padding: 24px;
    }

    .fbx-form button {
        font-size: 16px;
    }
}
