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

@font-face {
    font-family: "YekanBakh";
    src: url("./fonts/YekanBakhFaNum-Regular.woff2") format("woff2"),
         url("./fonts/YekanBakhFaNum-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "YekanBakh";
    src: url("./fonts/YekanBakhFaNum-SemiBold.woff2") format("woff2"),
         url("./fonts/YekanBakhFaNum-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
}

body {
    font-family: "YekanBakh", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    background-color: #fce3f1;
    color: #3c2444;
    direction: rtl;
}

.background-layer {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: -2;
}

.gradient-base {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 10%, #ffe0f4 0, #ffd2f0 18%, transparent 55%), radial-gradient(circle at 100% 90%, #ffd7ba 0, #ffc3a4 22%, transparent 60%), linear-gradient(135deg, #ffb7ea, #ffd2a3);
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    filter: blur(20px) saturate(130%) brightness(1.1);
    opacity: 0.45;
    animation: bg-drift 32s ease-in-out infinite alternate;
}

.background-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.7), transparent 60%), radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.6), transparent 60%);
    mix-blend-mode: screen;
}

.blob {
    position: absolute;
    border-radius: 999px;
    filter: blur(24px);
    opacity: 0.85;
}

.blob-one {
    width: 280px;
    height: 280px;
    top: -80px;
    right: -40px;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.8), transparent 55%), radial-gradient(circle at 80% 80%, #ff8dd6, #ff70c3);
    animation: blob-float-1 26s ease-in-out infinite alternate;
}

.blob-two {
    width: 260px;
    height: 260px;
    bottom: -90px;
    left: -60px;
    background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.9), transparent 55%), radial-gradient(circle at 80% 90%, #ffb48a, #ff8a8a);
    animation: blob-float-2 32s ease-in-out infinite alternate;
}

.blob-three {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 10%;
    background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.9), transparent 55%), radial-gradient(circle at 70% 80%, #ffd2f6, #ff9be6);
    animation: blob-float-3 30s ease-in-out infinite alternate;
}

.bubble {
    position: absolute;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), rgba(253, 207, 242, 0.7));
    box-shadow: 0 26px 60px rgba(255, 145, 203, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bubble-large {
    width: 110px;
    height: 110px;
    top: 26%;
    right: 8%;
    animation: bubble-drift-1 22s ease-in-out infinite alternate;
}

.bubble-medium {
    width: 72px;
    height: 72px;
    bottom: 22%;
    right: 35%;
    animation: bubble-drift-2 18s ease-in-out infinite alternate;
}

.bubble-small {
    width: 54px;
    height: 54px;
    top: 18%;
    left: 18%;
    animation: bubble-drift-3 16s ease-in-out infinite alternate;
}

.page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 32px 18px 22px;
}

.brand-header {
    text-align: center;
    max-width: 640px;
    margin-bottom: 22px;
    opacity: 0;
    transform: translateY(-14px);
    animation: fade-down-in 900ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 80ms;
}

.brand-logo-wrap {
    width: 200px;
    height: 96px;
    border-radius: 32px;
    padding: 12px;
    margin: 0 auto 16px;
    background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.9), transparent 55%), radial-gradient(circle at 100% 100%, rgba(255, 187, 230, 0.9), transparent 55%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 22px 50px rgba(255, 144, 214, 0.55);
}

.brand-logo {
    max-width: 100%;
    max-height: 100%;
    filter:grayscale(1) brightness(0);
    opacity:0.7;
    display: block;
}

.brand-title {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
}

.brand-subtitle {
    margin-top: 10px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(79, 35, 99, 0.85);
}

.main-content {
    width: 100%;
    max-width: 720px;
}

.glass-panel {
    position: relative;
    width: 100%;
    border-radius: 30px;
    padding: 24px 20px 20px;
    background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.75), transparent 25%), radial-gradient(circle at 100% 100%, rgba(255, 214, 242, 0.45), transparent 60%), linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 230, 246, 0.45));
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 26px 70px rgba(255, 158, 211, 0.6);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
    overflow: hidden;
    opacity: 0;
        text-align: center;
    transform: translateY(18px);
    animation: fade-up-in 900ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 220ms;
}

.glass-panel::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0.75;
}

.glass-panel > * {
    position: relative;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 186, 230, 0.85), rgba(255, 209, 213, 0.9));
    color: #5c274c;
    font-size: 0.76rem;
    margin-bottom: 14px;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #f97393;
    box-shadow: 0 0 0 0 rgba(249, 115, 147, 0.75);
    animation: pulse 1.8s infinite;
}

.status-text {
    white-space: nowrap;
}

.intro-text {
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(77, 36, 97, 0.96);
}

.intro-text.soft {
    margin-top: 4px;
    color: rgba(102, 55, 120, 0.82);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 18px;
    text-decoration: none;
    color: #4b244e;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 235, 248, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 40px rgba(255, 166, 206, 0.45);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}


.contact-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 1);
    box-shadow: 0 24px 70px rgba(255, 150, 210, 0.5);
}

.phone-card {
    background: none;
    border: none;
    box-shadow: none;
    align-items: center;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 18px;
}

.phone-card .contact-label {
    font-size: 0.8rem;
    opacity: 0.88;
}

.contact-label {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.8;
}

.contact-main {
    margin-top: 4px;
    font-size: 1.02rem;
    font-weight: 600;
}

.phone-number {
    margin-top: 6px;
    padding: 5px 0 0 0;
    border-radius: 999px;
    color: #4a1233;
    font-size: 2rem;
    letter-spacing: 0.08em;
}

.phone-card .contact-note {
    margin-top: 6px;
    font-size: 0.78rem;
    opacity: 0.88;
}

.ltr-text {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.contact-note {
    margin-top: 2px;
    font-size: 0.78rem;
    opacity: 0.78;
}

.mini-note {
    margin-top: 14px;
    font-size: 0.75rem;
    color: rgba(94, 55, 116, 0.84);
}

.page-footer {
    margin-top: 20px;
    font-size: 0.76rem;
    color: rgba(111, 63, 132, 0.82);
    opacity: 0;
    transform: translateY(10px);
    animation: fade-in-soft 900ms ease-out forwards;
    animation-delay: 520ms;
}

.footer-line {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-separator {
    opacity: 0.6;
}

@keyframes bg-drift {
    0% {
        transform: scale(1.05) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.08) translate3d(8px, -6px, 0);
    }
    100% {
        transform: scale(1.1) translate3d(-6px, 6px, 0);
    }
}

@keyframes blob-float-1 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-14px, 10px, 0) scale(1.05);
    }
    100% {
        transform: translate3d(10px, -8px, 0) scale(1.02);
    }
}

@keyframes blob-float-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(16px, -12px, 0) scale(1.04);
    }
    100% {
        transform: translate3d(-10px, 10px, 0) scale(1.03);
    }
}

@keyframes blob-float-3 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(10px, -10px, 0) scale(1.06);
    }
    100% {
        transform: translate3d(-8px, 6px, 0) scale(1.02);
    }
}

@keyframes bubble-drift-1 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-8px, 10px, 0);
    }
    100% {
        transform: translate3d(6px, -4px, 0);
    }
}

@keyframes bubble-drift-2 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(10px, -6px, 0);
    }
    100% {
        transform: translate3d(-6px, 8px, 0);
    }
}

@keyframes bubble-drift-3 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-4px, 8px, 0);
    }
    100% {
        transform: translate3d(6px, -6px, 0);
    }
}

@keyframes fade-down-in {
    0% {
        opacity: 0;
        transform: translateY(-14px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-up-in {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in-soft {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(52, 211, 153, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0);
    }
}

@media (min-width: 480px) {
    .page-shell {
        padding: 40px 22px 26px;
    }

    .brand-title {
        font-size: 1.8rem;
    }

    .brand-subtitle {
        font-size: 1rem;
    }

    .glass-panel {
        padding: 26px 22px 22px;
    }
}

@media (min-width: 720px) {
    .page-shell {
        padding-top: 40px;
        padding-bottom: 28px;
    }

    .brand-header {
        margin-bottom: 24px;
    }

    .glass-panel {
        border-radius: 34px;
        padding: 30px 30px 24px;
    }

    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-card.primary {
        grid-column: span 2;
    }
}
