Pricing



 
Basic/Starter
Pro+
Enterprise

Supported Meeting Platforms
Google Meet, Zoom, MS Teams
Google Meet, Zoom, MS Teams
Google Meet, Zoom, MS Teams
Google Meet, Zoom, MS Teams

Free Meeting Credits
600 min
1500 min
3000 min
as per requirement unlimited

Calendar Integration
1
2
2
as per requirement

Upload Offline Meetings
3 clips (max 200 MB)
30 clips (max 200 MB)
unlimited clips (max 500 MB)
as per requirement

Supported Languages
English
Basic* languages
Premium^ languages
Premium and custom languages

Storage
1 month
6 months
12 months
as per requirement

Supported Summary Formats
Concise 4 quadrant summaries
Concise + Detailed Summary
All formats
Custom formats

Integrations
Basic Integrations (Zoho CRM, Trello, Notion)
Premium Integrations
Premium and Custom Integrations

Secretarius Support
individual meetings
individual meeting, meeting series
individual meeting, meeting series, multiple meetings
as per requirement

Meeting length transcription (max)
60 min
unlimited
unlimited
unlimited

Meeting Audio/Video Playback (max)
60 min
unlimited
unlimited
unlimited

Meeting sharing via email

Extraction of Action items

Download meeting summaries

View meeting recordings

Download meeting recordings
yes
yes

Pre-meeting Brief
yes
yes

Pre-meeting Task update
yes
yes

MindMap
yes
yes

External data backup
yes
yes

Email Support SLA (first response time)
1 business day
1 business day
5 working hours
2 working hours

AI Chat Support SLA (first response time)
Immediate
6 hours
Immediate
Immediate

Human chat support SLA (first response time)
8 working hours
4 hours
4 hours
Immediate

Call support SLA (first response time)
NA
2 hours
1 Hour
Immediate

Team Admin
Yes
Yes
Yes

GDPR, SOC2 Type 2 documents
Yes
Yes
Yes

On prem deployment
Yes
Yes

Analytics
activity log, time spent, time saved
activity log, time spent, time saved
activity log, time spent, time saved, Conversation intelligence – sentiment, filler words, monologue, engagement
activity log, time spent, time saved, Conversation intelligence – sentiment, filler words, monologue, engagement, Custom analytics

Pricing
$18/month
$42/month
$70/month
Custom

*Basic Languages: English, French and Spanish

^Premium Languages: Hindi, Arabic, Tamil, Telugu, Punjabi, Marathi, Urdu, Thai, Estonian

/* Toggle Styles */
.pricing-toggle {
display: flex;
justify-content: center;
gap: 1rem;
margin-bottom: 2rem;
}

.toggle-option {
padding: 0.75rem 1.5rem;
border: none;
border-radius: 0.5rem;
background: #f1f5f9;
cursor: pointer;
transition: all 0.2s;
font-weight: 600;
}

.toggle-option.active {
background: #3b82f6;
color: white;
}

/* Table Structure */
.pricing-table-wrapper {
background: white;
border-radius: 0.75rem;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
position: relative;
overflow: hidden;
}

/* Header Row */
.header-row {
display: flex;
position: sticky;
top: 0;
z-index: 10;
background: white;
border-bottom: 1px solid #e2e8f0;
}

.header-feature {
width: 280px;
padding: 1rem;
height: 64px;
display: flex;
align-items: center;
font-weight: 600;
background: white;
position: sticky;
left: 0;
z-index: 11;
}

.header-plan {
width: 240px;
flex-shrink: 0;
padding: 1rem;
height: 64px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
font-weight: 600;
position: relative;
}

.header-plan.popular {
border: 2px solid #3b82f6;
border-bottom: none;
position: relative;
}

.popular-badge {
position: absolute;
top: 0.5rem;
right: 0.5rem;
background: #3b82f6;
color: white;
padding: 0.25rem 0.75rem;
border-radius: 1rem;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
}

/* Table Content */
.table-content {
overflow-y: auto;
max-height: 600px;
}

.feature-row {
display: flex;
border-bottom: 1px solid #e2e8f0;
}

.feature-name {
width: 280px;
padding: 1rem;
height: 64px;
display: flex;
align-items: center;
font-size: 0.875rem;
background: white;
position: sticky;
left: 0;
z-index: 9;
}

.feature-value {
width: 240px;
flex-shrink: 0;
padding: 1rem;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 0.875rem;
}

.pricing-row .feature-value {
flex-direction: column;
justify-content: center;
}

.price {
font-size: 1.25rem;
font-weight: 700;
margin: 0.25rem 0;
line-height: 1.2;
}

.price span {
font-size: 0.875rem;
color: #64748b;
font-weight: 400;
}

/* Footnotes */
.footnotes {
margin-top: 1.5rem;
padding: 1rem;
background: #f8fafc;
border-radius: 0.5rem;
font-size: 0.875rem;
color: #64748b;
line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
.feature-name { width: 240px; }
.header-feature { width: 240px; }
.feature-value { width: 220px; }
.header-plan { width: 220px; }
}

@media (max-width: 768px) {
.feature-name, .feature-value {
font-size: 0.8125rem;
padding: 0.75rem;
}
.price { font-size: 1.1rem; }
}

.hidden { display: none; }