.footerBlok ul,
body {
    margin: 0;
    padding: 0
}

.bankLogo,
.footertext {
    text-align: center
}

body {
    background: #f5f6fa;
    font-family: 'Inter', Arial, sans-serif;
}

.site-main a img {
    height: auto !important;
    width: 100%;
    display: flex;
}

.container {
    max-width: 420px;
    margin: 32px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 28px 18px 18px 18px;
}

.site-main,
video {
    width: 100%
}

.site-main a {
    display: block;
    width: 100%
}

.footerBlok {
    float: left;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    background: #f6f6f6;
    padding: 3%;
    width: 94%
}

.footerBlok a {
    text-decoration: none;
    color: #06c
}

.footerBlok ul li {
    list-style: none;
    margin: 10px 0
}

.footerCol {
    width: 33%;
    float: left
}

.bankLogo,
.footerBottom,
.footertext {
    width: 100%;
    float: left
}

.footerBottom {
    padding: 20px 0;
    margin-top: 10px;
    border-top: 1px solid #ddd
}

.banklogos {
    height: 32px
}

.footertext {
    font-size: 13px;
    color: #666;
    margin-bottom: 40px
}

.footerSocial li {
    display: inline
}

.footerBlok h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px
}

.footerBlok h4 {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative
}

.text-right {
    text-align: right
}

.page-container {
    background: #fff;
    float: left;
    width: 78%;
    margin: 0 10%;
    padding: 1%
}

.page-content,
.page-title {
    float: left;
    width: 100%;
    margin: 15px 0;
    font-family: arial
}

.page-title {
    color: #09c
}

.page-content {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 20px
}

.page-container .footerBlok {
    padding: 2%;
    width: 96%
}

.indexPage .footerBlok {
    width: 94%
}

.footer-logo {
    position: fixed;
    left: 0;
    bottom: 86px;
    right: 0;
    height: 33px;
    display: flex;
    z-index: 500;
    width: 680px;
    margin: 0 auto;
}

.footer-logo div {
    width: 50%
}

/* Order Box Styles - Responsive ve hizalı */
.order-options {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 40px 0 0 0;
    align-items: center;
}

.order-box {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 32px 24px 24px 24px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    transition: border 0.2s;
    width: 96%;
    max-width: 700px;
    margin: 0 2px;
}

.order-box.selected {
    border: 2.5px solid #3ecf4a;
    box-shadow: 0 0 0 4px #e6fbe7, 0 4px 24px rgba(0, 0, 0, 0.07);
}

.order-form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.09);
    padding: 24px 16px 18px 16px;
    margin-bottom: 32px;
}

.order-box .order-img {
    width: 160px;
    min-width: 120px;
    height: auto;
}

.order-box .order-info {
    flex: 1;
}

.order-box .order-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.order-box .order-desc {
    font-size: 1rem;
    color: #e91e63;
    margin-bottom: 8px;
}

.order-box .order-detail {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 8px;
}

.order-box .order-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3ecf4a;
    margin-bottom: 8px;
}

.order-box .order-oldprice {
    font-size: 1.1rem;
    color: #aaa;
    text-decoration: line-through;
    margin-right: 10px;
}

.order-box .order-badge {
    display: inline-block;
    background: #ffb300;
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
    border-radius: 16px;
    padding: 4px 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.order-box .order-select-btn {
    background: #3ecf4a;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 32px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 10px;
}

.order-box .order-select-btn:hover {
    background: #2ea93a;
}

.order-box.selected .order-select-btn {
    display: none;
}

.order-box .order-selected-label {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    background: #3ecf4a;
    color: #fff;
    font-weight: bold;
    border-radius: 16px;
    padding: 6px 18px;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(62, 207, 74, 0.12);
}

.order-box.selected .order-selected-label {
    display: block;
}

.order-box.selected::after {
    content: '\2714';
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 2.2rem;
    color: #3ecf4a;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(62, 207, 74, 0.12);
}

@media(max-width:900px) {

    .order-box,
    .order-form-card {
        max-width: 98vw;
        width: 98vw;
        margin-left: 1vw;
        margin-right: 1vw;
        padding: 18px 6vw 18px 6vw;
    }

    .order-options {
        gap: 16px;
    }
}

@media(max-width:576px) {
    .footer-logo {
        bottom: 40px;
        width: 100% !important;
    }

    .bankLogo,
    .footerBlok h4::before,
    .footerCol,
    .footertext,
    .site-main {
        width: 100%
    }

    .footerBlok {
        text-align: center
    }

    .container {
        width: 100% !important;
        padding: 0 !important;
    }

    .site-main {
        width: 100% !important;
        padding: 0 !important;
    }

    .site-main a img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .order-box,
    .order-form-card {
        max-width: 100vw;
        width: calc(100vw - 32px);
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 28px;
        padding: 20px 12px 24px 12px;
        box-sizing: border-box;
        flex-direction: column !important;
        align-items: center !important;
        border-radius: 20px !important;
        box-shadow: 0 6px 32px rgba(0, 0, 0, 0.13) !important;
        background: #fff !important;
        gap: 18px !important;
    }

    .order-box .order-img {
        width: 100%;
        min-width: 0;
        margin-bottom: 16px;
        border-radius: 14px;
        object-fit: cover;
    }

    .order-box .order-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .order-box .order-title,
    .order-box .order-desc,
    .order-box .order-detail,
    .order-box .order-price,
    .order-box .order-oldprice,
    .order-box .order-badge,
    .order-box .order-select-btn,
    .order-box .order-selected-label {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.08rem;
    }

    .order-box .order-title {
        font-size: 1.18rem;
        font-weight: bold;
    }

    .order-box .order-badge {
        display: block;
        margin: 8px auto 0 auto;
        font-size: 1.01rem;
        width: fit-content;
    }

    .order-box .order-price {
        font-size: 1.25rem;
        color: #22b43a;
        font-weight: bold;
        margin-top: 4px;
    }

    .order-box .order-oldprice {
        font-size: 1.05rem;
        color: #aaa;
        text-decoration: line-through;
        margin-right: 0;
        display: block;
        margin: 0 auto 2px auto;
    }

    .order-box .order-select-btn {
        font-size: 1.13rem;
        padding: 14px 0;
        border-radius: 18px;
        width: 100%;
        margin-top: 10px;
    }

    .order-box .order-selected-label {
        font-size: 1.13rem;
        border-radius: 18px;
        width: 100%;
        margin-top: 10px;
    }

    .order-box.selected::after {
        left: 12px;
        top: 12px;
        font-size: 2rem;
        width: 32px;
        height: 32px;
    }

    .order-form-card {
        margin-bottom: 32px;
        padding: 22px 10px 22px 10px;
    }

    .order-form input,
    .order-form select {
        font-size: 1.08rem !important;
        padding: 14px 10px !important;
        border-radius: 10px !important;
    }

    .order-form button[type="submit"] {
        font-size: 1.18rem !important;
        padding: 16px 0 !important;
        border-radius: 12px !important;
    }

    .container {
        width: 100%;
        min-width: unset;
        padding: 0;
        align-items: stretch;
    }

    .order-options {
        gap: 18px;
    }

    .order-form-card {
        padding: 8px 2vw 8px 2vw;
    }

    .order-form {
        gap: 7px;
    }

    .phone-row input[type='tel'],
    .phone-prefix {
        font-size: 1.15rem !important;
        padding: 14px 10px !important;
    }
}

@media (min-width: 577px) {
    .order-options {
        gap: 36px;
        margin-top: 48px;
        margin-bottom: 32px;
    }

    .order-box,
    .order-form-card {
        max-width: 600px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 36px;
        border-radius: 22px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.11);
        padding: 38px 36px 32px 36px;
        transition: box-shadow 0.18s, transform 0.18s;
    }

    .order-box:hover {
        box-shadow: 0 16px 48px rgba(34, 180, 58, 0.13), 0 8px 32px rgba(0, 0, 0, 0.13);
        transform: scale(1.025);
        z-index: 2;
    }

    .order-box .order-img {
        width: 160px;
        min-width: 120px;
        border-radius: 14px;
        margin-right: 32px;
        object-fit: cover;
    }

    .order-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 32px;
        background: #fff;
    }

    .order-box .order-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .order-box .order-title {
        font-size: 1.32rem;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 6px;
    }

    .order-box .order-desc {
        font-size: 1.08rem;
        color: #e91e63;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .order-box .order-detail {
        font-size: 1.01rem;
        color: #444;
        margin-bottom: 4px;
    }

    .order-box .order-price {
        font-size: 1.38rem;
        font-weight: bold;
        color: #22b43a;
        margin-bottom: 6px;
    }

    .order-box .order-oldprice {
        font-size: 1.13rem;
        color: #aaa;
        text-decoration: line-through;
        margin-right: 12px;
    }

    .order-box .order-badge {
        display: inline-block;
        background: #ffb300;
        color: #fff;
        font-size: 1.08rem;
        font-weight: bold;
        border-radius: 18px;
        padding: 6px 18px;
        margin-left: 12px;
        vertical-align: middle;
        margin-top: 0;
    }

    .order-box .order-select-btn {
        background: #3ecf4a;
        color: #fff;
        border: none;
        border-radius: 22px;
        padding: 14px 40px;
        font-size: 1.13rem;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.2s;
        margin-top: 14px;
        box-shadow: 0 2px 8px rgba(62, 207, 74, 0.08);
    }

    .order-box .order-select-btn:hover {
        background: #22b43a;
    }

    .order-box .order-selected-label {
        display: none;
        position: absolute;
        top: 22px;
        right: 22px;
        background: #3ecf4a;
        color: #fff;
        font-weight: bold;
        border-radius: 18px;
        padding: 8px 22px;
        font-size: 1.13rem;
        box-shadow: 0 2px 8px rgba(62, 207, 74, 0.12);
    }

    .order-box.selected .order-selected-label {
        display: block;
    }

    .order-box.selected::after {
        left: 22px;
        top: 22px;
        font-size: 2.3rem;
        width: 38px;
        height: 38px;
    }

    .order-form-card {
        margin-top: 48px;
        margin-bottom: 48px;
        padding: 44px 38px 38px 38px;
        border-radius: 22px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.11);
    }

    .order-form input,
    .order-form select {
        font-size: 1.13rem !important;
        padding: 16px 12px !important;
        border-radius: 12px !important;
    }

    .order-form button[type="submit"] {
        font-size: 1.22rem !important;
        padding: 18px 0 !important;
        border-radius: 14px !important;
        margin-top: 18px;
    }
}

/* Banner Alanı */
.order-banner {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.order-banner img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 18px;
}

/* Sipariş görsel toggle alanı */
.order-visuals {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: 48px;
}

.order-toggle-img {
    width: 220px;
    cursor: pointer;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
    border: 3px solid #e0e0e0;
    transition: border 0.2s, box-shadow 0.2s;
}

.order-toggle-img.selected {
    border: 3px solid #3ecf4a;
}

/* Form kartı */
.order-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.input-group {
    margin-bottom: 0;
    width: 100%;
}

.input-group input,
.input-group select,
.input-group textarea,
.select2-container--default .select2-selection--single {
    width: 100%;
    padding: 14px 12px;
    border-radius: 10px;
    border: 1.5px solid #d1d5db;
    font-size: 1.08em;
    background: #fff;
    color: #222;
    transition: border 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 0;
    min-height: 48px;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus,
.select2-container--default .select2-selection--single:focus {
    border: 1.5px solid #007bff;
    box-shadow: 0 0 0 2px #e3f0ff;
}

.input-group label {
    font-size: 1.08em;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #2d3a4a;
}

.error-message {
    color: #e74c3c;
    font-size: 0.98em;
    margin-top: 4px;
    display: none;
}

button#submitBtn, .order-form button[type="submit"] {
    width: 100%;
    background: #007bff;
    color: #fff;
    font-size: 1.15em;
    padding: 15px 0;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 10px;
    transition: background 0.2s;
    box-shadow: 0 2px 12px rgba(26, 140, 255, 0.10);
    letter-spacing: 0.2px;
}

button#submitBtn:hover, .order-form button[type="submit"]:hover {
    background: #0056b3;
}

/* Select2 kutusu için uyumlu stil */
.select2-container--default .select2-selection--single {
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    height: 48px;
    padding: 8px 12px;
    font-size: 1.08em;
    background: #fff;
    color: #222;
    transition: border 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single:focus {
    border: 1.5px solid #007bff;
    box-shadow: 0 0 0 2px #e3f0ff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 10px;
}

.phone-row {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}

.phone-prefix {
    background: #e3f0ff;
    border: 1.5px solid #b5d3f5;
    padding: 13px 12px;
    border-radius: 9px 0 0 9px;
    font-size: 1.11rem;
    display: flex;
    align-items: center;
    color: #1a8cff;
    font-weight: 600;
}

.phone-row input[type="tel"] {
    flex: 1;
    border-radius: 0 9px 9px 0;
    border-left: none;
}

.form-note {
    font-size: 0.98rem;
    color: #222;
    margin-bottom: 0;
}

.form-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.01rem;
    margin: 8px 0;
    background: #fafdff;
    border-radius: 10px;
    padding: 10px 12px;
    border: 1.2px solid #e3eaf5;
    color: #1a8c4f;
}

.form-checkbox-row input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #1a8cff;
}

@media(max-width:576px) {
    .order-visuals {
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }

    .order-toggle-img {
        width: 90vw;
        max-width: 320px;
    }

    .order-form-card {
        max-width: 99vw;
        width: 99vw;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        padding: 10px 2vw 10px 2vw;
    }

    .order-banner {
        font-size: 1.1rem;
        min-height: 48px;
        padding: 8px 0;
    }
}

/* Çoklu sipariş görseli kutuları */
.order-visuals-multi {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.order-visual-item {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    background: #f8fafc;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    display: block;
}

.order-visual-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0;
}

@media (max-width: 600px) {
    .order-visuals-multi {
        flex-direction: column;
        gap: 8px;
    }
    .order-visual-item {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 0;
    }
    .order-visual-item:last-child {
        border-bottom: none;
    }
}

/* Container ve kutu hizalama */
.container,
.order-visuals-multi,
.order-form-card {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.order-visual-item,
.order-toggle-img {
    width: 100%;
}

.order-form-card {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
    border-radius: 16px;
    padding: 18px 12px 16px 12px;
    margin-bottom: 32px;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-form input,
.order-form select {
    padding: 10px 8px;
    font-size: 1.08rem;
    border-radius: 8px;
    border: 1.5px solid #e0e0e0;
}

.form-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.98rem;
    margin: 8px 0;
}

.order-banner {
    margin-bottom: 24px;
}

@media(max-width:800px) {

    .container,
    .order-visuals-multi,
    .order-form-card,
    .order-visual-item,
    .order-toggle-img {
        max-width: 99vw;
        width: 99vw;
    }
}

@media(max-width:576px) {
    .order-form-card {
        padding: 8px 2vw 8px 2vw;
    }

    .order-form {
        gap: 7px;
    }

    .phone-row input[type='tel'],
    .phone-prefix {
        font-size: 1.15rem !important;
        padding: 14px 10px !important;
    }
}

/* Genel arka plan alanı: hem index.php hem order.php için */
.main-bg {
    background: #f6fafc url('../img/background.png') repeat top left;
    min-height: 100vh;
}

/* Açık arka plan varyantı */
.main-bg-light {
    background: #fafdff;
    min-height: 100vh;
}

/* Koyu arka plan varyantı */
.main-bg-dark {
    background: #e5e9ef;
    min-height: 100vh;
}

/* Order sayfası footer */
.order-footer {
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 24px 0 12px 0;
    margin: 32px auto 0 auto;
    max-width: 700px;
    width: 95%;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 32px;
    margin-bottom: 10px;
}

.footer-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.08rem;
}

.footer-icon {
    font-size: 1.4em;
}

.footer-copy {
    font-size: 0.98rem;
    color: #888;
    margin-top: 8px;
}

@media(max-width:576px) {
    .order-footer {
        padding: 16px 0 8px 0;
        width: 99vw;
    }

    .footer-content {
        gap: 10px 8px;
    }

    .footer-row {
        font-size: 1rem;
    }
}

/* Sipariş başlıkları ve bilgi mesajı - daha modern ve güzel */
.order-section-title {
    font-size: 1.3em;
    font-weight: 700;
    color: #2d3a4a;
    margin: 18px 0 10px 0;
    text-align: center;
}

.order-section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #1a8cff 0%, #4fd1c5 100%);
    border-radius: 2px;
    margin: 10px auto 0 auto;
}

.order-info-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    font-size: 1.13rem;
    color: #1a8c4f;
    font-weight: 600;
    background: linear-gradient(90deg, #e8f7ee 0%, #fafdff 100%);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(76, 175, 80, 0.08);
    padding: 18px 18px;
    margin: 32px auto 0 auto;
    max-width: 700px;
    width: 95%;
    min-height: 48px;
}

.order-info-message::before {
    content: 'ℹ️';
    font-size: 1.3em;
    margin-right: 6px;
    opacity: 0.8;
}

.order-info-message::after {
    content: '📦';
    font-size: 1.3em;
    margin-left: 6px;
    opacity: 0.8;
}

@media(max-width:576px) {
    .order-section-title {
        font-size: 1.13rem;
    }

    .order-info-message {
        font-size: 1rem;
        padding: 10px 4px;
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.input-error {
    border-color: #dc3545 !important;
}

.input-group {
    position: relative;
    margin-bottom: 16px;
    width: 100%;
}

.input-group input,
.input-group select {
    width: 100%;
    padding: 14px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 1.1em;
    background: #fff;
    transition: border 0.2s;
}

.input-group input:focus,
.input-group select:focus {
    border: 1.5px solid #007bff;
    outline: none;
}

.phone-row {
    display: flex;
    width: 100%;
    gap: 8px;
}

.phone-row input {
    flex: 1;
}

.phone-prefix {
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

button#submitBtn {
    width: 100%;
    background: #007bff;
    color: #fff;
    font-size: 1.2em;
    padding: 16px 0;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    margin-top: 10px;
    transition: background 0.2s;
}

button#submitBtn:hover {
    background: #0056b3;
}

.order-info-message, .footer-copy {
    text-align: center;
    color: #6c757d;
    font-size: 1em;
    margin-top: 18px;
}

footer.order-footer {
    margin-top: 32px;
    background: #f8fafc;
    border-radius: 10px;
    padding: 18px 0 8px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

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

.footer-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.05em;
    color: #2d3a4a;
}

.footer-icon {
    font-size: 1.2em;
}

@media (max-width: 600px) {
    .container { padding: 10px 2px; }
    .order-form-card { padding: 10px 4px; }
    .order-visuals-multi { flex-direction: column; gap: 8px; }
}
.order-footer {
    background: #f8f9fa;
    padding: 24px 16px;
    margin-top: 32px;
    border-top: 1px solid #eee;
}
.footer-content {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}
.footer-row {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.footer-icon {
    font-size: 1.2em;
}
.footer-text {
    font-size: 0.9em;
    color: #666;
}
.footer-links {
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.footer-links-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 12px;
}
.footer-links-row:last-child {
    margin-bottom: 0;
}
.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.2s;
}
.footer-links a:hover {
    color: #333;
    text-decoration: underline;
}
.footer-copy {
    text-align: center;
    margin-top: 16px;
    color: #999;
    font-size: 0.85em;
}
@media (max-width: 600px) {
    .footer-links-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
}
.footer-modal-bg {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-modal {
    background: #fff;
    max-width: 540px;
    width: 95vw;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 32px 20px 20px 20px;
    position: relative;
    overflow-y: auto;
}
.footer-modal-close {
    position: absolute;
    top: 12px; right: 16px;
    background: none;
    border: none;
    font-size: 2em;
    color: #888;
    cursor: pointer;
    transition: color 0.2s;
}
.footer-modal-close:hover {
    color: #222;
}
.footer-modal-content {
    font-size: 1em;
    color: #222;
    line-height: 1.7;
    white-space: pre-line;
    max-height: 60vh;
    overflow-y: auto;
}
@media (max-width: 600px) {
    .footer-modal {
        max-width: 98vw;
        padding: 18px 6px 12px 6px;
    }
}