/* MEMBERSHIP PAGE — specific styles only */

@font-face {
            font-family: 'Abusayed';
            src: url('../fonts/Codepotro Abu Sayed.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

/* ══════════  PAGE HERO BANNER  ══════════ */
        .page-hero {
            background: linear-gradient(135deg, var(--green-dk) 0%, #026C33 55%, #03873f 100%);
            padding: 72px 40px 64px;
            position: relative;
            overflow: hidden;
        }

        .page-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
        }

        .page-hero::after {
            content: '';
            position: absolute;
            right: -80px;
            top: -80px;
            width: 420px;
            height: 420px;
            border-radius: 50%;
            background: rgba(255,255,255,0.04);
            pointer-events: none;
        }

        .hero-inner {
            max-width: 860px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .page-hero-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.25);
            border-radius: 100px;
            padding: 7px 20px;
            margin-bottom: 24px;
            color: rgba(255,255,255,0.9);
            font-size: 13px;
            letter-spacing: 0.04em;
        }

        .page-hero-pill .dot {
            width: 7px;
            height: 7px;
            background: #6ee7a7;
            border-radius: 50%;
            animation: pulse 1.8s ease-in-out infinite;
        }

        @keyframes pulse {
            0%,100% { opacity:1; transform:scale(1); }
            50% { opacity:0.5; transform:scale(1.3); }
        }

        .page-hero h1 {
            font-size: 48px;
            font-weight: 900;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 12px;
        }

        .page-hero .sub-bn {
            font-size: 22px;
            color: rgba(255,255,255,0.72);
            margin-bottom: 20px;
        }

        .page-hero p {
            font-size: 16px;
            color: rgba(255,255,255,0.65);
            line-height: 1.8;
            max-width: 600px;
            margin: 0 auto;
        }

        /* ══════════  STRIP  ══════════ */
        .strip {
            height: 4px;
            background: linear-gradient(90deg, var(--green) 0%, var(--red) 50%, var(--green) 100%);
        }

        /* ══════════  FORM WRAPPER  ══════════ */
        .form-wrapper {
            background: var(--off);
            padding: 72px 40px;
        }

        .form-container {
            max-width: 820px;
            margin: 0 auto;
        }

        /* ══════════  SECTION BLOCK  ══════════ */
        .form-section {
            background: #fff;
            border-radius: 20px;
            padding: 36px 40px;
            margin-bottom: 24px;
            border: 1px solid var(--border);
            box-shadow: 0 2px 12px rgba(0,0,0,0.04);
            position: relative;
            overflow: hidden;
        }

        .form-section::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            border-radius: 4px 0 0 4px;
        }

        .section-personal::before { background: var(--green); }
        .section-location::before { background: #0891b2; }
        .section-professional::before { background: #7c3aed; }
        .section-contact::before { background: var(--red); }
        .section-social::before { background: #0284c7; }
        .section-movement::before { background: #d97706; }
        .section-misc::before { background: #6b7280; }

        .section-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 32px;
            padding-bottom: 20px;
            border-bottom: 1px solid #f0f0f0;
        }

        .section-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .section-personal .section-icon  { background: #e8f5ee; }
        .section-location .section-icon  { background: #e0f2fe; }
        .section-professional .section-icon { background: #ede9fe; }
        .section-contact .section-icon   { background: #fee2e2; }
        .section-social .section-icon    { background: #dbeafe; }
        .section-movement .section-icon  { background: #fef3c7; }
        .section-misc .section-icon      { background: #f3f4f6; }

        .section-title {
            flex: 1;
        }

        .section-title .t-bn {
            display: block;
            font-size: 17px;
            font-weight: 700;
            color: var(--text);
            line-height: 1.3;
        }

        .section-title .t-en {
            display: block;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--muted);
            margin-top: 2px;
        }

        /* ══════════  FIELD  ══════════ */
        .field-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px 28px;
        }

        .field-grid.single { grid-template-columns: 1fr; }
        .field-grid.triple { grid-template-columns: 1fr 1fr 1fr; }

        .field {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .field.full { grid-column: 1 / -1; }

        .field-label {
            display: flex;
            flex-direction: column;
            gap: 1px;
        }

        .label-bn {
            font-size: 14px;
            font-weight: 700;
            color: var(--label-bn);
            line-height: 1.4;
        }

        .label-en {
            font-size: 11.5px;
            font-weight: 500;
            color: var(--label-en);
            font-style: italic;
        }

        .req {
            color: var(--red);
            margin-left: 2px;
        }

        .field input,
        .field select,
        .field textarea {
            font-family: 'Tiro Bangla', serif;
            font-size: 14px;
            padding: 12px 16px;
            border: 1.5px solid var(--border);
            border-radius: 10px;
            background: #fafafa;
            color: var(--text);
            transition: all 0.2s;
            outline: none;
            width: 100%;
        }

        .field input:focus,
        .field select:focus,
        .field textarea:focus {
            border-color: var(--green);
            background: #fff;
            box-shadow: 0 0 0 3px rgba(2, 108, 51, 0.1);
        }

        .field select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 14px center;
            padding-right: 42px;
            cursor: pointer;
        }

        .field textarea {
            resize: vertical;
            min-height: 110px;
            line-height: 1.7;
        }

        /* ══════════  CHECKBOX GROUPS  ══════════ */
        .radio-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 4px;
        }

        .radio-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            cursor: pointer;
        }

        .radio-item input[type="radio"],
        .radio-item input[type="checkbox"] {
            width: 18px;
            height: 18px;
            accent-color: var(--green);
            flex-shrink: 0;
            margin-top: 2px;
            cursor: pointer;
        }

        .radio-label {
            font-size: 14px;
            color: var(--text);
            line-height: 1.5;
            user-select: none;
        }

        /* Profession multi-column */
        .profession-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px 16px;
            margin-top: 4px;
        }

        .profession-grid .radio-item {
            background: #fafafa;
            border: 1px solid var(--border);
            border-radius: 8px;
            padding: 9px 12px;
            transition: all 0.18s;
        }

        .profession-grid .radio-item:hover {
            border-color: var(--green);
            background: var(--green-pale);
        }

        .profession-grid .radio-item:has(input:checked) {
            border-color: var(--green);
            background: var(--green-lt);
        }

        /* ══════════  CONSENT BOX  ══════════ */
        .consent-box {
            background: var(--green-pale);
            border: 1.5px solid rgba(2, 108, 51, 0.18);
            border-radius: 14px;
            padding: 22px 24px;
            display: flex;
            gap: 14px;
            align-items: flex-start;
            margin-bottom: 28px;
        }

        .consent-box input[type="checkbox"] {
            width: 20px;
            height: 20px;
            accent-color: var(--green);
            flex-shrink: 0;
            margin-top: 2px;
            cursor: pointer;
        }

        .consent-text {
            font-size: 13.5px;
            line-height: 1.75;
            color: var(--green-dk);
        }

        .consent-text a {
            color: var(--green);
            text-decoration: underline;
        }

        /* ══════════  SUBMIT  ══════════ */
        .submit-wrap {
            text-align: center;
            padding-top: 8px;
        }

        .submit-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: var(--green);
            color: #fff;
            border: none;
            padding: 18px 56px;
            border-radius: 100px;
            font-family: 'Tiro Bangla', serif;
            font-size: 17px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.25s;
            box-shadow: 0 6px 24px rgba(2, 108, 51, 0.32);
            letter-spacing: 0.02em;
        }

        .submit-btn:hover {
            background: #081a0c;
            transform: translateY(-2px);
            box-shadow: 0 10px 32px rgba(2, 108, 51, 0.40);
        }

        .submit-btn:active { transform: translateY(0); }

        .submit-btn svg { flex-shrink: 0; }

        .form-note {
            margin-top: 16px;
            font-size: 12.5px;
            color: var(--muted);
        }

        /* ══════════  SUCCESS OVERLAY  ══════════ */
        .success-overlay {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 999;
            background: rgba(1, 40, 18, 0.7);
            backdrop-filter: blur(6px);
            align-items: center;
            justify-content: center;
            padding: 24px;
        }

        .success-overlay.show {
            display: flex;
            animation: fadeIn 0.35s ease;
        }

        @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

        .success-card {
            background: #fff;
            border-radius: 28px;
            padding: 60px 48px 52px;
            max-width: 520px;
            width: 100%;
            text-align: center;
            box-shadow: 0 32px 80px rgba(0,0,0,0.25);
            animation: slideUp 0.4s cubic-bezier(0.34,1.56,0.64,1);
        }

        @keyframes slideUp {
            from { opacity:0; transform:translateY(40px) scale(0.95); }
            to   { opacity:1; transform:translateY(0) scale(1); }
        }

        .success-icon {
            width: 84px;
            height: 84px;
            border-radius: 50%;
            background: var(--green-lt);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 28px;
            animation: popIn 0.5s 0.2s cubic-bezier(0.34,1.56,0.64,1) both;
        }

        @keyframes popIn {
            from { transform:scale(0); }
            to   { transform:scale(1); }
        }

        .success-title-bn {
            font-size: 26px;
            font-weight: 900;
            color: var(--green-dk);
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .success-title-en {
            font-size: 15px;
            color: var(--muted);
            font-style: italic;
            margin-bottom: 24px;
        }

        .success-msg {
            font-size: 15px;
            line-height: 1.8;
            color: #444;
            margin-bottom: 32px;
        }

        .success-divider {
            height: 1px;
            background: #f0f0f0;
            margin: 0 auto 28px;
        }

        .success-meta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size: 13px;
            color: var(--green);
            margin-bottom: 28px;
        }

        .close-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--green);
            color: #fff;
            border: none;
            padding: 14px 40px;
            border-radius: 100px;
            font-family: 'Tiro Bangla', serif;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
        }

        .close-btn:hover {
            background: #081a0c;
            transform: translateY(-1px);
        }
