:root {
    --meet-primary: #2563eb;
    --meet-primary-dark: #1d4ed8;
    --meet-cyan: #06b6d4;
    --meet-emerald: #10b981;
    --meet-purple: #7c3aed;
    --meet-orange: #f59e0b;
    --meet-ink: #071126;
    --meet-muted: #64748b;
    --meet-line: rgba(15, 23, 42, .10);
    --meet-card: rgba(255, 255, 255, .92);
    --meet-shadow: 0 24px 70px rgba(15, 23, 42, .12);
    --meet-ivory: #fff8e7;
}

.meet-page {
    color: var(--meet-ink);
    background:
        radial-gradient(circle at 8% 8%, rgba(37, 99, 235, .13), transparent 28%),
        radial-gradient(circle at 92% 6%, rgba(6, 182, 212, .16), transparent 28%),
        linear-gradient(180deg, #f6fbff 0%, #ffffff 42%, #f8fbff 100%);
    overflow: hidden;
}

.meet-page .container { max-width: 1180px; }

.meet-hero { position: relative; padding: 96px 0 70px; }
.meet-hero::before,
.meet-hero::after { content: ""; position: absolute; border-radius: 999px; pointer-events: none; filter: blur(4px); }
.meet-hero::before { width: 360px; height: 360px; left: -180px; top: 40px; background: rgba(37, 99, 235, .12); }
.meet-hero::after { width: 320px; height: 320px; right: -150px; bottom: 40px; background: rgba(124, 58, 237, .10); }

.meet-pill,
.meet-section-heading span,
.meet-final-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 18px;
    border: 1px solid rgba(37, 99, 235, .16);
    border-radius: 999px;
    color: var(--meet-primary);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 10px 30px rgba(37, 99, 235, .08);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
}

.meet-hero-title {
    margin: 26px 0 22px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.06em;
    color: #050b1f;
}

.meet-hero-lead {
    max-width: 760px;
    margin: 0 0 28px;
    color: #475569;
    font-size: 17px;
    font-weight: 650;
    line-height: 2;
}

.meet-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.meet-hero-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 999px;
    color: #1e40af;
    background: rgba(239, 246, 255, .88);
    font-size: 13px;
    font-weight: 900;
}

.meet-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }

.meet-btn-primary,
.meet-btn-outline,
.meet-btn-white,
.meet-btn-light-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    font-weight: 950;
    transition: all .24s ease;
}

.meet-btn-primary {
    color: #fff !important;
    border: 0;
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
    box-shadow: 0 18px 38px rgba(37, 99, 235, .28);
}
.meet-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 24px 48px rgba(37, 99, 235, .34); }

.meet-btn-outline { color: var(--meet-primary) !important; border: 1px solid rgba(37, 99, 235, .22); background: rgba(255, 255, 255, .86); }
.meet-btn-outline:hover { color: #fff !important; background: var(--meet-primary); transform: translateY(-2px); }

.meet-hero-note {
    display: inline-flex;
    align-items: flex-start;
    gap: 9px;
    max-width: 780px;
    padding: 13px 16px;
    border: 1px solid rgba(16, 185, 129, .18);
    border-radius: 18px;
    color: #0f766e;
    background: rgba(236, 253, 245, .92);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
}
.meet-hero-note i { margin-top: 2px; }

.meet-booking-card {
    position: relative;
    padding: 38px;
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 40px;
    background:
        radial-gradient(circle at 18% 8%, rgba(219, 234, 254, .9), transparent 34%),
        radial-gradient(circle at 86% 0%, rgba(237, 233, 254, .86), transparent 34%),
        rgba(255, 255, 255, .92);
    box-shadow: var(--meet-shadow);
    overflow: hidden;
}
.meet-booking-glow { position: absolute; inset: 10%; border-radius: 999px; background: radial-gradient(circle, rgba(37, 99, 235, .18), transparent 64%); pointer-events: none; }
.meet-booking-avatar { position: absolute; top: 28px; right: 28px; width: 94px; height: 94px; padding: 5px; border-radius: 50%; background: linear-gradient(135deg, #fff, #dbeafe); box-shadow: 0 18px 38px rgba(15, 23, 42, .16); }
.meet-booking-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; }
.meet-booking-icon { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 66px; height: 66px; margin-bottom: 24px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #2563eb, #7c3aed); box-shadow: 0 18px 38px rgba(37, 99, 235, .28); font-size: 31px; }
.meet-booking-card h2 { position: relative; z-index: 1; max-width: 300px; margin: 0 0 14px; color: #071126; font-size: 30px; font-weight: 950; letter-spacing: -.05em; }
.meet-booking-card p { position: relative; z-index: 1; margin: 0 0 22px; color: #475569; font-weight: 700; line-height: 1.9; }
.meet-booking-list { position: relative; z-index: 1; display: grid; gap: 12px; margin-bottom: 24px; }
.meet-booking-list div { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(37, 99, 235, .1); border-radius: 18px; background: rgba(255, 255, 255, .78); }
.meet-booking-list i { color: var(--meet-primary); font-size: 19px; }
.meet-booking-list span { color: #0f172a; font-weight: 900; }
.meet-booking-small { position: relative; z-index: 1; margin-top: 12px; color: var(--meet-muted); font-size: 12px; font-weight: 800; text-align: center; }

.meet-section { padding: 76px 0; }
.meet-soft-section { background: linear-gradient(180deg, rgba(239, 246, 255, .74), rgba(255, 255, 255, .95)); }
.meet-section-heading { max-width: 780px; margin: 0 auto 38px; }
.meet-section-heading h2 { margin: 16px 0 12px; color: #071126; font-size: clamp(30px, 4vw, 46px); font-weight: 950; letter-spacing: -.05em; line-height: 1.18; }
.meet-section-heading p { margin: 0; color: var(--meet-muted); font-weight: 700; line-height: 1.85; }

.meet-target-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.meet-target-card { position: relative; min-height: 370px; padding: 28px; border: 1px solid rgba(15, 23, 42, .08); border-radius: 30px; background: rgba(255, 255, 255, .94); box-shadow: 0 15px 38px rgba(15, 23, 42, .08); overflow: hidden; transition: transform .24s ease, box-shadow .24s ease; }
.meet-target-card::after { content: ""; position: absolute; right: -48px; top: -48px; width: 140px; height: 140px; border-radius: 50%; opacity: .13; }
.meet-target-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(15, 23, 42, .12); }
.meet-target-icon { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 20px; border-radius: 20px; background: #eff6ff; font-size: 25px; }
.meet-target-card h3 { position: relative; z-index: 1; margin: 0 0 12px; color: #071126; font-size: 25px; font-weight: 950; letter-spacing: -.04em; }
.meet-target-card p { position: relative; z-index: 1; margin: 0 0 18px; color: #475569; font-weight: 700; line-height: 1.8; }
.meet-target-card ul { position: relative; z-index: 1; display: grid; gap: 9px; padding-left: 0; margin: 0; list-style: none; }
.meet-target-card li { position: relative; padding-left: 22px; color: #334155; font-size: 14px; font-weight: 800; line-height: 1.7; }
.meet-target-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--meet-primary); font-weight: 950; }
.meet-target-blue .meet-target-icon, .meet-target-blue::after { background: #dbeafe; }
.meet-target-blue .meet-target-icon i { color: #2563eb; }
.meet-target-cyan .meet-target-icon, .meet-target-cyan::after { background: #cffafe; }
.meet-target-cyan .meet-target-icon i { color: #0891b2; }
.meet-target-purple .meet-target-icon, .meet-target-purple::after { background: #ede9fe; }
.meet-target-purple .meet-target-icon i { color: #7c3aed; }
.meet-target-orange .meet-target-icon, .meet-target-orange::after { background: #fef3c7; }
.meet-target-orange .meet-target-icon i { color: #d97706; }

.meet-agenda-list { display: grid; gap: 16px; }
.meet-agenda-item { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 24px; border: 1px solid rgba(37, 99, 235, .1); border-radius: 28px; background: rgba(255, 255, 255, .9); box-shadow: 0 14px 34px rgba(15, 23, 42, .07); }
.meet-agenda-number, .meet-flow-number { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #2563eb, #06b6d4); font-weight: 950; box-shadow: 0 14px 26px rgba(37, 99, 235, .22); }
.meet-agenda-item h3, .meet-flow-card h3, .meet-prep-card h3, .meet-faq-card h3 { margin: 0 0 8px; color: #071126; font-size: 20px; font-weight: 950; letter-spacing: -.035em; }
.meet-agenda-item p, .meet-flow-card p, .meet-prep-card p, .meet-faq-card p { margin: 0; color: #64748b; font-weight: 700; line-height: 1.82; }

.meet-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.meet-flow-card, .meet-prep-card, .meet-faq-card { position: relative; padding: 28px; border: 1px solid rgba(37, 99, 235, .1); border-radius: 30px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 34px rgba(15, 23, 42, .08); overflow: hidden; }
.meet-flow-card { min-height: 246px; }
.meet-flow-card .meet-flow-number { margin-bottom: 22px; }
.meet-prep-grid, .meet-faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.meet-prep-card i { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 20px; border-radius: 20px; color: #2563eb; background: #dbeafe; font-size: 26px; }
.meet-faq-card { min-height: 210px; }
.meet-faq-card h3 { font-size: 19px; line-height: 1.45; }

.meet-final-section { padding: 34px 0 96px; }
.meet-final-card { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 46px; border-radius: 40px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .22), transparent 32%), linear-gradient(135deg, #1d4ed8 0%, #0891b2 54%, #10b981 100%); box-shadow: 0 28px 70px rgba(37, 99, 235, .28); }
.meet-final-card span { color: #fff; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .14); box-shadow: none; }
.meet-final-card h2 { max-width: 760px; margin: 18px 0 14px; color: var(--meet-ivory); font-size: clamp(30px, 4vw, 46px); font-weight: 950; letter-spacing: -.055em; line-height: 1.18; }
.meet-final-card p { max-width: 780px; margin: 0; color: rgba(255, 255, 255, .88); font-weight: 700; line-height: 1.9; }
.meet-final-actions { display: grid; gap: 12px; flex: 0 0 auto; }
.meet-btn-white { color: #1d4ed8 !important; border: 0; background: #fff; box-shadow: 0 18px 40px rgba(15, 23, 42, .16); }
.meet-btn-white:hover { color: #fff !important; background: #071126; transform: translateY(-2px); }
.meet-btn-light-outline { color: #fff !important; border: 1px solid rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .12); }
.meet-btn-light-outline:hover { color: #1d4ed8 !important; background: #fff; transform: translateY(-2px); }

@media (max-width: 991.98px) {
    .meet-hero { padding: 72px 0 54px; }
    .meet-target-grid, .meet-flow-grid { grid-template-columns: repeat(2, 1fr); }
    .meet-prep-grid, .meet-faq-grid { grid-template-columns: 1fr; }
    .meet-final-card { align-items: flex-start; flex-direction: column; }
    .meet-final-actions { width: 100%; }
}

@media (max-width: 575.98px) {
    .meet-hero { padding: 56px 0 42px; }
    .meet-hero-title { font-size: 38px; }
    .meet-hero-lead { font-size: 15px; }
    .meet-hero-actions, .meet-final-actions { display: grid; width: 100%; }
    .meet-btn-primary, .meet-btn-outline, .meet-btn-white, .meet-btn-light-outline { width: 100%; min-height: 52px; padding: 0 20px; }
    .meet-booking-card, .meet-final-card { padding: 26px; border-radius: 30px; }
    .meet-booking-avatar { width: 76px; height: 76px; top: 22px; right: 22px; }
    .meet-booking-icon { width: 58px; height: 58px; border-radius: 20px; font-size: 26px; }
    .meet-target-grid, .meet-flow-grid { grid-template-columns: 1fr; }
    .meet-section { padding: 58px 0; }
    .meet-section-heading h2 { font-size: 32px; }
    .meet-agenda-item { grid-template-columns: 1fr; padding: 22px; }
    .meet-target-card { min-height: auto; }
}
