/* Takidasanat - Sade Tasarim */
:root {
    --gold: #C9A227;
    --gold-hover: #B8941F;
    --gold-light: rgba(201, 162, 39, 0.1);
    --black: #1A1A1A;
    --dark: #222222;
    --white: #FFFFFF;
    --light-gray: #F8F8F8;
    --gray: #888888;
    --border: #E5E5E5;
    --success: #4CAF50;
    --error: #E53935;
    --whatsapp: #25D366;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--light-gray);
    color: var(--black);
    line-height: 1.6;
    min-height: 100vh;
}

/* ==================== HEADER ==================== */

.site-header {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 16px 20px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
}

.site-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 8px;
    margin-bottom: 0;
    background: linear-gradient(90deg, var(--black) 20%, #D4AF37 50%, var(--black) 80%);
    background-size: 250% auto;
    background-position: 200% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--black);
    animation: titleShimmer 12s ease-in-out infinite;
}

@keyframes titleShimmer {
    0%, 65% {
        background-position: 200% center;
        letter-spacing: 8px;
    }
    78% {
        background-position: 20% center;
        letter-spacing: 10.5px;
    }
    90% {
        background-position: -70% center;
        letter-spacing: 9px;
    }
    100% {
        background-position: 200% center;
        letter-spacing: 8px;
    }
}

.site-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 8px auto 0;
}

.site-slogan {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 3.5px;
    background: linear-gradient(90deg, var(--gray) 15%, #D4AF37 50%, var(--gray) 85%);
    background-size: 250% auto;
    background-position: 200% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(5px);
    animation: sloganReveal 12s ease-in-out infinite;
}

@keyframes sloganReveal {
    0%, 65% {
        opacity: 0;
        transform: translateY(5px);
        background-position: 200% center;
    }
    73% {
        opacity: 0;
        transform: translateY(5px);
    }
    81% {
        opacity: 1;
        transform: translateY(0);
        background-position: 20% center;
    }
    89% {
        opacity: 1;
        transform: translateY(0);
        background-position: -70% center;
    }
    98% {
        opacity: 0;
        transform: translateY(-3px);
        background-position: 200% center;
    }
    100% {
        opacity: 0;
        transform: translateY(5px);
        background-position: 200% center;
    }
}

/* ==================== LOADING & NO PRODUCT ==================== */

.page-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 16px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.no-product-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
    color: var(--gray);
}

.no-product-message .sub {
    font-size: 14px;
    margin-top: 8px;
    color: #aaa;
}

/* ==================== MAIN CONTAINER ==================== */

.main-container {
    padding: 16px 16px 80px;
    background: var(--light-gray);
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

@media (min-width: 900px) {
    .main-container {
        padding: 24px 24px 80px;
    }

    .content-wrapper {
        flex-direction: row;
        border-radius: 16px;
    }
}

/* ==================== PRODUCT SECTION (SOL) ==================== */

.product-section {
    background: var(--white);
    padding: 20px;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: var(--dark);
}

.product-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.product-price-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(26, 26, 26, 0.82);
    backdrop-filter: blur(6px);
    border: 1px solid var(--gold);
    border-radius: 8px;
    padding: 8px 14px;
    text-align: center;
    line-height: 1.3;
}

.price-badge-label {
    display: block;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 3px;
}

.price-badge-value {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.5px;
}

.product-info {
    padding: 20px 0 0;
}

.product-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black);
}

.product-description {
    font-size: 14px;
    line-height: 1.7;
    color: var(--gray);
}

@media (min-width: 900px) {
    .product-section {
        width: 42%;
        padding: 24px;
        border-right: 1px solid var(--border);
    }

    .product-image {
        height: 300px;
    }

    .product-info {
        padding: 20px 0 0;
    }

    .product-title {
        font-size: 22px;
    }
}

/* ==================== ORDER SECTION (SAG) ==================== */

.order-section {
    background: var(--white);
    padding: 20px;
    flex: 1;
}

@media (min-width: 900px) {
    .order-section {
        width: 58%;
        padding: 24px 32px;
    }
}

/* ==================== FORM BLOCKS ==================== */

.form-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.form-block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.block-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.block-number {
    width: 26px;
    height: 26px;
    background: var(--gold);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
}

.block-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

/* ==================== FORM ELEMENTS ==================== */

.form-group {
    margin-bottom: 16px;
}

.form-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--gray);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.form-input {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--white);
    color: var(--black);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px var(--gold-light);
}

.form-input::placeholder {
    color: #bbb;
}

.form-textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
    line-height: 1.5;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 500px) {
    .form-row {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

.form-row .form-group {
    margin-bottom: 0;
}

/* ==================== QUANTITY BUTTONS ==================== */

.quantity-buttons {
    display: flex;
    gap: 6px;
}

.qty-btn {
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    background: var(--white);
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    cursor: pointer;
    transition: all 0.15s;
    border-radius: 4px;
}

.qty-btn:hover {
    border-color: var(--black);
}

.qty-btn.active {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
}

/* ==================== ITEM CARDS ==================== */

.item-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--light-gray);
    border-radius: 6px;
    padding: 12px 14px;
    margin-bottom: 8px;
}

.item-number {
    font-size: 12px;
    font-weight: 600;
    color: var(--gold);
    white-space: nowrap;
    min-width: 20px;
    padding-top: 22px;
}

.item-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item-field-name {
    flex: 1;
    min-width: 0;
}

.item-row-main {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.item-field-size {
    flex: 0 0 72px;
}

.item-row-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-toggle-btn {
    flex-shrink: 0;
    padding: 8px 12px;
    border: 1.5px solid var(--border);
    border-radius: 7px;
    background: var(--white);
    color: var(--gray);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    white-space: nowrap;
}

.box-toggle-btn.active {
    border-color: var(--gold);
    background: var(--gold-light);
    color: var(--black);
}

.extra-tag {
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    margin-top: 6px;
}

.extra-tag.extra-double {
    background: #fff3cd;
    color: #856404;
    margin-top: 0;
}

.extra-tag.extra-box {
    background: var(--gold-light);
    color: var(--gold-hover);
    margin-top: 0;
    white-space: nowrap;
}

.item-field-label {
    font-size: 10px;
    font-weight: 500;
    color: var(--gray);
    margin-bottom: 4px;
    display: block;
}

.item-input,
.item-select {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    border: 1px solid var(--border);
    border-radius: 5px;
    background: var(--white);
    color: var(--black);
}

.item-select.select-empty {
    color: #bbb;
}

.item-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
}

.item-input:focus,
.item-select:focus {
    outline: none;
    border-color: var(--gold);
}

.name-warning {
    font-size: 11px;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 4px;
}

.name-warning.info {
    background: var(--gold-light);
    color: #8B7355;
}

.name-warning.error {
    background: rgba(229, 57, 53, 0.1);
    color: var(--error);
}

.input-error {
    border-color: var(--error) !important;
}

/* ==================== QUANTITY ROW ==================== */

.quantity-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.shipping-badge {
    font-size: 11px;
    color: #8B7355;
    background: var(--gold-light);
    padding: 6px 10px;
    border-radius: 4px;
}

.shipping-badge.free {
    background: rgba(76, 175, 80, 0.1);
    color: var(--success);
}

/* ==================== STICKY FOOTER ==================== */

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark);
    z-index: 100;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-price {
    display: flex;
    flex-direction: column;
}

.price-label {
    font-size: 9px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1px;
}

.price-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
}

.submit-btn {
    background: var(--gold);
    color: var(--white);
    border: none;
    padding: 12px 24px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 5px;
}

.submit-btn:hover:not(:disabled) {
    background: var(--gold-hover);
}

.submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (min-width: 600px) {
    .footer-content {
        padding: 12px 32px;
    }

    .price-value {
        font-size: 20px;
    }

    .submit-btn {
        padding: 12px 32px;
        font-size: 12px;
    }
}

/* ==================== ALERTS ==================== */

.alert {
    padding: 14px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 14px;
}

.alert-error {
    background: rgba(229, 57, 53, 0.1);
    color: var(--error);
    border: 1px solid var(--error);
}

.alert-info {
    background: var(--gold-light);
    color: #8B7355;
    margin: 16px 0;
}

/* ==================== BUTTONS ==================== */

.btn {
    display: block;
    width: 100%;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 12px;
}

.btn-secondary {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--border);
}

.btn-secondary:hover {
    background: var(--light-gray);
}

.btn-whatsapp {
    background: var(--whatsapp);
    color: var(--white);
    border: none;
}

.btn-whatsapp:hover {
    background: #1FAD54;
}

/* ==================== MODAL ==================== */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: var(--white);
    border-radius: 16px;
    max-width: 420px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-body {
    padding: 32px 24px;
    text-align: center;
}

.success-icon {
    width: 64px;
    height: 64px;
    background: var(--success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 32px;
}

.modal-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    margin-bottom: 8px;
    color: var(--black);
}

.modal-subtitle {
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 24px;
}

/* ==================== ORDER SUMMARY ==================== */

.order-summary-box {
    background: var(--light-gray);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
    text-align: left;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-label {
    color: var(--gray);
}

.summary-value {
    font-weight: 500;
    color: var(--black);
}

.summary-row.total {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 2px solid var(--border);
    border-bottom: none;
}

.summary-row.total .summary-value {
    color: var(--gold);
    font-size: 18px;
    font-weight: 700;
}

.order-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--gold) !important;
}

.item-detail {
    font-size: 13px;
    background: rgba(0, 0, 0, 0.02);
    margin: 0 -16px;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.free-text {
    color: var(--success) !important;
}

/* ==================== IBAN BOX ==================== */

.iban-box {
    background: var(--light-gray);
    border: 2px solid var(--gold);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
}

.iban-label {
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--gray);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.iban-value {
    font-size: 14px;
    font-weight: 600;
    font-family: monospace;
    letter-spacing: 1px;
    color: var(--black);
    word-break: break-all;
}

.iban-name {
    font-size: 13px;
    color: var(--gray);
    margin-top: 8px;
}

.copy-btn {
    background: var(--gold);
    color: var(--white);
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 12px;
    transition: background 0.2s;
}

.copy-btn:hover {
    background: var(--gold-hover);
}

/* ==================== SUCCESS PAGE ==================== */

.success-page {
    min-height: 100vh;
    background: var(--light-gray);
    padding: 24px 16px 40px;
}

.success-container {
    max-width: 500px;
    margin: 0 auto;
}

.success-header {
    text-align: center;
    margin-bottom: 20px;
    background: var(--dark);
    border-radius: 14px;
    padding: 28px 20px 24px;
}

.success-icon {
    width: 56px;
    height: 56px;
    background: transparent;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: var(--gold);
    font-size: 26px;
}

.success-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 14px;
    letter-spacing: 1.5px;
}

.success-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    max-width: 320px;
    margin: 0 auto;
    font-weight: 500;
}

.success-card {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.success-card-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.order-summary-content .summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
}

.order-summary-content .summary-row:last-child {
    border-bottom: none;
}

.order-summary-content .summary-label {
    color: var(--gray);
}

.order-summary-content .summary-value {
    font-weight: 500;
    color: var(--black);
}

.order-summary-content .summary-row.total {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 2px solid var(--border);
    border-bottom: none;
    font-weight: 600;
}

.order-summary-content .summary-row.total .summary-value {
    color: var(--gold);
    font-size: 18px;
}

.order-summary-content .order-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--gold) !important;
}

.order-summary-content .item-row {
    font-size: 13px;
    background: var(--light-gray);
    margin: 0 -20px;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
}

/* IBAN Card */
.iban-card {
    border: 2px solid var(--gold);
}

.iban-details {
    text-align: center;
}

.iban-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.iban-row .iban-label {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--gray);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.iban-row .iban-value {
    font-size: 14px;
    font-weight: 600;
    font-family: monospace;
    letter-spacing: 1px;
    color: var(--black);
}

.iban-note {
    margin-top: 16px;
    padding: 12px;
    background: var(--gold-light);
    border-radius: 6px;
    font-size: 12px;
    color: #8B7355;
    text-align: center;
}

/* Success Actions */
.success-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.whatsapp-btn {
    background: var(--whatsapp);
    color: white;
}

.whatsapp-btn:hover {
    background: #1FAD54;
}

.secondary-btn {
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--border);
}

.secondary-btn:hover {
    background: var(--light-gray);
}

/* ==================== WHATSAPP FLOAT ==================== */

.whatsapp-float {
    position: fixed;
    bottom: 65px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: var(--whatsapp);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s;
    z-index: 99;
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

@media (min-width: 900px) {
    .whatsapp-float {
        bottom: 70px;
        right: 24px;
    }
}

/* ==================== TESLIMAT SECENEGI ==================== */

.delivery-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.delivery-opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 14px 10px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    cursor: pointer;
    transition: all 0.2s;
    font-size: 12px;
    font-weight: 500;
    color: var(--gray);
    line-height: 1.3;
    text-align: center;
}

.delivery-opt svg {
    color: var(--gray);
    transition: color 0.2s;
    flex-shrink: 0;
}

.delivery-opt.active {
    border-color: var(--gold);
    color: var(--black);
    background: var(--gold-light);
}

.delivery-opt.active svg {
    color: var(--gold);
}

.form-textarea.address-readonly {
    background: var(--light-gray);
    color: var(--gray);
    cursor: default;
    resize: none;
}

.store-pickup-info {
    margin-top: 10px;
    padding: 12px 14px;
    background: var(--gold-light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.store-pickup-text {
    font-size: 12px;
    color: #8B7355;
    text-align: center;
}

.maps-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--gold);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: opacity 0.2s;
}

.maps-link:hover {
    opacity: 0.8;
}

/* ==================== BILDIRIM MODAL ==================== */

.notice-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 3000;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.notice-overlay.active {
    display: flex;
}

.notice-modal {
    background: var(--white);
    border-radius: 14px;
    max-width: 400px;
    width: 100%;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.notice-icon {
    width: 48px;
    height: 48px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
}

.notice-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.notice-list {
    list-style: none;
    text-align: left;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notice-list li {
    font-size: 13px;
    color: var(--black);
    line-height: 1.6;
    padding: 10px 12px;
    background: var(--light-gray);
    border-radius: 7px;
    border-left: 3px solid var(--gold);
}

.notice-list li strong {
    color: var(--gold);
}

.notice-btn {
    background: var(--gold);
    color: var(--white);
    border: none;
    padding: 13px 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    border-radius: 7px;
    transition: background 0.2s;
    width: 100%;
    text-transform: uppercase;
}

.notice-btn:hover {
    background: var(--gold-hover);
}

/* ==================== SIPARIS ONAY MODAL ==================== */

.confirm-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 3000;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.confirm-overlay.active {
    display: flex;
}

.confirm-modal {
    background: var(--white);
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-width: 520px;
    max-height: 88vh;
    overflow-y: auto;
    padding: 24px 20px 32px;
}

@media (min-width: 600px) {
    .confirm-overlay {
        align-items: center;
        padding: 16px;
    }
    .confirm-modal {
        border-radius: 16px;
    }
}

.confirm-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.confirm-body {
    margin-bottom: 20px;
}

.ci-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
}

.ci-num {
    font-size: 11px;
    font-weight: 600;
    color: var(--gold);
    min-width: 16px;
    padding-top: 2px;
    flex-shrink: 0;
}

.ci-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ci-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

.ci-meta {
    font-size: 12px;
    color: var(--gray);
}

.ci-divider {
    height: 1px;
    background: var(--border);
    margin: 12px 0;
}

.ci-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    padding: 4px 0;
    color: var(--gray);
}

.ci-row span:last-child {
    color: var(--black);
    font-weight: 500;
    text-align: right;
}

.ci-address-row span:last-child {
    max-width: 60%;
}

.ci-free {
    color: var(--success) !important;
}

.ci-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 4px;
    margin-top: 4px;
}

.ci-total span:first-child {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--gray);
}

.ci-total span:last-child {
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
}

.confirm-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.confirm-ok-btn {
    background: var(--gold);
    color: var(--white);
    border: none;
    padding: 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
    width: 100%;
    text-transform: uppercase;
}

.confirm-ok-btn:hover:not(:disabled) {
    background: var(--gold-hover);
}

.confirm-ok-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.confirm-cancel-btn {
    background: transparent;
    color: var(--gray);
    border: 1px solid var(--border);
    padding: 12px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s;
    width: 100%;
}

.confirm-cancel-btn:hover {
    background: var(--light-gray);
    color: var(--black);
}
