html { scroll-behavior: smooth; }

body {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: #1A1A1A;
    background: #FBF7F0;
    -webkit-font-smoothing: antialiased;
}

.font-display {
    font-family: 'Fraunces', Georgia, serif;
}

::selection {
    background: rgba(255, 205, 0, 0.45);
    color: #1A1A1A;
}

.nav-shell {
    background: rgba(251, 247, 240, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    background: #FFCD00;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1A1A1A;
    box-shadow: 0 4px 0 #E5B800;
    transition: all 0.2s ease;
}
.btn-cta:hover {
    background: #F5B800;
    transform: translateY(-2px);
}

.btn-cta-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border: 2px solid rgba(26, 26, 26, 0.15);
    background: #fff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A1A;
    transition: all 0.2s ease;
}
.btn-cta-outline:hover {
    border-color: rgba(26, 26, 26, 0.3);
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
}

.btn-cta-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #1A1A1A;
    padding: 1rem 2rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.2s ease;
}
.btn-cta-dark:hover {
    background: #3D3A36;
    transform: translateY(-2px);
}

.btn-cta-sm {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.btn-cta-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    background: #1E40AF;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 4px 0 #1e3a8a;
    transition: all 0.2s ease;
}

.btn-cta-brand:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-2px);
}

.btn-cta-brand.btn-cta-sm {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.section-eyebrow {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1E40AF;
}

.section-headline {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #1A1A1A;
}

.section-body {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #6B6560;
}

.noom-card,
.noom-card-featured {
    display: flex;
    flex-direction: column;
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
    border: 1px solid rgba(26, 26, 26, 0.05);
    transition: all 0.3s ease;
}

.noom-card {
    background: #fff;
}

.noom-card:hover,
.noom-card-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(26, 26, 26, 0.08);
}

.noom-card-featured {
    background: linear-gradient(135deg, #F3EDFF 0%, #fff 50%, #FFF8D6 100%);
}

.country-card {
    border-radius: 2rem;
    background: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
    border: 1px solid rgba(26, 26, 26, 0.05);
    transition: all 0.3s ease;
}
.country-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(26, 26, 26, 0.08);
}

.onboarding-option {
    width: 100%;
    border-radius: 1rem;
    border: 2px solid rgba(26, 26, 26, 0.1);
    background: #fff;
    padding: 1.25rem 1.5rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1A1A1A;
    transition: all 0.2s ease;
}
.onboarding-option:hover {
    border-color: #FFCD00;
    background: #FFF8D6;
}
.onboarding-option--selected {
    border-color: #FFCD00;
    background: #FFF8D6;
    box-shadow: 0 0 0 4px rgba(255, 205, 0, 0.3);
}

.hero-media {
    position: relative;
    overflow: hidden;
    border-radius: 2.5rem;
    box-shadow: 0 20px 50px rgba(26, 26, 26, 0.12);
}

.stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1A1A1A;
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
    border: 1px solid rgba(26, 26, 26, 0.05);
}

.text-balance { text-wrap: balance; }
[x-cloak] { display: none !important; }

.onboarding-shell {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    background: #FBF7F0;
}

.onboarding-actions {
    box-shadow: 0 -10px 30px rgba(26, 26, 26, 0.06);
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom));
}

.city-list {
    scrollbar-width: thin;
    scrollbar-color: #FFCD00 #f5f5f5;
}

.city-search-input {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.passport-upload {
    transition: border-color 0.2s ease, background 0.2s ease;
}
.passport-upload:hover {
    border-color: #FFCD00;
    background: rgba(255, 248, 214, 0.35);
}

.checkout-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(26, 26, 26, 0.05);
    background: linear-gradient(135deg, rgba(230, 249, 241, 0.85) 0%, #fff 45%, rgba(255, 248, 214, 0.55) 100%);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
}
.checkout-hero::before {
    content: '';
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 8rem;
    height: 8rem;
    border-radius: 9999px;
    background: rgba(46, 189, 133, 0.2);
    filter: blur(32px);
    pointer-events: none;
}
.checkout-summary-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 1rem;
    background: rgba(251, 247, 240, 0.85);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}
.checkout-payment-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #1E40AF 0%, #1e3a8a 50%, #1A1A1A 100%);
    padding: 1.5rem;
    color: #fff;
    box-shadow: 0 20px 50px rgba(26, 26, 26, 0.12);
}
.checkout-payment-card::after {
    content: '';
    position: absolute;
    bottom: -3rem;
    left: -3rem;
    width: 10rem;
    height: 10rem;
    border-radius: 9999px;
    background: rgba(255, 205, 0, 0.12);
    filter: blur(40px);
    pointer-events: none;
}
.checkout-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
}

.checkout-prepayment-alert {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding: 1rem 1.125rem;
    border-radius: 1rem;
    border: 2px solid #f87171;
    background: #fef2f2;
    box-shadow: 0 0 0 1px rgba(185, 28, 28, 0.08);
}

.checkout-prepayment-alert__icon {
    width: 1.375rem;
    height: 1.375rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: #dc2626;
}

.checkout-prepayment-alert__title {
    margin: 0 0 0.35rem;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #b91c1c;
}

.checkout-prepayment-alert__text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #7f1d1d;
}

.checkout-prepayment-alert__text strong {
    font-weight: 800;
    color: #991b1b;
}
.btn-pay {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 1rem;
    background: #FFCD00;
    padding: 1.25rem 2rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1A1A1A;
    box-shadow: 0 6px 0 #E5B800;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.btn-pay:hover {
    background: #F5B800;
    transform: translateY(-2px);
}
.btn-pay:active {
    transform: translateY(0);
    box-shadow: 0 3px 0 #E5B800;
}

.corporate-contact-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(26, 26, 26, 0.05);
    background: linear-gradient(135deg, #eff6ff 0%, #fff 45%, #F3EDFF 100%);
    padding: 1.125rem;
    text-align: center;
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
}
@media (min-width: 640px) {
    .corporate-contact-hero { padding: 1.5rem; }
}

.corporate-contact-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: #1E40AF;
    padding: 0.375rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.corporate-feature-card {
    border-radius: 1rem;
    border: 1px solid rgba(26, 26, 26, 0.05);
    background: #fff;
    padding: 1rem;
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
}

.corporate-feature-icon {
    display: inline-flex;
    margin-bottom: 0.75rem;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: #eff6ff;
    color: #1E40AF;
}

.corporate-contact-panel {
    border-radius: 1.5rem;
    border: 1px solid rgba(26, 26, 26, 0.05);
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
}
@media (min-width: 640px) {
    .corporate-contact-panel { padding: 1.75rem; }
}

.btn-whatsapp {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 1rem;
    background: #25D366;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 0 #1da851;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.btn-whatsapp:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    color: #fff;
}
.btn-whatsapp:active {
    transform: translateY(0);
    box-shadow: 0 3px 0 #1da851;
}

.prior-warning-backdrop {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
    background: rgba(26, 26, 26, 0.4);
    backdrop-filter: blur(4px);
}
@media (min-width: 640px) {
    .prior-warning-backdrop { align-items: center; }
}
.prior-warning-panel {
    position: relative;
    width: 100%;
    max-width: 32rem;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 1.5rem;
    border: 1px solid rgba(26, 26, 26, 0.05);
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 20px 50px rgba(26, 26, 26, 0.12);
}
@media (min-width: 640px) {
    .prior-warning-panel { padding: 2rem; }
}
.prior-warning-icon {
    margin: 0 auto 1.25rem;
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}
.prior-warning-icon--italy {
    background: #FFE8E3;
    color: #FF6B4A;
}
.prior-warning-icon--greece {
    background: #eff6ff;
    color: #1E40AF;
}
.prior-warning-steps {
    border-radius: 1rem;
    border: 1px solid rgba(26, 26, 26, 0.08);
    background: linear-gradient(135deg, #FBF7F0 0%, #fff 100%);
    padding: 1.25rem;
}
.prior-warning-step-num {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #FFCD00;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1A1A1A;
}

.payment-checkout-backdrop {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
    background: rgba(26, 26, 26, 0.45);
    backdrop-filter: blur(6px);
}
@media (min-width: 640px) {
    .payment-checkout-backdrop { align-items: center; }
}

.payment-checkout-panel {
    position: relative;
    width: 100%;
    max-width: 32rem;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 1.75rem;
    border: 1px solid rgba(26, 26, 26, 0.06);
    background: linear-gradient(180deg, #fff 0%, #FBF7F0 100%);
    padding: 1.5rem;
    box-shadow: 0 20px 50px rgba(26, 26, 26, 0.14);
}
@media (min-width: 640px) {
    .payment-checkout-panel { padding: 2rem; }
}

.payment-checkout-header {
    text-align: center;
    padding-right: 2rem;
}

.payment-checkout-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #eff6ff 0%, #FFF8D6 100%);
    color: #1E40AF;
    box-shadow: 0 4px 0 rgba(30, 64, 175, 0.12);
}

.payment-checkout-notice {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding: 1rem 1.125rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 107, 74, 0.25);
    background: linear-gradient(135deg, #FFE8E3 0%, #fff 70%);
}

.payment-checkout-label {
    display: block;
    margin-bottom: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #3D3A36;
}

.payment-checkout-input {
    width: 100%;
    border-radius: 0.875rem;
    border: 2px solid rgba(26, 26, 26, 0.1);
    background: #fff;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A1A;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.payment-checkout-input::placeholder {
    color: #6B6560;
    font-weight: 500;
}
.payment-checkout-input:focus {
    outline: none;
    border-color: #FFCD00;
    box-shadow: 0 0 0 4px rgba(255, 205, 0, 0.25);
}

.payment-checkout-input--code {
    letter-spacing: 0.35em;
}

.payment-checkout-checkbox {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.875rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(26, 26, 26, 0.08);
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.footer-map {
    position: relative;
    min-height: 220px;
    background: #F5EFE4;
}
@media (min-width: 640px) {
    .footer-map { min-height: 260px; }
}
@media (min-width: 1024px) {
    .footer-map { min-height: 320px; }
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(26, 26, 26, 0.05);
    background: rgba(251, 247, 240, 0.6);
    transition: border-color 0.2s ease, background 0.2s ease;
}

a.footer-contact-item {
    text-decoration: none;
    color: inherit;
}
a.footer-contact-item:hover {
    border-color: rgba(30, 64, 175, 0.2);
    background: rgba(239, 246, 255, 0.5);
}

.footer-contact-icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: #eff6ff;
    color: #1E40AF;
}

.footer-contact-item--whatsapp {
    border-color: rgba(37, 211, 102, 0.2);
    background: rgba(37, 211, 102, 0.05);
}

.footer-contact-icon--whatsapp {
    background: #25D366;
    color: #fff;
}

.btn-whatsapp-footer {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    background: #25D366;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 0 #1da851;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.btn-whatsapp-footer:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    color: #fff;
}
.btn-whatsapp-footer:active {
    transform: translateY(0);
    box-shadow: 0 2px 0 #1da851;
}

/* Randevu sorgulama */
.lookup-page {
    background: linear-gradient(180deg, #FBF7F0 0%, #F5EFE4 45%, #FBF7F0 100%);
}

.lookup-card,
.lookup-support {
    border-radius: 2rem;
    border: 1px solid rgba(26, 26, 26, 0.06);
    background: #fff;
    padding: 1.75rem;
    box-shadow: 0 12px 40px rgba(26, 26, 26, 0.08);
}

.lookup-input {
    width: 100%;
    border-radius: 1rem;
    border: 2px solid rgba(26, 26, 26, 0.1);
    background: #fff;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A1A;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lookup-input:focus {
    outline: none;
    border-color: #FFCD00;
    box-shadow: 0 0 0 4px rgba(255, 205, 0, 0.25);
}

.lookup-result {
    border-radius: 2rem;
    border: 1px solid rgba(26, 26, 26, 0.06);
    background: #fff;
    padding: 1.75rem;
    box-shadow: 0 12px 40px rgba(26, 26, 26, 0.08);
}

.lookup-result-header {
    border-radius: 1.5rem;
    padding: 1.5rem;
}
.lookup-result-header--waiting {
    background: linear-gradient(135deg, #FFF8D6 0%, #FBF7F0 100%);
    border: 1px solid rgba(255, 205, 0, 0.35);
}
.lookup-result-header--ready {
    background: linear-gradient(135deg, #E6F9F1 0%, #FBF7F0 100%);
    border: 1px solid rgba(46, 189, 133, 0.35);
}

.lookup-status-icon {
    display: flex;
    height: 3rem;
    width: 3rem;
    shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.lookup-detail-row {
    border-radius: 1rem;
    background: #FBF7F0;
    padding: 0.875rem 1rem;
}
.lookup-detail-row dt {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6B6560;
}
.lookup-detail-row dd {
    margin-top: 0.25rem;
    font-weight: 700;
    color: #1A1A1A;
}

.lookup-support-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.lookup-support-panel {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.payment-success-panel {
    text-align: center;
}
.payment-success-code {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 1rem;
    background: #eff6ff;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1E40AF;
}
