.template-section {
    background: #f9fafc;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.template-container {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.template-section h2 {
    font-size: 32px;
    color: #1b315e;
    margin-bottom: 10px;
}

.template-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 36px;
}

.template-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: left;
}

.template-card h3 {
    font-size: 20px;
    color: #0d47a1;
    margin-bottom: 8px;
}

.template-card p {
    font-size: 15px;
    color: #444;
    margin-bottom: 14px;
    line-height: 1.6;
}

.btn-group {
    text-align: left;
}

.btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.btn.primary {
    background: #0d6efd;
    color: #fff;
}

.btn.primary:hover {
    background: #0b5ed7;
}
