/* ==========================================================================
   Wafy & Wafiyya Alumni in Hyderabad — "Editorial Premium" theme
   Reference DNA: jishadbakar.com + finscript.co
   White editorial canvas · Newsreader serif display · Plus Jakarta Sans body
   Warm orange accent · ink pill buttons · uppercase micro-labels
   ========================================================================== */

:root {
    /* Palette */
    --paper: #ffffff;
    --paper-soft: #f6f5f2;
    --ink: #161614;
    --ink-soft: #3d3a35;
    --muted: #7c766d;
    --line: #eae7e1;
    --accent: #ff6b47;
    --accent-hover: #e85a38;
    --accent-soft: #fff0eb;
    --navy: #0f172a;

    --bg-color: var(--paper);
    --text-primary: var(--ink);
    --text-secondary: var(--muted);

    --status-active: #0a8268;
    --status-closed: #c2472e;
    --status-active-bg: #e9f6f1;
    --status-closed-bg: #fdefeb;

    /* Shape & motion */
    --border-radius: 18px;
    --shadow-sm: 0 1px 2px rgba(22, 22, 20, 0.04);
    --shadow-lg: 0 22px 48px rgba(22, 22, 20, 0.1);
    --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--paper);
    color: var(--ink);
    line-height: 1.65;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: 'Newsreader', Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}

/* uppercase micro-label used above section titles */
.eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
    position: relative;
    height: 94vh;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--navy);
    overflow: hidden;
}

/* Hero slideshow — HD photos of Hyderabad, slow crossfade */
.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: heroFade 24s infinite;
}

.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 8s; }
.hero-slide:nth-child(3) { animation-delay: 16s; }

@keyframes heroFade {
    0%      { opacity: 0; transform: scale(1); }
    6%      { opacity: 1; }
    33.33%  { opacity: 1; }
    41%     { opacity: 0; transform: scale(1.08); }
    100%    { opacity: 0; transform: scale(1.08); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(100deg,
            rgba(12, 14, 18, 0.78) 0%,
            rgba(12, 14, 18, 0.45) 55%,
            rgba(12, 14, 18, 0.25) 100%),
        linear-gradient(to bottom,
            rgba(12, 14, 18, 0.3) 0%,
            rgba(12, 14, 18, 0.35) 70%,
            rgba(12, 14, 18, 0.68) 100%);
}

/* ---- Navbar ---- */

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 26px 28px;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.1;
}

.brand-logo {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 12px;
    padding: 4px;
    object-fit: contain;
}

.footer-logo-img {
    width: 58px;
    height: 58px;
    background: #ffffff;
    border-radius: 14px;
    padding: 5px;
    object-fit: contain;
    margin-bottom: 14px;
}

.nav-brand span { color: rgba(255, 255, 255, 0.55); font-weight: 400; }

.nav-brand em {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 3px;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 14px;
    transition: var(--transition);
}

.nav-link:hover { color: var(--accent); }

.nav-btn {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    white-space: nowrap;
}

.nav-btn-primary {
    background: var(--accent);
    color: #ffffff;
}

.nav-btn-primary:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255, 107, 71, 0.4);
}

.nav-btn-ghost {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
}

.nav-btn-ghost:hover {
    background: #ffffff;
    color: var(--ink);
}

/* Hamburger Toggle Button */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    cursor: pointer;
    padding: 10px;
    transition: var(--transition);
    z-index: 110;
}

.nav-hamburger:hover {
    background: rgba(255, 255, 255, 0.22);
}

.ham-bar {
    display: block;
    width: 22px;
    height: 2.2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-hamburger.active .ham-bar:nth-child(1) {
    transform: translateY(7.2px) rotate(45deg);
}
.nav-hamburger.active .ham-bar:nth-child(2) {
    opacity: 0;
}
.nav-hamburger.active .ham-bar:nth-child(3) {
    transform: translateY(-7.2px) rotate(-45deg);
}

/* Mobile Drawer Backdrop */
.mobile-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-nav-backdrop.open {
    display: block;
    opacity: 1;
}

/* Mobile Drawer */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 86vw;
    max-width: 360px;
    background: #0f172a;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transform: translateX(105%);
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    box-sizing: border-box;
    padding: 24px 20px;
}

.mobile-nav-drawer.open {
    transform: translateX(0);
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 18px;
}

.mobile-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-nav-close {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: var(--transition);
}

.mobile-nav-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: var(--transition);
}

.mobile-nav-link .nav-icon {
    font-size: 1.15rem;
    width: 22px;
    text-align: center;
}

.mobile-nav-link:hover, .mobile-nav-link:active {
    background: rgba(255, 255, 255, 0.08);
    color: var(--accent);
}

.mobile-nav-footer {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: var(--transition);
    text-align: center;
}

.mobile-nav-login {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.mobile-nav-login:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.mobile-nav-reg {
    background: var(--accent);
    color: #ffffff;
}

.mobile-nav-reg:hover {
    background: var(--accent-hover);
}

@media (max-width: 920px) {
    .nav-actions { display: none !important; }
    .nav-hamburger { display: flex !important; }
    .navbar { padding: 16px 20px; }
}

@media (max-width: 480px) {
    .navbar { padding: 14px 16px; }
    .brand-logo { width: 38px; height: 38px; }
    .nav-brand-text { font-size: 1.05rem; }
    .nav-brand em { display: none; }
}

/* ---- Hero content ---- */

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    text-align: left;
    animation: fadeIn 1s ease both;
}

.hero-kicker {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 22px;
}

.main-heading {
    font-family: 'Newsreader', Georgia, serif;
    font-size: clamp(2.7rem, 6.5vw, 4.8rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 24px;
    max-width: 820px;
}

.main-heading em {
    font-style: italic;
    color: #ffd9cc;
}

.subtext {
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    max-width: 540px;
    margin: 0;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.hero-ghost-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
}

.hero-ghost-btn:hover {
    background: #ffffff;
    color: var(--ink);
    transform: translateY(-1px);
}

/* ==========================================================================
   Main content
   ========================================================================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 44px 28px 90px;
}

.opportunity-section {
    padding: 58px 0;
}

/* ---- Activities & Initiatives (soft panel band + bento cards) ---- */

.activities-section {
    background: var(--paper-soft);
    border-radius: 32px;
    padding: 54px 48px 50px;
    margin: 28px 0;
}

@media (max-width: 640px) {
    .activities-section { padding: 40px 22px 36px; border-radius: 24px; }
}

.section-intro {
    max-width: 620px;
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--muted);
    margin: -18px 0 40px;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

@media (max-width: 960px) {
    .activity-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .activity-grid { grid-template-columns: 1fr; }
}

.activity-item {
    position: relative;
    background: var(--paper);
    border: 1px solid transparent;
    border-radius: 18px;
    padding: 28px 26px 26px;
    transition: var(--transition);
    overflow: hidden;
}

.activity-item:hover {
    transform: translateY(-4px);
    border-color: var(--line);
    box-shadow: var(--shadow-lg);
}

.activity-num {
    position: absolute;
    top: 12px;
    right: 20px;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    color: rgba(22, 22, 20, 0.07);
    transition: var(--transition);
}

.activity-item:hover .activity-num { color: rgba(255, 107, 71, 0.3); }

.activity-item h3 {
    font-size: 1.3rem;
    line-height: 1.25;
    color: var(--ink);
    margin-bottom: 8px;
    padding-right: 44px;
}

.activity-item p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--muted);
}

/* ---- Core Values band ---- */

.values-section {
    padding: 40px 0 24px;
}

.values-band {
    position: relative;
    background: var(--navy);
    border-radius: 32px;
    padding: 60px 36px;
    text-align: center;
    overflow: hidden;
}

.values-band::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 71, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.values-title {
    position: relative;
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    color: #ffffff;
    margin-bottom: 32px;
}

.values-title em {
    font-style: italic;
    color: var(--accent);
}

.values-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.value-chip {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 10px 22px;
    transition: var(--transition);
}

.value-chip:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-2px);
}

/* ---- About Us ---- */

.about-section {
    padding: 64px 0 58px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 56px;
    align-items: start;
}

@media (max-width: 860px) {
    .about-grid { grid-template-columns: 1fr; gap: 30px; }
}

.about-statement p {
    font-family: 'Newsreader', Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--ink);
}

.about-statement em {
    font-style: italic;
    color: var(--accent);
}

.about-body p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--ink-soft);
    margin-bottom: 18px;
}

.about-body strong {
    color: var(--ink);
    font-weight: 700;
}

.outline-btn {
    margin-top: 6px;
    background: transparent;
    border: 1.5px solid var(--ink);
    color: var(--ink);
}

.outline-btn:hover {
    background: var(--ink);
    color: #ffffff;
    transform: translateY(-1px);
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--line);
}

@media (max-width: 560px) {
    .about-stats { grid-template-columns: 1fr; gap: 18px; }
}

.about-stat-value {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.1;
    color: var(--ink);
}

.about-stat-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 4px;
}

.section-title {
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    color: var(--ink);
    margin-bottom: 40px;
}

.section-title em {
    font-style: italic;
    color: var(--accent);
}

/* short accent rule under section titles */
.section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: var(--accent);
    margin-top: 14px;
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .card-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---- Cards ---- */

.card {
    display: flex;
    flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--border-radius);
    padding: 30px 28px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.card.muted {
    opacity: 0.55;
    background: var(--paper-soft);
}

.card.muted:hover {
    transform: none;
    box-shadow: var(--shadow-sm);
    border-color: var(--line);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.card-title {
    font-size: 1.35rem;
    line-height: 1.25;
    color: var(--ink);
}

.status-badge {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
}

.status-active {
    color: var(--status-active);
    background: var(--status-active-bg);
}

.status-closed {
    color: var(--status-closed);
    background: var(--status-closed-bg);
}

.card-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.86rem;
    color: var(--muted);
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.card-meta strong {
    color: var(--ink-soft);
    font-weight: 700;
}

.card-desc {
    font-size: 0.94rem;
    color: var(--muted);
    flex-grow: 1;
    margin-bottom: 24px;
}

/* ---- Buttons ---- */

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 13px 28px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    transition: var(--transition);
}

.connect-btn {
    background: var(--ink);
    color: #ffffff;
    align-self: flex-start;
}

.connect-btn:hover {
    background: var(--accent);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255, 107, 71, 0.35);
}

.primary-btn {
    background: var(--accent);
    color: #ffffff;
}

.primary-btn:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255, 107, 71, 0.35);
}

.empty-state {
    text-align: center;
    padding: 48px 20px;
    border: 1px dashed var(--line);
    border-radius: var(--border-radius);
    background: var(--paper-soft);
    color: var(--muted);
    font-size: 1rem;
}

/* ---- Team (finscript-style scrollable carousel) ---- */

.team-section {
    padding: 58px 0;
}

/* header row: heading left, intro + arrows right */
.team-head {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 36px;
    align-items: end;
    margin-bottom: 40px;
}

@media (max-width: 820px) {
    .team-head { grid-template-columns: 1fr; align-items: start; gap: 18px; }
}

.eyebrow-dash {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eyebrow-dash::before {
    content: '';
    width: 40px;
    height: 1.5px;
    background: var(--accent);
}

.team-heading {
    font-size: clamp(2.4rem, 5.4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.team-heading em {
    font-style: italic;
    font-weight: 400;
    color: #b9b3a8;
}

/* hand-drawn underline beneath "happen" */
.u-mark {
    position: relative;
    white-space: nowrap;
}

.u-mark::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10' preserveAspectRatio='none'%3E%3Cpath d='M2 7 Q30 2 60 6 T118 4' fill='none' stroke='%23ff6b47' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

.team-dot { color: var(--accent); }

.team-head-right p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--muted);
    margin-bottom: 20px;
}

.team-nav {
    display: flex;
    gap: 8px;
}

.team-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    cursor: pointer;
    transition: var(--transition);
}

.team-arrow:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
}

.team-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 6px 6px 22px;
    margin: -6px -6px 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
}

.team-track::-webkit-scrollbar { display: none; }

.member-card {
    flex: 0 0 345px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 36px 26px 30px;
    text-align: center;
    transition: var(--transition);
}

.member-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

@media (max-width: 560px) {
    .team-track {
        gap: 14px;
        padding-bottom: 16px;
    }
    .member-card {
        flex: 0 0 280px;
        max-width: 82vw;
        padding: 26px 18px 22px;
    }
    .member-photo {
        width: 100px !important;
        height: 100px !important;
        margin-bottom: 14px !important;
    }
}

.member-photo {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    display: block;
    box-shadow: 0 0 0 5px var(--paper), 0 0 0 6px var(--line);
}

.member-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, var(--navy) 0%, #2b3b5e 100%);
    color: #ffffff;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 600;
}

.member-name {
    font-size: 1.35rem;
    color: var(--ink);
    margin-bottom: 6px;
}

.member-role {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

.member-work {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--ink-soft);
    background: var(--paper-soft);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 16px;
}

.member-links {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.member-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--paper-soft);
    border: 1px solid var(--line);
    color: var(--muted);
    transition: var(--transition);
}

.member-links a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
}

/* ---- Blood donor search ---- */

.blood-section {
    padding: 40px 0 30px;
}

.blood-band {
    position: relative;
    background: linear-gradient(150deg, #2a1214 0%, #451a1b 55%, #6b2422 100%);
    border-radius: 32px;
    padding: 54px 48px 44px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .blood-band { padding: 40px 22px 36px; border-radius: 24px; }
}

.blood-band::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 71, 0.22) 0%, transparent 70%);
    pointer-events: none;
}

.blood-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.blood-eyebrow { color: #ff8f7a; }

.blood-title { color: #ffffff; }

.blood-band .section-title::after { background: #ff8f7a; }

.blood-intro {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
}

.blood-mark {
    flex-shrink: 0;
    color: rgba(255, 143, 122, 0.25);
    animation: bloodPulse 2.6s ease-in-out infinite;
}

@keyframes bloodPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50%      { transform: scale(1.12); opacity: 1; }
}

@media (max-width: 640px) { .blood-mark { display: none; } }

.blood-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.blood-chip {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.07);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 12px 26px;
    cursor: pointer;
    transition: var(--transition);
}

.blood-chip:hover {
    border-color: #ff8f7a;
    color: #ff8f7a;
    transform: translateY(-2px);
}

.blood-chip.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #a3271f;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.blood-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 16px;
}

@media (max-width: 520px) {
    .blood-results {
        grid-template-columns: 1fr;
    }
}

.blood-note {
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 26px 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.donor-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 20px;
    transition: var(--transition);
}

.donor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.donor-group-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #a3271f;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.donor-info {
    flex: 1;
    min-width: 0;
}

.donor-name {
    font-weight: 700;
    font-size: 1rem;
    color: var(--ink);
    line-height: 1.35;
    word-break: break-word;
}

.donor-meta {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.4;
    margin-top: 2px;
    word-break: break-word;
}

.donor-donated {
    font-size: 0.75rem;
    font-weight: 600;
    color: #a3271f;
    margin-top: 3px;
}

.donor-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.donor-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 14px;
    transition: var(--transition);
    white-space: nowrap;
}

.donor-call:hover {
    background: #e2e8f0;
    color: #000;
    transform: translateY(-1px);
}

.donor-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #16a34a;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 15px;
    transition: var(--transition);
    white-space: nowrap;
}

.donor-wa:hover {
    background: #128a3e;
    transform: translateY(-1px);
}

@media (max-width: 480px) {
    .donor-card {
        flex-wrap: wrap;
        gap: 12px;
    }
    .donor-actions {
        width: 100%;
        justify-content: flex-end;
        padding-top: 8px;
        border-top: 1px solid #f1f5f9;
    }
}

.blood-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: var(--transition);
}

.pager-btn:hover:not(:disabled) { background: #ffffff; color: #a3271f; }

.pager-btn:disabled { opacity: 0.35; cursor: not-allowed; }

.pager-info {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
}

/* ---- Public Events Section ---- */
.events-section {
    padding: 58px 0;
}
.public-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}
.public-event-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.public-event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.public-event-poster-wrap {
    width: 100%;
    height: 200px;
    background: #0f172a;
    position: relative;
    overflow: hidden;
}
.public-event-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.public-event-body {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.public-event-cat {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent);
    margin-bottom: 8px;
}
.public-event-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    margin-bottom: 10px;
}
.public-event-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.86rem;
    color: var(--muted);
    margin-bottom: 14px;
}
.public-event-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.public-event-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.public-event-footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* ---- Blog preview strip ---- */

.blogstrip-section {
    padding: 58px 0;
}

.blogstrip-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.blogstrip-head .section-title { margin-bottom: 0; }

.blogstrip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
}

.blogstrip-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--paper-soft);
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 26px;
    text-decoration: none;
    color: var(--ink);
    transition: var(--transition);
}

.blogstrip-card:hover {
    background: var(--paper);
    border-color: var(--line);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.blogstrip-card .meta {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--accent);
}

.blogstrip-card h3 {
    font-size: 1.3rem;
    line-height: 1.3;
}

.blogstrip-card .excerpt {
    font-size: 0.9rem;
    color: var(--muted);
    flex: 1;
}

/* ---- Contact Us ---- */

.contact-section {
    padding: 58px 0;
}

.contact-card {
    display: grid;
    grid-template-columns: 400px 1fr;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.09);
}

/* Left gradient panel */
.contact-side {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, #ff8a5c 0%, var(--accent) 45%, #e04a28 100%);
    color: #fff;
    padding: 44px 38px;
    display: flex;
}

.contact-side-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.contact-side-deco.d1 {
    width: 280px;
    height: 280px;
    right: -110px;
    top: -110px;
    background: rgba(255, 255, 255, 0.12);
}

.contact-side-deco.d2 {
    width: 200px;
    height: 200px;
    left: -70px;
    bottom: -90px;
    background: rgba(15, 23, 42, 0.12);
}

.contact-side-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-side-title {
    font-family: var(--font-serif);
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.contact-side-sub {
    font-size: 0.93rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
}

.contact-channels {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-channel {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1.35;
    transition: var(--transition);
}

a.contact-channel:hover {
    background: rgba(255, 255, 255, 0.26);
    transform: translateX(4px);
}

.contact-channel-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.contact-channel-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    overflow-wrap: anywhere;
    font-weight: 500;
}

.contact-channel-text small {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.contact-side-note {
    margin-top: auto;
    padding-top: 26px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-side-note::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.25);
}

/* Right form side */
.contact-form-side {
    padding: 44px 42px;
}

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

.contact-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 18px;
}

.contact-field label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--ink);
    background: var(--paper-soft);
    border: 1.5px solid transparent;
    border-radius: 14px;
    padding: 14px 16px;
    outline: none;
    transition: var(--transition);
    resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #a3aab8;
}

.contact-field input:focus,
.contact-field textarea:focus {
    background: var(--paper);
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(255, 107, 71, 0.12);
}

.contact-form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 6px;
}

.contact-form-hint {
    font-size: 0.8rem;
    color: var(--muted);
    max-width: 240px;
    line-height: 1.5;
}

.contact-send-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    background: var(--navy);
    border: none;
    border-radius: 999px;
    padding: 15px 30px;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.contact-send-btn:hover {
    background: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 107, 71, 0.35);
}

.contact-send-btn:disabled {
    opacity: 0.6;
    cursor: default;
    transform: none;
}

@media (max-width: 900px) {
    .contact-card { grid-template-columns: 1fr; border-radius: 24px; }
    .contact-side { padding: 34px 26px; }
    .contact-form-side { padding: 30px 24px; }
    .contact-form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form-foot { flex-direction: column; align-items: stretch; }
    .contact-form-hint { max-width: none; text-align: center; }
    .contact-send-btn { justify-content: center; }
}

/* ---- Add opportunity panel (split CTA) ---- */

.add-opportunity {
    padding: 44px 0 20px;
}

.add-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
    background: linear-gradient(120deg, var(--navy) 0%, #1a2440 100%);
    border-radius: 30px;
    padding: 56px 54px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 820px) {
    .add-card { flex-direction: column; align-items: flex-start; padding: 44px 30px; gap: 28px; }
}

.add-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 71, 0.22) 0%, transparent 70%);
    pointer-events: none;
}

/* big ghost serif mark, editorial flourish */
.add-card::after {
    content: '\201C';
    position: absolute;
    bottom: -90px;
    left: 28px;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 16rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.add-card-text { position: relative; max-width: 560px; }

.add-card .eyebrow { color: var(--accent); }

.add-card h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 14px;
}

.add-card h2 em {
    font-style: italic;
    color: #ffd9cc;
}

.add-sub {
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
}

.add-card-action {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

@media (max-width: 820px) {
    .add-card-action { align-items: flex-start; }
}

.add-btn-big {
    padding: 17px 34px;
    font-size: 1rem;
}

.add-note {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    background: var(--navy);
    padding: 68px 28px 34px;
    position: relative;
    overflow: hidden;
}

/* soft orange glow, echoing the add-opportunity band */
footer::before {
    content: '';
    position: absolute;
    bottom: -140px;
    left: -100px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 71, 0.16) 0%, transparent 70%);
    pointer-events: none;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 44px;
    padding-bottom: 44px;
}

@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 540px) {
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

.footer-logo {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer-logo span { color: rgba(255, 255, 255, 0.5); font-weight: 400; }

.footer-logo em {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--accent);
    margin-top: 6px;
}

.footer-message {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.7;
    max-width: 300px;
    margin-bottom: 22px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.75);
    transition: var(--transition);
}

.social-icon:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-col-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 18px;
}

.footer-link {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    text-decoration: none;
    padding: 5px 0;
    transition: var(--transition);
}

a.footer-link:hover { color: #ffffff; padding-left: 4px; }

.footer-link.muted { color: rgba(255, 255, 255, 0.45); }

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
}

.credit-link {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.credit-link:hover { color: #ffffff; }

/* ==========================================================================
   Modal
   ========================================================================== */

.modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(22, 22, 20, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .modal { align-items: center; }
}

.modal-content {
    width: 100%;
    max-width: 560px;
    max-height: 88vh;
    overflow-y: auto;
    background: var(--paper);
    border-radius: 24px 24px 0 0;
    padding: 38px 32px;
    position: relative;
    transform: translateY(30px);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
    .modal-content { border-radius: 24px; }
}

.modal.show .modal-content {
    transform: translateY(0);
}

.close-btn {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--muted);
    cursor: pointer;
    transition: var(--transition);
}

.close-btn:hover { color: var(--ink); }

.modal-title {
    font-size: 1.7rem;
    color: var(--ink);
    margin-bottom: 24px;
}

/* ---- Form ---- */

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

.form-group label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 13px 15px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--ink);
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    transition: var(--transition);
}

.form-control:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.15);
}

select.form-control { cursor: pointer; }

select.form-control option {
    background: #ffffff;
    color: var(--ink);
}

.type-selection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.type-card { position: relative; }

.type-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.type-card span {
    display: block;
    text-align: center;
    padding: 12px 8px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--muted);
    cursor: pointer;
    transition: var(--transition);
}

.type-card input:checked + span {
    background: var(--ink);
    border-color: var(--ink);
    color: #ffffff;
}

.type-card input:focus-visible + span {
    box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.3);
}

.form-section { display: none; }

.form-section.active {
    display: block;
    animation: fadeIn 0.4s ease both;
}

.full-width { width: 100%; }

.success-message {
    background: var(--status-active-bg);
    border: 1px solid #b9e4d5;
    color: var(--status-active);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.92rem;
    margin-bottom: 16px;
    text-align: center;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

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