/* =========================================
   Contact Us — صفحه تماس با ما (گلاسمورفیسم پینک/بنفش)
   کلاس‌های نمایشی=بدون js. بدون استایل درون‌خطی. فونت=استعدادِ قالب.
========================================= */

@keyframes sct-floaty { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(8deg); } }
@keyframes sct-blob { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(30px,-20px) scale(1.08); } }
@keyframes sct-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes sct-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(236,28,174,0.4); } 50% { box-shadow: 0 0 0 10px rgba(236,28,174,0); } }

.sct-page {
    position: relative;
    overflow: hidden;
    /*background: linear-gradient(180deg, #faf7fd 0%, #f3edf9 100%);*/
    color: #241634;
    padding-bottom: 100px;
}

.sct-blob { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; z-index: 0; }
.sct-blob-1 { top: -120px; left: -100px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(236,28,174,0.18), transparent 70%); animation: sct-blob 12s ease-in-out infinite; }
.sct-blob-2 { top: 500px; right: -160px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(123,47,247,0.16), transparent 70%); animation: sct-blob 14s ease-in-out infinite 2s; }
.sct-blob-3 { bottom: -160px; left: 20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(90,60,220,0.14), transparent 70%); animation: sct-blob 16s ease-in-out infinite 1s; }

.sct-shape { position: absolute; z-index: 1; pointer-events: none; }
.sct-shape-1 { top: 120px; left: 6%; width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(135deg,#ec1cae,#7b2ff7); box-shadow: 0 20px 40px -10px rgba(236,28,174,0.45), inset 0 0 0 1px rgba(255,255,255,0.3); animation: sct-floaty 8s ease-in-out infinite; }
.sct-shape-2 { top: 200px; right: 9%; width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg,#7b2ff7,#4a1fb8); box-shadow: 0 16px 30px -8px rgba(123,47,247,0.4); animation: sct-floaty 9s ease-in-out infinite 1s; }
.sct-shape-3 { top: 40px; right: 32%; width: 30px; height: 30px; border: 3px solid rgba(167,33,201,0.35); border-radius: 8px; animation: sct-spin 18s linear infinite; }
.sct-shape-4 { bottom: 200px; right: 5%; width: 60px; height: 60px; border-radius: 20px; background: rgba(255,255,255,0.5); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid rgba(167,33,201,0.15); animation: sct-floaty 11s ease-in-out infinite 0.5s; }

.sct-hero { max-width: 820px; margin: 74px auto 0; text-align: center; position: relative; z-index: 5; padding: 0 24px; }
.sct-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 20px; border-radius: 999px; background: #fff; border: 1px solid #f0d8ef; color: #a721c9; font-size: 13px; font-weight: 700; margin-bottom: 24px; box-shadow: 0 10px 24px -14px rgba(167,33,201,0.4); }
.sct-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; animation: sct-pulse 2s infinite; }
.sct-title { font-size: 50px; font-weight: 900; line-height: 1.35; margin: 0 0 20px; }
.sct-grad { background: linear-gradient(135deg,#ec1cae,#7b2ff7); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.sct-subtitle { font-size: 17px; color: #6b5b7d; line-height: 1.9; margin: 0; }

.sct-grid { max-width: 1200px; margin: 64px auto 0; padding: 0 24px; display: grid; grid-template-columns: 0.9fr 1.3fr; gap: 32px; position: relative; z-index: 5; }

.sct-info { display: flex; flex-direction: column; gap: 20px; }
.sct-info-card { background: rgba(255,255,255,0.85); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-radius: 20px; padding: 28px; border: 1px solid #f0e6f5; display: flex; align-items: flex-start; gap: 18px; box-shadow: 0 30px 60px -35px rgba(120,30,150,0.4); }
.sct-info-ico { width: 54px; height: 54px; border-radius: 14px; background: linear-gradient(135deg,#ec1cae,#7b2ff7); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 22px; box-shadow: 0 14px 26px -8px rgba(236,28,174,0.5); }
.sct-info-title { font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.sct-info-text { font-size: 14px; color: #6b5b7d; line-height: 1.8; }
.sct-info-text.ltr { direction: ltr; text-align: right; }

.sct-hours-card { background: linear-gradient(145deg,#ec1cae,#7b2ff7); border-radius: 20px; padding: 28px; color: #fff; box-shadow: 0 30px 60px -25px rgba(123,47,247,0.5), inset 0 1px 0 rgba(255,255,255,0.25); position: relative; overflow: hidden; }
.sct-hours-card::before { content: ""; position: absolute; top: -30px; left: -30px; width: 110px; height: 110px; border-radius: 50%; background: rgba(255,255,255,0.12); }
.sct-hours-inner { position: relative; z-index: 2; }
.sct-hours-title { font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.sct-hours-text { font-size: 14px; line-height: 1.9; opacity: 0.92; }

.sct-form-wrap { background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-radius: 26px; padding: 46px; border: 1px solid #f0e6f5; box-shadow: 0 40px 90px -35px rgba(120,30,150,0.45), inset 0 1px 0 rgba(255,255,255,0.7); }
.sct-form-title { font-size: 25px; font-weight: 800; margin: 0 0 8px; }
.sct-form-sub { font-size: 14px; color: #6b5b7d; margin: 0 0 28px; }
.sct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.sct-field { margin-bottom: 18px; }
.sct-field label, .sct-form-row label { font-size: 13px; font-weight: 600; color: #3a2a4d; display: block; margin-bottom: 8px; }
.sct-field input, .sct-field textarea, .sct-form-row input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ece0f0;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    font-family: inherit;
    color: #241634;
    background: #fff;
}
.sct-field input.ltr, .sct-form-row input.ltr { direction: ltr; text-align: right; }
.sct-field textarea { height: 110px; resize: vertical; }
.sct-field input:focus, .sct-field textarea:focus, .sct-form-row input:focus { outline: none; border-color: #a721c9; }
.sct-submit { width: 100%; border: none; cursor: pointer; padding: 16px; border-radius: 12px; background: linear-gradient(135deg,#ec1cae,#7b2ff7); color: #fff; font-weight: 700; font-size: 15px; font-family: inherit; box-shadow: 0 20px 40px -15px rgba(236,28,174,0.55); }

.sct-hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

.sct-notice { padding: 14px 18px; border-radius: 12px; margin-bottom: 20px; font-size: 14px; }
.sct-notice-success { background: #e7f9ef; color: #17794a; border: 1px solid #bce9cf; }
.sct-notice-error { background: #fdecef; color: #b3243b; border: 1px solid #f5c2cc; }

.sct-trust { max-width: 1200px; margin: 40px auto 0; padding: 0 24px; position: relative; z-index: 5; }
.sct-trust-card { background: rgba(255,255,255,0.85); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid #f0e6f5; border-radius: 22px; padding: 36px 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: 0 30px 70px -35px rgba(120,30,150,0.4); }
.sct-trust-title { font-weight: 800; font-size: 18px; margin-bottom: 6px; }
.sct-trust-sub { font-size: 14px; color: #6b5b7d; }
.sct-trust-btn { padding: 14px 30px; border-radius: 999px; background: linear-gradient(135deg,#ec1cae,#7b2ff7); color: #fff; font-weight: 700; font-size: 14px; text-decoration: none; box-shadow: 0 16px 34px -10px rgba(236,28,174,0.5); white-space: nowrap; }

@media (max-width: 900px) {
    .sct-title { font-size: 36px; }
    .sct-grid { grid-template-columns: 1fr; }
    .sct-form-wrap { padding: 32px; }
    .sct-trust-card { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
    .sct-title { font-size: 28px; }
    .sct-form-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .sct-blob, .sct-shape, .sct-badge-dot { animation: none; }
}
